aws-sdk-core 2.5.10 → 2.5.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
6
+ "limit_key": "MaxItems",
7
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
8
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "output_token": "DistributionList.NextMarker",
13
+ "limit_key": "MaxItems",
14
+ "more_results": "DistributionList.IsTruncated",
15
+ "result_key": "DistributionList.Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "output_token": "InvalidationList.NextMarker",
20
+ "limit_key": "MaxItems",
21
+ "more_results": "InvalidationList.IsTruncated",
22
+ "result_key": "InvalidationList.Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "output_token": "StreamingDistributionList.NextMarker",
27
+ "limit_key": "MaxItems",
28
+ "more_results": "StreamingDistributionList.IsTruncated",
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
+ }
@@ -1,12 +1,13 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2013-04-15",
4
5
  "endpointPrefix":"support",
5
6
  "jsonVersion":"1.1",
7
+ "protocol":"json",
6
8
  "serviceFullName":"AWS Support",
7
9
  "signatureVersion":"v4",
8
- "targetPrefix":"AWSSupport_20130415",
9
- "protocol":"json"
10
+ "targetPrefix":"AWSSupport_20130415"
10
11
  },
11
12
  "operations":{
12
13
  "AddAttachmentsToSet":{
@@ -18,27 +19,11 @@
18
19
  "input":{"shape":"AddAttachmentsToSetRequest"},
19
20
  "output":{"shape":"AddAttachmentsToSetResponse"},
20
21
  "errors":[
21
- {
22
- "shape":"InternalServerError",
23
- "exception":true,
24
- "fault":true
25
- },
26
- {
27
- "shape":"AttachmentSetIdNotFound",
28
- "exception":true
29
- },
30
- {
31
- "shape":"AttachmentSetExpired",
32
- "exception":true
33
- },
34
- {
35
- "shape":"AttachmentSetSizeLimitExceeded",
36
- "exception":true
37
- },
38
- {
39
- "shape":"AttachmentLimitExceeded",
40
- "exception":true
41
- }
22
+ {"shape":"InternalServerError"},
23
+ {"shape":"AttachmentSetIdNotFound"},
24
+ {"shape":"AttachmentSetExpired"},
25
+ {"shape":"AttachmentSetSizeLimitExceeded"},
26
+ {"shape":"AttachmentLimitExceeded"}
42
27
  ]
43
28
  },
44
29
  "AddCommunicationToCase":{
@@ -50,23 +35,10 @@
50
35
  "input":{"shape":"AddCommunicationToCaseRequest"},
51
36
  "output":{"shape":"AddCommunicationToCaseResponse"},
52
37
  "errors":[
53
- {
54
- "shape":"InternalServerError",
55
- "exception":true,
56
- "fault":true
57
- },
58
- {
59
- "shape":"CaseIdNotFound",
60
- "exception":true
61
- },
62
- {
63
- "shape":"AttachmentSetIdNotFound",
64
- "exception":true
65
- },
66
- {
67
- "shape":"AttachmentSetExpired",
68
- "exception":true
69
- }
38
+ {"shape":"InternalServerError"},
39
+ {"shape":"CaseIdNotFound"},
40
+ {"shape":"AttachmentSetIdNotFound"},
41
+ {"shape":"AttachmentSetExpired"}
70
42
  ]
71
43
  },
72
44
  "CreateCase":{
@@ -78,23 +50,10 @@
78
50
  "input":{"shape":"CreateCaseRequest"},
79
51
  "output":{"shape":"CreateCaseResponse"},
80
52
  "errors":[
81
- {
82
- "shape":"InternalServerError",
83
- "exception":true,
84
- "fault":true
85
- },
86
- {
87
- "shape":"CaseCreationLimitExceeded",
88
- "exception":true
89
- },
90
- {
91
- "shape":"AttachmentSetIdNotFound",
92
- "exception":true
93
- },
94
- {
95
- "shape":"AttachmentSetExpired",
96
- "exception":true
97
- }
53
+ {"shape":"InternalServerError"},
54
+ {"shape":"CaseCreationLimitExceeded"},
55
+ {"shape":"AttachmentSetIdNotFound"},
56
+ {"shape":"AttachmentSetExpired"}
98
57
  ]
99
58
  },
100
59
  "DescribeAttachment":{
@@ -106,19 +65,9 @@
106
65
  "input":{"shape":"DescribeAttachmentRequest"},
107
66
  "output":{"shape":"DescribeAttachmentResponse"},
108
67
  "errors":[
109
- {
110
- "shape":"InternalServerError",
111
- "exception":true,
112
- "fault":true
113
- },
114
- {
115
- "shape":"DescribeAttachmentLimitExceeded",
116
- "exception":true
117
- },
118
- {
119
- "shape":"AttachmentIdNotFound",
120
- "exception":true
121
- }
68
+ {"shape":"InternalServerError"},
69
+ {"shape":"DescribeAttachmentLimitExceeded"},
70
+ {"shape":"AttachmentIdNotFound"}
122
71
  ]
123
72
  },
124
73
  "DescribeCases":{
@@ -130,15 +79,8 @@
130
79
  "input":{"shape":"DescribeCasesRequest"},
131
80
  "output":{"shape":"DescribeCasesResponse"},
132
81
  "errors":[
133
- {
134
- "shape":"InternalServerError",
135
- "exception":true,
136
- "fault":true
137
- },
138
- {
139
- "shape":"CaseIdNotFound",
140
- "exception":true
141
- }
82
+ {"shape":"InternalServerError"},
83
+ {"shape":"CaseIdNotFound"}
142
84
  ]
143
85
  },
144
86
  "DescribeCommunications":{
@@ -150,15 +92,8 @@
150
92
  "input":{"shape":"DescribeCommunicationsRequest"},
151
93
  "output":{"shape":"DescribeCommunicationsResponse"},
152
94
  "errors":[
153
- {
154
- "shape":"InternalServerError",
155
- "exception":true,
156
- "fault":true
157
- },
158
- {
159
- "shape":"CaseIdNotFound",
160
- "exception":true
161
- }
95
+ {"shape":"InternalServerError"},
96
+ {"shape":"CaseIdNotFound"}
162
97
  ]
163
98
  },
164
99
  "DescribeServices":{
@@ -170,11 +105,7 @@
170
105
  "input":{"shape":"DescribeServicesRequest"},
171
106
  "output":{"shape":"DescribeServicesResponse"},
172
107
  "errors":[
173
- {
174
- "shape":"InternalServerError",
175
- "exception":true,
176
- "fault":true
177
- }
108
+ {"shape":"InternalServerError"}
178
109
  ]
179
110
  },
180
111
  "DescribeSeverityLevels":{
@@ -186,11 +117,7 @@
186
117
  "input":{"shape":"DescribeSeverityLevelsRequest"},
187
118
  "output":{"shape":"DescribeSeverityLevelsResponse"},
188
119
  "errors":[
189
- {
190
- "shape":"InternalServerError",
191
- "exception":true,
192
- "fault":true
193
- }
120
+ {"shape":"InternalServerError"}
194
121
  ]
195
122
  },
196
123
  "DescribeTrustedAdvisorCheckRefreshStatuses":{
@@ -202,11 +129,7 @@
202
129
  "input":{"shape":"DescribeTrustedAdvisorCheckRefreshStatusesRequest"},
203
130
  "output":{"shape":"DescribeTrustedAdvisorCheckRefreshStatusesResponse"},
204
131
  "errors":[
205
- {
206
- "shape":"InternalServerError",
207
- "exception":true,
208
- "fault":true
209
- }
132
+ {"shape":"InternalServerError"}
210
133
  ]
211
134
  },
212
135
  "DescribeTrustedAdvisorCheckResult":{
@@ -218,11 +141,7 @@
218
141
  "input":{"shape":"DescribeTrustedAdvisorCheckResultRequest"},
219
142
  "output":{"shape":"DescribeTrustedAdvisorCheckResultResponse"},
220
143
  "errors":[
221
- {
222
- "shape":"InternalServerError",
223
- "exception":true,
224
- "fault":true
225
- }
144
+ {"shape":"InternalServerError"}
226
145
  ]
227
146
  },
228
147
  "DescribeTrustedAdvisorCheckSummaries":{
@@ -234,11 +153,7 @@
234
153
  "input":{"shape":"DescribeTrustedAdvisorCheckSummariesRequest"},
235
154
  "output":{"shape":"DescribeTrustedAdvisorCheckSummariesResponse"},
236
155
  "errors":[
237
- {
238
- "shape":"InternalServerError",
239
- "exception":true,
240
- "fault":true
241
- }
156
+ {"shape":"InternalServerError"}
242
157
  ]
243
158
  },
244
159
  "DescribeTrustedAdvisorChecks":{
@@ -250,11 +165,7 @@
250
165
  "input":{"shape":"DescribeTrustedAdvisorChecksRequest"},
251
166
  "output":{"shape":"DescribeTrustedAdvisorChecksResponse"},
252
167
  "errors":[
253
- {
254
- "shape":"InternalServerError",
255
- "exception":true,
256
- "fault":true
257
- }
168
+ {"shape":"InternalServerError"}
258
169
  ]
259
170
  },
260
171
  "RefreshTrustedAdvisorCheck":{
@@ -266,11 +177,7 @@
266
177
  "input":{"shape":"RefreshTrustedAdvisorCheckRequest"},
267
178
  "output":{"shape":"RefreshTrustedAdvisorCheckResponse"},
268
179
  "errors":[
269
- {
270
- "shape":"InternalServerError",
271
- "exception":true,
272
- "fault":true
273
- }
180
+ {"shape":"InternalServerError"}
274
181
  ]
275
182
  },
276
183
  "ResolveCase":{
@@ -282,15 +189,8 @@
282
189
  "input":{"shape":"ResolveCaseRequest"},
283
190
  "output":{"shape":"ResolveCaseResponse"},
284
191
  "errors":[
285
- {
286
- "shape":"InternalServerError",
287
- "exception":true,
288
- "fault":true
289
- },
290
- {
291
- "shape":"CaseIdNotFound",
292
- "exception":true
293
- }
192
+ {"shape":"InternalServerError"},
193
+ {"shape":"CaseIdNotFound"}
294
194
  ]
295
195
  }
296
196
  },
@@ -416,8 +316,8 @@
416
316
  "CaseIdList":{
417
317
  "type":"list",
418
318
  "member":{"shape":"CaseId"},
419
- "min":0,
420
- "max":100
319
+ "max":100,
320
+ "min":0
421
321
  },
422
322
  "CaseIdNotFound":{
423
323
  "type":"structure",
@@ -447,7 +347,9 @@
447
347
  "CcEmailAddress":{"type":"string"},
448
348
  "CcEmailAddressList":{
449
349
  "type":"list",
450
- "member":{"shape":"CcEmailAddress"}
350
+ "member":{"shape":"CcEmailAddress"},
351
+ "max":10,
352
+ "min":0
451
353
  },
452
354
  "Communication":{
453
355
  "type":"structure",
@@ -459,7 +361,11 @@
459
361
  "attachmentSet":{"shape":"AttachmentSet"}
460
362
  }
461
363
  },
462
- "CommunicationBody":{"type":"string"},
364
+ "CommunicationBody":{
365
+ "type":"string",
366
+ "max":8000,
367
+ "min":1
368
+ },
463
369
  "CommunicationList":{
464
370
  "type":"list",
465
371
  "member":{"shape":"Communication"}
@@ -649,8 +555,8 @@
649
555
  "Long":{"type":"long"},
650
556
  "MaxResults":{
651
557
  "type":"integer",
652
- "min":10,
653
- "max":100
558
+ "max":100,
559
+ "min":10
654
560
  },
655
561
  "NextToken":{"type":"string"},
656
562
  "RecentCaseCommunications":{
@@ -696,15 +602,12 @@
696
602
  "categories":{"shape":"CategoryList"}
697
603
  }
698
604
  },
699
- "ServiceCode":{
700
- "type":"string",
701
- "pattern":"[0-9a-z\\-_]+"
702
- },
605
+ "ServiceCode":{"type":"string"},
703
606
  "ServiceCodeList":{
704
607
  "type":"list",
705
608
  "member":{"shape":"ServiceCode"},
706
- "min":0,
707
- "max":100
609
+ "max":100,
610
+ "min":0
708
611
  },
709
612
  "ServiceList":{
710
613
  "type":"list",
@@ -834,7 +737,6 @@
834
737
  "type":"structure",
835
738
  "required":[
836
739
  "status",
837
- "region",
838
740
  "resourceId",
839
741
  "metadata"
840
742
  ],
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -1,8 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2016-08-20/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2016-08-20/docs-2.json",
4
- paginators: "#{Aws::API_DIR}/cloudfront/2016-08-20/paginators-1.json",
5
- waiters: "#{Aws::API_DIR}/cloudfront/2016-08-20/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2016-09-07/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2016-09-07/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2016-09-07/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2016-09-07/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2016-09-07/waiters-2.json",
6
7
  })
7
8
 
8
9
  module Aws
@@ -1,5 +1,6 @@
1
1
  Aws.add_service(:Support, {
2
2
  api: "#{Aws::API_DIR}/support/2013-04-15/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/support/2013-04-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/support/2013-04-15/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/support/2013-04-15/paginators-1.json",
5
6
  })