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

@@ -668,12 +668,6 @@
"min":1,
"pattern":"^[a-zA-Z0-9_]+$"
},
"ChannelStatistics":{
"type":"structure",
"members":{
"size":{"shape":"EstimatedResourceSize"}
}
},
"ChannelStatus":{
"type":"string",
"enum":[
@@ -906,12 +900,6 @@
"min":1,
"pattern":"^[a-zA-Z0-9_]+$"
},
"DatastoreStatistics":{
"type":"structure",
"members":{
"size":{"shape":"EstimatedResourceSize"}
}
},
"DatastoreStatus":{
"type":"string",
"enum":[
@@ -1001,19 +989,13 @@
"shape":"ChannelName",
"location":"uri",
"locationName":"channelName"
},
"includeStatistics":{
"shape":"IncludeStatisticsFlag",
"location":"querystring",
"locationName":"includeStatistics"
}
}
},
"DescribeChannelResponse":{
"type":"structure",
"members":{
"channel":{"shape":"Channel"},
"statistics":{"shape":"ChannelStatistics"}
"channel":{"shape":"Channel"}
}
},
"DescribeDatasetRequest":{
@@ -1041,19 +1023,13 @@
"shape":"DatastoreName",
"location":"uri",
"locationName":"datastoreName"
},
"includeStatistics":{
"shape":"IncludeStatisticsFlag",
"location":"querystring",
"locationName":"includeStatistics"
}
}
},
"DescribeDatastoreResponse":{
"type":"structure",
"members":{
"datastore":{"shape":"Datastore"},
"statistics":{"shape":"DatastoreStatistics"}
"datastore":{"shape":"Datastore"}
}
},
"DescribeLoggingOptionsRequest":{
@@ -1120,13 +1096,6 @@
"EntryName":{"type":"string"},
"ErrorCode":{"type":"string"},
"ErrorMessage":{"type":"string"},
"EstimatedResourceSize":{
"type":"structure",
"members":{
"estimatedSizeInBytes":{"shape":"SizeInBytes"},
"estimatedOn":{"shape":"Timestamp"}
}
},
"FilterActivity":{
"type":"structure",
"required":[
@@ -1168,7 +1137,6 @@
"status":{"shape":"DatasetContentStatus"}
}
},
"IncludeStatisticsFlag":{"type":"boolean"},
"InternalFailureException":{
"type":"structure",
"members":{
@@ -1607,7 +1575,6 @@
"exception":true,
"fault":true
},
"SizeInBytes":{"type":"double"},
"SqlQuery":{"type":"string"},
"SqlQueryDatasetAction":{
"type":"structure",

View File

@@ -165,12 +165,6 @@
"UpdateChannelRequest$channelName": "<p>The name of the channel to be updated.</p>"
}
},
"ChannelStatistics": {
"base": "<p>Statistics information about the channel.</p>",
"refs": {
"DescribeChannelResponse$statistics": "<p>Statistics about the channel. Included if the 'includeStatistics' parameter is set to true in the request.</p>"
}
},
"ChannelStatus": {
"base": null,
"refs": {
@@ -379,12 +373,6 @@
"UpdateDatastoreRequest$datastoreName": "<p>The name of the data store to be updated.</p>"
}
},
"DatastoreStatistics": {
"base": "<p>Statistics information about the data store.</p>",
"refs": {
"DescribeDatastoreResponse$statistics": "<p>Statistics about the data store. Included if the 'includeStatistics' parameter is set to true in the request.</p>"
}
},
"DatastoreStatus": {
"base": null,
"refs": {
@@ -516,13 +504,6 @@
"BatchPutMessageErrorEntry$errorMessage": "<p>The message associated with the error.</p>"
}
},
"EstimatedResourceSize": {
"base": "<p>The estimated size of the resource.</p>",
"refs": {
"ChannelStatistics$size": "<p>The estimated size of the channel.</p>",
"DatastoreStatistics$size": "<p>The estimated size of the data store.</p>"
}
},
"FilterActivity": {
"base": "<p>An activity that filters a message based on its attributes.</p>",
"refs": {
@@ -545,13 +526,6 @@
"refs": {
}
},
"IncludeStatisticsFlag": {
"base": null,
"refs": {
"DescribeChannelRequest$includeStatistics": "<p>If true, include statistics about the channel in the response.</p>",
"DescribeDatastoreRequest$includeStatistics": "<p>If true, include statistics about the data store in the response.</p>"
}
},
"InternalFailureException": {
"base": "<p>There was an internal failure.</p>",
"refs": {
@@ -697,7 +671,7 @@
"MessagePayload": {
"base": null,
"refs": {
"Message$payload": "<p>The payload of the message. This may be a JSON string or a Base64-encoded string representing binary data (in which case you must decode it by means of a pipeline activity).</p>",
"Message$payload": "<p>The payload of the message.</p>",
"MessagePayloads$member": null
}
},
@@ -920,12 +894,6 @@
"refs": {
}
},
"SizeInBytes": {
"base": null,
"refs": {
"EstimatedResourceSize$estimatedSizeInBytes": "<p>The estimated size of the resource in bytes.</p>"
}
},
"SqlQuery": {
"base": null,
"refs": {
@@ -1021,7 +989,6 @@
"Datastore$lastUpdateTime": "<p>The last time the data store was updated.</p>",
"DatastoreSummary$creationTime": "<p>When the data store was created.</p>",
"DatastoreSummary$lastUpdateTime": "<p>The last time the data store was updated.</p>",
"EstimatedResourceSize$estimatedOn": "<p>The time when the estimate of the size of the resource was made.</p>",
"GetDatasetContentResponse$timestamp": "<p>The time when the request was made.</p>",
"Pipeline$creationTime": "<p>When the pipeline was created.</p>",
"Pipeline$lastUpdateTime": "<p>The last time the pipeline was updated.</p>",