change github.com/aws/aws-sdk-go to be the same revision in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:34:22 -07:00
parent e0958159f3
commit c6a78cee92
462 changed files with 20605 additions and 85780 deletions

View File

@@ -538,8 +538,7 @@
"serviceRoleArn":{"shape":"String"},
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"}
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
}
},
"CreateDataSourceResponse":{
@@ -633,8 +632,7 @@
"serviceRoleArn":{"shape":"String"},
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"}
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
}
},
"DataSourceType":{
@@ -643,8 +641,7 @@
"AWS_LAMBDA",
"AMAZON_DYNAMODB",
"AMAZON_ELASTICSEARCH",
"NONE",
"HTTP"
"NONE"
]
},
"DataSources":{
@@ -981,12 +978,6 @@
"type":"list",
"member":{"shape":"GraphqlApi"}
},
"HttpDataSourceConfig":{
"type":"structure",
"members":{
"endpoint":{"shape":"String"}
}
},
"InternalFailureException":{
"type":"structure",
"members":{
@@ -1345,8 +1336,7 @@
"serviceRoleArn":{"shape":"String"},
"dynamodbConfig":{"shape":"DynamodbDataSourceConfig"},
"lambdaConfig":{"shape":"LambdaDataSourceConfig"},
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"},
"httpConfig":{"shape":"HttpDataSourceConfig"}
"elasticsearchConfig":{"shape":"ElasticsearchDataSourceConfig"}
}
},
"UpdateDataSourceResponse":{

View File

@@ -154,7 +154,7 @@
"base": null,
"refs": {
"CreateDataSourceRequest$type": "<p>The type of the <code>DataSource</code>.</p>",
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon Elasticsearch Service domain.</p> </li> <li> <p> <b>AWS_LAMBDA</b>: The data source is an AWS Lambda function.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.</p> </li> <li> <p> <b>HTTP</b>: The data source is an HTTP endpoint.</p> </li> </ul>",
"DataSource$type": "<p>The type of the data source.</p> <ul> <li> <p> <b>AMAZON_DYNAMODB</b>: The data source is an Amazon DynamoDB table.</p> </li> <li> <p> <b>AMAZON_ELASTICSEARCH</b>: The data source is an Amazon Elasticsearch Service domain.</p> </li> <li> <p> <b>AWS_LAMBDA</b>: The data source is an AWS Lambda function.</p> </li> <li> <p> <b>NONE</b>: There is no data source. This type is used when when you wish to invoke a GraphQL operation without connecting to a data source, such as performing data transformation with resolvers or triggering a subscription to be invoked from a mutation.</p> </li> </ul>",
"UpdateDataSourceRequest$type": "<p>The new data source type.</p>"
}
},
@@ -330,14 +330,6 @@
"ListGraphqlApisResponse$graphqlApis": "<p>The <code>GraphqlApi</code> objects.</p>"
}
},
"HttpDataSourceConfig": {
"base": "<p>Describes a Http data source configuration.</p>",
"refs": {
"CreateDataSourceRequest$httpConfig": "<p>Http endpoint settings.</p>",
"DataSource$httpConfig": "<p>Http endpoint settings.</p>",
"UpdateDataSourceRequest$httpConfig": "<p>The new http endpoint configuration</p>"
}
},
"InternalFailureException": {
"base": "<p>An internal AWS AppSync error occurred. Try your request again.</p>",
"refs": {
@@ -584,7 +576,6 @@
"GetTypeRequest$apiId": "<p>The API ID.</p>",
"GraphqlApi$apiId": "<p>The API ID.</p>",
"GraphqlApi$arn": "<p>The ARN.</p>",
"HttpDataSourceConfig$endpoint": "<p>The Http url endpoint. You can either specify the domain name or ip and port combination and the url scheme must be http(s). If the port is not specified, AWS AppSync will use the default port 80 for http endpoint and port 443 for https endpoints.</p>",
"InternalFailureException$message": null,
"LambdaDataSourceConfig$lambdaFunctionArn": "<p>The ARN for the Lambda function.</p>",
"LimitExceededException$message": null,