Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
@@ -414,6 +414,7 @@
},
"GetEventSelectorsRequest":{
"type":"structure",
"required":["TrailName"],
"members":{
"TrailName":{"shape":"String"}
}
@@ -693,6 +694,10 @@
},
"PutEventSelectorsRequest":{
"type":"structure",
"required":[
"TrailName",
"EventSelectors"
],
"members":{
"TrailName":{"shape":"String"},
"EventSelectors":{"shape":"EventSelectors"}
@@ -429,9 +429,9 @@
}
},
"ResourceTagList": {
"base": "<p>A list of resource tags.</p>",
"base": null,
"refs": {
"ListTagsResponse$ResourceTagList": null
"ListTagsResponse$ResourceTagList": "<p>A list of resource tags.</p>"
}
},
"ResourceTypeNotSupportedException": {
@@ -567,7 +567,7 @@
"refs": {
"AddTagsRequest$TagsList": "<p>Contains a list of CloudTrail tags, up to a limit of 50</p>",
"RemoveTagsRequest$TagsList": "<p>Specifies a list of tags to be removed.</p>",
"ResourceTag$TagsList": null
"ResourceTag$TagsList": "<p>A list of tags.</p>"
}
},
"Trail": {