aws-sdk-core 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/{2014-11-06 → 2015-04-17}/api-2.json +92 -52
- data/apis/cloudfront/{2014-11-06 → 2015-04-17}/paginators-1.json +0 -0
- data/apis/cloudfront/{2014-11-06 → 2015-04-17}/waiters-2.json +0 -0
- data/apis/cognito-identity/2014-06-30/api-2.json +18 -0
- data/apis/cognito-sync/2014-06-30/api-2.json +22 -0
- data/apis/config/2014-11-12/api-2.json +24 -1
- data/apis/glacier/2012-06-01/api-2.json +174 -0
- data/apis/lambda/2015-03-31/api-2.json +4 -1
- data/apis/opsworks/2013-02-18/api-2.json +88 -34
- data/apis/redshift/2012-12-01/api-2.json +423 -5
- data/apis/redshift/2012-12-01/waiters-2.json +33 -23
- data/lib/aws-sdk-core/api/docs/operation_documenter.rb +1 -1
- data/lib/aws-sdk-core/client_stubs.rb +2 -2
- data/lib/aws-sdk-core/cloudfront.rb +4 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2aae52c5d623b1b551748e6db2894c33373e5d8b
|
4
|
+
data.tar.gz: 377e59b235a9bdbe1db75f8d3fbf776a923a5ce9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30b2d0eb3f3de2909e583bcc857ed34f0bc2b993dc5c9870a7189f0e08a4f6bacb35dd44f542faecd99b213c3334c457c3afb1feab6d86e87347c076a327dc1c
|
7
|
+
data.tar.gz: 35bf601b63c484009785a368514effe96c947a2639484da70b1fb8b0cbede7f48de31ca5cfec0440031bfdce9294540e6ed2f91cc766c318a33b4e4f93d6d70e
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"apiVersion":"
|
4
|
+
"apiVersion":"2015-04-17",
|
5
5
|
"endpointPrefix":"cloudfront",
|
6
6
|
"globalEndpoint":"cloudfront.amazonaws.com",
|
7
7
|
"serviceAbbreviation":"CloudFront",
|
@@ -11,10 +11,10 @@
|
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"CreateCloudFrontOriginAccessIdentity":{
|
14
|
-
"name":"
|
14
|
+
"name":"CreateCloudFrontOriginAccessIdentity2015_04_17",
|
15
15
|
"http":{
|
16
16
|
"method":"POST",
|
17
|
-
"requestUri":"/
|
17
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront",
|
18
18
|
"responseCode":201
|
19
19
|
},
|
20
20
|
"input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
|
@@ -48,10 +48,10 @@
|
|
48
48
|
]
|
49
49
|
},
|
50
50
|
"CreateDistribution":{
|
51
|
-
"name":"
|
51
|
+
"name":"CreateDistribution2015_04_17",
|
52
52
|
"http":{
|
53
53
|
"method":"POST",
|
54
|
-
"requestUri":"/
|
54
|
+
"requestUri":"/2015-04-17/distribution",
|
55
55
|
"responseCode":201
|
56
56
|
},
|
57
57
|
"input":{"shape":"CreateDistributionRequest"},
|
@@ -97,6 +97,11 @@
|
|
97
97
|
"error":{"httpStatusCode":400},
|
98
98
|
"exception":true
|
99
99
|
},
|
100
|
+
{
|
101
|
+
"shape":"InvalidMinimumProtocolVersion",
|
102
|
+
"error":{"httpStatusCode":400},
|
103
|
+
"exception":true
|
104
|
+
},
|
100
105
|
{
|
101
106
|
"shape":"MissingBody",
|
102
107
|
"error":{"httpStatusCode":400},
|
@@ -201,14 +206,19 @@
|
|
201
206
|
"shape":"InvalidProtocolSettings",
|
202
207
|
"error":{"httpStatusCode":400},
|
203
208
|
"exception":true
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"shape":"InvalidTTLOrder",
|
212
|
+
"error":{"httpStatusCode":400},
|
213
|
+
"exception":true
|
204
214
|
}
|
205
215
|
]
|
206
216
|
},
|
207
217
|
"CreateInvalidation":{
|
208
|
-
"name":"
|
218
|
+
"name":"CreateInvalidation2015_04_17",
|
209
219
|
"http":{
|
210
220
|
"method":"POST",
|
211
|
-
"requestUri":"/
|
221
|
+
"requestUri":"/2015-04-17/distribution/{DistributionId}/invalidation",
|
212
222
|
"responseCode":201
|
213
223
|
},
|
214
224
|
"input":{"shape":"CreateInvalidationRequest"},
|
@@ -252,10 +262,10 @@
|
|
252
262
|
]
|
253
263
|
},
|
254
264
|
"CreateStreamingDistribution":{
|
255
|
-
"name":"
|
265
|
+
"name":"CreateStreamingDistribution2015_04_17",
|
256
266
|
"http":{
|
257
267
|
"method":"POST",
|
258
|
-
"requestUri":"/
|
268
|
+
"requestUri":"/2015-04-17/streaming-distribution",
|
259
269
|
"responseCode":201
|
260
270
|
},
|
261
271
|
"input":{"shape":"CreateStreamingDistributionRequest"},
|
@@ -324,10 +334,10 @@
|
|
324
334
|
]
|
325
335
|
},
|
326
336
|
"DeleteCloudFrontOriginAccessIdentity":{
|
327
|
-
"name":"
|
337
|
+
"name":"DeleteCloudFrontOriginAccessIdentity2015_04_17",
|
328
338
|
"http":{
|
329
339
|
"method":"DELETE",
|
330
|
-
"requestUri":"/
|
340
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront/{Id}",
|
331
341
|
"responseCode":204
|
332
342
|
},
|
333
343
|
"input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
|
@@ -360,10 +370,10 @@
|
|
360
370
|
]
|
361
371
|
},
|
362
372
|
"DeleteDistribution":{
|
363
|
-
"name":"
|
373
|
+
"name":"DeleteDistribution2015_04_17",
|
364
374
|
"http":{
|
365
375
|
"method":"DELETE",
|
366
|
-
"requestUri":"/
|
376
|
+
"requestUri":"/2015-04-17/distribution/{Id}",
|
367
377
|
"responseCode":204
|
368
378
|
},
|
369
379
|
"input":{"shape":"DeleteDistributionRequest"},
|
@@ -396,10 +406,10 @@
|
|
396
406
|
]
|
397
407
|
},
|
398
408
|
"DeleteStreamingDistribution":{
|
399
|
-
"name":"
|
409
|
+
"name":"DeleteStreamingDistribution2015_04_17",
|
400
410
|
"http":{
|
401
411
|
"method":"DELETE",
|
402
|
-
"requestUri":"/
|
412
|
+
"requestUri":"/2015-04-17/streaming-distribution/{Id}",
|
403
413
|
"responseCode":204
|
404
414
|
},
|
405
415
|
"input":{"shape":"DeleteStreamingDistributionRequest"},
|
@@ -432,10 +442,10 @@
|
|
432
442
|
]
|
433
443
|
},
|
434
444
|
"GetCloudFrontOriginAccessIdentity":{
|
435
|
-
"name":"
|
445
|
+
"name":"GetCloudFrontOriginAccessIdentity2015_04_17",
|
436
446
|
"http":{
|
437
447
|
"method":"GET",
|
438
|
-
"requestUri":"/
|
448
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront/{Id}"
|
439
449
|
},
|
440
450
|
"input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
|
441
451
|
"output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
|
@@ -453,10 +463,10 @@
|
|
453
463
|
]
|
454
464
|
},
|
455
465
|
"GetCloudFrontOriginAccessIdentityConfig":{
|
456
|
-
"name":"
|
466
|
+
"name":"GetCloudFrontOriginAccessIdentityConfig2015_04_17",
|
457
467
|
"http":{
|
458
468
|
"method":"GET",
|
459
|
-
"requestUri":"/
|
469
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront/{Id}/config"
|
460
470
|
},
|
461
471
|
"input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
|
462
472
|
"output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
|
@@ -474,10 +484,10 @@
|
|
474
484
|
]
|
475
485
|
},
|
476
486
|
"GetDistribution":{
|
477
|
-
"name":"
|
487
|
+
"name":"GetDistribution2015_04_17",
|
478
488
|
"http":{
|
479
489
|
"method":"GET",
|
480
|
-
"requestUri":"/
|
490
|
+
"requestUri":"/2015-04-17/distribution/{Id}"
|
481
491
|
},
|
482
492
|
"input":{"shape":"GetDistributionRequest"},
|
483
493
|
"output":{"shape":"GetDistributionResult"},
|
@@ -495,10 +505,10 @@
|
|
495
505
|
]
|
496
506
|
},
|
497
507
|
"GetDistributionConfig":{
|
498
|
-
"name":"
|
508
|
+
"name":"GetDistributionConfig2015_04_17",
|
499
509
|
"http":{
|
500
510
|
"method":"GET",
|
501
|
-
"requestUri":"/
|
511
|
+
"requestUri":"/2015-04-17/distribution/{Id}/config"
|
502
512
|
},
|
503
513
|
"input":{"shape":"GetDistributionConfigRequest"},
|
504
514
|
"output":{"shape":"GetDistributionConfigResult"},
|
@@ -516,10 +526,10 @@
|
|
516
526
|
]
|
517
527
|
},
|
518
528
|
"GetInvalidation":{
|
519
|
-
"name":"
|
529
|
+
"name":"GetInvalidation2015_04_17",
|
520
530
|
"http":{
|
521
531
|
"method":"GET",
|
522
|
-
"requestUri":"/
|
532
|
+
"requestUri":"/2015-04-17/distribution/{DistributionId}/invalidation/{Id}"
|
523
533
|
},
|
524
534
|
"input":{"shape":"GetInvalidationRequest"},
|
525
535
|
"output":{"shape":"GetInvalidationResult"},
|
@@ -542,10 +552,10 @@
|
|
542
552
|
]
|
543
553
|
},
|
544
554
|
"GetStreamingDistribution":{
|
545
|
-
"name":"
|
555
|
+
"name":"GetStreamingDistribution2015_04_17",
|
546
556
|
"http":{
|
547
557
|
"method":"GET",
|
548
|
-
"requestUri":"/
|
558
|
+
"requestUri":"/2015-04-17/streaming-distribution/{Id}"
|
549
559
|
},
|
550
560
|
"input":{"shape":"GetStreamingDistributionRequest"},
|
551
561
|
"output":{"shape":"GetStreamingDistributionResult"},
|
@@ -563,10 +573,10 @@
|
|
563
573
|
]
|
564
574
|
},
|
565
575
|
"GetStreamingDistributionConfig":{
|
566
|
-
"name":"
|
576
|
+
"name":"GetStreamingDistributionConfig2015_04_17",
|
567
577
|
"http":{
|
568
578
|
"method":"GET",
|
569
|
-
"requestUri":"/
|
579
|
+
"requestUri":"/2015-04-17/streaming-distribution/{Id}/config"
|
570
580
|
},
|
571
581
|
"input":{"shape":"GetStreamingDistributionConfigRequest"},
|
572
582
|
"output":{"shape":"GetStreamingDistributionConfigResult"},
|
@@ -584,10 +594,10 @@
|
|
584
594
|
]
|
585
595
|
},
|
586
596
|
"ListCloudFrontOriginAccessIdentities":{
|
587
|
-
"name":"
|
597
|
+
"name":"ListCloudFrontOriginAccessIdentities2015_04_17",
|
588
598
|
"http":{
|
589
599
|
"method":"GET",
|
590
|
-
"requestUri":"/
|
600
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront"
|
591
601
|
},
|
592
602
|
"input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
|
593
603
|
"output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
|
@@ -600,10 +610,10 @@
|
|
600
610
|
]
|
601
611
|
},
|
602
612
|
"ListDistributions":{
|
603
|
-
"name":"
|
613
|
+
"name":"ListDistributions2015_04_17",
|
604
614
|
"http":{
|
605
615
|
"method":"GET",
|
606
|
-
"requestUri":"/
|
616
|
+
"requestUri":"/2015-04-17/distribution"
|
607
617
|
},
|
608
618
|
"input":{"shape":"ListDistributionsRequest"},
|
609
619
|
"output":{"shape":"ListDistributionsResult"},
|
@@ -616,10 +626,10 @@
|
|
616
626
|
]
|
617
627
|
},
|
618
628
|
"ListInvalidations":{
|
619
|
-
"name":"
|
629
|
+
"name":"ListInvalidations2015_04_17",
|
620
630
|
"http":{
|
621
631
|
"method":"GET",
|
622
|
-
"requestUri":"/
|
632
|
+
"requestUri":"/2015-04-17/distribution/{DistributionId}/invalidation"
|
623
633
|
},
|
624
634
|
"input":{"shape":"ListInvalidationsRequest"},
|
625
635
|
"output":{"shape":"ListInvalidationsResult"},
|
@@ -642,10 +652,10 @@
|
|
642
652
|
]
|
643
653
|
},
|
644
654
|
"ListStreamingDistributions":{
|
645
|
-
"name":"
|
655
|
+
"name":"ListStreamingDistributions2015_04_17",
|
646
656
|
"http":{
|
647
657
|
"method":"GET",
|
648
|
-
"requestUri":"/
|
658
|
+
"requestUri":"/2015-04-17/streaming-distribution"
|
649
659
|
},
|
650
660
|
"input":{"shape":"ListStreamingDistributionsRequest"},
|
651
661
|
"output":{"shape":"ListStreamingDistributionsResult"},
|
@@ -658,10 +668,10 @@
|
|
658
668
|
]
|
659
669
|
},
|
660
670
|
"UpdateCloudFrontOriginAccessIdentity":{
|
661
|
-
"name":"
|
671
|
+
"name":"UpdateCloudFrontOriginAccessIdentity2015_04_17",
|
662
672
|
"http":{
|
663
673
|
"method":"PUT",
|
664
|
-
"requestUri":"/
|
674
|
+
"requestUri":"/2015-04-17/origin-access-identity/cloudfront/{Id}/config"
|
665
675
|
},
|
666
676
|
"input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
|
667
677
|
"output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
|
@@ -709,10 +719,10 @@
|
|
709
719
|
]
|
710
720
|
},
|
711
721
|
"UpdateDistribution":{
|
712
|
-
"name":"
|
722
|
+
"name":"UpdateDistribution2015_04_17",
|
713
723
|
"http":{
|
714
724
|
"method":"PUT",
|
715
|
-
"requestUri":"/
|
725
|
+
"requestUri":"/2015-04-17/distribution/{Id}/config"
|
716
726
|
},
|
717
727
|
"input":{"shape":"UpdateDistributionRequest"},
|
718
728
|
"output":{"shape":"UpdateDistributionResult"},
|
@@ -802,6 +812,11 @@
|
|
802
812
|
"error":{"httpStatusCode":400},
|
803
813
|
"exception":true
|
804
814
|
},
|
815
|
+
{
|
816
|
+
"shape":"InvalidMinimumProtocolVersion",
|
817
|
+
"error":{"httpStatusCode":400},
|
818
|
+
"exception":true
|
819
|
+
},
|
805
820
|
{
|
806
821
|
"shape":"InvalidRequiredProtocol",
|
807
822
|
"error":{"httpStatusCode":400},
|
@@ -861,14 +876,19 @@
|
|
861
876
|
"shape":"InvalidGeoRestrictionParameter",
|
862
877
|
"error":{"httpStatusCode":400},
|
863
878
|
"exception":true
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"shape":"InvalidTTLOrder",
|
882
|
+
"error":{"httpStatusCode":400},
|
883
|
+
"exception":true
|
864
884
|
}
|
865
885
|
]
|
866
886
|
},
|
867
887
|
"UpdateStreamingDistribution":{
|
868
|
-
"name":"
|
888
|
+
"name":"UpdateStreamingDistribution2015_04_17",
|
869
889
|
"http":{
|
870
890
|
"method":"PUT",
|
871
|
-
"requestUri":"/
|
891
|
+
"requestUri":"/2015-04-17/streaming-distribution/{Id}/config"
|
872
892
|
},
|
873
893
|
"input":{"shape":"UpdateStreamingDistributionRequest"},
|
874
894
|
"output":{"shape":"UpdateStreamingDistributionResult"},
|
@@ -1030,7 +1050,9 @@
|
|
1030
1050
|
"ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
|
1031
1051
|
"MinTTL":{"shape":"long"},
|
1032
1052
|
"AllowedMethods":{"shape":"AllowedMethods"},
|
1033
|
-
"SmoothStreaming":{"shape":"boolean"}
|
1053
|
+
"SmoothStreaming":{"shape":"boolean"},
|
1054
|
+
"DefaultTTL":{"shape":"long"},
|
1055
|
+
"MaxTTL":{"shape":"long"}
|
1034
1056
|
}
|
1035
1057
|
},
|
1036
1058
|
"CacheBehaviorList":{
|
@@ -1164,7 +1186,7 @@
|
|
1164
1186
|
"members":{
|
1165
1187
|
"CloudFrontOriginAccessIdentityConfig":{
|
1166
1188
|
"shape":"CloudFrontOriginAccessIdentityConfig",
|
1167
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
1189
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
1168
1190
|
"locationName":"CloudFrontOriginAccessIdentityConfig"
|
1169
1191
|
}
|
1170
1192
|
},
|
@@ -1193,7 +1215,7 @@
|
|
1193
1215
|
"members":{
|
1194
1216
|
"DistributionConfig":{
|
1195
1217
|
"shape":"DistributionConfig",
|
1196
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
1218
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
1197
1219
|
"locationName":"DistributionConfig"
|
1198
1220
|
}
|
1199
1221
|
},
|
@@ -1230,7 +1252,7 @@
|
|
1230
1252
|
},
|
1231
1253
|
"InvalidationBatch":{
|
1232
1254
|
"shape":"InvalidationBatch",
|
1233
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
1255
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
1234
1256
|
"locationName":"InvalidationBatch"
|
1235
1257
|
}
|
1236
1258
|
},
|
@@ -1254,7 +1276,7 @@
|
|
1254
1276
|
"members":{
|
1255
1277
|
"StreamingDistributionConfig":{
|
1256
1278
|
"shape":"StreamingDistributionConfig",
|
1257
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
1279
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
1258
1280
|
"locationName":"StreamingDistributionConfig"
|
1259
1281
|
}
|
1260
1282
|
},
|
@@ -1331,7 +1353,9 @@
|
|
1331
1353
|
"ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
|
1332
1354
|
"MinTTL":{"shape":"long"},
|
1333
1355
|
"AllowedMethods":{"shape":"AllowedMethods"},
|
1334
|
-
"SmoothStreaming":{"shape":"boolean"}
|
1356
|
+
"SmoothStreaming":{"shape":"boolean"},
|
1357
|
+
"DefaultTTL":{"shape":"long"},
|
1358
|
+
"MaxTTL":{"shape":"long"}
|
1335
1359
|
}
|
1336
1360
|
},
|
1337
1361
|
"DeleteCloudFrontOriginAccessIdentityRequest":{
|
@@ -1794,6 +1818,14 @@
|
|
1794
1818
|
"error":{"httpStatusCode":400},
|
1795
1819
|
"exception":true
|
1796
1820
|
},
|
1821
|
+
"InvalidMinimumProtocolVersion":{
|
1822
|
+
"type":"structure",
|
1823
|
+
"members":{
|
1824
|
+
"Message":{"shape":"string"}
|
1825
|
+
},
|
1826
|
+
"error":{"httpStatusCode":400},
|
1827
|
+
"exception":true
|
1828
|
+
},
|
1797
1829
|
"InvalidOrigin":{
|
1798
1830
|
"type":"structure",
|
1799
1831
|
"members":{
|
@@ -1842,6 +1874,14 @@
|
|
1842
1874
|
"error":{"httpStatusCode":400},
|
1843
1875
|
"exception":true
|
1844
1876
|
},
|
1877
|
+
"InvalidTTLOrder":{
|
1878
|
+
"type":"structure",
|
1879
|
+
"members":{
|
1880
|
+
"Message":{"shape":"string"}
|
1881
|
+
},
|
1882
|
+
"error":{"httpStatusCode":400},
|
1883
|
+
"exception":true
|
1884
|
+
},
|
1845
1885
|
"InvalidViewerCertificate":{
|
1846
1886
|
"type":"structure",
|
1847
1887
|
"members":{
|
@@ -2483,7 +2523,7 @@
|
|
2483
2523
|
"members":{
|
2484
2524
|
"CloudFrontOriginAccessIdentityConfig":{
|
2485
2525
|
"shape":"CloudFrontOriginAccessIdentityConfig",
|
2486
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2526
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
2487
2527
|
"locationName":"CloudFrontOriginAccessIdentityConfig"
|
2488
2528
|
},
|
2489
2529
|
"Id":{
|
@@ -2520,7 +2560,7 @@
|
|
2520
2560
|
"members":{
|
2521
2561
|
"DistributionConfig":{
|
2522
2562
|
"shape":"DistributionConfig",
|
2523
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2563
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
2524
2564
|
"locationName":"DistributionConfig"
|
2525
2565
|
},
|
2526
2566
|
"Id":{
|
@@ -2557,7 +2597,7 @@
|
|
2557
2597
|
"members":{
|
2558
2598
|
"StreamingDistributionConfig":{
|
2559
2599
|
"shape":"StreamingDistributionConfig",
|
2560
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2600
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2015-04-17/"},
|
2561
2601
|
"locationName":"StreamingDistributionConfig"
|
2562
2602
|
},
|
2563
2603
|
"Id":{
|
File without changes
|
File without changes
|
@@ -605,6 +605,11 @@
|
|
605
605
|
"shape":"InternalErrorException",
|
606
606
|
"exception":true,
|
607
607
|
"fault":true
|
608
|
+
},
|
609
|
+
{
|
610
|
+
"shape":"ConcurrentModificationException",
|
611
|
+
"error":{"httpStatusCode":400},
|
612
|
+
"exception":true
|
608
613
|
}
|
609
614
|
]
|
610
615
|
},
|
@@ -731,6 +736,11 @@
|
|
731
736
|
"shape":"InternalErrorException",
|
732
737
|
"exception":true,
|
733
738
|
"fault":true
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"shape":"ConcurrentModificationException",
|
742
|
+
"error":{"httpStatusCode":400},
|
743
|
+
"exception":true
|
734
744
|
}
|
735
745
|
]
|
736
746
|
}
|
@@ -748,6 +758,14 @@
|
|
748
758
|
"max":15,
|
749
759
|
"pattern":"\\d+"
|
750
760
|
},
|
761
|
+
"ConcurrentModificationException":{
|
762
|
+
"type":"structure",
|
763
|
+
"members":{
|
764
|
+
"message":{"shape":"String"}
|
765
|
+
},
|
766
|
+
"error":{"httpStatusCode":400},
|
767
|
+
"exception":true
|
768
|
+
},
|
751
769
|
"CreateIdentityPoolInput":{
|
752
770
|
"type":"structure",
|
753
771
|
"required":[
|