aws-sdk-core 2.2.12 → 2.2.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 415dd30f3688cd2683908a744d5c7bb04ef0fea7
4
- data.tar.gz: 58e7843db7a4b686a850ffd67945f61913914880
3
+ metadata.gz: 5da6735b9662b73388949fef7ea260c240233671
4
+ data.tar.gz: e89cd860e428c3a8f0b673ac8715c9d27cde09fd
5
5
  SHA512:
6
- metadata.gz: ee2fb7368a7f5681f2d7412da30b9fc623e04c43be3cee1b4c3dc210982cc8ecab31e72a71f3cdd92303094990ad5be8bbb0ca301a5517116a64eec92d2d67b9
7
- data.tar.gz: 9793e55d1a1225983a1731420d331db115d2577f45ea993f8dd040ffd2cb119b00287951613db62094a22d0801961f6ef793d325b82f550f77aee658ebc1d3c1
6
+ metadata.gz: 6cf2cbfe089824db6cd217fc7be19645bb0b728ebbca5b61a2cad74cf6c451c3ebaaaa2bccdddaee8b7f36c0604827748a73e611112abb09bd2912a2f79fff33
7
+ data.tar.gz: 655b38c7fff0f3374888db7efb65d1e4f8508ebc83af95e56bb47756530d22f57ae52745b7850b2245a98db8f6370e3899862122120d319d77a2cb9d23657a3e
@@ -0,0 +1,422 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2015-12-08",
5
+ "endpointPrefix":"acm",
6
+ "jsonVersion":"1.1",
7
+ "serviceAbbreviation":"ACM",
8
+ "serviceFullName":"AWS Certificate Manager",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"CertificateManager",
11
+ "protocol":"json"
12
+ },
13
+ "operations":{
14
+ "DeleteCertificate":{
15
+ "name":"DeleteCertificate",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"DeleteCertificateRequest"},
21
+ "errors":[
22
+ {
23
+ "shape":"ResourceNotFoundException",
24
+ "exception":true
25
+ },
26
+ {
27
+ "shape":"ResourceInUseException",
28
+ "exception":true
29
+ },
30
+ {
31
+ "shape":"InvalidArnException",
32
+ "exception":true
33
+ }
34
+ ]
35
+ },
36
+ "DescribeCertificate":{
37
+ "name":"DescribeCertificate",
38
+ "http":{
39
+ "method":"POST",
40
+ "requestUri":"/"
41
+ },
42
+ "input":{"shape":"DescribeCertificateRequest"},
43
+ "output":{"shape":"DescribeCertificateResponse"},
44
+ "errors":[
45
+ {
46
+ "shape":"ResourceNotFoundException",
47
+ "exception":true
48
+ },
49
+ {
50
+ "shape":"InvalidArnException",
51
+ "exception":true
52
+ }
53
+ ]
54
+ },
55
+ "GetCertificate":{
56
+ "name":"GetCertificate",
57
+ "http":{
58
+ "method":"POST",
59
+ "requestUri":"/"
60
+ },
61
+ "input":{"shape":"GetCertificateRequest"},
62
+ "output":{"shape":"GetCertificateResponse"},
63
+ "errors":[
64
+ {
65
+ "shape":"ResourceNotFoundException",
66
+ "exception":true
67
+ },
68
+ {
69
+ "shape":"RequestInProgressException",
70
+ "exception":true
71
+ },
72
+ {
73
+ "shape":"InvalidArnException",
74
+ "exception":true
75
+ }
76
+ ]
77
+ },
78
+ "ListCertificates":{
79
+ "name":"ListCertificates",
80
+ "http":{
81
+ "method":"POST",
82
+ "requestUri":"/"
83
+ },
84
+ "input":{"shape":"ListCertificatesRequest"},
85
+ "output":{"shape":"ListCertificatesResponse"}
86
+ },
87
+ "RequestCertificate":{
88
+ "name":"RequestCertificate",
89
+ "http":{
90
+ "method":"POST",
91
+ "requestUri":"/"
92
+ },
93
+ "input":{"shape":"RequestCertificateRequest"},
94
+ "output":{"shape":"RequestCertificateResponse"},
95
+ "errors":[
96
+ {
97
+ "shape":"LimitExceededException",
98
+ "exception":true
99
+ },
100
+ {
101
+ "shape":"InvalidDomainValidationOptionsException",
102
+ "exception":true
103
+ }
104
+ ]
105
+ },
106
+ "ResendValidationEmail":{
107
+ "name":"ResendValidationEmail",
108
+ "http":{
109
+ "method":"POST",
110
+ "requestUri":"/"
111
+ },
112
+ "input":{"shape":"ResendValidationEmailRequest"},
113
+ "errors":[
114
+ {
115
+ "shape":"ResourceNotFoundException",
116
+ "exception":true
117
+ },
118
+ {
119
+ "shape":"InvalidStateException",
120
+ "exception":true
121
+ },
122
+ {
123
+ "shape":"InvalidArnException",
124
+ "exception":true
125
+ },
126
+ {
127
+ "shape":"InvalidDomainValidationOptionsException",
128
+ "exception":true
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ "shapes":{
134
+ "Arn":{
135
+ "type":"string",
136
+ "min":20,
137
+ "max":2048,
138
+ "pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:[\\w+=/,.@-]*:[0-9]+:[\\w+=,.@-]+(/[\\w+=/,.@-]+)*"
139
+ },
140
+ "CertificateBody":{
141
+ "type":"string",
142
+ "min":1,
143
+ "max":524288,
144
+ "pattern":"-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
145
+ },
146
+ "CertificateChain":{
147
+ "type":"string",
148
+ "min":1,
149
+ "max":2097152,
150
+ "pattern":"(-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}\\u000D?\\u000A)*-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
151
+ },
152
+ "CertificateDetail":{
153
+ "type":"structure",
154
+ "members":{
155
+ "CertificateArn":{"shape":"Arn"},
156
+ "DomainName":{"shape":"DomainNameString"},
157
+ "SubjectAlternativeNames":{"shape":"DomainList"},
158
+ "DomainValidationOptions":{"shape":"DomainValidationList"},
159
+ "Serial":{"shape":"String"},
160
+ "Subject":{"shape":"String"},
161
+ "Issuer":{"shape":"String"},
162
+ "CreatedAt":{"shape":"TStamp"},
163
+ "IssuedAt":{"shape":"TStamp"},
164
+ "Status":{"shape":"CertificateStatus"},
165
+ "RevokedAt":{"shape":"TStamp"},
166
+ "RevocationReason":{"shape":"RevocationReason"},
167
+ "NotBefore":{"shape":"TStamp"},
168
+ "NotAfter":{"shape":"TStamp"},
169
+ "KeyAlgorithm":{"shape":"KeyAlgorithm"},
170
+ "SignatureAlgorithm":{"shape":"String"},
171
+ "InUseBy":{"shape":"InUseList"}
172
+ }
173
+ },
174
+ "CertificateStatus":{
175
+ "type":"string",
176
+ "enum":[
177
+ "PENDING_VALIDATION",
178
+ "ISSUED",
179
+ "INACTIVE",
180
+ "EXPIRED",
181
+ "VALIDATION_TIMED_OUT",
182
+ "REVOKED",
183
+ "FAILED"
184
+ ]
185
+ },
186
+ "CertificateStatuses":{
187
+ "type":"list",
188
+ "member":{"shape":"CertificateStatus"}
189
+ },
190
+ "CertificateSummary":{
191
+ "type":"structure",
192
+ "members":{
193
+ "CertificateArn":{"shape":"Arn"},
194
+ "DomainName":{"shape":"DomainNameString"}
195
+ }
196
+ },
197
+ "CertificateSummaryList":{
198
+ "type":"list",
199
+ "member":{"shape":"CertificateSummary"}
200
+ },
201
+ "DeleteCertificateRequest":{
202
+ "type":"structure",
203
+ "required":["CertificateArn"],
204
+ "members":{
205
+ "CertificateArn":{"shape":"Arn"}
206
+ }
207
+ },
208
+ "DescribeCertificateRequest":{
209
+ "type":"structure",
210
+ "required":["CertificateArn"],
211
+ "members":{
212
+ "CertificateArn":{"shape":"Arn"}
213
+ }
214
+ },
215
+ "DescribeCertificateResponse":{
216
+ "type":"structure",
217
+ "members":{
218
+ "Certificate":{"shape":"CertificateDetail"}
219
+ }
220
+ },
221
+ "DomainList":{
222
+ "type":"list",
223
+ "member":{"shape":"DomainNameString"},
224
+ "min":1,
225
+ "max":1000
226
+ },
227
+ "DomainNameString":{
228
+ "type":"string",
229
+ "min":1,
230
+ "max":253,
231
+ "pattern":"^(\\*\\.)?(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
232
+ },
233
+ "DomainValidation":{
234
+ "type":"structure",
235
+ "required":["DomainName"],
236
+ "members":{
237
+ "DomainName":{"shape":"DomainNameString"},
238
+ "ValidationEmails":{"shape":"ValidationEmailList"},
239
+ "ValidationDomain":{"shape":"DomainNameString"}
240
+ }
241
+ },
242
+ "DomainValidationList":{
243
+ "type":"list",
244
+ "member":{"shape":"DomainValidation"},
245
+ "min":1,
246
+ "max":1000
247
+ },
248
+ "DomainValidationOption":{
249
+ "type":"structure",
250
+ "required":[
251
+ "DomainName",
252
+ "ValidationDomain"
253
+ ],
254
+ "members":{
255
+ "DomainName":{"shape":"DomainNameString"},
256
+ "ValidationDomain":{"shape":"DomainNameString"}
257
+ }
258
+ },
259
+ "DomainValidationOptionList":{
260
+ "type":"list",
261
+ "member":{"shape":"DomainValidationOption"},
262
+ "min":1,
263
+ "max":1000
264
+ },
265
+ "GetCertificateRequest":{
266
+ "type":"structure",
267
+ "required":["CertificateArn"],
268
+ "members":{
269
+ "CertificateArn":{"shape":"Arn"}
270
+ }
271
+ },
272
+ "GetCertificateResponse":{
273
+ "type":"structure",
274
+ "members":{
275
+ "Certificate":{"shape":"CertificateBody"},
276
+ "CertificateChain":{"shape":"CertificateChain"}
277
+ }
278
+ },
279
+ "IdempotencyToken":{
280
+ "type":"string",
281
+ "min":1,
282
+ "max":32,
283
+ "pattern":"\\w+"
284
+ },
285
+ "InUseList":{
286
+ "type":"list",
287
+ "member":{"shape":"String"}
288
+ },
289
+ "InvalidArnException":{
290
+ "type":"structure",
291
+ "members":{
292
+ "message":{"shape":"String"}
293
+ },
294
+ "exception":true
295
+ },
296
+ "InvalidDomainValidationOptionsException":{
297
+ "type":"structure",
298
+ "members":{
299
+ "message":{"shape":"String"}
300
+ },
301
+ "exception":true
302
+ },
303
+ "InvalidStateException":{
304
+ "type":"structure",
305
+ "members":{
306
+ "message":{"shape":"String"}
307
+ },
308
+ "exception":true
309
+ },
310
+ "KeyAlgorithm":{
311
+ "type":"string",
312
+ "enum":[
313
+ "RSA_2048",
314
+ "EC_prime256v1"
315
+ ]
316
+ },
317
+ "LimitExceededException":{
318
+ "type":"structure",
319
+ "members":{
320
+ "message":{"shape":"String"}
321
+ },
322
+ "exception":true
323
+ },
324
+ "ListCertificatesRequest":{
325
+ "type":"structure",
326
+ "members":{
327
+ "CertificateStatuses":{"shape":"CertificateStatuses"},
328
+ "NextToken":{"shape":"NextToken"},
329
+ "MaxItems":{"shape":"MaxItems"}
330
+ }
331
+ },
332
+ "ListCertificatesResponse":{
333
+ "type":"structure",
334
+ "members":{
335
+ "NextToken":{"shape":"NextToken"},
336
+ "CertificateSummaryList":{"shape":"CertificateSummaryList"}
337
+ }
338
+ },
339
+ "MaxItems":{
340
+ "type":"integer",
341
+ "min":1,
342
+ "max":1000
343
+ },
344
+ "NextToken":{
345
+ "type":"string",
346
+ "min":1,
347
+ "max":320,
348
+ "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]*"
349
+ },
350
+ "RequestCertificateRequest":{
351
+ "type":"structure",
352
+ "required":["DomainName"],
353
+ "members":{
354
+ "DomainName":{"shape":"DomainNameString"},
355
+ "SubjectAlternativeNames":{"shape":"DomainList"},
356
+ "IdempotencyToken":{"shape":"IdempotencyToken"},
357
+ "DomainValidationOptions":{"shape":"DomainValidationOptionList"}
358
+ }
359
+ },
360
+ "RequestCertificateResponse":{
361
+ "type":"structure",
362
+ "members":{
363
+ "CertificateArn":{"shape":"Arn"}
364
+ }
365
+ },
366
+ "RequestInProgressException":{
367
+ "type":"structure",
368
+ "members":{
369
+ "message":{"shape":"String"}
370
+ },
371
+ "exception":true
372
+ },
373
+ "ResendValidationEmailRequest":{
374
+ "type":"structure",
375
+ "required":[
376
+ "CertificateArn",
377
+ "Domain",
378
+ "ValidationDomain"
379
+ ],
380
+ "members":{
381
+ "CertificateArn":{"shape":"Arn"},
382
+ "Domain":{"shape":"DomainNameString"},
383
+ "ValidationDomain":{"shape":"DomainNameString"}
384
+ }
385
+ },
386
+ "ResourceInUseException":{
387
+ "type":"structure",
388
+ "members":{
389
+ "message":{"shape":"String"}
390
+ },
391
+ "exception":true
392
+ },
393
+ "ResourceNotFoundException":{
394
+ "type":"structure",
395
+ "members":{
396
+ "message":{"shape":"String"}
397
+ },
398
+ "exception":true
399
+ },
400
+ "RevocationReason":{
401
+ "type":"string",
402
+ "enum":[
403
+ "UNSPECIFIED",
404
+ "KEY_COMPROMISE",
405
+ "CA_COMPROMISE",
406
+ "AFFILIATION_CHANGED",
407
+ "SUPERCEDED",
408
+ "CESSATION_OF_OPERATION",
409
+ "CERTIFICATE_HOLD",
410
+ "REMOVE_FROM_CRL",
411
+ "PRIVILEGE_WITHDRAWN",
412
+ "A_A_COMPROMISE"
413
+ ]
414
+ },
415
+ "String":{"type":"string"},
416
+ "TStamp":{"type":"timestamp"},
417
+ "ValidationEmailList":{
418
+ "type":"list",
419
+ "member":{"shape":"String"}
420
+ }
421
+ }
422
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version":"1.0",
3
+ "examples":{
4
+ }
5
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListCertificates": {
4
+ "limit_key": "MaxItems",
5
+ "input_token": "NextToken",
6
+ "output_token": "NextToken",
7
+ "result_key": "CertificateSummaryList"
8
+ }
9
+ }
10
+ }
@@ -3,10 +3,10 @@
3
3
  "metadata":{
4
4
  "apiVersion":"2010-05-15",
5
5
  "endpointPrefix":"cloudformation",
6
+ "protocol":"query",
6
7
  "serviceFullName":"AWS CloudFormation",
7
8
  "signatureVersion":"v4",
8
- "xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/",
9
- "protocol":"query"
9
+ "xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/"
10
10
  },
11
11
  "operations":{
12
12
  "CancelUpdateStack":{
@@ -17,6 +17,18 @@
17
17
  },
18
18
  "input":{"shape":"CancelUpdateStackInput"}
19
19
  },
20
+ "ContinueUpdateRollback":{
21
+ "name":"ContinueUpdateRollback",
22
+ "http":{
23
+ "method":"POST",
24
+ "requestUri":"/"
25
+ },
26
+ "input":{"shape":"ContinueUpdateRollbackInput"},
27
+ "output":{
28
+ "shape":"ContinueUpdateRollbackOutput",
29
+ "resultWrapper":"ContinueUpdateRollbackResult"
30
+ }
31
+ },
20
32
  "CreateStack":{
21
33
  "name":"CreateStack",
22
34
  "http":{
@@ -29,33 +41,9 @@
29
41
  "resultWrapper":"CreateStackResult"
30
42
  },
31
43
  "errors":[
32
- {
33
- "shape":"LimitExceededException",
34
- "error":{
35
- "code":"LimitExceededException",
36
- "httpStatusCode":400,
37
- "senderFault":true
38
- },
39
- "exception":true
40
- },
41
- {
42
- "shape":"AlreadyExistsException",
43
- "error":{
44
- "code":"AlreadyExistsException",
45
- "httpStatusCode":400,
46
- "senderFault":true
47
- },
48
- "exception":true
49
- },
50
- {
51
- "shape":"InsufficientCapabilitiesException",
52
- "error":{
53
- "code":"InsufficientCapabilitiesException",
54
- "httpStatusCode":400,
55
- "senderFault":true
56
- },
57
- "exception":true
58
- }
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"AlreadyExistsException"},
46
+ {"shape":"InsufficientCapabilitiesException"}
59
47
  ]
60
48
  },
61
49
  "DeleteStack":{
@@ -226,15 +214,7 @@
226
214
  "resultWrapper":"UpdateStackResult"
227
215
  },
228
216
  "errors":[
229
- {
230
- "shape":"InsufficientCapabilitiesException",
231
- "error":{
232
- "code":"InsufficientCapabilitiesException",
233
- "httpStatusCode":400,
234
- "senderFault":true
235
- },
236
- "exception":true
237
- }
217
+ {"shape":"InsufficientCapabilitiesException"}
238
218
  ]
239
219
  },
240
220
  "ValidateTemplate":{
@@ -294,6 +274,18 @@
294
274
  "type":"string",
295
275
  "enum":["CAPABILITY_IAM"]
296
276
  },
277
+ "ContinueUpdateRollbackInput":{
278
+ "type":"structure",
279
+ "required":["StackName"],
280
+ "members":{
281
+ "StackName":{"shape":"StackNameOrId"}
282
+ }
283
+ },
284
+ "ContinueUpdateRollbackOutput":{
285
+ "type":"structure",
286
+ "members":{
287
+ }
288
+ },
297
289
  "CreateStackInput":{
298
290
  "type":"structure",
299
291
  "required":["StackName"],
@@ -521,8 +513,8 @@
521
513
  "Metadata":{"type":"string"},
522
514
  "NextToken":{
523
515
  "type":"string",
524
- "min":1,
525
- "max":1024
516
+ "max":1024,
517
+ "min":1
526
518
  },
527
519
  "NoEcho":{"type":"boolean"},
528
520
  "NotificationARN":{"type":"string"},
@@ -600,8 +592,8 @@
600
592
  },
601
593
  "ResourceSignalUniqueId":{
602
594
  "type":"string",
603
- "min":1,
604
- "max":64
595
+ "max":64,
596
+ "min":1
605
597
  },
606
598
  "ResourceStatus":{
607
599
  "type":"string",
@@ -706,23 +698,23 @@
706
698
  },
707
699
  "StackPolicyBody":{
708
700
  "type":"string",
709
- "min":1,
710
- "max":16384
701
+ "max":16384,
702
+ "min":1
711
703
  },
712
704
  "StackPolicyDuringUpdateBody":{
713
705
  "type":"string",
714
- "min":1,
715
- "max":16384
706
+ "max":16384,
707
+ "min":1
716
708
  },
717
709
  "StackPolicyDuringUpdateURL":{
718
710
  "type":"string",
719
- "min":1,
720
- "max":1350
711
+ "max":1350,
712
+ "min":1
721
713
  },
722
714
  "StackPolicyURL":{
723
715
  "type":"string",
724
- "min":1,
725
- "max":1350
716
+ "max":1350,
717
+ "min":1
726
718
  },
727
719
  "StackResource":{
728
720
  "type":"structure",
@@ -875,8 +867,8 @@
875
867
  },
876
868
  "TemplateURL":{
877
869
  "type":"string",
878
- "min":1,
879
- "max":1024
870
+ "max":1024,
871
+ "min":1
880
872
  },
881
873
  "TimeoutMinutes":{
882
874
  "type":"integer",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "apiVersion":"2016-01-13",
4
+ "apiVersion":"2016-01-28",
5
5
  "endpointPrefix":"cloudfront",
6
6
  "globalEndpoint":"cloudfront.amazonaws.com",
7
7
  "protocol":"rest-xml",
@@ -11,10 +11,10 @@
11
11
  },
12
12
  "operations":{
13
13
  "CreateCloudFrontOriginAccessIdentity":{
14
- "name":"CreateCloudFrontOriginAccessIdentity2016_01_13",
14
+ "name":"CreateCloudFrontOriginAccessIdentity2016_01_28",
15
15
  "http":{
16
16
  "method":"POST",
17
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront",
17
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront",
18
18
  "responseCode":201
19
19
  },
20
20
  "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
@@ -28,10 +28,10 @@
28
28
  ]
29
29
  },
30
30
  "CreateDistribution":{
31
- "name":"CreateDistribution2016_01_13",
31
+ "name":"CreateDistribution2016_01_28",
32
32
  "http":{
33
33
  "method":"POST",
34
- "requestUri":"/2016-01-13/distribution",
34
+ "requestUri":"/2016-01-28/distribution",
35
35
  "responseCode":201
36
36
  },
37
37
  "input":{"shape":"CreateDistributionRequest"},
@@ -73,10 +73,10 @@
73
73
  ]
74
74
  },
75
75
  "CreateInvalidation":{
76
- "name":"CreateInvalidation2016_01_13",
76
+ "name":"CreateInvalidation2016_01_28",
77
77
  "http":{
78
78
  "method":"POST",
79
- "requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation",
79
+ "requestUri":"/2016-01-28/distribution/{DistributionId}/invalidation",
80
80
  "responseCode":201
81
81
  },
82
82
  "input":{"shape":"CreateInvalidationRequest"},
@@ -92,10 +92,10 @@
92
92
  ]
93
93
  },
94
94
  "CreateStreamingDistribution":{
95
- "name":"CreateStreamingDistribution2016_01_13",
95
+ "name":"CreateStreamingDistribution2016_01_28",
96
96
  "http":{
97
97
  "method":"POST",
98
- "requestUri":"/2016-01-13/streaming-distribution",
98
+ "requestUri":"/2016-01-28/streaming-distribution",
99
99
  "responseCode":201
100
100
  },
101
101
  "input":{"shape":"CreateStreamingDistributionRequest"},
@@ -116,10 +116,10 @@
116
116
  ]
117
117
  },
118
118
  "DeleteCloudFrontOriginAccessIdentity":{
119
- "name":"DeleteCloudFrontOriginAccessIdentity2016_01_13",
119
+ "name":"DeleteCloudFrontOriginAccessIdentity2016_01_28",
120
120
  "http":{
121
121
  "method":"DELETE",
122
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}",
122
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront/{Id}",
123
123
  "responseCode":204
124
124
  },
125
125
  "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
@@ -132,10 +132,10 @@
132
132
  ]
133
133
  },
134
134
  "DeleteDistribution":{
135
- "name":"DeleteDistribution2016_01_13",
135
+ "name":"DeleteDistribution2016_01_28",
136
136
  "http":{
137
137
  "method":"DELETE",
138
- "requestUri":"/2016-01-13/distribution/{Id}",
138
+ "requestUri":"/2016-01-28/distribution/{Id}",
139
139
  "responseCode":204
140
140
  },
141
141
  "input":{"shape":"DeleteDistributionRequest"},
@@ -148,10 +148,10 @@
148
148
  ]
149
149
  },
150
150
  "DeleteStreamingDistribution":{
151
- "name":"DeleteStreamingDistribution2016_01_13",
151
+ "name":"DeleteStreamingDistribution2016_01_28",
152
152
  "http":{
153
153
  "method":"DELETE",
154
- "requestUri":"/2016-01-13/streaming-distribution/{Id}",
154
+ "requestUri":"/2016-01-28/streaming-distribution/{Id}",
155
155
  "responseCode":204
156
156
  },
157
157
  "input":{"shape":"DeleteStreamingDistributionRequest"},
@@ -164,10 +164,10 @@
164
164
  ]
165
165
  },
166
166
  "GetCloudFrontOriginAccessIdentity":{
167
- "name":"GetCloudFrontOriginAccessIdentity2016_01_13",
167
+ "name":"GetCloudFrontOriginAccessIdentity2016_01_28",
168
168
  "http":{
169
169
  "method":"GET",
170
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}"
170
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront/{Id}"
171
171
  },
172
172
  "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
173
173
  "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
@@ -177,10 +177,10 @@
177
177
  ]
178
178
  },
179
179
  "GetCloudFrontOriginAccessIdentityConfig":{
180
- "name":"GetCloudFrontOriginAccessIdentityConfig2016_01_13",
180
+ "name":"GetCloudFrontOriginAccessIdentityConfig2016_01_28",
181
181
  "http":{
182
182
  "method":"GET",
183
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}/config"
183
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront/{Id}/config"
184
184
  },
185
185
  "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
186
186
  "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
@@ -190,10 +190,10 @@
190
190
  ]
191
191
  },
192
192
  "GetDistribution":{
193
- "name":"GetDistribution2016_01_13",
193
+ "name":"GetDistribution2016_01_28",
194
194
  "http":{
195
195
  "method":"GET",
196
- "requestUri":"/2016-01-13/distribution/{Id}"
196
+ "requestUri":"/2016-01-28/distribution/{Id}"
197
197
  },
198
198
  "input":{"shape":"GetDistributionRequest"},
199
199
  "output":{"shape":"GetDistributionResult"},
@@ -203,10 +203,10 @@
203
203
  ]
204
204
  },
205
205
  "GetDistributionConfig":{
206
- "name":"GetDistributionConfig2016_01_13",
206
+ "name":"GetDistributionConfig2016_01_28",
207
207
  "http":{
208
208
  "method":"GET",
209
- "requestUri":"/2016-01-13/distribution/{Id}/config"
209
+ "requestUri":"/2016-01-28/distribution/{Id}/config"
210
210
  },
211
211
  "input":{"shape":"GetDistributionConfigRequest"},
212
212
  "output":{"shape":"GetDistributionConfigResult"},
@@ -216,10 +216,10 @@
216
216
  ]
217
217
  },
218
218
  "GetInvalidation":{
219
- "name":"GetInvalidation2016_01_13",
219
+ "name":"GetInvalidation2016_01_28",
220
220
  "http":{
221
221
  "method":"GET",
222
- "requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation/{Id}"
222
+ "requestUri":"/2016-01-28/distribution/{DistributionId}/invalidation/{Id}"
223
223
  },
224
224
  "input":{"shape":"GetInvalidationRequest"},
225
225
  "output":{"shape":"GetInvalidationResult"},
@@ -230,10 +230,10 @@
230
230
  ]
231
231
  },
232
232
  "GetStreamingDistribution":{
233
- "name":"GetStreamingDistribution2016_01_13",
233
+ "name":"GetStreamingDistribution2016_01_28",
234
234
  "http":{
235
235
  "method":"GET",
236
- "requestUri":"/2016-01-13/streaming-distribution/{Id}"
236
+ "requestUri":"/2016-01-28/streaming-distribution/{Id}"
237
237
  },
238
238
  "input":{"shape":"GetStreamingDistributionRequest"},
239
239
  "output":{"shape":"GetStreamingDistributionResult"},
@@ -243,10 +243,10 @@
243
243
  ]
244
244
  },
245
245
  "GetStreamingDistributionConfig":{
246
- "name":"GetStreamingDistributionConfig2016_01_13",
246
+ "name":"GetStreamingDistributionConfig2016_01_28",
247
247
  "http":{
248
248
  "method":"GET",
249
- "requestUri":"/2016-01-13/streaming-distribution/{Id}/config"
249
+ "requestUri":"/2016-01-28/streaming-distribution/{Id}/config"
250
250
  },
251
251
  "input":{"shape":"GetStreamingDistributionConfigRequest"},
252
252
  "output":{"shape":"GetStreamingDistributionConfigResult"},
@@ -256,10 +256,10 @@
256
256
  ]
257
257
  },
258
258
  "ListCloudFrontOriginAccessIdentities":{
259
- "name":"ListCloudFrontOriginAccessIdentities2016_01_13",
259
+ "name":"ListCloudFrontOriginAccessIdentities2016_01_28",
260
260
  "http":{
261
261
  "method":"GET",
262
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront"
262
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront"
263
263
  },
264
264
  "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
265
265
  "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
@@ -268,10 +268,10 @@
268
268
  ]
269
269
  },
270
270
  "ListDistributions":{
271
- "name":"ListDistributions2016_01_13",
271
+ "name":"ListDistributions2016_01_28",
272
272
  "http":{
273
273
  "method":"GET",
274
- "requestUri":"/2016-01-13/distribution"
274
+ "requestUri":"/2016-01-28/distribution"
275
275
  },
276
276
  "input":{"shape":"ListDistributionsRequest"},
277
277
  "output":{"shape":"ListDistributionsResult"},
@@ -280,10 +280,10 @@
280
280
  ]
281
281
  },
282
282
  "ListDistributionsByWebACLId":{
283
- "name":"ListDistributionsByWebACLId2016_01_13",
283
+ "name":"ListDistributionsByWebACLId2016_01_28",
284
284
  "http":{
285
285
  "method":"GET",
286
- "requestUri":"/2016-01-13/distributionsByWebACLId/{WebACLId}"
286
+ "requestUri":"/2016-01-28/distributionsByWebACLId/{WebACLId}"
287
287
  },
288
288
  "input":{"shape":"ListDistributionsByWebACLIdRequest"},
289
289
  "output":{"shape":"ListDistributionsByWebACLIdResult"},
@@ -293,10 +293,10 @@
293
293
  ]
294
294
  },
295
295
  "ListInvalidations":{
296
- "name":"ListInvalidations2016_01_13",
296
+ "name":"ListInvalidations2016_01_28",
297
297
  "http":{
298
298
  "method":"GET",
299
- "requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation"
299
+ "requestUri":"/2016-01-28/distribution/{DistributionId}/invalidation"
300
300
  },
301
301
  "input":{"shape":"ListInvalidationsRequest"},
302
302
  "output":{"shape":"ListInvalidationsResult"},
@@ -307,10 +307,10 @@
307
307
  ]
308
308
  },
309
309
  "ListStreamingDistributions":{
310
- "name":"ListStreamingDistributions2016_01_13",
310
+ "name":"ListStreamingDistributions2016_01_28",
311
311
  "http":{
312
312
  "method":"GET",
313
- "requestUri":"/2016-01-13/streaming-distribution"
313
+ "requestUri":"/2016-01-28/streaming-distribution"
314
314
  },
315
315
  "input":{"shape":"ListStreamingDistributionsRequest"},
316
316
  "output":{"shape":"ListStreamingDistributionsResult"},
@@ -319,10 +319,10 @@
319
319
  ]
320
320
  },
321
321
  "UpdateCloudFrontOriginAccessIdentity":{
322
- "name":"UpdateCloudFrontOriginAccessIdentity2016_01_13",
322
+ "name":"UpdateCloudFrontOriginAccessIdentity2016_01_28",
323
323
  "http":{
324
324
  "method":"PUT",
325
- "requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}/config"
325
+ "requestUri":"/2016-01-28/origin-access-identity/cloudfront/{Id}/config"
326
326
  },
327
327
  "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
328
328
  "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
@@ -338,10 +338,10 @@
338
338
  ]
339
339
  },
340
340
  "UpdateDistribution":{
341
- "name":"UpdateDistribution2016_01_13",
341
+ "name":"UpdateDistribution2016_01_28",
342
342
  "http":{
343
343
  "method":"PUT",
344
- "requestUri":"/2016-01-13/distribution/{Id}/config"
344
+ "requestUri":"/2016-01-28/distribution/{Id}/config"
345
345
  },
346
346
  "input":{"shape":"UpdateDistributionRequest"},
347
347
  "output":{"shape":"UpdateDistributionResult"},
@@ -382,10 +382,10 @@
382
382
  ]
383
383
  },
384
384
  "UpdateStreamingDistribution":{
385
- "name":"UpdateStreamingDistribution2016_01_13",
385
+ "name":"UpdateStreamingDistribution2016_01_28",
386
386
  "http":{
387
387
  "method":"PUT",
388
- "requestUri":"/2016-01-13/streaming-distribution/{Id}/config"
388
+ "requestUri":"/2016-01-28/streaming-distribution/{Id}/config"
389
389
  },
390
390
  "input":{"shape":"UpdateStreamingDistributionRequest"},
391
391
  "output":{"shape":"UpdateStreamingDistributionResult"},
@@ -531,7 +531,8 @@
531
531
  "type":"string",
532
532
  "enum":[
533
533
  "cloudfront",
534
- "iam"
534
+ "iam",
535
+ "acm"
535
536
  ]
536
537
  },
537
538
  "CloudFrontOriginAccessIdentity":{
@@ -640,7 +641,7 @@
640
641
  "CloudFrontOriginAccessIdentityConfig":{
641
642
  "shape":"CloudFrontOriginAccessIdentityConfig",
642
643
  "locationName":"CloudFrontOriginAccessIdentityConfig",
643
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
644
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
644
645
  }
645
646
  },
646
647
  "payload":"CloudFrontOriginAccessIdentityConfig"
@@ -669,7 +670,7 @@
669
670
  "DistributionConfig":{
670
671
  "shape":"DistributionConfig",
671
672
  "locationName":"DistributionConfig",
672
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
673
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
673
674
  }
674
675
  },
675
676
  "payload":"DistributionConfig"
@@ -706,7 +707,7 @@
706
707
  "InvalidationBatch":{
707
708
  "shape":"InvalidationBatch",
708
709
  "locationName":"InvalidationBatch",
709
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
710
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
710
711
  }
711
712
  },
712
713
  "payload":"InvalidationBatch"
@@ -730,7 +731,7 @@
730
731
  "StreamingDistributionConfig":{
731
732
  "shape":"StreamingDistributionConfig",
732
733
  "locationName":"StreamingDistributionConfig",
733
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
734
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
734
735
  }
735
736
  },
736
737
  "payload":"StreamingDistributionConfig"
@@ -2081,7 +2082,7 @@
2081
2082
  "CloudFrontOriginAccessIdentityConfig":{
2082
2083
  "shape":"CloudFrontOriginAccessIdentityConfig",
2083
2084
  "locationName":"CloudFrontOriginAccessIdentityConfig",
2084
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
2085
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
2085
2086
  },
2086
2087
  "Id":{
2087
2088
  "shape":"string",
@@ -2118,7 +2119,7 @@
2118
2119
  "DistributionConfig":{
2119
2120
  "shape":"DistributionConfig",
2120
2121
  "locationName":"DistributionConfig",
2121
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
2122
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
2122
2123
  },
2123
2124
  "Id":{
2124
2125
  "shape":"string",
@@ -2155,7 +2156,7 @@
2155
2156
  "StreamingDistributionConfig":{
2156
2157
  "shape":"StreamingDistributionConfig",
2157
2158
  "locationName":"StreamingDistributionConfig",
2158
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
2159
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-28/"}
2159
2160
  },
2160
2161
  "Id":{
2161
2162
  "shape":"string",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -842,6 +842,70 @@
842
842
  }
843
843
  ]
844
844
  },
845
+ "DisableTopicRule":{
846
+ "name":"DisableTopicRule",
847
+ "http":{
848
+ "method":"POST",
849
+ "requestUri":"/rules/{ruleName}/disable"
850
+ },
851
+ "input":{"shape":"DisableTopicRuleRequest"},
852
+ "errors":[
853
+ {
854
+ "shape":"InternalException",
855
+ "error":{"httpStatusCode":500},
856
+ "exception":true,
857
+ "fault":true
858
+ },
859
+ {
860
+ "shape":"InvalidRequestException",
861
+ "error":{"httpStatusCode":400},
862
+ "exception":true
863
+ },
864
+ {
865
+ "shape":"ServiceUnavailableException",
866
+ "error":{"httpStatusCode":503},
867
+ "exception":true,
868
+ "fault":true
869
+ },
870
+ {
871
+ "shape":"UnauthorizedException",
872
+ "error":{"httpStatusCode":401},
873
+ "exception":true
874
+ }
875
+ ]
876
+ },
877
+ "EnableTopicRule":{
878
+ "name":"EnableTopicRule",
879
+ "http":{
880
+ "method":"POST",
881
+ "requestUri":"/rules/{ruleName}/enable"
882
+ },
883
+ "input":{"shape":"EnableTopicRuleRequest"},
884
+ "errors":[
885
+ {
886
+ "shape":"InternalException",
887
+ "error":{"httpStatusCode":500},
888
+ "exception":true,
889
+ "fault":true
890
+ },
891
+ {
892
+ "shape":"InvalidRequestException",
893
+ "error":{"httpStatusCode":400},
894
+ "exception":true
895
+ },
896
+ {
897
+ "shape":"ServiceUnavailableException",
898
+ "error":{"httpStatusCode":503},
899
+ "exception":true,
900
+ "fault":true
901
+ },
902
+ {
903
+ "shape":"UnauthorizedException",
904
+ "error":{"httpStatusCode":401},
905
+ "exception":true
906
+ }
907
+ ]
908
+ },
845
909
  "GetLoggingOptions":{
846
910
  "name":"GetLoggingOptions",
847
911
  "http":{
@@ -2063,6 +2127,17 @@
2063
2127
  "members":{
2064
2128
  }
2065
2129
  },
2130
+ "DisableTopicRuleRequest":{
2131
+ "type":"structure",
2132
+ "required":["ruleName"],
2133
+ "members":{
2134
+ "ruleName":{
2135
+ "shape":"RuleName",
2136
+ "location":"uri",
2137
+ "locationName":"ruleName"
2138
+ }
2139
+ }
2140
+ },
2066
2141
  "DynamoDBAction":{
2067
2142
  "type":"structure",
2068
2143
  "required":[
@@ -2083,6 +2158,17 @@
2083
2158
  "payloadField":{"shape":"PayloadField"}
2084
2159
  }
2085
2160
  },
2161
+ "EnableTopicRuleRequest":{
2162
+ "type":"structure",
2163
+ "required":["ruleName"],
2164
+ "members":{
2165
+ "ruleName":{
2166
+ "shape":"RuleName",
2167
+ "location":"uri",
2168
+ "locationName":"ruleName"
2169
+ }
2170
+ }
2171
+ },
2086
2172
  "EndpointAddress":{"type":"string"},
2087
2173
  "FirehoseAction":{
2088
2174
  "type":"structure",
@@ -2171,6 +2257,7 @@
2171
2257
  "GetTopicRuleResponse":{
2172
2258
  "type":"structure",
2173
2259
  "members":{
2260
+ "ruleArn":{"shape":"RuleArn"},
2174
2261
  "rule":{"shape":"TopicRule"}
2175
2262
  }
2176
2263
  },
@@ -2599,6 +2686,7 @@
2599
2686
  "error":{"httpStatusCode":404},
2600
2687
  "exception":true
2601
2688
  },
2689
+ "RuleArn":{"type":"string"},
2602
2690
  "RuleName":{
2603
2691
  "type":"string",
2604
2692
  "min":1,
@@ -2651,6 +2739,7 @@
2651
2739
  },
2652
2740
  "SetLoggingOptionsRequest":{
2653
2741
  "type":"structure",
2742
+ "required":["loggingOptionsPayload"],
2654
2743
  "members":{
2655
2744
  "loggingOptionsPayload":{"shape":"LoggingOptionsPayload"}
2656
2745
  },
@@ -2739,6 +2828,7 @@
2739
2828
  "TopicRuleListItem":{
2740
2829
  "type":"structure",
2741
2830
  "members":{
2831
+ "ruleArn":{"shape":"RuleArn"},
2742
2832
  "ruleName":{"shape":"RuleName"},
2743
2833
  "topicPattern":{"shape":"TopicPattern"},
2744
2834
  "createdAt":{"shape":"CreatedAtDate"},
@@ -19,6 +19,7 @@ module Aws
19
19
  # @api private
20
20
  # services
21
21
  SERVICE_MODULE_NAMES = %w(
22
+ ACM
22
23
  APIGateway
23
24
  AutoScaling
24
25
  CloudFormation
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ACM, {
2
+ api: "#{Aws::API_DIR}/acm/2015-12-08/api-2.json",
3
+ docs: "#{Aws::API_DIR}/acm/2015-12-08/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/acm/2015-12-08/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/acm/2015-12-08/paginators-1.json",
6
+ })
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:CloudFormation, {
2
2
  api: "#{Aws::API_DIR}/cloudformation/2010-05-15/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/cloudformation/2010-05-15/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudformation/2010-05-15/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/cloudformation/2010-05-15/paginators-1.json",
5
6
  resources: "#{Aws::API_DIR}/cloudformation/2010-05-15/resources-1.json",
6
7
  waiters: "#{Aws::API_DIR}/cloudformation/2010-05-15/waiters-2.json",
@@ -1,7 +1,7 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2016-01-13/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2016-01-13/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2016-01-13/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2016-01-13/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2016-01-13/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2016-01-28/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2016-01-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2016-01-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2016-01-28/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2016-01-28/waiters-2.json",
7
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.12'
2
+ VERSION = '2.2.13'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.12
4
+ version: 2.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-19 00:00:00.000000000 Z
11
+ date: 2016-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -33,19 +33,23 @@ executables:
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - apis/acm/2015-12-08/api-2.json
37
+ - apis/acm/2015-12-08/examples-1.json
38
+ - apis/acm/2015-12-08/paginators-1.json
36
39
  - apis/apigateway/2015-07-09/api-2.json
37
40
  - apis/apigateway/2015-07-09/paginators-1.json
38
41
  - apis/autoscaling/2011-01-01/api-2.json
39
42
  - apis/autoscaling/2011-01-01/examples-1.json
40
43
  - apis/autoscaling/2011-01-01/paginators-1.json
41
44
  - apis/cloudformation/2010-05-15/api-2.json
45
+ - apis/cloudformation/2010-05-15/examples-1.json
42
46
  - apis/cloudformation/2010-05-15/paginators-1.json
43
47
  - apis/cloudformation/2010-05-15/resources-1.json
44
48
  - apis/cloudformation/2010-05-15/waiters-2.json
45
- - apis/cloudfront/2016-01-13/api-2.json
46
- - apis/cloudfront/2016-01-13/examples-1.json
47
- - apis/cloudfront/2016-01-13/paginators-1.json
48
- - apis/cloudfront/2016-01-13/waiters-2.json
49
+ - apis/cloudfront/2016-01-28/api-2.json
50
+ - apis/cloudfront/2016-01-28/examples-1.json
51
+ - apis/cloudfront/2016-01-28/paginators-1.json
52
+ - apis/cloudfront/2016-01-28/waiters-2.json
49
53
  - apis/cloudhsm/2014-05-30/api-2.json
50
54
  - apis/cloudsearch/2013-01-01/api-2.json
51
55
  - apis/cloudsearch/2013-01-01/paginators-1.json
@@ -193,6 +197,7 @@ files:
193
197
  - ca-bundle.crt
194
198
  - endpoints.json
195
199
  - lib/aws-sdk-core.rb
200
+ - lib/aws-sdk-core/acm.rb
196
201
  - lib/aws-sdk-core/api/builder.rb
197
202
  - lib/aws-sdk-core/api/customizations.rb
198
203
  - lib/aws-sdk-core/api/docs/builder.rb