mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+5
@@ -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"}
|
||||
|
||||
+3
-3
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user