aws-sdk-core 2.2.6 → 2.2.7

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: 4209e0469ecfc03afd6bdb198d6ab1c9a89731b8
4
- data.tar.gz: b3c80b821e8c07f8abcacc72afe627eb28c88af2
3
+ metadata.gz: 7ee02391ec4498d5cf63bd6862c5c2978949af8b
4
+ data.tar.gz: 515cb206e3700ef45c0f46a64b20e42bebb4b30c
5
5
  SHA512:
6
- metadata.gz: ecb398153c9ddbe123ed374e4313495ca0e2cac20a2fddb7a7d7b93fb0b3fef434ab382a198f12fec66bf0d61545709c4902262ffa7ffb7c6a2de685870e91b8
7
- data.tar.gz: 015c35807607b934086532dedf8338dda67bb4803a54df851286c4c3c6040a36206c7ce77d5e41f7427bfe6dd4588c3e9e9fe662813c860e7450ee797934c289
6
+ metadata.gz: 34b1d25811fa07953f025801f5061710ec69507bb5602c8193079ccbd39ae5a3908cafeab4048e0eb9fec5c4196ae3a360434c506c92d89e21057bb38beb9fa3
7
+ data.tar.gz: 75a88139552919af4ab511fbb663ad708ca67ea34497f7d0d78a1f74b1a9d334261ea4a14dcbea6ad4fd9796ac1700f1a0e121694d25f240e4a8449d3b6be7b0
@@ -1,994 +1,406 @@
1
1
  {
2
2
  "version":"2.0",
3
3
  "metadata":{
4
- "apiVersion":"2015-07-27",
4
+ "apiVersion":"2015-09-17",
5
5
  "endpointPrefix":"cloudfront",
6
6
  "globalEndpoint":"cloudfront.amazonaws.com",
7
+ "protocol":"rest-xml",
7
8
  "serviceAbbreviation":"CloudFront",
8
9
  "serviceFullName":"Amazon CloudFront",
9
- "signatureVersion":"v4",
10
- "protocol":"rest-xml"
10
+ "signatureVersion":"v4"
11
11
  },
12
12
  "operations":{
13
13
  "CreateCloudFrontOriginAccessIdentity":{
14
- "name":"CreateCloudFrontOriginAccessIdentity2015_07_27",
14
+ "name":"CreateCloudFrontOriginAccessIdentity2015_09_17",
15
15
  "http":{
16
16
  "method":"POST",
17
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront",
17
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront",
18
18
  "responseCode":201
19
19
  },
20
20
  "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
21
21
  "output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"},
22
22
  "errors":[
23
- {
24
- "shape":"CloudFrontOriginAccessIdentityAlreadyExists",
25
- "error":{"httpStatusCode":409},
26
- "exception":true
27
- },
28
- {
29
- "shape":"MissingBody",
30
- "error":{"httpStatusCode":400},
31
- "exception":true
32
- },
33
- {
34
- "shape":"TooManyCloudFrontOriginAccessIdentities",
35
- "error":{"httpStatusCode":400},
36
- "exception":true
37
- },
38
- {
39
- "shape":"InvalidArgument",
40
- "error":{"httpStatusCode":400},
41
- "exception":true
42
- },
43
- {
44
- "shape":"InconsistentQuantities",
45
- "error":{"httpStatusCode":400},
46
- "exception":true
47
- }
23
+ {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"},
24
+ {"shape":"MissingBody"},
25
+ {"shape":"TooManyCloudFrontOriginAccessIdentities"},
26
+ {"shape":"InvalidArgument"},
27
+ {"shape":"InconsistentQuantities"}
48
28
  ]
49
29
  },
50
30
  "CreateDistribution":{
51
- "name":"CreateDistribution2015_07_27",
31
+ "name":"CreateDistribution2015_09_17",
52
32
  "http":{
53
33
  "method":"POST",
54
- "requestUri":"/2015-07-27/distribution",
34
+ "requestUri":"/2015-09-17/distribution",
55
35
  "responseCode":201
56
36
  },
57
37
  "input":{"shape":"CreateDistributionRequest"},
58
38
  "output":{"shape":"CreateDistributionResult"},
59
39
  "errors":[
60
- {
61
- "shape":"CNAMEAlreadyExists",
62
- "error":{"httpStatusCode":409},
63
- "exception":true
64
- },
65
- {
66
- "shape":"DistributionAlreadyExists",
67
- "error":{"httpStatusCode":409},
68
- "exception":true
69
- },
70
- {
71
- "shape":"InvalidOrigin",
72
- "error":{"httpStatusCode":400},
73
- "exception":true
74
- },
75
- {
76
- "shape":"InvalidOriginAccessIdentity",
77
- "error":{"httpStatusCode":400},
78
- "exception":true
79
- },
80
- {
81
- "shape":"AccessDenied",
82
- "error":{"httpStatusCode":403},
83
- "exception":true
84
- },
85
- {
86
- "shape":"TooManyTrustedSigners",
87
- "error":{"httpStatusCode":400},
88
- "exception":true
89
- },
90
- {
91
- "shape":"TrustedSignerDoesNotExist",
92
- "error":{"httpStatusCode":400},
93
- "exception":true
94
- },
95
- {
96
- "shape":"InvalidViewerCertificate",
97
- "error":{"httpStatusCode":400},
98
- "exception":true
99
- },
100
- {
101
- "shape":"InvalidMinimumProtocolVersion",
102
- "error":{"httpStatusCode":400},
103
- "exception":true
104
- },
105
- {
106
- "shape":"MissingBody",
107
- "error":{"httpStatusCode":400},
108
- "exception":true
109
- },
110
- {
111
- "shape":"TooManyDistributionCNAMEs",
112
- "error":{"httpStatusCode":400},
113
- "exception":true
114
- },
115
- {
116
- "shape":"TooManyDistributions",
117
- "error":{"httpStatusCode":400},
118
- "exception":true
119
- },
120
- {
121
- "shape":"InvalidDefaultRootObject",
122
- "error":{"httpStatusCode":400},
123
- "exception":true
124
- },
125
- {
126
- "shape":"InvalidRelativePath",
127
- "error":{"httpStatusCode":400},
128
- "exception":true
129
- },
130
- {
131
- "shape":"InvalidErrorCode",
132
- "error":{"httpStatusCode":400},
133
- "exception":true
134
- },
135
- {
136
- "shape":"InvalidResponseCode",
137
- "error":{"httpStatusCode":400},
138
- "exception":true
139
- },
140
- {
141
- "shape":"InvalidArgument",
142
- "error":{"httpStatusCode":400},
143
- "exception":true
144
- },
145
- {
146
- "shape":"InvalidRequiredProtocol",
147
- "error":{"httpStatusCode":400},
148
- "exception":true
149
- },
150
- {
151
- "shape":"NoSuchOrigin",
152
- "error":{"httpStatusCode":404},
153
- "exception":true
154
- },
155
- {
156
- "shape":"TooManyOrigins",
157
- "error":{"httpStatusCode":400},
158
- "exception":true
159
- },
160
- {
161
- "shape":"TooManyCacheBehaviors",
162
- "error":{"httpStatusCode":400},
163
- "exception":true
164
- },
165
- {
166
- "shape":"TooManyCookieNamesInWhiteList",
167
- "error":{"httpStatusCode":400},
168
- "exception":true
169
- },
170
- {
171
- "shape":"InvalidForwardCookies",
172
- "error":{"httpStatusCode":400},
173
- "exception":true
174
- },
175
- {
176
- "shape":"TooManyHeadersInForwardedValues",
177
- "error":{"httpStatusCode":400},
178
- "exception":true
179
- },
180
- {
181
- "shape":"InvalidHeadersForS3Origin",
182
- "error":{"httpStatusCode":400},
183
- "exception":true
184
- },
185
- {
186
- "shape":"InconsistentQuantities",
187
- "error":{"httpStatusCode":400},
188
- "exception":true
189
- },
190
- {
191
- "shape":"TooManyCertificates",
192
- "error":{"httpStatusCode":400},
193
- "exception":true
194
- },
195
- {
196
- "shape":"InvalidLocationCode",
197
- "error":{"httpStatusCode":400},
198
- "exception":true
199
- },
200
- {
201
- "shape":"InvalidGeoRestrictionParameter",
202
- "error":{"httpStatusCode":400},
203
- "exception":true
204
- },
205
- {
206
- "shape":"InvalidProtocolSettings",
207
- "error":{"httpStatusCode":400},
208
- "exception":true
209
- },
210
- {
211
- "shape":"InvalidTTLOrder",
212
- "error":{"httpStatusCode":400},
213
- "exception":true
214
- },
215
- {
216
- "shape":"InvalidWebACLId",
217
- "error":{"httpStatusCode":400},
218
- "exception":true
219
- }
40
+ {"shape":"CNAMEAlreadyExists"},
41
+ {"shape":"DistributionAlreadyExists"},
42
+ {"shape":"InvalidOrigin"},
43
+ {"shape":"InvalidOriginAccessIdentity"},
44
+ {"shape":"AccessDenied"},
45
+ {"shape":"TooManyTrustedSigners"},
46
+ {"shape":"TrustedSignerDoesNotExist"},
47
+ {"shape":"InvalidViewerCertificate"},
48
+ {"shape":"InvalidMinimumProtocolVersion"},
49
+ {"shape":"MissingBody"},
50
+ {"shape":"TooManyDistributionCNAMEs"},
51
+ {"shape":"TooManyDistributions"},
52
+ {"shape":"InvalidDefaultRootObject"},
53
+ {"shape":"InvalidRelativePath"},
54
+ {"shape":"InvalidErrorCode"},
55
+ {"shape":"InvalidResponseCode"},
56
+ {"shape":"InvalidArgument"},
57
+ {"shape":"InvalidRequiredProtocol"},
58
+ {"shape":"NoSuchOrigin"},
59
+ {"shape":"TooManyOrigins"},
60
+ {"shape":"TooManyCacheBehaviors"},
61
+ {"shape":"TooManyCookieNamesInWhiteList"},
62
+ {"shape":"InvalidForwardCookies"},
63
+ {"shape":"TooManyHeadersInForwardedValues"},
64
+ {"shape":"InvalidHeadersForS3Origin"},
65
+ {"shape":"InconsistentQuantities"},
66
+ {"shape":"TooManyCertificates"},
67
+ {"shape":"InvalidLocationCode"},
68
+ {"shape":"InvalidGeoRestrictionParameter"},
69
+ {"shape":"InvalidProtocolSettings"},
70
+ {"shape":"InvalidTTLOrder"},
71
+ {"shape":"InvalidWebACLId"}
220
72
  ]
221
73
  },
222
74
  "CreateInvalidation":{
223
- "name":"CreateInvalidation2015_07_27",
75
+ "name":"CreateInvalidation2015_09_17",
224
76
  "http":{
225
77
  "method":"POST",
226
- "requestUri":"/2015-07-27/distribution/{DistributionId}/invalidation",
78
+ "requestUri":"/2015-09-17/distribution/{DistributionId}/invalidation",
227
79
  "responseCode":201
228
80
  },
229
81
  "input":{"shape":"CreateInvalidationRequest"},
230
82
  "output":{"shape":"CreateInvalidationResult"},
231
83
  "errors":[
232
- {
233
- "shape":"AccessDenied",
234
- "error":{"httpStatusCode":403},
235
- "exception":true
236
- },
237
- {
238
- "shape":"MissingBody",
239
- "error":{"httpStatusCode":400},
240
- "exception":true
241
- },
242
- {
243
- "shape":"InvalidArgument",
244
- "error":{"httpStatusCode":400},
245
- "exception":true
246
- },
247
- {
248
- "shape":"NoSuchDistribution",
249
- "error":{"httpStatusCode":404},
250
- "exception":true
251
- },
252
- {
253
- "shape":"BatchTooLarge",
254
- "error":{"httpStatusCode":413},
255
- "exception":true
256
- },
257
- {
258
- "shape":"TooManyInvalidationsInProgress",
259
- "error":{"httpStatusCode":400},
260
- "exception":true
261
- },
262
- {
263
- "shape":"InconsistentQuantities",
264
- "error":{"httpStatusCode":400},
265
- "exception":true
266
- }
84
+ {"shape":"AccessDenied"},
85
+ {"shape":"MissingBody"},
86
+ {"shape":"InvalidArgument"},
87
+ {"shape":"NoSuchDistribution"},
88
+ {"shape":"BatchTooLarge"},
89
+ {"shape":"TooManyInvalidationsInProgress"},
90
+ {"shape":"InconsistentQuantities"}
267
91
  ]
268
92
  },
269
93
  "CreateStreamingDistribution":{
270
- "name":"CreateStreamingDistribution2015_07_27",
94
+ "name":"CreateStreamingDistribution2015_09_17",
271
95
  "http":{
272
96
  "method":"POST",
273
- "requestUri":"/2015-07-27/streaming-distribution",
97
+ "requestUri":"/2015-09-17/streaming-distribution",
274
98
  "responseCode":201
275
99
  },
276
100
  "input":{"shape":"CreateStreamingDistributionRequest"},
277
101
  "output":{"shape":"CreateStreamingDistributionResult"},
278
102
  "errors":[
279
- {
280
- "shape":"CNAMEAlreadyExists",
281
- "error":{"httpStatusCode":409},
282
- "exception":true
283
- },
284
- {
285
- "shape":"StreamingDistributionAlreadyExists",
286
- "error":{"httpStatusCode":409},
287
- "exception":true
288
- },
289
- {
290
- "shape":"InvalidOrigin",
291
- "error":{"httpStatusCode":400},
292
- "exception":true
293
- },
294
- {
295
- "shape":"InvalidOriginAccessIdentity",
296
- "error":{"httpStatusCode":400},
297
- "exception":true
298
- },
299
- {
300
- "shape":"AccessDenied",
301
- "error":{"httpStatusCode":403},
302
- "exception":true
303
- },
304
- {
305
- "shape":"TooManyTrustedSigners",
306
- "error":{"httpStatusCode":400},
307
- "exception":true
308
- },
309
- {
310
- "shape":"TrustedSignerDoesNotExist",
311
- "error":{"httpStatusCode":400},
312
- "exception":true
313
- },
314
- {
315
- "shape":"MissingBody",
316
- "error":{"httpStatusCode":400},
317
- "exception":true
318
- },
319
- {
320
- "shape":"TooManyStreamingDistributionCNAMEs",
321
- "error":{"httpStatusCode":400},
322
- "exception":true
323
- },
324
- {
325
- "shape":"TooManyStreamingDistributions",
326
- "error":{"httpStatusCode":400},
327
- "exception":true
328
- },
329
- {
330
- "shape":"InvalidArgument",
331
- "error":{"httpStatusCode":400},
332
- "exception":true
333
- },
334
- {
335
- "shape":"InconsistentQuantities",
336
- "error":{"httpStatusCode":400},
337
- "exception":true
338
- }
103
+ {"shape":"CNAMEAlreadyExists"},
104
+ {"shape":"StreamingDistributionAlreadyExists"},
105
+ {"shape":"InvalidOrigin"},
106
+ {"shape":"InvalidOriginAccessIdentity"},
107
+ {"shape":"AccessDenied"},
108
+ {"shape":"TooManyTrustedSigners"},
109
+ {"shape":"TrustedSignerDoesNotExist"},
110
+ {"shape":"MissingBody"},
111
+ {"shape":"TooManyStreamingDistributionCNAMEs"},
112
+ {"shape":"TooManyStreamingDistributions"},
113
+ {"shape":"InvalidArgument"},
114
+ {"shape":"InconsistentQuantities"}
339
115
  ]
340
116
  },
341
117
  "DeleteCloudFrontOriginAccessIdentity":{
342
- "name":"DeleteCloudFrontOriginAccessIdentity2015_07_27",
118
+ "name":"DeleteCloudFrontOriginAccessIdentity2015_09_17",
343
119
  "http":{
344
120
  "method":"DELETE",
345
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront/{Id}",
121
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront/{Id}",
346
122
  "responseCode":204
347
123
  },
348
124
  "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
349
125
  "errors":[
350
- {
351
- "shape":"AccessDenied",
352
- "error":{"httpStatusCode":403},
353
- "exception":true
354
- },
355
- {
356
- "shape":"InvalidIfMatchVersion",
357
- "error":{"httpStatusCode":400},
358
- "exception":true
359
- },
360
- {
361
- "shape":"NoSuchCloudFrontOriginAccessIdentity",
362
- "error":{"httpStatusCode":404},
363
- "exception":true
364
- },
365
- {
366
- "shape":"PreconditionFailed",
367
- "error":{"httpStatusCode":412},
368
- "exception":true
369
- },
370
- {
371
- "shape":"CloudFrontOriginAccessIdentityInUse",
372
- "error":{"httpStatusCode":409},
373
- "exception":true
374
- }
126
+ {"shape":"AccessDenied"},
127
+ {"shape":"InvalidIfMatchVersion"},
128
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
129
+ {"shape":"PreconditionFailed"},
130
+ {"shape":"CloudFrontOriginAccessIdentityInUse"}
375
131
  ]
376
132
  },
377
133
  "DeleteDistribution":{
378
- "name":"DeleteDistribution2015_07_27",
134
+ "name":"DeleteDistribution2015_09_17",
379
135
  "http":{
380
136
  "method":"DELETE",
381
- "requestUri":"/2015-07-27/distribution/{Id}",
137
+ "requestUri":"/2015-09-17/distribution/{Id}",
382
138
  "responseCode":204
383
139
  },
384
140
  "input":{"shape":"DeleteDistributionRequest"},
385
141
  "errors":[
386
- {
387
- "shape":"AccessDenied",
388
- "error":{"httpStatusCode":403},
389
- "exception":true
390
- },
391
- {
392
- "shape":"DistributionNotDisabled",
393
- "error":{"httpStatusCode":409},
394
- "exception":true
395
- },
396
- {
397
- "shape":"InvalidIfMatchVersion",
398
- "error":{"httpStatusCode":400},
399
- "exception":true
400
- },
401
- {
402
- "shape":"NoSuchDistribution",
403
- "error":{"httpStatusCode":404},
404
- "exception":true
405
- },
406
- {
407
- "shape":"PreconditionFailed",
408
- "error":{"httpStatusCode":412},
409
- "exception":true
410
- }
142
+ {"shape":"AccessDenied"},
143
+ {"shape":"DistributionNotDisabled"},
144
+ {"shape":"InvalidIfMatchVersion"},
145
+ {"shape":"NoSuchDistribution"},
146
+ {"shape":"PreconditionFailed"}
411
147
  ]
412
148
  },
413
149
  "DeleteStreamingDistribution":{
414
- "name":"DeleteStreamingDistribution2015_07_27",
150
+ "name":"DeleteStreamingDistribution2015_09_17",
415
151
  "http":{
416
152
  "method":"DELETE",
417
- "requestUri":"/2015-07-27/streaming-distribution/{Id}",
153
+ "requestUri":"/2015-09-17/streaming-distribution/{Id}",
418
154
  "responseCode":204
419
155
  },
420
156
  "input":{"shape":"DeleteStreamingDistributionRequest"},
421
157
  "errors":[
422
- {
423
- "shape":"AccessDenied",
424
- "error":{"httpStatusCode":403},
425
- "exception":true
426
- },
427
- {
428
- "shape":"StreamingDistributionNotDisabled",
429
- "error":{"httpStatusCode":409},
430
- "exception":true
431
- },
432
- {
433
- "shape":"InvalidIfMatchVersion",
434
- "error":{"httpStatusCode":400},
435
- "exception":true
436
- },
437
- {
438
- "shape":"NoSuchStreamingDistribution",
439
- "error":{"httpStatusCode":404},
440
- "exception":true
441
- },
442
- {
443
- "shape":"PreconditionFailed",
444
- "error":{"httpStatusCode":412},
445
- "exception":true
446
- }
158
+ {"shape":"AccessDenied"},
159
+ {"shape":"StreamingDistributionNotDisabled"},
160
+ {"shape":"InvalidIfMatchVersion"},
161
+ {"shape":"NoSuchStreamingDistribution"},
162
+ {"shape":"PreconditionFailed"}
447
163
  ]
448
164
  },
449
165
  "GetCloudFrontOriginAccessIdentity":{
450
- "name":"GetCloudFrontOriginAccessIdentity2015_07_27",
166
+ "name":"GetCloudFrontOriginAccessIdentity2015_09_17",
451
167
  "http":{
452
168
  "method":"GET",
453
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront/{Id}"
169
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront/{Id}"
454
170
  },
455
171
  "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
456
172
  "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
457
173
  "errors":[
458
- {
459
- "shape":"NoSuchCloudFrontOriginAccessIdentity",
460
- "error":{"httpStatusCode":404},
461
- "exception":true
462
- },
463
- {
464
- "shape":"AccessDenied",
465
- "error":{"httpStatusCode":403},
466
- "exception":true
467
- }
174
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
175
+ {"shape":"AccessDenied"}
468
176
  ]
469
177
  },
470
178
  "GetCloudFrontOriginAccessIdentityConfig":{
471
- "name":"GetCloudFrontOriginAccessIdentityConfig2015_07_27",
179
+ "name":"GetCloudFrontOriginAccessIdentityConfig2015_09_17",
472
180
  "http":{
473
181
  "method":"GET",
474
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront/{Id}/config"
182
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront/{Id}/config"
475
183
  },
476
184
  "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
477
185
  "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
478
186
  "errors":[
479
- {
480
- "shape":"NoSuchCloudFrontOriginAccessIdentity",
481
- "error":{"httpStatusCode":404},
482
- "exception":true
483
- },
484
- {
485
- "shape":"AccessDenied",
486
- "error":{"httpStatusCode":403},
487
- "exception":true
488
- }
187
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
188
+ {"shape":"AccessDenied"}
489
189
  ]
490
190
  },
491
191
  "GetDistribution":{
492
- "name":"GetDistribution2015_07_27",
192
+ "name":"GetDistribution2015_09_17",
493
193
  "http":{
494
194
  "method":"GET",
495
- "requestUri":"/2015-07-27/distribution/{Id}"
195
+ "requestUri":"/2015-09-17/distribution/{Id}"
496
196
  },
497
197
  "input":{"shape":"GetDistributionRequest"},
498
198
  "output":{"shape":"GetDistributionResult"},
499
199
  "errors":[
500
- {
501
- "shape":"NoSuchDistribution",
502
- "error":{"httpStatusCode":404},
503
- "exception":true
504
- },
505
- {
506
- "shape":"AccessDenied",
507
- "error":{"httpStatusCode":403},
508
- "exception":true
509
- }
200
+ {"shape":"NoSuchDistribution"},
201
+ {"shape":"AccessDenied"}
510
202
  ]
511
203
  },
512
204
  "GetDistributionConfig":{
513
- "name":"GetDistributionConfig2015_07_27",
205
+ "name":"GetDistributionConfig2015_09_17",
514
206
  "http":{
515
207
  "method":"GET",
516
- "requestUri":"/2015-07-27/distribution/{Id}/config"
208
+ "requestUri":"/2015-09-17/distribution/{Id}/config"
517
209
  },
518
210
  "input":{"shape":"GetDistributionConfigRequest"},
519
211
  "output":{"shape":"GetDistributionConfigResult"},
520
212
  "errors":[
521
- {
522
- "shape":"NoSuchDistribution",
523
- "error":{"httpStatusCode":404},
524
- "exception":true
525
- },
526
- {
527
- "shape":"AccessDenied",
528
- "error":{"httpStatusCode":403},
529
- "exception":true
530
- }
213
+ {"shape":"NoSuchDistribution"},
214
+ {"shape":"AccessDenied"}
531
215
  ]
532
216
  },
533
217
  "GetInvalidation":{
534
- "name":"GetInvalidation2015_07_27",
218
+ "name":"GetInvalidation2015_09_17",
535
219
  "http":{
536
220
  "method":"GET",
537
- "requestUri":"/2015-07-27/distribution/{DistributionId}/invalidation/{Id}"
221
+ "requestUri":"/2015-09-17/distribution/{DistributionId}/invalidation/{Id}"
538
222
  },
539
223
  "input":{"shape":"GetInvalidationRequest"},
540
224
  "output":{"shape":"GetInvalidationResult"},
541
225
  "errors":[
542
- {
543
- "shape":"NoSuchInvalidation",
544
- "error":{"httpStatusCode":404},
545
- "exception":true
546
- },
547
- {
548
- "shape":"NoSuchDistribution",
549
- "error":{"httpStatusCode":404},
550
- "exception":true
551
- },
552
- {
553
- "shape":"AccessDenied",
554
- "error":{"httpStatusCode":403},
555
- "exception":true
556
- }
226
+ {"shape":"NoSuchInvalidation"},
227
+ {"shape":"NoSuchDistribution"},
228
+ {"shape":"AccessDenied"}
557
229
  ]
558
230
  },
559
231
  "GetStreamingDistribution":{
560
- "name":"GetStreamingDistribution2015_07_27",
232
+ "name":"GetStreamingDistribution2015_09_17",
561
233
  "http":{
562
234
  "method":"GET",
563
- "requestUri":"/2015-07-27/streaming-distribution/{Id}"
235
+ "requestUri":"/2015-09-17/streaming-distribution/{Id}"
564
236
  },
565
237
  "input":{"shape":"GetStreamingDistributionRequest"},
566
238
  "output":{"shape":"GetStreamingDistributionResult"},
567
239
  "errors":[
568
- {
569
- "shape":"NoSuchStreamingDistribution",
570
- "error":{"httpStatusCode":404},
571
- "exception":true
572
- },
573
- {
574
- "shape":"AccessDenied",
575
- "error":{"httpStatusCode":403},
576
- "exception":true
577
- }
240
+ {"shape":"NoSuchStreamingDistribution"},
241
+ {"shape":"AccessDenied"}
578
242
  ]
579
243
  },
580
244
  "GetStreamingDistributionConfig":{
581
- "name":"GetStreamingDistributionConfig2015_07_27",
245
+ "name":"GetStreamingDistributionConfig2015_09_17",
582
246
  "http":{
583
247
  "method":"GET",
584
- "requestUri":"/2015-07-27/streaming-distribution/{Id}/config"
248
+ "requestUri":"/2015-09-17/streaming-distribution/{Id}/config"
585
249
  },
586
250
  "input":{"shape":"GetStreamingDistributionConfigRequest"},
587
251
  "output":{"shape":"GetStreamingDistributionConfigResult"},
588
252
  "errors":[
589
- {
590
- "shape":"NoSuchStreamingDistribution",
591
- "error":{"httpStatusCode":404},
592
- "exception":true
593
- },
594
- {
595
- "shape":"AccessDenied",
596
- "error":{"httpStatusCode":403},
597
- "exception":true
598
- }
253
+ {"shape":"NoSuchStreamingDistribution"},
254
+ {"shape":"AccessDenied"}
599
255
  ]
600
256
  },
601
257
  "ListCloudFrontOriginAccessIdentities":{
602
- "name":"ListCloudFrontOriginAccessIdentities2015_07_27",
258
+ "name":"ListCloudFrontOriginAccessIdentities2015_09_17",
603
259
  "http":{
604
260
  "method":"GET",
605
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront"
261
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront"
606
262
  },
607
263
  "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
608
264
  "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
609
265
  "errors":[
610
- {
611
- "shape":"InvalidArgument",
612
- "error":{"httpStatusCode":400},
613
- "exception":true
614
- }
266
+ {"shape":"InvalidArgument"}
615
267
  ]
616
268
  },
617
269
  "ListDistributions":{
618
- "name":"ListDistributions2015_07_27",
270
+ "name":"ListDistributions2015_09_17",
619
271
  "http":{
620
272
  "method":"GET",
621
- "requestUri":"/2015-07-27/distribution"
273
+ "requestUri":"/2015-09-17/distribution"
622
274
  },
623
275
  "input":{"shape":"ListDistributionsRequest"},
624
276
  "output":{"shape":"ListDistributionsResult"},
625
277
  "errors":[
626
- {
627
- "shape":"InvalidArgument",
628
- "error":{"httpStatusCode":400},
629
- "exception":true
630
- }
278
+ {"shape":"InvalidArgument"}
631
279
  ]
632
280
  },
633
281
  "ListDistributionsByWebACLId":{
634
- "name":"ListDistributionsByWebACLId2015_07_27",
282
+ "name":"ListDistributionsByWebACLId2015_09_17",
635
283
  "http":{
636
284
  "method":"GET",
637
- "requestUri":"/2015-07-27/distributionsByWebACLId/{WebACLId}"
285
+ "requestUri":"/2015-09-17/distributionsByWebACLId/{WebACLId}"
638
286
  },
639
287
  "input":{"shape":"ListDistributionsByWebACLIdRequest"},
640
288
  "output":{"shape":"ListDistributionsByWebACLIdResult"},
641
289
  "errors":[
642
- {
643
- "shape":"InvalidArgument",
644
- "error":{"httpStatusCode":400},
645
- "exception":true
646
- },
647
- {
648
- "shape":"InvalidWebACLId",
649
- "error":{"httpStatusCode":400},
650
- "exception":true
651
- }
290
+ {"shape":"InvalidArgument"},
291
+ {"shape":"InvalidWebACLId"}
652
292
  ]
653
293
  },
654
294
  "ListInvalidations":{
655
- "name":"ListInvalidations2015_07_27",
295
+ "name":"ListInvalidations2015_09_17",
656
296
  "http":{
657
297
  "method":"GET",
658
- "requestUri":"/2015-07-27/distribution/{DistributionId}/invalidation"
298
+ "requestUri":"/2015-09-17/distribution/{DistributionId}/invalidation"
659
299
  },
660
300
  "input":{"shape":"ListInvalidationsRequest"},
661
301
  "output":{"shape":"ListInvalidationsResult"},
662
302
  "errors":[
663
- {
664
- "shape":"InvalidArgument",
665
- "error":{"httpStatusCode":400},
666
- "exception":true
667
- },
668
- {
669
- "shape":"NoSuchDistribution",
670
- "error":{"httpStatusCode":404},
671
- "exception":true
672
- },
673
- {
674
- "shape":"AccessDenied",
675
- "error":{"httpStatusCode":403},
676
- "exception":true
677
- }
303
+ {"shape":"InvalidArgument"},
304
+ {"shape":"NoSuchDistribution"},
305
+ {"shape":"AccessDenied"}
678
306
  ]
679
307
  },
680
308
  "ListStreamingDistributions":{
681
- "name":"ListStreamingDistributions2015_07_27",
309
+ "name":"ListStreamingDistributions2015_09_17",
682
310
  "http":{
683
311
  "method":"GET",
684
- "requestUri":"/2015-07-27/streaming-distribution"
312
+ "requestUri":"/2015-09-17/streaming-distribution"
685
313
  },
686
314
  "input":{"shape":"ListStreamingDistributionsRequest"},
687
315
  "output":{"shape":"ListStreamingDistributionsResult"},
688
316
  "errors":[
689
- {
690
- "shape":"InvalidArgument",
691
- "error":{"httpStatusCode":400},
692
- "exception":true
693
- }
317
+ {"shape":"InvalidArgument"}
694
318
  ]
695
319
  },
696
320
  "UpdateCloudFrontOriginAccessIdentity":{
697
- "name":"UpdateCloudFrontOriginAccessIdentity2015_07_27",
321
+ "name":"UpdateCloudFrontOriginAccessIdentity2015_09_17",
698
322
  "http":{
699
323
  "method":"PUT",
700
- "requestUri":"/2015-07-27/origin-access-identity/cloudfront/{Id}/config"
324
+ "requestUri":"/2015-09-17/origin-access-identity/cloudfront/{Id}/config"
701
325
  },
702
326
  "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
703
327
  "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
704
328
  "errors":[
705
- {
706
- "shape":"AccessDenied",
707
- "error":{"httpStatusCode":403},
708
- "exception":true
709
- },
710
- {
711
- "shape":"IllegalUpdate",
712
- "error":{"httpStatusCode":400},
713
- "exception":true
714
- },
715
- {
716
- "shape":"InvalidIfMatchVersion",
717
- "error":{"httpStatusCode":400},
718
- "exception":true
719
- },
720
- {
721
- "shape":"MissingBody",
722
- "error":{"httpStatusCode":400},
723
- "exception":true
724
- },
725
- {
726
- "shape":"NoSuchCloudFrontOriginAccessIdentity",
727
- "error":{"httpStatusCode":404},
728
- "exception":true
729
- },
730
- {
731
- "shape":"PreconditionFailed",
732
- "error":{"httpStatusCode":412},
733
- "exception":true
734
- },
735
- {
736
- "shape":"InvalidArgument",
737
- "error":{"httpStatusCode":400},
738
- "exception":true
739
- },
740
- {
741
- "shape":"InconsistentQuantities",
742
- "error":{"httpStatusCode":400},
743
- "exception":true
744
- }
329
+ {"shape":"AccessDenied"},
330
+ {"shape":"IllegalUpdate"},
331
+ {"shape":"InvalidIfMatchVersion"},
332
+ {"shape":"MissingBody"},
333
+ {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
334
+ {"shape":"PreconditionFailed"},
335
+ {"shape":"InvalidArgument"},
336
+ {"shape":"InconsistentQuantities"}
745
337
  ]
746
338
  },
747
339
  "UpdateDistribution":{
748
- "name":"UpdateDistribution2015_07_27",
340
+ "name":"UpdateDistribution2015_09_17",
749
341
  "http":{
750
342
  "method":"PUT",
751
- "requestUri":"/2015-07-27/distribution/{Id}/config"
343
+ "requestUri":"/2015-09-17/distribution/{Id}/config"
752
344
  },
753
345
  "input":{"shape":"UpdateDistributionRequest"},
754
346
  "output":{"shape":"UpdateDistributionResult"},
755
347
  "errors":[
756
- {
757
- "shape":"AccessDenied",
758
- "error":{"httpStatusCode":403},
759
- "exception":true
760
- },
761
- {
762
- "shape":"CNAMEAlreadyExists",
763
- "error":{"httpStatusCode":409},
764
- "exception":true
765
- },
766
- {
767
- "shape":"IllegalUpdate",
768
- "error":{"httpStatusCode":400},
769
- "exception":true
770
- },
771
- {
772
- "shape":"InvalidIfMatchVersion",
773
- "error":{"httpStatusCode":400},
774
- "exception":true
775
- },
776
- {
777
- "shape":"MissingBody",
778
- "error":{"httpStatusCode":400},
779
- "exception":true
780
- },
781
- {
782
- "shape":"NoSuchDistribution",
783
- "error":{"httpStatusCode":404},
784
- "exception":true
785
- },
786
- {
787
- "shape":"PreconditionFailed",
788
- "error":{"httpStatusCode":412},
789
- "exception":true
790
- },
791
- {
792
- "shape":"TooManyDistributionCNAMEs",
793
- "error":{"httpStatusCode":400},
794
- "exception":true
795
- },
796
- {
797
- "shape":"InvalidDefaultRootObject",
798
- "error":{"httpStatusCode":400},
799
- "exception":true
800
- },
801
- {
802
- "shape":"InvalidRelativePath",
803
- "error":{"httpStatusCode":400},
804
- "exception":true
805
- },
806
- {
807
- "shape":"InvalidErrorCode",
808
- "error":{"httpStatusCode":400},
809
- "exception":true
810
- },
811
- {
812
- "shape":"InvalidResponseCode",
813
- "error":{"httpStatusCode":400},
814
- "exception":true
815
- },
816
- {
817
- "shape":"InvalidArgument",
818
- "error":{"httpStatusCode":400},
819
- "exception":true
820
- },
821
- {
822
- "shape":"InvalidOriginAccessIdentity",
823
- "error":{"httpStatusCode":400},
824
- "exception":true
825
- },
826
- {
827
- "shape":"TooManyTrustedSigners",
828
- "error":{"httpStatusCode":400},
829
- "exception":true
830
- },
831
- {
832
- "shape":"TrustedSignerDoesNotExist",
833
- "error":{"httpStatusCode":400},
834
- "exception":true
835
- },
836
- {
837
- "shape":"InvalidViewerCertificate",
838
- "error":{"httpStatusCode":400},
839
- "exception":true
840
- },
841
- {
842
- "shape":"InvalidMinimumProtocolVersion",
843
- "error":{"httpStatusCode":400},
844
- "exception":true
845
- },
846
- {
847
- "shape":"InvalidRequiredProtocol",
848
- "error":{"httpStatusCode":400},
849
- "exception":true
850
- },
851
- {
852
- "shape":"NoSuchOrigin",
853
- "error":{"httpStatusCode":404},
854
- "exception":true
855
- },
856
- {
857
- "shape":"TooManyOrigins",
858
- "error":{"httpStatusCode":400},
859
- "exception":true
860
- },
861
- {
862
- "shape":"TooManyCacheBehaviors",
863
- "error":{"httpStatusCode":400},
864
- "exception":true
865
- },
866
- {
867
- "shape":"TooManyCookieNamesInWhiteList",
868
- "error":{"httpStatusCode":400},
869
- "exception":true
870
- },
871
- {
872
- "shape":"InvalidForwardCookies",
873
- "error":{"httpStatusCode":400},
874
- "exception":true
875
- },
876
- {
877
- "shape":"TooManyHeadersInForwardedValues",
878
- "error":{"httpStatusCode":400},
879
- "exception":true
880
- },
881
- {
882
- "shape":"InvalidHeadersForS3Origin",
883
- "error":{"httpStatusCode":400},
884
- "exception":true
885
- },
886
- {
887
- "shape":"InconsistentQuantities",
888
- "error":{"httpStatusCode":400},
889
- "exception":true
890
- },
891
- {
892
- "shape":"TooManyCertificates",
893
- "error":{"httpStatusCode":400},
894
- "exception":true
895
- },
896
- {
897
- "shape":"InvalidLocationCode",
898
- "error":{"httpStatusCode":400},
899
- "exception":true
900
- },
901
- {
902
- "shape":"InvalidGeoRestrictionParameter",
903
- "error":{"httpStatusCode":400},
904
- "exception":true
905
- },
906
- {
907
- "shape":"InvalidTTLOrder",
908
- "error":{"httpStatusCode":400},
909
- "exception":true
910
- },
911
- {
912
- "shape":"InvalidWebACLId",
913
- "error":{"httpStatusCode":400},
914
- "exception":true
915
- }
348
+ {"shape":"AccessDenied"},
349
+ {"shape":"CNAMEAlreadyExists"},
350
+ {"shape":"IllegalUpdate"},
351
+ {"shape":"InvalidIfMatchVersion"},
352
+ {"shape":"MissingBody"},
353
+ {"shape":"NoSuchDistribution"},
354
+ {"shape":"PreconditionFailed"},
355
+ {"shape":"TooManyDistributionCNAMEs"},
356
+ {"shape":"InvalidDefaultRootObject"},
357
+ {"shape":"InvalidRelativePath"},
358
+ {"shape":"InvalidErrorCode"},
359
+ {"shape":"InvalidResponseCode"},
360
+ {"shape":"InvalidArgument"},
361
+ {"shape":"InvalidOriginAccessIdentity"},
362
+ {"shape":"TooManyTrustedSigners"},
363
+ {"shape":"TrustedSignerDoesNotExist"},
364
+ {"shape":"InvalidViewerCertificate"},
365
+ {"shape":"InvalidMinimumProtocolVersion"},
366
+ {"shape":"InvalidRequiredProtocol"},
367
+ {"shape":"NoSuchOrigin"},
368
+ {"shape":"TooManyOrigins"},
369
+ {"shape":"TooManyCacheBehaviors"},
370
+ {"shape":"TooManyCookieNamesInWhiteList"},
371
+ {"shape":"InvalidForwardCookies"},
372
+ {"shape":"TooManyHeadersInForwardedValues"},
373
+ {"shape":"InvalidHeadersForS3Origin"},
374
+ {"shape":"InconsistentQuantities"},
375
+ {"shape":"TooManyCertificates"},
376
+ {"shape":"InvalidLocationCode"},
377
+ {"shape":"InvalidGeoRestrictionParameter"},
378
+ {"shape":"InvalidTTLOrder"},
379
+ {"shape":"InvalidWebACLId"}
916
380
  ]
917
381
  },
918
382
  "UpdateStreamingDistribution":{
919
- "name":"UpdateStreamingDistribution2015_07_27",
383
+ "name":"UpdateStreamingDistribution2015_09_17",
920
384
  "http":{
921
385
  "method":"PUT",
922
- "requestUri":"/2015-07-27/streaming-distribution/{Id}/config"
386
+ "requestUri":"/2015-09-17/streaming-distribution/{Id}/config"
923
387
  },
924
388
  "input":{"shape":"UpdateStreamingDistributionRequest"},
925
389
  "output":{"shape":"UpdateStreamingDistributionResult"},
926
390
  "errors":[
927
- {
928
- "shape":"AccessDenied",
929
- "error":{"httpStatusCode":403},
930
- "exception":true
931
- },
932
- {
933
- "shape":"CNAMEAlreadyExists",
934
- "error":{"httpStatusCode":409},
935
- "exception":true
936
- },
937
- {
938
- "shape":"IllegalUpdate",
939
- "error":{"httpStatusCode":400},
940
- "exception":true
941
- },
942
- {
943
- "shape":"InvalidIfMatchVersion",
944
- "error":{"httpStatusCode":400},
945
- "exception":true
946
- },
947
- {
948
- "shape":"MissingBody",
949
- "error":{"httpStatusCode":400},
950
- "exception":true
951
- },
952
- {
953
- "shape":"NoSuchStreamingDistribution",
954
- "error":{"httpStatusCode":404},
955
- "exception":true
956
- },
957
- {
958
- "shape":"PreconditionFailed",
959
- "error":{"httpStatusCode":412},
960
- "exception":true
961
- },
962
- {
963
- "shape":"TooManyStreamingDistributionCNAMEs",
964
- "error":{"httpStatusCode":400},
965
- "exception":true
966
- },
967
- {
968
- "shape":"InvalidArgument",
969
- "error":{"httpStatusCode":400},
970
- "exception":true
971
- },
972
- {
973
- "shape":"InvalidOriginAccessIdentity",
974
- "error":{"httpStatusCode":400},
975
- "exception":true
976
- },
977
- {
978
- "shape":"TooManyTrustedSigners",
979
- "error":{"httpStatusCode":400},
980
- "exception":true
981
- },
982
- {
983
- "shape":"TrustedSignerDoesNotExist",
984
- "error":{"httpStatusCode":400},
985
- "exception":true
986
- },
987
- {
988
- "shape":"InconsistentQuantities",
989
- "error":{"httpStatusCode":400},
990
- "exception":true
991
- }
391
+ {"shape":"AccessDenied"},
392
+ {"shape":"CNAMEAlreadyExists"},
393
+ {"shape":"IllegalUpdate"},
394
+ {"shape":"InvalidIfMatchVersion"},
395
+ {"shape":"MissingBody"},
396
+ {"shape":"NoSuchStreamingDistribution"},
397
+ {"shape":"PreconditionFailed"},
398
+ {"shape":"TooManyStreamingDistributionCNAMEs"},
399
+ {"shape":"InvalidArgument"},
400
+ {"shape":"InvalidOriginAccessIdentity"},
401
+ {"shape":"TooManyTrustedSigners"},
402
+ {"shape":"TrustedSignerDoesNotExist"},
403
+ {"shape":"InconsistentQuantities"}
992
404
  ]
993
405
  }
994
406
  },
@@ -1083,7 +495,8 @@
1083
495
  "AllowedMethods":{"shape":"AllowedMethods"},
1084
496
  "SmoothStreaming":{"shape":"boolean"},
1085
497
  "DefaultTTL":{"shape":"long"},
1086
- "MaxTTL":{"shape":"long"}
498
+ "MaxTTL":{"shape":"long"},
499
+ "Compress":{"shape":"boolean"}
1087
500
  }
1088
501
  },
1089
502
  "CacheBehaviorList":{
@@ -1112,6 +525,13 @@
1112
525
  "Items":{"shape":"MethodsList"}
1113
526
  }
1114
527
  },
528
+ "CertificateSource":{
529
+ "type":"string",
530
+ "enum":[
531
+ "cloudfront",
532
+ "iam"
533
+ ]
534
+ },
1115
535
  "CloudFrontOriginAccessIdentity":{
1116
536
  "type":"structure",
1117
537
  "required":[
@@ -1217,8 +637,8 @@
1217
637
  "members":{
1218
638
  "CloudFrontOriginAccessIdentityConfig":{
1219
639
  "shape":"CloudFrontOriginAccessIdentityConfig",
1220
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
1221
- "locationName":"CloudFrontOriginAccessIdentityConfig"
640
+ "locationName":"CloudFrontOriginAccessIdentityConfig",
641
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
1222
642
  }
1223
643
  },
1224
644
  "payload":"CloudFrontOriginAccessIdentityConfig"
@@ -1246,8 +666,8 @@
1246
666
  "members":{
1247
667
  "DistributionConfig":{
1248
668
  "shape":"DistributionConfig",
1249
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
1250
- "locationName":"DistributionConfig"
669
+ "locationName":"DistributionConfig",
670
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
1251
671
  }
1252
672
  },
1253
673
  "payload":"DistributionConfig"
@@ -1283,8 +703,8 @@
1283
703
  },
1284
704
  "InvalidationBatch":{
1285
705
  "shape":"InvalidationBatch",
1286
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
1287
- "locationName":"InvalidationBatch"
706
+ "locationName":"InvalidationBatch",
707
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
1288
708
  }
1289
709
  },
1290
710
  "payload":"InvalidationBatch"
@@ -1307,8 +727,8 @@
1307
727
  "members":{
1308
728
  "StreamingDistributionConfig":{
1309
729
  "shape":"StreamingDistributionConfig",
1310
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
1311
- "locationName":"StreamingDistributionConfig"
730
+ "locationName":"StreamingDistributionConfig",
731
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
1312
732
  }
1313
733
  },
1314
734
  "payload":"StreamingDistributionConfig"
@@ -1386,11 +806,13 @@
1386
806
  "AllowedMethods":{"shape":"AllowedMethods"},
1387
807
  "SmoothStreaming":{"shape":"boolean"},
1388
808
  "DefaultTTL":{"shape":"long"},
1389
- "MaxTTL":{"shape":"long"}
809
+ "MaxTTL":{"shape":"long"},
810
+ "Compress":{"shape":"boolean"}
1390
811
  }
1391
812
  },
1392
813
  "DeleteCloudFrontOriginAccessIdentityRequest":{
1393
814
  "type":"structure",
815
+ "required":["Id"],
1394
816
  "members":{
1395
817
  "Id":{
1396
818
  "shape":"string",
@@ -1402,11 +824,11 @@
1402
824
  "location":"header",
1403
825
  "locationName":"If-Match"
1404
826
  }
1405
- },
1406
- "required":["Id"]
827
+ }
1407
828
  },
1408
829
  "DeleteDistributionRequest":{
1409
830
  "type":"structure",
831
+ "required":["Id"],
1410
832
  "members":{
1411
833
  "Id":{
1412
834
  "shape":"string",
@@ -1418,11 +840,11 @@
1418
840
  "location":"header",
1419
841
  "locationName":"If-Match"
1420
842
  }
1421
- },
1422
- "required":["Id"]
843
+ }
1423
844
  },
1424
845
  "DeleteStreamingDistributionRequest":{
1425
846
  "type":"structure",
847
+ "required":["Id"],
1426
848
  "members":{
1427
849
  "Id":{
1428
850
  "shape":"string",
@@ -1434,8 +856,7 @@
1434
856
  "location":"header",
1435
857
  "locationName":"If-Match"
1436
858
  }
1437
- },
1438
- "required":["Id"]
859
+ }
1439
860
  },
1440
861
  "Distribution":{
1441
862
  "type":"structure",
@@ -1595,14 +1016,14 @@
1595
1016
  },
1596
1017
  "GetCloudFrontOriginAccessIdentityConfigRequest":{
1597
1018
  "type":"structure",
1019
+ "required":["Id"],
1598
1020
  "members":{
1599
1021
  "Id":{
1600
1022
  "shape":"string",
1601
1023
  "location":"uri",
1602
1024
  "locationName":"Id"
1603
1025
  }
1604
- },
1605
- "required":["Id"]
1026
+ }
1606
1027
  },
1607
1028
  "GetCloudFrontOriginAccessIdentityConfigResult":{
1608
1029
  "type":"structure",
@@ -1618,14 +1039,14 @@
1618
1039
  },
1619
1040
  "GetCloudFrontOriginAccessIdentityRequest":{
1620
1041
  "type":"structure",
1042
+ "required":["Id"],
1621
1043
  "members":{
1622
1044
  "Id":{
1623
1045
  "shape":"string",
1624
1046
  "location":"uri",
1625
1047
  "locationName":"Id"
1626
1048
  }
1627
- },
1628
- "required":["Id"]
1049
+ }
1629
1050
  },
1630
1051
  "GetCloudFrontOriginAccessIdentityResult":{
1631
1052
  "type":"structure",
@@ -1641,14 +1062,14 @@
1641
1062
  },
1642
1063
  "GetDistributionConfigRequest":{
1643
1064
  "type":"structure",
1065
+ "required":["Id"],
1644
1066
  "members":{
1645
1067
  "Id":{
1646
1068
  "shape":"string",
1647
1069
  "location":"uri",
1648
1070
  "locationName":"Id"
1649
1071
  }
1650
- },
1651
- "required":["Id"]
1072
+ }
1652
1073
  },
1653
1074
  "GetDistributionConfigResult":{
1654
1075
  "type":"structure",
@@ -1664,14 +1085,14 @@
1664
1085
  },
1665
1086
  "GetDistributionRequest":{
1666
1087
  "type":"structure",
1088
+ "required":["Id"],
1667
1089
  "members":{
1668
1090
  "Id":{
1669
1091
  "shape":"string",
1670
1092
  "location":"uri",
1671
1093
  "locationName":"Id"
1672
1094
  }
1673
- },
1674
- "required":["Id"]
1095
+ }
1675
1096
  },
1676
1097
  "GetDistributionResult":{
1677
1098
  "type":"structure",
@@ -1713,14 +1134,14 @@
1713
1134
  },
1714
1135
  "GetStreamingDistributionConfigRequest":{
1715
1136
  "type":"structure",
1137
+ "required":["Id"],
1716
1138
  "members":{
1717
1139
  "Id":{
1718
1140
  "shape":"string",
1719
1141
  "location":"uri",
1720
1142
  "locationName":"Id"
1721
1143
  }
1722
- },
1723
- "required":["Id"]
1144
+ }
1724
1145
  },
1725
1146
  "GetStreamingDistributionConfigResult":{
1726
1147
  "type":"structure",
@@ -1736,14 +1157,14 @@
1736
1157
  },
1737
1158
  "GetStreamingDistributionRequest":{
1738
1159
  "type":"structure",
1160
+ "required":["Id"],
1739
1161
  "members":{
1740
1162
  "Id":{
1741
1163
  "shape":"string",
1742
1164
  "location":"uri",
1743
1165
  "locationName":"Id"
1744
1166
  }
1745
- },
1746
- "required":["Id"]
1167
+ }
1747
1168
  },
1748
1169
  "GetStreamingDistributionResult":{
1749
1170
  "type":"structure",
@@ -2593,8 +2014,8 @@
2593
2014
  "members":{
2594
2015
  "CloudFrontOriginAccessIdentityConfig":{
2595
2016
  "shape":"CloudFrontOriginAccessIdentityConfig",
2596
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
2597
- "locationName":"CloudFrontOriginAccessIdentityConfig"
2017
+ "locationName":"CloudFrontOriginAccessIdentityConfig",
2018
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
2598
2019
  },
2599
2020
  "Id":{
2600
2021
  "shape":"string",
@@ -2630,8 +2051,8 @@
2630
2051
  "members":{
2631
2052
  "DistributionConfig":{
2632
2053
  "shape":"DistributionConfig",
2633
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
2634
- "locationName":"DistributionConfig"
2054
+ "locationName":"DistributionConfig",
2055
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
2635
2056
  },
2636
2057
  "Id":{
2637
2058
  "shape":"string",
@@ -2667,8 +2088,8 @@
2667
2088
  "members":{
2668
2089
  "StreamingDistributionConfig":{
2669
2090
  "shape":"StreamingDistributionConfig",
2670
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-07-27/"},
2671
- "locationName":"StreamingDistributionConfig"
2091
+ "locationName":"StreamingDistributionConfig",
2092
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-09-17/"}
2672
2093
  },
2673
2094
  "Id":{
2674
2095
  "shape":"string",
@@ -2698,10 +2119,18 @@
2698
2119
  "ViewerCertificate":{
2699
2120
  "type":"structure",
2700
2121
  "members":{
2701
- "IAMCertificateId":{"shape":"string"},
2702
- "CloudFrontDefaultCertificate":{"shape":"boolean"},
2122
+ "Certificate":{"shape":"string"},
2123
+ "CertificateSource":{"shape":"CertificateSource"},
2703
2124
  "SSLSupportMethod":{"shape":"SSLSupportMethod"},
2704
- "MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"}
2125
+ "MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"},
2126
+ "IAMCertificateId":{
2127
+ "shape":"string",
2128
+ "deprecated":true
2129
+ },
2130
+ "CloudFrontDefaultCertificate":{
2131
+ "shape":"boolean",
2132
+ "deprecated":true
2133
+ }
2705
2134
  }
2706
2135
  },
2707
2136
  "ViewerProtocolPolicy":{