aws-sdk-core 2.0.6 → 2.0.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: 71145cbff6dcace64034b04f8cdf0029543398f5
4
- data.tar.gz: 1a3870c6828d9d128aa162fc23beffed947446fe
3
+ metadata.gz: cc9d50c469ee4a720316c504f6f65df7b2043a05
4
+ data.tar.gz: 38d4c638d42667fed90475ae6016692d9175241d
5
5
  SHA512:
6
- metadata.gz: c047ffd9255f311f4dc76043c41c133a35e3e0eeee823c6a69192d6c5ddeb1f0a86ee0bf393faaf060dc5f559a38d645ac8bac9448631e89ad4a80ede7931229
7
- data.tar.gz: 6861935b6fa7de9e8e6857497f613ee2b02ba355fbc90466742ba90aab780bdb5bca137164686ff283a95470a28de0a2ea3f1b88447081d941669330e7d61bd4
6
+ metadata.gz: 13f971dd509eff9e36f9233e0201a06febfdcd326a101453fb5290d6fb57f1d07cc4db5fa8df7a49983e13028f25b2150bf7e4a23b0e4082f019d6eed0faab4e
7
+ data.tar.gz: e1f6ef247d39725947b303633e8e5ccf24503b0307c174c6a82194cd44a42412906404495ed21fdf68c8d070bfdea2540bf65e3092a13a35984e208f07434c01
@@ -1,150 +1,147 @@
1
1
  {
2
2
  "service": {
3
- "hasMany": {
4
- "Stacks": {
5
- "request": { "operation": "DescribeStacks" },
6
- "resource": {
7
- "type":"Stack",
8
- "identifiers": [
9
- { "target": "Name", "sourceType": "responsePath", "source":"Stacks[].StackName" }
10
- ]
11
- }
12
- }
13
- },
14
-
15
3
  "actions": {
16
4
  "CreateStack": {
17
5
  "request": { "operation": "CreateStack" },
18
- "resource": {
19
- "type": "Stack",
20
- "identifiers": [
21
- {"target": "Name", "sourceType": "requestParameter", "source":"StackName" }
22
- ]
23
- }
6
+ "resource": {
7
+ "type": "Stack",
8
+ "identifiers": [
9
+ { "target": "Name", "sourceType": "requestParameter", "source": "StackName" }
10
+ ]
11
+ }
12
+ }
13
+ },
14
+ "hasMany": {
15
+ "Stacks": {
16
+ "request": { "operation": "DescribeStacks" },
17
+ "resource": {
18
+ "type": "Stack",
19
+ "identifiers": [
20
+ { "target": "Name", "sourceType": "responsePath", "source": "Stacks[].StackName" }
21
+ ]
22
+ }
24
23
  }
25
24
  }
26
25
  },
27
-
28
26
  "resources": {
27
+ "Event": {
28
+ "identifiers": [
29
+ { "name": "Id" }
30
+ ],
31
+ "shape": "StackEvent"
32
+ },
29
33
  "Stack": {
30
- "shape":"Stack",
31
- "identifiers": [ {"name":"Name"} ],
34
+ "identifiers": [
35
+ { "name": "Name" }
36
+ ],
37
+ "shape": "Stack",
32
38
  "load": {
33
39
  "request": {
34
40
  "operation": "DescribeStacks",
35
41
  "params": [
36
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
42
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
37
43
  ]
38
44
  },
39
45
  "path": "Stacks[0]"
40
46
  },
41
47
  "actions": {
42
-
43
- "Update": {
48
+ "CancelUpdate": {
44
49
  "request": {
45
- "operation": "UpdateStack",
50
+ "operation": "CancelUpdateStack",
46
51
  "params": [
47
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
52
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
48
53
  ]
49
54
  }
50
55
  },
51
-
52
- "CancelUpdate": {
56
+ "Delete": {
53
57
  "request": {
54
- "operation": "CancelUpdateStack",
58
+ "operation": "DeleteStack",
55
59
  "params": [
56
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
60
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
57
61
  ]
58
62
  }
59
63
  },
60
-
61
- "Delete": {
64
+ "Update": {
62
65
  "request": {
63
- "operation": "DeleteStack",
66
+ "operation": "UpdateStack",
64
67
  "params": [
65
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
68
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
66
69
  ]
67
70
  }
68
71
  }
69
72
  },
70
-
71
- "subResources": {
72
- "resources": ["StackResource"],
73
- "identifiers": {"Name": "StackName"}
74
- },
75
-
76
73
  "hasMany": {
77
- "ResourceSummaries": {
74
+ "Events": {
78
75
  "request": {
79
- "operation": "ListStackResources",
76
+ "operation": "DescribeStackEvents",
80
77
  "params": [
81
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
78
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
82
79
  ]
83
80
  },
84
81
  "resource": {
85
- "type": "StackResourceSummary",
82
+ "type": "Event",
86
83
  "identifiers": [
87
- { "target":"LogicalId", "sourceType":"responsePath", "source":"StackResourceSummaries[].LogicalResourceId" },
88
- { "target":"StackName", "sourceType":"requestParameter", "source":"StackName" }
89
- ]
90
- },
91
- "path": "StackResourceSummaries[]"
84
+ { "target": "Id", "sourceType": "responsePath", "source": "StackEvents[].EventId" }
85
+ ],
86
+ "path": "StackEvents[]"
87
+ }
92
88
  },
93
-
94
- "Events": {
89
+ "ResourceSummaries": {
95
90
  "request": {
96
- "operation": "DescribeStackEvents",
91
+ "operation": "ListStackResources",
97
92
  "params": [
98
- { "target":"StackName", "sourceType":"identifier", "source":"Name" }
93
+ { "target": "StackName", "sourceType": "identifier", "source": "Name" }
99
94
  ]
100
95
  },
101
96
  "resource": {
102
- "type":"Event",
97
+ "type": "StackResourceSummary",
103
98
  "identifiers": [
104
- { "target": "Id", "sourceType": "responsePath", "source": "StackEvents[].EventId"}
105
- ]
106
- },
107
- "path": "StackEvents[]"
99
+ { "target": "LogicalId", "sourceType": "responsePath", "source": "StackResourceSummaries[].LogicalResourceId" },
100
+ { "target": "StackName", "sourceType": "requestParameter", "source": "StackName" }
101
+ ],
102
+ "path": "StackResourceSummaries[]"
103
+ }
108
104
  }
105
+ },
106
+ "subResources": {
107
+ "resources": [ "StackResource" ],
108
+ "identifiers": { "Name": "StackName" }
109
109
  }
110
110
  },
111
-
112
- "StackResource" : {
113
- "identifiers": [{"name": "LogicalId"}, {"name": "StackName"}],
111
+ "StackResource": {
112
+ "identifiers": [
113
+ { "name": "LogicalId" },
114
+ { "name": "StackName" }
115
+ ],
114
116
  "shape": "StackResourceDetail",
115
117
  "load": {
116
118
  "request": {
117
119
  "operation": "DescribeStackResource",
118
120
  "params": [
119
- { "target":"LogicalResourceId", "sourceType": "identifier", "source": "LogicalId" },
120
- { "target":"StackName", "sourceType": "identifier", "source": "StackName" }
121
+ { "target": "LogicalResourceId", "sourceType": "identifier", "source": "LogicalId" },
122
+ { "target": "StackName", "sourceType": "identifier", "source": "StackName" }
121
123
  ]
122
124
  },
123
125
  "path": "StackResourceDetail"
124
126
  }
125
127
  },
126
-
127
128
  "StackResourceSummary": {
128
- "identifiers": [{"name": "LogicalId"}, {"name": "StackName"}],
129
+ "identifiers": [
130
+ { "name": "LogicalId" },
131
+ { "name": "StackName" }
132
+ ],
129
133
  "shape": "StackResourceSummary",
130
-
131
- "hasOne": {
134
+ "belongsTo": {
132
135
  "Resource": {
133
136
  "resource": {
134
137
  "type": "StackResource",
135
138
  "identifiers": [
136
- { "target":"LogicalId", "sourceType":"identifier", "source":"LogicalId" },
137
- { "target":"StackName", "sourceType":"identifier", "source":"StackName" }
139
+ { "target": "LogicalId", "sourceType": "identifier", "source": "LogicalId" },
140
+ { "target": "StackName", "sourceType": "identifier", "source": "StackName" }
138
141
  ]
139
142
  }
140
143
  }
141
144
  }
142
- },
143
-
144
-
145
- "Event": {
146
- "identifiers": [{"name": "Id"}],
147
- "shape": "StackEvent"
148
145
  }
149
146
  }
150
147
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "metadata":{
3
- "apiVersion":"2014-05-31",
3
+ "apiVersion":"2014-10-21",
4
4
  "endpointPrefix":"cloudfront",
5
5
  "globalEndpoint":"cloudfront.amazonaws.com",
6
6
  "serviceAbbreviation":"CloudFront",
@@ -10,10 +10,10 @@
10
10
  },
11
11
  "operations":{
12
12
  "CreateCloudFrontOriginAccessIdentity":{
13
- "name":"CreateCloudFrontOriginAccessIdentity2014_05_31",
13
+ "name":"CreateCloudFrontOriginAccessIdentity2014_10_21",
14
14
  "http":{
15
15
  "method":"POST",
16
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront",
16
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront",
17
17
  "responseCode":201
18
18
  },
19
19
  "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
@@ -47,10 +47,10 @@
47
47
  ]
48
48
  },
49
49
  "CreateDistribution":{
50
- "name":"CreateDistribution2014_05_31",
50
+ "name":"CreateDistribution2014_10_21",
51
51
  "http":{
52
52
  "method":"POST",
53
- "requestUri":"/2014-05-31/distribution",
53
+ "requestUri":"/2014-10-21/distribution",
54
54
  "responseCode":201
55
55
  },
56
56
  "input":{"shape":"CreateDistributionRequest"},
@@ -195,14 +195,19 @@
195
195
  "shape":"InvalidGeoRestrictionParameter",
196
196
  "error":{"httpStatusCode":400},
197
197
  "exception":true
198
+ },
199
+ {
200
+ "shape":"InvalidProtocolSettings",
201
+ "error":{"httpStatusCode":400},
202
+ "exception":true
198
203
  }
199
204
  ]
200
205
  },
201
206
  "CreateInvalidation":{
202
- "name":"CreateInvalidation2014_05_31",
207
+ "name":"CreateInvalidation2014_10_21",
203
208
  "http":{
204
209
  "method":"POST",
205
- "requestUri":"/2014-05-31/distribution/{DistributionId}/invalidation",
210
+ "requestUri":"/2014-10-21/distribution/{DistributionId}/invalidation",
206
211
  "responseCode":201
207
212
  },
208
213
  "input":{"shape":"CreateInvalidationRequest"},
@@ -246,10 +251,10 @@
246
251
  ]
247
252
  },
248
253
  "CreateStreamingDistribution":{
249
- "name":"CreateStreamingDistribution2014_05_31",
254
+ "name":"CreateStreamingDistribution2014_10_21",
250
255
  "http":{
251
256
  "method":"POST",
252
- "requestUri":"/2014-05-31/streaming-distribution",
257
+ "requestUri":"/2014-10-21/streaming-distribution",
253
258
  "responseCode":201
254
259
  },
255
260
  "input":{"shape":"CreateStreamingDistributionRequest"},
@@ -318,10 +323,10 @@
318
323
  ]
319
324
  },
320
325
  "DeleteCloudFrontOriginAccessIdentity":{
321
- "name":"DeleteCloudFrontOriginAccessIdentity2014_05_31",
326
+ "name":"DeleteCloudFrontOriginAccessIdentity2014_10_21",
322
327
  "http":{
323
328
  "method":"DELETE",
324
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront/{Id}",
329
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront/{Id}",
325
330
  "responseCode":204
326
331
  },
327
332
  "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
@@ -354,10 +359,10 @@
354
359
  ]
355
360
  },
356
361
  "DeleteDistribution":{
357
- "name":"DeleteDistribution2014_05_31",
362
+ "name":"DeleteDistribution2014_10_21",
358
363
  "http":{
359
364
  "method":"DELETE",
360
- "requestUri":"/2014-05-31/distribution/{Id}",
365
+ "requestUri":"/2014-10-21/distribution/{Id}",
361
366
  "responseCode":204
362
367
  },
363
368
  "input":{"shape":"DeleteDistributionRequest"},
@@ -390,10 +395,10 @@
390
395
  ]
391
396
  },
392
397
  "DeleteStreamingDistribution":{
393
- "name":"DeleteStreamingDistribution2014_05_31",
398
+ "name":"DeleteStreamingDistribution2014_10_21",
394
399
  "http":{
395
400
  "method":"DELETE",
396
- "requestUri":"/2014-05-31/streaming-distribution/{Id}",
401
+ "requestUri":"/2014-10-21/streaming-distribution/{Id}",
397
402
  "responseCode":204
398
403
  },
399
404
  "input":{"shape":"DeleteStreamingDistributionRequest"},
@@ -426,10 +431,10 @@
426
431
  ]
427
432
  },
428
433
  "GetCloudFrontOriginAccessIdentity":{
429
- "name":"GetCloudFrontOriginAccessIdentity2014_05_31",
434
+ "name":"GetCloudFrontOriginAccessIdentity2014_10_21",
430
435
  "http":{
431
436
  "method":"GET",
432
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront/{Id}"
437
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront/{Id}"
433
438
  },
434
439
  "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
435
440
  "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
@@ -447,10 +452,10 @@
447
452
  ]
448
453
  },
449
454
  "GetCloudFrontOriginAccessIdentityConfig":{
450
- "name":"GetCloudFrontOriginAccessIdentityConfig2014_05_31",
455
+ "name":"GetCloudFrontOriginAccessIdentityConfig2014_10_21",
451
456
  "http":{
452
457
  "method":"GET",
453
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront/{Id}/config"
458
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront/{Id}/config"
454
459
  },
455
460
  "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
456
461
  "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
@@ -468,10 +473,10 @@
468
473
  ]
469
474
  },
470
475
  "GetDistribution":{
471
- "name":"GetDistribution2014_05_31",
476
+ "name":"GetDistribution2014_10_21",
472
477
  "http":{
473
478
  "method":"GET",
474
- "requestUri":"/2014-05-31/distribution/{Id}"
479
+ "requestUri":"/2014-10-21/distribution/{Id}"
475
480
  },
476
481
  "input":{"shape":"GetDistributionRequest"},
477
482
  "output":{"shape":"GetDistributionResult"},
@@ -489,10 +494,10 @@
489
494
  ]
490
495
  },
491
496
  "GetDistributionConfig":{
492
- "name":"GetDistributionConfig2014_05_31",
497
+ "name":"GetDistributionConfig2014_10_21",
493
498
  "http":{
494
499
  "method":"GET",
495
- "requestUri":"/2014-05-31/distribution/{Id}/config"
500
+ "requestUri":"/2014-10-21/distribution/{Id}/config"
496
501
  },
497
502
  "input":{"shape":"GetDistributionConfigRequest"},
498
503
  "output":{"shape":"GetDistributionConfigResult"},
@@ -510,10 +515,10 @@
510
515
  ]
511
516
  },
512
517
  "GetInvalidation":{
513
- "name":"GetInvalidation2014_05_31",
518
+ "name":"GetInvalidation2014_10_21",
514
519
  "http":{
515
520
  "method":"GET",
516
- "requestUri":"/2014-05-31/distribution/{DistributionId}/invalidation/{Id}"
521
+ "requestUri":"/2014-10-21/distribution/{DistributionId}/invalidation/{Id}"
517
522
  },
518
523
  "input":{"shape":"GetInvalidationRequest"},
519
524
  "output":{"shape":"GetInvalidationResult"},
@@ -536,10 +541,10 @@
536
541
  ]
537
542
  },
538
543
  "GetStreamingDistribution":{
539
- "name":"GetStreamingDistribution2014_05_31",
544
+ "name":"GetStreamingDistribution2014_10_21",
540
545
  "http":{
541
546
  "method":"GET",
542
- "requestUri":"/2014-05-31/streaming-distribution/{Id}"
547
+ "requestUri":"/2014-10-21/streaming-distribution/{Id}"
543
548
  },
544
549
  "input":{"shape":"GetStreamingDistributionRequest"},
545
550
  "output":{"shape":"GetStreamingDistributionResult"},
@@ -557,10 +562,10 @@
557
562
  ]
558
563
  },
559
564
  "GetStreamingDistributionConfig":{
560
- "name":"GetStreamingDistributionConfig2014_05_31",
565
+ "name":"GetStreamingDistributionConfig2014_10_21",
561
566
  "http":{
562
567
  "method":"GET",
563
- "requestUri":"/2014-05-31/streaming-distribution/{Id}/config"
568
+ "requestUri":"/2014-10-21/streaming-distribution/{Id}/config"
564
569
  },
565
570
  "input":{"shape":"GetStreamingDistributionConfigRequest"},
566
571
  "output":{"shape":"GetStreamingDistributionConfigResult"},
@@ -578,10 +583,10 @@
578
583
  ]
579
584
  },
580
585
  "ListCloudFrontOriginAccessIdentities":{
581
- "name":"ListCloudFrontOriginAccessIdentities2014_05_31",
586
+ "name":"ListCloudFrontOriginAccessIdentities2014_10_21",
582
587
  "http":{
583
588
  "method":"GET",
584
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront"
589
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront"
585
590
  },
586
591
  "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
587
592
  "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
@@ -594,10 +599,10 @@
594
599
  ]
595
600
  },
596
601
  "ListDistributions":{
597
- "name":"ListDistributions2014_05_31",
602
+ "name":"ListDistributions2014_10_21",
598
603
  "http":{
599
604
  "method":"GET",
600
- "requestUri":"/2014-05-31/distribution"
605
+ "requestUri":"/2014-10-21/distribution"
601
606
  },
602
607
  "input":{"shape":"ListDistributionsRequest"},
603
608
  "output":{"shape":"ListDistributionsResult"},
@@ -610,10 +615,10 @@
610
615
  ]
611
616
  },
612
617
  "ListInvalidations":{
613
- "name":"ListInvalidations2014_05_31",
618
+ "name":"ListInvalidations2014_10_21",
614
619
  "http":{
615
620
  "method":"GET",
616
- "requestUri":"/2014-05-31/distribution/{DistributionId}/invalidation"
621
+ "requestUri":"/2014-10-21/distribution/{DistributionId}/invalidation"
617
622
  },
618
623
  "input":{"shape":"ListInvalidationsRequest"},
619
624
  "output":{"shape":"ListInvalidationsResult"},
@@ -636,10 +641,10 @@
636
641
  ]
637
642
  },
638
643
  "ListStreamingDistributions":{
639
- "name":"ListStreamingDistributions2014_05_31",
644
+ "name":"ListStreamingDistributions2014_10_21",
640
645
  "http":{
641
646
  "method":"GET",
642
- "requestUri":"/2014-05-31/streaming-distribution"
647
+ "requestUri":"/2014-10-21/streaming-distribution"
643
648
  },
644
649
  "input":{"shape":"ListStreamingDistributionsRequest"},
645
650
  "output":{"shape":"ListStreamingDistributionsResult"},
@@ -652,10 +657,10 @@
652
657
  ]
653
658
  },
654
659
  "UpdateCloudFrontOriginAccessIdentity":{
655
- "name":"UpdateCloudFrontOriginAccessIdentity2014_05_31",
660
+ "name":"UpdateCloudFrontOriginAccessIdentity2014_10_21",
656
661
  "http":{
657
662
  "method":"PUT",
658
- "requestUri":"/2014-05-31/origin-access-identity/cloudfront/{Id}/config"
663
+ "requestUri":"/2014-10-21/origin-access-identity/cloudfront/{Id}/config"
659
664
  },
660
665
  "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
661
666
  "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
@@ -703,10 +708,10 @@
703
708
  ]
704
709
  },
705
710
  "UpdateDistribution":{
706
- "name":"UpdateDistribution2014_05_31",
711
+ "name":"UpdateDistribution2014_10_21",
707
712
  "http":{
708
713
  "method":"PUT",
709
- "requestUri":"/2014-05-31/distribution/{Id}/config"
714
+ "requestUri":"/2014-10-21/distribution/{Id}/config"
710
715
  },
711
716
  "input":{"shape":"UpdateDistributionRequest"},
712
717
  "output":{"shape":"UpdateDistributionResult"},
@@ -859,10 +864,10 @@
859
864
  ]
860
865
  },
861
866
  "UpdateStreamingDistribution":{
862
- "name":"UpdateStreamingDistribution2014_05_31",
867
+ "name":"UpdateStreamingDistribution2014_10_21",
863
868
  "http":{
864
869
  "method":"PUT",
865
- "requestUri":"/2014-05-31/streaming-distribution/{Id}/config"
870
+ "requestUri":"/2014-10-21/streaming-distribution/{Id}/config"
866
871
  },
867
872
  "input":{"shape":"UpdateStreamingDistributionRequest"},
868
873
  "output":{"shape":"UpdateStreamingDistributionResult"},
@@ -973,17 +978,14 @@
973
978
  },
974
979
  "AllowedMethods":{
975
980
  "type":"structure",
976
- "required":["Quantity"],
981
+ "required":[
982
+ "Quantity",
983
+ "Items"
984
+ ],
977
985
  "members":{
978
986
  "Quantity":{"shape":"integer"},
979
- "Items":{"shape":"AllowedMethodsList"}
980
- }
981
- },
982
- "AllowedMethodsList":{
983
- "type":"list",
984
- "member":{
985
- "shape":"Method",
986
- "locationName":"Method"
987
+ "Items":{"shape":"MethodsList"},
988
+ "CachedMethods":{"shape":"CachedMethods"}
987
989
  }
988
990
  },
989
991
  "AwsAccountNumberList":{
@@ -1045,6 +1047,17 @@
1045
1047
  "Items":{"shape":"CacheBehaviorList"}
1046
1048
  }
1047
1049
  },
1050
+ "CachedMethods":{
1051
+ "type":"structure",
1052
+ "required":[
1053
+ "Quantity",
1054
+ "Items"
1055
+ ],
1056
+ "members":{
1057
+ "Quantity":{"shape":"integer"},
1058
+ "Items":{"shape":"MethodsList"}
1059
+ }
1060
+ },
1048
1061
  "CloudFrontOriginAccessIdentity":{
1049
1062
  "type":"structure",
1050
1063
  "required":[
@@ -1150,7 +1163,7 @@
1150
1163
  "members":{
1151
1164
  "CloudFrontOriginAccessIdentityConfig":{
1152
1165
  "shape":"CloudFrontOriginAccessIdentityConfig",
1153
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
1166
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
1154
1167
  "locationName":"CloudFrontOriginAccessIdentityConfig"
1155
1168
  }
1156
1169
  },
@@ -1179,7 +1192,7 @@
1179
1192
  "members":{
1180
1193
  "DistributionConfig":{
1181
1194
  "shape":"DistributionConfig",
1182
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
1195
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
1183
1196
  "locationName":"DistributionConfig"
1184
1197
  }
1185
1198
  },
@@ -1216,7 +1229,7 @@
1216
1229
  },
1217
1230
  "InvalidationBatch":{
1218
1231
  "shape":"InvalidationBatch",
1219
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
1232
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
1220
1233
  "locationName":"InvalidationBatch"
1221
1234
  }
1222
1235
  },
@@ -1240,7 +1253,7 @@
1240
1253
  "members":{
1241
1254
  "StreamingDistributionConfig":{
1242
1255
  "shape":"StreamingDistributionConfig",
1243
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
1256
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
1244
1257
  "locationName":"StreamingDistributionConfig"
1245
1258
  }
1246
1259
  },
@@ -1801,6 +1814,14 @@
1801
1814
  "error":{"httpStatusCode":400},
1802
1815
  "exception":true
1803
1816
  },
1817
+ "InvalidProtocolSettings":{
1818
+ "type":"structure",
1819
+ "members":{
1820
+ "Message":{"shape":"string"}
1821
+ },
1822
+ "error":{"httpStatusCode":400},
1823
+ "exception":true
1824
+ },
1804
1825
  "InvalidRelativePath":{
1805
1826
  "type":"structure",
1806
1827
  "members":{
@@ -2047,6 +2068,20 @@
2047
2068
  "DELETE"
2048
2069
  ]
2049
2070
  },
2071
+ "MethodsList":{
2072
+ "type":"list",
2073
+ "member":{
2074
+ "shape":"Method",
2075
+ "locationName":"Method"
2076
+ }
2077
+ },
2078
+ "MinimumProtocolVersion":{
2079
+ "type":"string",
2080
+ "enum":[
2081
+ "SSLv3",
2082
+ "TLSv1"
2083
+ ]
2084
+ },
2050
2085
  "MissingBody":{
2051
2086
  "type":"structure",
2052
2087
  "members":{
@@ -2454,7 +2489,7 @@
2454
2489
  "members":{
2455
2490
  "CloudFrontOriginAccessIdentityConfig":{
2456
2491
  "shape":"CloudFrontOriginAccessIdentityConfig",
2457
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
2492
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
2458
2493
  "locationName":"CloudFrontOriginAccessIdentityConfig"
2459
2494
  },
2460
2495
  "Id":{
@@ -2491,7 +2526,7 @@
2491
2526
  "members":{
2492
2527
  "DistributionConfig":{
2493
2528
  "shape":"DistributionConfig",
2494
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
2529
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
2495
2530
  "locationName":"DistributionConfig"
2496
2531
  },
2497
2532
  "Id":{
@@ -2528,7 +2563,7 @@
2528
2563
  "members":{
2529
2564
  "StreamingDistributionConfig":{
2530
2565
  "shape":"StreamingDistributionConfig",
2531
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-05-31/"},
2566
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2014-10-21/"},
2532
2567
  "locationName":"StreamingDistributionConfig"
2533
2568
  },
2534
2569
  "Id":{
@@ -2561,7 +2596,8 @@
2561
2596
  "members":{
2562
2597
  "IAMCertificateId":{"shape":"string"},
2563
2598
  "CloudFrontDefaultCertificate":{"shape":"boolean"},
2564
- "SSLSupportMethod":{"shape":"SSLSupportMethod"}
2599
+ "SSLSupportMethod":{"shape":"SSLSupportMethod"},
2600
+ "MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"}
2565
2601
  }
2566
2602
  },
2567
2603
  "ViewerProtocolPolicy":{