aws-sdk-core 2.2.10 → 2.2.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/api-2.json +122 -56
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/examples-1.json +0 -0
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/paginators-1.json +0 -0
- data/apis/cloudfront/{2015-09-17 → 2016-01-13}/waiters-2.json +0 -0
- data/apis/ec2/2015-10-01/api-2.json +513 -4
- data/apis/events/2014-02-03/api-2.json +643 -0
- data/apis/events/2014-02-03/examples-1.json +5 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/cloudfront.rb +5 -5
- data/lib/aws-sdk-core/cloudwatchevents.rb +5 -0
- data/lib/aws-sdk-core/plugins/protocols/ec2.rb +5 -2
- data/lib/aws-sdk-core/rest/request/endpoint.rb +0 -5
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/aws-sdk-core/xml/parser.rb +17 -2
- data/lib/aws-sdk-core/xml/parser/frame.rb +37 -17
- data/lib/aws-sdk-core/xml/parser/stack.rb +11 -3
- metadata +9 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 666b3f05706998e1f1b1d4721b1c8d723ff4c14f
|
4
|
+
data.tar.gz: 8bce08c610b818d917699c824ab2a022fe32803d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b778f60a763b3e33077638807f8e0d6c918eae3f2d4bd9a79d54bc879d61621d774ccd7fc976f6e83d939e8c63a2e90a35870300e9efe5d5240956e22354c734
|
7
|
+
data.tar.gz: d42ae3d00987dce6349c3394473396b200117c1c9aa27a811c54e75915ecbca74e8cc8b07c594c21419a6c664e3f33df02c764e679f5db55111e43b90943f4a8
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"apiVersion":"
|
4
|
+
"apiVersion":"2016-01-13",
|
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":"
|
14
|
+
"name":"CreateCloudFrontOriginAccessIdentity2016_01_13",
|
15
15
|
"http":{
|
16
16
|
"method":"POST",
|
17
|
-
"requestUri":"/
|
17
|
+
"requestUri":"/2016-01-13/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":"
|
31
|
+
"name":"CreateDistribution2016_01_13",
|
32
32
|
"http":{
|
33
33
|
"method":"POST",
|
34
|
-
"requestUri":"/
|
34
|
+
"requestUri":"/2016-01-13/distribution",
|
35
35
|
"responseCode":201
|
36
36
|
},
|
37
37
|
"input":{"shape":"CreateDistributionRequest"},
|
@@ -68,14 +68,15 @@
|
|
68
68
|
{"shape":"InvalidGeoRestrictionParameter"},
|
69
69
|
{"shape":"InvalidProtocolSettings"},
|
70
70
|
{"shape":"InvalidTTLOrder"},
|
71
|
-
{"shape":"InvalidWebACLId"}
|
71
|
+
{"shape":"InvalidWebACLId"},
|
72
|
+
{"shape":"TooManyOriginCustomHeaders"}
|
72
73
|
]
|
73
74
|
},
|
74
75
|
"CreateInvalidation":{
|
75
|
-
"name":"
|
76
|
+
"name":"CreateInvalidation2016_01_13",
|
76
77
|
"http":{
|
77
78
|
"method":"POST",
|
78
|
-
"requestUri":"/
|
79
|
+
"requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation",
|
79
80
|
"responseCode":201
|
80
81
|
},
|
81
82
|
"input":{"shape":"CreateInvalidationRequest"},
|
@@ -91,10 +92,10 @@
|
|
91
92
|
]
|
92
93
|
},
|
93
94
|
"CreateStreamingDistribution":{
|
94
|
-
"name":"
|
95
|
+
"name":"CreateStreamingDistribution2016_01_13",
|
95
96
|
"http":{
|
96
97
|
"method":"POST",
|
97
|
-
"requestUri":"/
|
98
|
+
"requestUri":"/2016-01-13/streaming-distribution",
|
98
99
|
"responseCode":201
|
99
100
|
},
|
100
101
|
"input":{"shape":"CreateStreamingDistributionRequest"},
|
@@ -115,10 +116,10 @@
|
|
115
116
|
]
|
116
117
|
},
|
117
118
|
"DeleteCloudFrontOriginAccessIdentity":{
|
118
|
-
"name":"
|
119
|
+
"name":"DeleteCloudFrontOriginAccessIdentity2016_01_13",
|
119
120
|
"http":{
|
120
121
|
"method":"DELETE",
|
121
|
-
"requestUri":"/
|
122
|
+
"requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}",
|
122
123
|
"responseCode":204
|
123
124
|
},
|
124
125
|
"input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
|
@@ -131,10 +132,10 @@
|
|
131
132
|
]
|
132
133
|
},
|
133
134
|
"DeleteDistribution":{
|
134
|
-
"name":"
|
135
|
+
"name":"DeleteDistribution2016_01_13",
|
135
136
|
"http":{
|
136
137
|
"method":"DELETE",
|
137
|
-
"requestUri":"/
|
138
|
+
"requestUri":"/2016-01-13/distribution/{Id}",
|
138
139
|
"responseCode":204
|
139
140
|
},
|
140
141
|
"input":{"shape":"DeleteDistributionRequest"},
|
@@ -147,10 +148,10 @@
|
|
147
148
|
]
|
148
149
|
},
|
149
150
|
"DeleteStreamingDistribution":{
|
150
|
-
"name":"
|
151
|
+
"name":"DeleteStreamingDistribution2016_01_13",
|
151
152
|
"http":{
|
152
153
|
"method":"DELETE",
|
153
|
-
"requestUri":"/
|
154
|
+
"requestUri":"/2016-01-13/streaming-distribution/{Id}",
|
154
155
|
"responseCode":204
|
155
156
|
},
|
156
157
|
"input":{"shape":"DeleteStreamingDistributionRequest"},
|
@@ -163,10 +164,10 @@
|
|
163
164
|
]
|
164
165
|
},
|
165
166
|
"GetCloudFrontOriginAccessIdentity":{
|
166
|
-
"name":"
|
167
|
+
"name":"GetCloudFrontOriginAccessIdentity2016_01_13",
|
167
168
|
"http":{
|
168
169
|
"method":"GET",
|
169
|
-
"requestUri":"/
|
170
|
+
"requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}"
|
170
171
|
},
|
171
172
|
"input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
|
172
173
|
"output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
|
@@ -176,10 +177,10 @@
|
|
176
177
|
]
|
177
178
|
},
|
178
179
|
"GetCloudFrontOriginAccessIdentityConfig":{
|
179
|
-
"name":"
|
180
|
+
"name":"GetCloudFrontOriginAccessIdentityConfig2016_01_13",
|
180
181
|
"http":{
|
181
182
|
"method":"GET",
|
182
|
-
"requestUri":"/
|
183
|
+
"requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}/config"
|
183
184
|
},
|
184
185
|
"input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
|
185
186
|
"output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
|
@@ -189,10 +190,10 @@
|
|
189
190
|
]
|
190
191
|
},
|
191
192
|
"GetDistribution":{
|
192
|
-
"name":"
|
193
|
+
"name":"GetDistribution2016_01_13",
|
193
194
|
"http":{
|
194
195
|
"method":"GET",
|
195
|
-
"requestUri":"/
|
196
|
+
"requestUri":"/2016-01-13/distribution/{Id}"
|
196
197
|
},
|
197
198
|
"input":{"shape":"GetDistributionRequest"},
|
198
199
|
"output":{"shape":"GetDistributionResult"},
|
@@ -202,10 +203,10 @@
|
|
202
203
|
]
|
203
204
|
},
|
204
205
|
"GetDistributionConfig":{
|
205
|
-
"name":"
|
206
|
+
"name":"GetDistributionConfig2016_01_13",
|
206
207
|
"http":{
|
207
208
|
"method":"GET",
|
208
|
-
"requestUri":"/
|
209
|
+
"requestUri":"/2016-01-13/distribution/{Id}/config"
|
209
210
|
},
|
210
211
|
"input":{"shape":"GetDistributionConfigRequest"},
|
211
212
|
"output":{"shape":"GetDistributionConfigResult"},
|
@@ -215,10 +216,10 @@
|
|
215
216
|
]
|
216
217
|
},
|
217
218
|
"GetInvalidation":{
|
218
|
-
"name":"
|
219
|
+
"name":"GetInvalidation2016_01_13",
|
219
220
|
"http":{
|
220
221
|
"method":"GET",
|
221
|
-
"requestUri":"/
|
222
|
+
"requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation/{Id}"
|
222
223
|
},
|
223
224
|
"input":{"shape":"GetInvalidationRequest"},
|
224
225
|
"output":{"shape":"GetInvalidationResult"},
|
@@ -229,10 +230,10 @@
|
|
229
230
|
]
|
230
231
|
},
|
231
232
|
"GetStreamingDistribution":{
|
232
|
-
"name":"
|
233
|
+
"name":"GetStreamingDistribution2016_01_13",
|
233
234
|
"http":{
|
234
235
|
"method":"GET",
|
235
|
-
"requestUri":"/
|
236
|
+
"requestUri":"/2016-01-13/streaming-distribution/{Id}"
|
236
237
|
},
|
237
238
|
"input":{"shape":"GetStreamingDistributionRequest"},
|
238
239
|
"output":{"shape":"GetStreamingDistributionResult"},
|
@@ -242,10 +243,10 @@
|
|
242
243
|
]
|
243
244
|
},
|
244
245
|
"GetStreamingDistributionConfig":{
|
245
|
-
"name":"
|
246
|
+
"name":"GetStreamingDistributionConfig2016_01_13",
|
246
247
|
"http":{
|
247
248
|
"method":"GET",
|
248
|
-
"requestUri":"/
|
249
|
+
"requestUri":"/2016-01-13/streaming-distribution/{Id}/config"
|
249
250
|
},
|
250
251
|
"input":{"shape":"GetStreamingDistributionConfigRequest"},
|
251
252
|
"output":{"shape":"GetStreamingDistributionConfigResult"},
|
@@ -255,10 +256,10 @@
|
|
255
256
|
]
|
256
257
|
},
|
257
258
|
"ListCloudFrontOriginAccessIdentities":{
|
258
|
-
"name":"
|
259
|
+
"name":"ListCloudFrontOriginAccessIdentities2016_01_13",
|
259
260
|
"http":{
|
260
261
|
"method":"GET",
|
261
|
-
"requestUri":"/
|
262
|
+
"requestUri":"/2016-01-13/origin-access-identity/cloudfront"
|
262
263
|
},
|
263
264
|
"input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
|
264
265
|
"output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
|
@@ -267,10 +268,10 @@
|
|
267
268
|
]
|
268
269
|
},
|
269
270
|
"ListDistributions":{
|
270
|
-
"name":"
|
271
|
+
"name":"ListDistributions2016_01_13",
|
271
272
|
"http":{
|
272
273
|
"method":"GET",
|
273
|
-
"requestUri":"/
|
274
|
+
"requestUri":"/2016-01-13/distribution"
|
274
275
|
},
|
275
276
|
"input":{"shape":"ListDistributionsRequest"},
|
276
277
|
"output":{"shape":"ListDistributionsResult"},
|
@@ -279,10 +280,10 @@
|
|
279
280
|
]
|
280
281
|
},
|
281
282
|
"ListDistributionsByWebACLId":{
|
282
|
-
"name":"
|
283
|
+
"name":"ListDistributionsByWebACLId2016_01_13",
|
283
284
|
"http":{
|
284
285
|
"method":"GET",
|
285
|
-
"requestUri":"/
|
286
|
+
"requestUri":"/2016-01-13/distributionsByWebACLId/{WebACLId}"
|
286
287
|
},
|
287
288
|
"input":{"shape":"ListDistributionsByWebACLIdRequest"},
|
288
289
|
"output":{"shape":"ListDistributionsByWebACLIdResult"},
|
@@ -292,10 +293,10 @@
|
|
292
293
|
]
|
293
294
|
},
|
294
295
|
"ListInvalidations":{
|
295
|
-
"name":"
|
296
|
+
"name":"ListInvalidations2016_01_13",
|
296
297
|
"http":{
|
297
298
|
"method":"GET",
|
298
|
-
"requestUri":"/
|
299
|
+
"requestUri":"/2016-01-13/distribution/{DistributionId}/invalidation"
|
299
300
|
},
|
300
301
|
"input":{"shape":"ListInvalidationsRequest"},
|
301
302
|
"output":{"shape":"ListInvalidationsResult"},
|
@@ -306,10 +307,10 @@
|
|
306
307
|
]
|
307
308
|
},
|
308
309
|
"ListStreamingDistributions":{
|
309
|
-
"name":"
|
310
|
+
"name":"ListStreamingDistributions2016_01_13",
|
310
311
|
"http":{
|
311
312
|
"method":"GET",
|
312
|
-
"requestUri":"/
|
313
|
+
"requestUri":"/2016-01-13/streaming-distribution"
|
313
314
|
},
|
314
315
|
"input":{"shape":"ListStreamingDistributionsRequest"},
|
315
316
|
"output":{"shape":"ListStreamingDistributionsResult"},
|
@@ -318,10 +319,10 @@
|
|
318
319
|
]
|
319
320
|
},
|
320
321
|
"UpdateCloudFrontOriginAccessIdentity":{
|
321
|
-
"name":"
|
322
|
+
"name":"UpdateCloudFrontOriginAccessIdentity2016_01_13",
|
322
323
|
"http":{
|
323
324
|
"method":"PUT",
|
324
|
-
"requestUri":"/
|
325
|
+
"requestUri":"/2016-01-13/origin-access-identity/cloudfront/{Id}/config"
|
325
326
|
},
|
326
327
|
"input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
|
327
328
|
"output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
|
@@ -337,10 +338,10 @@
|
|
337
338
|
]
|
338
339
|
},
|
339
340
|
"UpdateDistribution":{
|
340
|
-
"name":"
|
341
|
+
"name":"UpdateDistribution2016_01_13",
|
341
342
|
"http":{
|
342
343
|
"method":"PUT",
|
343
|
-
"requestUri":"/
|
344
|
+
"requestUri":"/2016-01-13/distribution/{Id}/config"
|
344
345
|
},
|
345
346
|
"input":{"shape":"UpdateDistributionRequest"},
|
346
347
|
"output":{"shape":"UpdateDistributionResult"},
|
@@ -376,14 +377,15 @@
|
|
376
377
|
{"shape":"InvalidLocationCode"},
|
377
378
|
{"shape":"InvalidGeoRestrictionParameter"},
|
378
379
|
{"shape":"InvalidTTLOrder"},
|
379
|
-
{"shape":"InvalidWebACLId"}
|
380
|
+
{"shape":"InvalidWebACLId"},
|
381
|
+
{"shape":"TooManyOriginCustomHeaders"}
|
380
382
|
]
|
381
383
|
},
|
382
384
|
"UpdateStreamingDistribution":{
|
383
|
-
"name":"
|
385
|
+
"name":"UpdateStreamingDistribution2016_01_13",
|
384
386
|
"http":{
|
385
387
|
"method":"PUT",
|
386
|
-
"requestUri":"/
|
388
|
+
"requestUri":"/2016-01-13/streaming-distribution/{Id}/config"
|
387
389
|
},
|
388
390
|
"input":{"shape":"UpdateStreamingDistributionRequest"},
|
389
391
|
"output":{"shape":"UpdateStreamingDistributionResult"},
|
@@ -638,7 +640,7 @@
|
|
638
640
|
"CloudFrontOriginAccessIdentityConfig":{
|
639
641
|
"shape":"CloudFrontOriginAccessIdentityConfig",
|
640
642
|
"locationName":"CloudFrontOriginAccessIdentityConfig",
|
641
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
643
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
642
644
|
}
|
643
645
|
},
|
644
646
|
"payload":"CloudFrontOriginAccessIdentityConfig"
|
@@ -667,7 +669,7 @@
|
|
667
669
|
"DistributionConfig":{
|
668
670
|
"shape":"DistributionConfig",
|
669
671
|
"locationName":"DistributionConfig",
|
670
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
672
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
671
673
|
}
|
672
674
|
},
|
673
675
|
"payload":"DistributionConfig"
|
@@ -704,7 +706,7 @@
|
|
704
706
|
"InvalidationBatch":{
|
705
707
|
"shape":"InvalidationBatch",
|
706
708
|
"locationName":"InvalidationBatch",
|
707
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
709
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
708
710
|
}
|
709
711
|
},
|
710
712
|
"payload":"InvalidationBatch"
|
@@ -728,7 +730,7 @@
|
|
728
730
|
"StreamingDistributionConfig":{
|
729
731
|
"shape":"StreamingDistributionConfig",
|
730
732
|
"locationName":"StreamingDistributionConfig",
|
731
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
733
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
732
734
|
}
|
733
735
|
},
|
734
736
|
"payload":"StreamingDistributionConfig"
|
@@ -775,6 +777,14 @@
|
|
775
777
|
"Items":{"shape":"CustomErrorResponseList"}
|
776
778
|
}
|
777
779
|
},
|
780
|
+
"CustomHeaders":{
|
781
|
+
"type":"structure",
|
782
|
+
"required":["Quantity"],
|
783
|
+
"members":{
|
784
|
+
"Quantity":{"shape":"integer"},
|
785
|
+
"Items":{"shape":"OriginCustomHeadersList"}
|
786
|
+
}
|
787
|
+
},
|
778
788
|
"CustomOriginConfig":{
|
779
789
|
"type":"structure",
|
780
790
|
"required":[
|
@@ -785,7 +795,8 @@
|
|
785
795
|
"members":{
|
786
796
|
"HTTPPort":{"shape":"integer"},
|
787
797
|
"HTTPSPort":{"shape":"integer"},
|
788
|
-
"OriginProtocolPolicy":{"shape":"OriginProtocolPolicy"}
|
798
|
+
"OriginProtocolPolicy":{"shape":"OriginProtocolPolicy"},
|
799
|
+
"OriginSslProtocols":{"shape":"OriginSslProtocols"}
|
789
800
|
}
|
790
801
|
},
|
791
802
|
"DefaultCacheBehavior":{
|
@@ -1667,10 +1678,29 @@
|
|
1667
1678
|
"Id":{"shape":"string"},
|
1668
1679
|
"DomainName":{"shape":"string"},
|
1669
1680
|
"OriginPath":{"shape":"string"},
|
1681
|
+
"CustomHeaders":{"shape":"CustomHeaders"},
|
1670
1682
|
"S3OriginConfig":{"shape":"S3OriginConfig"},
|
1671
1683
|
"CustomOriginConfig":{"shape":"CustomOriginConfig"}
|
1672
1684
|
}
|
1673
1685
|
},
|
1686
|
+
"OriginCustomHeader":{
|
1687
|
+
"type":"structure",
|
1688
|
+
"required":[
|
1689
|
+
"HeaderName",
|
1690
|
+
"HeaderValue"
|
1691
|
+
],
|
1692
|
+
"members":{
|
1693
|
+
"HeaderName":{"shape":"string"},
|
1694
|
+
"HeaderValue":{"shape":"string"}
|
1695
|
+
}
|
1696
|
+
},
|
1697
|
+
"OriginCustomHeadersList":{
|
1698
|
+
"type":"list",
|
1699
|
+
"member":{
|
1700
|
+
"shape":"OriginCustomHeader",
|
1701
|
+
"locationName":"OriginCustomHeader"
|
1702
|
+
}
|
1703
|
+
},
|
1674
1704
|
"OriginList":{
|
1675
1705
|
"type":"list",
|
1676
1706
|
"member":{
|
@@ -1683,9 +1713,21 @@
|
|
1683
1713
|
"type":"string",
|
1684
1714
|
"enum":[
|
1685
1715
|
"http-only",
|
1686
|
-
"match-viewer"
|
1716
|
+
"match-viewer",
|
1717
|
+
"https-only"
|
1687
1718
|
]
|
1688
1719
|
},
|
1720
|
+
"OriginSslProtocols":{
|
1721
|
+
"type":"structure",
|
1722
|
+
"required":[
|
1723
|
+
"Quantity",
|
1724
|
+
"Items"
|
1725
|
+
],
|
1726
|
+
"members":{
|
1727
|
+
"Quantity":{"shape":"integer"},
|
1728
|
+
"Items":{"shape":"SslProtocolsList"}
|
1729
|
+
}
|
1730
|
+
},
|
1689
1731
|
"Origins":{
|
1690
1732
|
"type":"structure",
|
1691
1733
|
"required":["Quantity"],
|
@@ -1771,6 +1813,22 @@
|
|
1771
1813
|
"locationName":"Signer"
|
1772
1814
|
}
|
1773
1815
|
},
|
1816
|
+
"SslProtocol":{
|
1817
|
+
"type":"string",
|
1818
|
+
"enum":[
|
1819
|
+
"SSLv3",
|
1820
|
+
"TLSv1",
|
1821
|
+
"TLSv1.1",
|
1822
|
+
"TLSv1.2"
|
1823
|
+
]
|
1824
|
+
},
|
1825
|
+
"SslProtocolsList":{
|
1826
|
+
"type":"list",
|
1827
|
+
"member":{
|
1828
|
+
"shape":"SslProtocol",
|
1829
|
+
"locationName":"SslProtocol"
|
1830
|
+
}
|
1831
|
+
},
|
1774
1832
|
"StreamingDistribution":{
|
1775
1833
|
"type":"structure",
|
1776
1834
|
"required":[
|
@@ -1953,6 +2011,14 @@
|
|
1953
2011
|
"error":{"httpStatusCode":400},
|
1954
2012
|
"exception":true
|
1955
2013
|
},
|
2014
|
+
"TooManyOriginCustomHeaders":{
|
2015
|
+
"type":"structure",
|
2016
|
+
"members":{
|
2017
|
+
"Message":{"shape":"string"}
|
2018
|
+
},
|
2019
|
+
"error":{"httpStatusCode":400},
|
2020
|
+
"exception":true
|
2021
|
+
},
|
1956
2022
|
"TooManyOrigins":{
|
1957
2023
|
"type":"structure",
|
1958
2024
|
"members":{
|
@@ -2015,7 +2081,7 @@
|
|
2015
2081
|
"CloudFrontOriginAccessIdentityConfig":{
|
2016
2082
|
"shape":"CloudFrontOriginAccessIdentityConfig",
|
2017
2083
|
"locationName":"CloudFrontOriginAccessIdentityConfig",
|
2018
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2084
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
2019
2085
|
},
|
2020
2086
|
"Id":{
|
2021
2087
|
"shape":"string",
|
@@ -2052,7 +2118,7 @@
|
|
2052
2118
|
"DistributionConfig":{
|
2053
2119
|
"shape":"DistributionConfig",
|
2054
2120
|
"locationName":"DistributionConfig",
|
2055
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2121
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
2056
2122
|
},
|
2057
2123
|
"Id":{
|
2058
2124
|
"shape":"string",
|
@@ -2089,7 +2155,7 @@
|
|
2089
2155
|
"StreamingDistributionConfig":{
|
2090
2156
|
"shape":"StreamingDistributionConfig",
|
2091
2157
|
"locationName":"StreamingDistributionConfig",
|
2092
|
-
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/
|
2158
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-01-13/"}
|
2093
2159
|
},
|
2094
2160
|
"Id":{
|
2095
2161
|
"shape":"string",
|