aws-sdk-core 2.8.14 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,83 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ "CreateCloudFrontOriginAccessIdentity": [
5
+ null
6
+ ],
7
+ "CreateDistribution": [
8
+ null
9
+ ],
10
+ "CreateDistributionWithTags": [
11
+ null
12
+ ],
13
+ "CreateInvalidation": [
14
+ null
15
+ ],
16
+ "CreateStreamingDistribution": [
17
+ null
18
+ ],
19
+ "DeleteCloudFrontOriginAccessIdentity": [
20
+ null
21
+ ],
22
+ "DeleteDistribution": [
23
+ null
24
+ ],
25
+ "DeleteStreamingDistribution": [
26
+ null
27
+ ],
28
+ "GetCloudFrontOriginAccessIdentity": [
29
+ null
30
+ ],
31
+ "GetCloudFrontOriginAccessIdentityConfig": [
32
+ null
33
+ ],
34
+ "GetDistribution": [
35
+ null
36
+ ],
37
+ "GetDistributionConfig": [
38
+ null
39
+ ],
40
+ "GetInvalidation": [
41
+ null
42
+ ],
43
+ "GetStreamingDistribution": [
44
+ null
45
+ ],
46
+ "GetStreamingDistributionConfig": [
47
+ null
48
+ ],
49
+ "ListCloudFrontOriginAccessIdentities": [
50
+ null
51
+ ],
52
+ "ListDistributions": [
53
+ null
54
+ ],
55
+ "ListDistributionsByWebACLId": [
56
+ null
57
+ ],
58
+ "ListInvalidations": [
59
+ null
60
+ ],
61
+ "ListStreamingDistributions": [
62
+ null
63
+ ],
64
+ "ListTagsForResource": [
65
+ null
66
+ ],
67
+ "TagResource": [
68
+ null
69
+ ],
70
+ "UntagResource": [
71
+ null
72
+ ],
73
+ "UpdateCloudFrontOriginAccessIdentity": [
74
+ null
75
+ ],
76
+ "UpdateDistribution": [
77
+ null
78
+ ],
79
+ "UpdateStreamingDistribution": [
80
+ null
81
+ ]
82
+ }
83
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxItems",
6
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
7
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
8
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "limit_key": "MaxItems",
13
+ "more_results": "DistributionList.IsTruncated",
14
+ "output_token": "DistributionList.NextMarker",
15
+ "result_key": "DistributionList.Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "limit_key": "MaxItems",
20
+ "more_results": "InvalidationList.IsTruncated",
21
+ "output_token": "InvalidationList.NextMarker",
22
+ "result_key": "InvalidationList.Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "limit_key": "MaxItems",
27
+ "more_results": "StreamingDistributionList.IsTruncated",
28
+ "output_token": "StreamingDistributionList.NextMarker",
29
+ "result_key": "StreamingDistributionList.Items"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DistributionDeployed": {
5
+ "delay": 60,
6
+ "operation": "GetDistribution",
7
+ "maxAttempts": 25,
8
+ "description": "Wait until a distribution is deployed.",
9
+ "acceptors": [
10
+ {
11
+ "expected": "Deployed",
12
+ "matcher": "path",
13
+ "state": "success",
14
+ "argument": "Distribution.Status"
15
+ }
16
+ ]
17
+ },
18
+ "InvalidationCompleted": {
19
+ "delay": 20,
20
+ "operation": "GetInvalidation",
21
+ "maxAttempts": 30,
22
+ "description": "Wait until an invalidation has completed.",
23
+ "acceptors": [
24
+ {
25
+ "expected": "Completed",
26
+ "matcher": "path",
27
+ "state": "success",
28
+ "argument": "Invalidation.Status"
29
+ }
30
+ ]
31
+ },
32
+ "StreamingDistributionDeployed": {
33
+ "delay": 60,
34
+ "operation": "GetStreamingDistribution",
35
+ "maxAttempts": 25,
36
+ "description": "Wait until a streaming distribution is deployed.",
37
+ "acceptors": [
38
+ {
39
+ "expected": "Deployed",
40
+ "matcher": "path",
41
+ "state": "success",
42
+ "argument": "StreamingDistribution.Status"
43
+ }
44
+ ]
45
+ }
46
+ }
47
+ }
@@ -0,0 +1,331 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-01-26",
5
+ "endpointPrefix":"tagging",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Resource Groups Tagging API",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"ResourceGroupsTaggingAPI_20170126",
11
+ "uid":"resourcegroupstaggingapi-2017-01-26"
12
+ },
13
+ "operations":{
14
+ "GetResources":{
15
+ "name":"GetResources",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"GetResourcesInput"},
21
+ "output":{"shape":"GetResourcesOutput"},
22
+ "errors":[
23
+ {"shape":"InvalidParameterException"},
24
+ {"shape":"ThrottledException"},
25
+ {"shape":"InternalServiceException"},
26
+ {"shape":"PaginationTokenExpiredException"}
27
+ ]
28
+ },
29
+ "GetTagKeys":{
30
+ "name":"GetTagKeys",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"GetTagKeysInput"},
36
+ "output":{"shape":"GetTagKeysOutput"},
37
+ "errors":[
38
+ {"shape":"InvalidParameterException"},
39
+ {"shape":"ThrottledException"},
40
+ {"shape":"InternalServiceException"},
41
+ {"shape":"PaginationTokenExpiredException"}
42
+ ]
43
+ },
44
+ "GetTagValues":{
45
+ "name":"GetTagValues",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/"
49
+ },
50
+ "input":{"shape":"GetTagValuesInput"},
51
+ "output":{"shape":"GetTagValuesOutput"},
52
+ "errors":[
53
+ {"shape":"InvalidParameterException"},
54
+ {"shape":"ThrottledException"},
55
+ {"shape":"InternalServiceException"},
56
+ {"shape":"PaginationTokenExpiredException"}
57
+ ]
58
+ },
59
+ "TagResources":{
60
+ "name":"TagResources",
61
+ "http":{
62
+ "method":"POST",
63
+ "requestUri":"/"
64
+ },
65
+ "input":{"shape":"TagResourcesInput"},
66
+ "output":{"shape":"TagResourcesOutput"},
67
+ "errors":[
68
+ {"shape":"InvalidParameterException"},
69
+ {"shape":"ThrottledException"},
70
+ {"shape":"InternalServiceException"}
71
+ ]
72
+ },
73
+ "UntagResources":{
74
+ "name":"UntagResources",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"UntagResourcesInput"},
80
+ "output":{"shape":"UntagResourcesOutput"},
81
+ "errors":[
82
+ {"shape":"InvalidParameterException"},
83
+ {"shape":"ThrottledException"},
84
+ {"shape":"InternalServiceException"}
85
+ ]
86
+ }
87
+ },
88
+ "shapes":{
89
+ "AmazonResourceType":{
90
+ "type":"string",
91
+ "max":256,
92
+ "min":0
93
+ },
94
+ "ErrorCode":{
95
+ "type":"string",
96
+ "enum":[
97
+ "InternalServiceException",
98
+ "InvalidParameterException"
99
+ ]
100
+ },
101
+ "ErrorMessage":{"type":"string"},
102
+ "ExceptionMessage":{
103
+ "type":"string",
104
+ "max":2048,
105
+ "min":0
106
+ },
107
+ "FailedResourcesMap":{
108
+ "type":"map",
109
+ "key":{"shape":"ResourceARN"},
110
+ "value":{"shape":"FailureInfo"}
111
+ },
112
+ "FailureInfo":{
113
+ "type":"structure",
114
+ "members":{
115
+ "StatusCode":{"shape":"StatusCode"},
116
+ "ErrorCode":{"shape":"ErrorCode"},
117
+ "ErrorMessage":{"shape":"ErrorMessage"}
118
+ }
119
+ },
120
+ "GetResourcesInput":{
121
+ "type":"structure",
122
+ "required":["TagsPerPage"],
123
+ "members":{
124
+ "PaginationToken":{"shape":"PaginationToken"},
125
+ "TagFilters":{"shape":"TagFilterList"},
126
+ "TagsPerPage":{"shape":"TagsPerPage"},
127
+ "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"}
128
+ }
129
+ },
130
+ "GetResourcesOutput":{
131
+ "type":"structure",
132
+ "members":{
133
+ "PaginationToken":{"shape":"PaginationToken"},
134
+ "ResourceTagMappingList":{"shape":"ResourceTagMappingList"}
135
+ }
136
+ },
137
+ "GetTagKeysInput":{
138
+ "type":"structure",
139
+ "members":{
140
+ "PaginationToken":{"shape":"PaginationToken"}
141
+ }
142
+ },
143
+ "GetTagKeysOutput":{
144
+ "type":"structure",
145
+ "members":{
146
+ "PaginationToken":{"shape":"PaginationToken"},
147
+ "TagKeys":{"shape":"TagKeyList"}
148
+ }
149
+ },
150
+ "GetTagValuesInput":{
151
+ "type":"structure",
152
+ "required":["Key"],
153
+ "members":{
154
+ "PaginationToken":{"shape":"PaginationToken"},
155
+ "Key":{"shape":"TagKey"}
156
+ }
157
+ },
158
+ "GetTagValuesOutput":{
159
+ "type":"structure",
160
+ "members":{
161
+ "PaginationToken":{"shape":"PaginationToken"},
162
+ "TagValues":{"shape":"TagValuesOutputList"}
163
+ }
164
+ },
165
+ "InternalServiceException":{
166
+ "type":"structure",
167
+ "members":{
168
+ "Message":{"shape":"ExceptionMessage"}
169
+ },
170
+ "exception":true,
171
+ "fault":true
172
+ },
173
+ "InvalidParameterException":{
174
+ "type":"structure",
175
+ "members":{
176
+ "Message":{"shape":"ExceptionMessage"}
177
+ },
178
+ "exception":true
179
+ },
180
+ "PaginationToken":{
181
+ "type":"string",
182
+ "max":2048,
183
+ "min":0
184
+ },
185
+ "PaginationTokenExpiredException":{
186
+ "type":"structure",
187
+ "members":{
188
+ "Message":{"shape":"ExceptionMessage"}
189
+ },
190
+ "exception":true
191
+ },
192
+ "ResourceARN":{
193
+ "type":"string",
194
+ "max":1600,
195
+ "min":1
196
+ },
197
+ "ResourceARNList":{
198
+ "type":"list",
199
+ "member":{"shape":"ResourceARN"},
200
+ "max":20,
201
+ "min":1
202
+ },
203
+ "ResourceTagMapping":{
204
+ "type":"structure",
205
+ "members":{
206
+ "ResourceARN":{"shape":"ResourceARN"},
207
+ "Tags":{"shape":"TagList"}
208
+ }
209
+ },
210
+ "ResourceTagMappingList":{
211
+ "type":"list",
212
+ "member":{"shape":"ResourceTagMapping"}
213
+ },
214
+ "ResourceTypeFilterList":{
215
+ "type":"list",
216
+ "member":{"shape":"AmazonResourceType"}
217
+ },
218
+ "StatusCode":{"type":"integer"},
219
+ "Tag":{
220
+ "type":"structure",
221
+ "required":[
222
+ "Key",
223
+ "Value"
224
+ ],
225
+ "members":{
226
+ "Key":{"shape":"TagKey"},
227
+ "Value":{"shape":"TagValue"}
228
+ }
229
+ },
230
+ "TagFilter":{
231
+ "type":"structure",
232
+ "members":{
233
+ "Key":{"shape":"TagKey"},
234
+ "Values":{"shape":"TagValueList"}
235
+ }
236
+ },
237
+ "TagFilterList":{
238
+ "type":"list",
239
+ "member":{"shape":"TagFilter"},
240
+ "max":50,
241
+ "min":0
242
+ },
243
+ "TagKey":{
244
+ "type":"string",
245
+ "max":128,
246
+ "min":1
247
+ },
248
+ "TagKeyList":{
249
+ "type":"list",
250
+ "member":{"shape":"TagKey"}
251
+ },
252
+ "TagKeyListForUntag":{
253
+ "type":"list",
254
+ "member":{"shape":"TagKey"},
255
+ "max":50,
256
+ "min":1
257
+ },
258
+ "TagList":{
259
+ "type":"list",
260
+ "member":{"shape":"Tag"}
261
+ },
262
+ "TagMap":{
263
+ "type":"map",
264
+ "key":{"shape":"TagKey"},
265
+ "value":{"shape":"TagValue"},
266
+ "max":50,
267
+ "min":1
268
+ },
269
+ "TagResourcesInput":{
270
+ "type":"structure",
271
+ "required":[
272
+ "ResourceARNList",
273
+ "Tags"
274
+ ],
275
+ "members":{
276
+ "ResourceARNList":{"shape":"ResourceARNList"},
277
+ "Tags":{"shape":"TagMap"}
278
+ }
279
+ },
280
+ "TagResourcesOutput":{
281
+ "type":"structure",
282
+ "members":{
283
+ "FailedResourcesMap":{"shape":"FailedResourcesMap"}
284
+ }
285
+ },
286
+ "TagValue":{
287
+ "type":"string",
288
+ "max":256,
289
+ "min":0
290
+ },
291
+ "TagValueList":{
292
+ "type":"list",
293
+ "member":{"shape":"TagValue"},
294
+ "max":20,
295
+ "min":0
296
+ },
297
+ "TagValuesOutputList":{
298
+ "type":"list",
299
+ "member":{"shape":"TagValue"}
300
+ },
301
+ "TagsPerPage":{
302
+ "type":"integer",
303
+ "max":500,
304
+ "min":100
305
+ },
306
+ "ThrottledException":{
307
+ "type":"structure",
308
+ "members":{
309
+ "Message":{"shape":"ExceptionMessage"}
310
+ },
311
+ "exception":true
312
+ },
313
+ "UntagResourcesInput":{
314
+ "type":"structure",
315
+ "required":[
316
+ "ResourceARNList",
317
+ "TagKeys"
318
+ ],
319
+ "members":{
320
+ "ResourceARNList":{"shape":"ResourceARNList"},
321
+ "TagKeys":{"shape":"TagKeyListForUntag"}
322
+ }
323
+ },
324
+ "UntagResourcesOutput":{
325
+ "type":"structure",
326
+ "members":{
327
+ "FailedResourcesMap":{"shape":"FailedResourcesMap"}
328
+ }
329
+ }
330
+ }
331
+ }