aws-sdk-core 2.5.1 → 2.5.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/2016-08-01/api-2.json +2547 -0
- data/apis/cloudfront/2016-08-01/examples-1.json +5 -0
- data/apis/cloudfront/2016-08-01/paginators-1.json +32 -0
- data/apis/cloudfront/2016-08-01/waiters-2.json +47 -0
- data/apis/ecr/2015-09-21/api-2.json +15 -1
- data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +47 -0
- data/apis/rds/2014-10-31/waiters-2.json +0 -12
- data/lib/aws-sdk-core/cloudfront.rb +5 -5
- data/lib/aws-sdk-core/shared_config.rb +6 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b38c3fdecfdf58bd4ac8fcf1e04dcb329191a6d9
|
4
|
+
data.tar.gz: 33f1df6ee2823fb922ed6661a9d8db0033f246d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a6a16785f01bd7ffa4e9d5e3b3232cb433e75bad634802a1e42a814c739c015c17e38b28b732a7cd1501899e8b9e89988139d8ca1b4f894e0380d3b9e3af797
|
7
|
+
data.tar.gz: 36e0093311f56af27260136e3fb276b3b4181f0f8a1542db41ab915bf85e6008f59668363a41d2e463839f93a9a7e33b997efc199fe8c95ad514db2140c6538c
|
@@ -0,0 +1,2547 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2016-08-01",
|
5
|
+
"endpointPrefix":"cloudfront",
|
6
|
+
"globalEndpoint":"cloudfront.amazonaws.com",
|
7
|
+
"protocol":"rest-xml",
|
8
|
+
"serviceAbbreviation":"CloudFront",
|
9
|
+
"serviceFullName":"Amazon CloudFront",
|
10
|
+
"signatureVersion":"v4"
|
11
|
+
},
|
12
|
+
"operations":{
|
13
|
+
"CreateCloudFrontOriginAccessIdentity":{
|
14
|
+
"name":"CreateCloudFrontOriginAccessIdentity2016_08_01",
|
15
|
+
"http":{
|
16
|
+
"method":"POST",
|
17
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront",
|
18
|
+
"responseCode":201
|
19
|
+
},
|
20
|
+
"input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
|
21
|
+
"output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"CloudFrontOriginAccessIdentityAlreadyExists"},
|
24
|
+
{"shape":"MissingBody"},
|
25
|
+
{"shape":"TooManyCloudFrontOriginAccessIdentities"},
|
26
|
+
{"shape":"InvalidArgument"},
|
27
|
+
{"shape":"InconsistentQuantities"}
|
28
|
+
]
|
29
|
+
},
|
30
|
+
"CreateDistribution":{
|
31
|
+
"name":"CreateDistribution2016_08_01",
|
32
|
+
"http":{
|
33
|
+
"method":"POST",
|
34
|
+
"requestUri":"/2016-08-01/distribution",
|
35
|
+
"responseCode":201
|
36
|
+
},
|
37
|
+
"input":{"shape":"CreateDistributionRequest"},
|
38
|
+
"output":{"shape":"CreateDistributionResult"},
|
39
|
+
"errors":[
|
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"},
|
72
|
+
{"shape":"TooManyOriginCustomHeaders"}
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"CreateDistributionWithTags":{
|
76
|
+
"name":"CreateDistributionWithTags2016_08_01",
|
77
|
+
"http":{
|
78
|
+
"method":"POST",
|
79
|
+
"requestUri":"/2016-08-01/distribution?WithTags",
|
80
|
+
"responseCode":201
|
81
|
+
},
|
82
|
+
"input":{"shape":"CreateDistributionWithTagsRequest"},
|
83
|
+
"output":{"shape":"CreateDistributionWithTagsResult"},
|
84
|
+
"errors":[
|
85
|
+
{"shape":"CNAMEAlreadyExists"},
|
86
|
+
{"shape":"DistributionAlreadyExists"},
|
87
|
+
{"shape":"InvalidOrigin"},
|
88
|
+
{"shape":"InvalidOriginAccessIdentity"},
|
89
|
+
{"shape":"AccessDenied"},
|
90
|
+
{"shape":"TooManyTrustedSigners"},
|
91
|
+
{"shape":"TrustedSignerDoesNotExist"},
|
92
|
+
{"shape":"InvalidViewerCertificate"},
|
93
|
+
{"shape":"InvalidMinimumProtocolVersion"},
|
94
|
+
{"shape":"MissingBody"},
|
95
|
+
{"shape":"TooManyDistributionCNAMEs"},
|
96
|
+
{"shape":"TooManyDistributions"},
|
97
|
+
{"shape":"InvalidDefaultRootObject"},
|
98
|
+
{"shape":"InvalidRelativePath"},
|
99
|
+
{"shape":"InvalidErrorCode"},
|
100
|
+
{"shape":"InvalidResponseCode"},
|
101
|
+
{"shape":"InvalidArgument"},
|
102
|
+
{"shape":"InvalidRequiredProtocol"},
|
103
|
+
{"shape":"NoSuchOrigin"},
|
104
|
+
{"shape":"TooManyOrigins"},
|
105
|
+
{"shape":"TooManyCacheBehaviors"},
|
106
|
+
{"shape":"TooManyCookieNamesInWhiteList"},
|
107
|
+
{"shape":"InvalidForwardCookies"},
|
108
|
+
{"shape":"TooManyHeadersInForwardedValues"},
|
109
|
+
{"shape":"InvalidHeadersForS3Origin"},
|
110
|
+
{"shape":"InconsistentQuantities"},
|
111
|
+
{"shape":"TooManyCertificates"},
|
112
|
+
{"shape":"InvalidLocationCode"},
|
113
|
+
{"shape":"InvalidGeoRestrictionParameter"},
|
114
|
+
{"shape":"InvalidProtocolSettings"},
|
115
|
+
{"shape":"InvalidTTLOrder"},
|
116
|
+
{"shape":"InvalidWebACLId"},
|
117
|
+
{"shape":"TooManyOriginCustomHeaders"},
|
118
|
+
{"shape":"InvalidTagging"}
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"CreateInvalidation":{
|
122
|
+
"name":"CreateInvalidation2016_08_01",
|
123
|
+
"http":{
|
124
|
+
"method":"POST",
|
125
|
+
"requestUri":"/2016-08-01/distribution/{DistributionId}/invalidation",
|
126
|
+
"responseCode":201
|
127
|
+
},
|
128
|
+
"input":{"shape":"CreateInvalidationRequest"},
|
129
|
+
"output":{"shape":"CreateInvalidationResult"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"AccessDenied"},
|
132
|
+
{"shape":"MissingBody"},
|
133
|
+
{"shape":"InvalidArgument"},
|
134
|
+
{"shape":"NoSuchDistribution"},
|
135
|
+
{"shape":"BatchTooLarge"},
|
136
|
+
{"shape":"TooManyInvalidationsInProgress"},
|
137
|
+
{"shape":"InconsistentQuantities"}
|
138
|
+
]
|
139
|
+
},
|
140
|
+
"CreateStreamingDistribution":{
|
141
|
+
"name":"CreateStreamingDistribution2016_08_01",
|
142
|
+
"http":{
|
143
|
+
"method":"POST",
|
144
|
+
"requestUri":"/2016-08-01/streaming-distribution",
|
145
|
+
"responseCode":201
|
146
|
+
},
|
147
|
+
"input":{"shape":"CreateStreamingDistributionRequest"},
|
148
|
+
"output":{"shape":"CreateStreamingDistributionResult"},
|
149
|
+
"errors":[
|
150
|
+
{"shape":"CNAMEAlreadyExists"},
|
151
|
+
{"shape":"StreamingDistributionAlreadyExists"},
|
152
|
+
{"shape":"InvalidOrigin"},
|
153
|
+
{"shape":"InvalidOriginAccessIdentity"},
|
154
|
+
{"shape":"AccessDenied"},
|
155
|
+
{"shape":"TooManyTrustedSigners"},
|
156
|
+
{"shape":"TrustedSignerDoesNotExist"},
|
157
|
+
{"shape":"MissingBody"},
|
158
|
+
{"shape":"TooManyStreamingDistributionCNAMEs"},
|
159
|
+
{"shape":"TooManyStreamingDistributions"},
|
160
|
+
{"shape":"InvalidArgument"},
|
161
|
+
{"shape":"InconsistentQuantities"}
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"CreateStreamingDistributionWithTags":{
|
165
|
+
"name":"CreateStreamingDistributionWithTags2016_08_01",
|
166
|
+
"http":{
|
167
|
+
"method":"POST",
|
168
|
+
"requestUri":"/2016-08-01/streaming-distribution?WithTags",
|
169
|
+
"responseCode":201
|
170
|
+
},
|
171
|
+
"input":{"shape":"CreateStreamingDistributionWithTagsRequest"},
|
172
|
+
"output":{"shape":"CreateStreamingDistributionWithTagsResult"},
|
173
|
+
"errors":[
|
174
|
+
{"shape":"CNAMEAlreadyExists"},
|
175
|
+
{"shape":"StreamingDistributionAlreadyExists"},
|
176
|
+
{"shape":"InvalidOrigin"},
|
177
|
+
{"shape":"InvalidOriginAccessIdentity"},
|
178
|
+
{"shape":"AccessDenied"},
|
179
|
+
{"shape":"TooManyTrustedSigners"},
|
180
|
+
{"shape":"TrustedSignerDoesNotExist"},
|
181
|
+
{"shape":"MissingBody"},
|
182
|
+
{"shape":"TooManyStreamingDistributionCNAMEs"},
|
183
|
+
{"shape":"TooManyStreamingDistributions"},
|
184
|
+
{"shape":"InvalidArgument"},
|
185
|
+
{"shape":"InconsistentQuantities"},
|
186
|
+
{"shape":"InvalidTagging"}
|
187
|
+
]
|
188
|
+
},
|
189
|
+
"DeleteCloudFrontOriginAccessIdentity":{
|
190
|
+
"name":"DeleteCloudFrontOriginAccessIdentity2016_08_01",
|
191
|
+
"http":{
|
192
|
+
"method":"DELETE",
|
193
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront/{Id}",
|
194
|
+
"responseCode":204
|
195
|
+
},
|
196
|
+
"input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
|
197
|
+
"errors":[
|
198
|
+
{"shape":"AccessDenied"},
|
199
|
+
{"shape":"InvalidIfMatchVersion"},
|
200
|
+
{"shape":"NoSuchCloudFrontOriginAccessIdentity"},
|
201
|
+
{"shape":"PreconditionFailed"},
|
202
|
+
{"shape":"CloudFrontOriginAccessIdentityInUse"}
|
203
|
+
]
|
204
|
+
},
|
205
|
+
"DeleteDistribution":{
|
206
|
+
"name":"DeleteDistribution2016_08_01",
|
207
|
+
"http":{
|
208
|
+
"method":"DELETE",
|
209
|
+
"requestUri":"/2016-08-01/distribution/{Id}",
|
210
|
+
"responseCode":204
|
211
|
+
},
|
212
|
+
"input":{"shape":"DeleteDistributionRequest"},
|
213
|
+
"errors":[
|
214
|
+
{"shape":"AccessDenied"},
|
215
|
+
{"shape":"DistributionNotDisabled"},
|
216
|
+
{"shape":"InvalidIfMatchVersion"},
|
217
|
+
{"shape":"NoSuchDistribution"},
|
218
|
+
{"shape":"PreconditionFailed"}
|
219
|
+
]
|
220
|
+
},
|
221
|
+
"DeleteStreamingDistribution":{
|
222
|
+
"name":"DeleteStreamingDistribution2016_08_01",
|
223
|
+
"http":{
|
224
|
+
"method":"DELETE",
|
225
|
+
"requestUri":"/2016-08-01/streaming-distribution/{Id}",
|
226
|
+
"responseCode":204
|
227
|
+
},
|
228
|
+
"input":{"shape":"DeleteStreamingDistributionRequest"},
|
229
|
+
"errors":[
|
230
|
+
{"shape":"AccessDenied"},
|
231
|
+
{"shape":"StreamingDistributionNotDisabled"},
|
232
|
+
{"shape":"InvalidIfMatchVersion"},
|
233
|
+
{"shape":"NoSuchStreamingDistribution"},
|
234
|
+
{"shape":"PreconditionFailed"}
|
235
|
+
]
|
236
|
+
},
|
237
|
+
"GetCloudFrontOriginAccessIdentity":{
|
238
|
+
"name":"GetCloudFrontOriginAccessIdentity2016_08_01",
|
239
|
+
"http":{
|
240
|
+
"method":"GET",
|
241
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront/{Id}"
|
242
|
+
},
|
243
|
+
"input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
|
244
|
+
"output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
|
245
|
+
"errors":[
|
246
|
+
{"shape":"NoSuchCloudFrontOriginAccessIdentity"},
|
247
|
+
{"shape":"AccessDenied"}
|
248
|
+
]
|
249
|
+
},
|
250
|
+
"GetCloudFrontOriginAccessIdentityConfig":{
|
251
|
+
"name":"GetCloudFrontOriginAccessIdentityConfig2016_08_01",
|
252
|
+
"http":{
|
253
|
+
"method":"GET",
|
254
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront/{Id}/config"
|
255
|
+
},
|
256
|
+
"input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
|
257
|
+
"output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
|
258
|
+
"errors":[
|
259
|
+
{"shape":"NoSuchCloudFrontOriginAccessIdentity"},
|
260
|
+
{"shape":"AccessDenied"}
|
261
|
+
]
|
262
|
+
},
|
263
|
+
"GetDistribution":{
|
264
|
+
"name":"GetDistribution2016_08_01",
|
265
|
+
"http":{
|
266
|
+
"method":"GET",
|
267
|
+
"requestUri":"/2016-08-01/distribution/{Id}"
|
268
|
+
},
|
269
|
+
"input":{"shape":"GetDistributionRequest"},
|
270
|
+
"output":{"shape":"GetDistributionResult"},
|
271
|
+
"errors":[
|
272
|
+
{"shape":"NoSuchDistribution"},
|
273
|
+
{"shape":"AccessDenied"}
|
274
|
+
]
|
275
|
+
},
|
276
|
+
"GetDistributionConfig":{
|
277
|
+
"name":"GetDistributionConfig2016_08_01",
|
278
|
+
"http":{
|
279
|
+
"method":"GET",
|
280
|
+
"requestUri":"/2016-08-01/distribution/{Id}/config"
|
281
|
+
},
|
282
|
+
"input":{"shape":"GetDistributionConfigRequest"},
|
283
|
+
"output":{"shape":"GetDistributionConfigResult"},
|
284
|
+
"errors":[
|
285
|
+
{"shape":"NoSuchDistribution"},
|
286
|
+
{"shape":"AccessDenied"}
|
287
|
+
]
|
288
|
+
},
|
289
|
+
"GetInvalidation":{
|
290
|
+
"name":"GetInvalidation2016_08_01",
|
291
|
+
"http":{
|
292
|
+
"method":"GET",
|
293
|
+
"requestUri":"/2016-08-01/distribution/{DistributionId}/invalidation/{Id}"
|
294
|
+
},
|
295
|
+
"input":{"shape":"GetInvalidationRequest"},
|
296
|
+
"output":{"shape":"GetInvalidationResult"},
|
297
|
+
"errors":[
|
298
|
+
{"shape":"NoSuchInvalidation"},
|
299
|
+
{"shape":"NoSuchDistribution"},
|
300
|
+
{"shape":"AccessDenied"}
|
301
|
+
]
|
302
|
+
},
|
303
|
+
"GetStreamingDistribution":{
|
304
|
+
"name":"GetStreamingDistribution2016_08_01",
|
305
|
+
"http":{
|
306
|
+
"method":"GET",
|
307
|
+
"requestUri":"/2016-08-01/streaming-distribution/{Id}"
|
308
|
+
},
|
309
|
+
"input":{"shape":"GetStreamingDistributionRequest"},
|
310
|
+
"output":{"shape":"GetStreamingDistributionResult"},
|
311
|
+
"errors":[
|
312
|
+
{"shape":"NoSuchStreamingDistribution"},
|
313
|
+
{"shape":"AccessDenied"}
|
314
|
+
]
|
315
|
+
},
|
316
|
+
"GetStreamingDistributionConfig":{
|
317
|
+
"name":"GetStreamingDistributionConfig2016_08_01",
|
318
|
+
"http":{
|
319
|
+
"method":"GET",
|
320
|
+
"requestUri":"/2016-08-01/streaming-distribution/{Id}/config"
|
321
|
+
},
|
322
|
+
"input":{"shape":"GetStreamingDistributionConfigRequest"},
|
323
|
+
"output":{"shape":"GetStreamingDistributionConfigResult"},
|
324
|
+
"errors":[
|
325
|
+
{"shape":"NoSuchStreamingDistribution"},
|
326
|
+
{"shape":"AccessDenied"}
|
327
|
+
]
|
328
|
+
},
|
329
|
+
"ListCloudFrontOriginAccessIdentities":{
|
330
|
+
"name":"ListCloudFrontOriginAccessIdentities2016_08_01",
|
331
|
+
"http":{
|
332
|
+
"method":"GET",
|
333
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront"
|
334
|
+
},
|
335
|
+
"input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
|
336
|
+
"output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
|
337
|
+
"errors":[
|
338
|
+
{"shape":"InvalidArgument"}
|
339
|
+
]
|
340
|
+
},
|
341
|
+
"ListDistributions":{
|
342
|
+
"name":"ListDistributions2016_08_01",
|
343
|
+
"http":{
|
344
|
+
"method":"GET",
|
345
|
+
"requestUri":"/2016-08-01/distribution"
|
346
|
+
},
|
347
|
+
"input":{"shape":"ListDistributionsRequest"},
|
348
|
+
"output":{"shape":"ListDistributionsResult"},
|
349
|
+
"errors":[
|
350
|
+
{"shape":"InvalidArgument"}
|
351
|
+
]
|
352
|
+
},
|
353
|
+
"ListDistributionsByWebACLId":{
|
354
|
+
"name":"ListDistributionsByWebACLId2016_08_01",
|
355
|
+
"http":{
|
356
|
+
"method":"GET",
|
357
|
+
"requestUri":"/2016-08-01/distributionsByWebACLId/{WebACLId}"
|
358
|
+
},
|
359
|
+
"input":{"shape":"ListDistributionsByWebACLIdRequest"},
|
360
|
+
"output":{"shape":"ListDistributionsByWebACLIdResult"},
|
361
|
+
"errors":[
|
362
|
+
{"shape":"InvalidArgument"},
|
363
|
+
{"shape":"InvalidWebACLId"}
|
364
|
+
]
|
365
|
+
},
|
366
|
+
"ListInvalidations":{
|
367
|
+
"name":"ListInvalidations2016_08_01",
|
368
|
+
"http":{
|
369
|
+
"method":"GET",
|
370
|
+
"requestUri":"/2016-08-01/distribution/{DistributionId}/invalidation"
|
371
|
+
},
|
372
|
+
"input":{"shape":"ListInvalidationsRequest"},
|
373
|
+
"output":{"shape":"ListInvalidationsResult"},
|
374
|
+
"errors":[
|
375
|
+
{"shape":"InvalidArgument"},
|
376
|
+
{"shape":"NoSuchDistribution"},
|
377
|
+
{"shape":"AccessDenied"}
|
378
|
+
]
|
379
|
+
},
|
380
|
+
"ListStreamingDistributions":{
|
381
|
+
"name":"ListStreamingDistributions2016_08_01",
|
382
|
+
"http":{
|
383
|
+
"method":"GET",
|
384
|
+
"requestUri":"/2016-08-01/streaming-distribution"
|
385
|
+
},
|
386
|
+
"input":{"shape":"ListStreamingDistributionsRequest"},
|
387
|
+
"output":{"shape":"ListStreamingDistributionsResult"},
|
388
|
+
"errors":[
|
389
|
+
{"shape":"InvalidArgument"}
|
390
|
+
]
|
391
|
+
},
|
392
|
+
"ListTagsForResource":{
|
393
|
+
"name":"ListTagsForResource2016_08_01",
|
394
|
+
"http":{
|
395
|
+
"method":"GET",
|
396
|
+
"requestUri":"/2016-08-01/tagging"
|
397
|
+
},
|
398
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
399
|
+
"output":{"shape":"ListTagsForResourceResult"},
|
400
|
+
"errors":[
|
401
|
+
{"shape":"AccessDenied"},
|
402
|
+
{"shape":"InvalidArgument"},
|
403
|
+
{"shape":"InvalidTagging"},
|
404
|
+
{"shape":"NoSuchResource"}
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"TagResource":{
|
408
|
+
"name":"TagResource2016_08_01",
|
409
|
+
"http":{
|
410
|
+
"method":"POST",
|
411
|
+
"requestUri":"/2016-08-01/tagging?Operation=Tag",
|
412
|
+
"responseCode":204
|
413
|
+
},
|
414
|
+
"input":{"shape":"TagResourceRequest"},
|
415
|
+
"errors":[
|
416
|
+
{"shape":"AccessDenied"},
|
417
|
+
{"shape":"InvalidArgument"},
|
418
|
+
{"shape":"InvalidTagging"},
|
419
|
+
{"shape":"NoSuchResource"}
|
420
|
+
]
|
421
|
+
},
|
422
|
+
"UntagResource":{
|
423
|
+
"name":"UntagResource2016_08_01",
|
424
|
+
"http":{
|
425
|
+
"method":"POST",
|
426
|
+
"requestUri":"/2016-08-01/tagging?Operation=Untag",
|
427
|
+
"responseCode":204
|
428
|
+
},
|
429
|
+
"input":{"shape":"UntagResourceRequest"},
|
430
|
+
"errors":[
|
431
|
+
{"shape":"AccessDenied"},
|
432
|
+
{"shape":"InvalidArgument"},
|
433
|
+
{"shape":"InvalidTagging"},
|
434
|
+
{"shape":"NoSuchResource"}
|
435
|
+
]
|
436
|
+
},
|
437
|
+
"UpdateCloudFrontOriginAccessIdentity":{
|
438
|
+
"name":"UpdateCloudFrontOriginAccessIdentity2016_08_01",
|
439
|
+
"http":{
|
440
|
+
"method":"PUT",
|
441
|
+
"requestUri":"/2016-08-01/origin-access-identity/cloudfront/{Id}/config"
|
442
|
+
},
|
443
|
+
"input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
|
444
|
+
"output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
|
445
|
+
"errors":[
|
446
|
+
{"shape":"AccessDenied"},
|
447
|
+
{"shape":"IllegalUpdate"},
|
448
|
+
{"shape":"InvalidIfMatchVersion"},
|
449
|
+
{"shape":"MissingBody"},
|
450
|
+
{"shape":"NoSuchCloudFrontOriginAccessIdentity"},
|
451
|
+
{"shape":"PreconditionFailed"},
|
452
|
+
{"shape":"InvalidArgument"},
|
453
|
+
{"shape":"InconsistentQuantities"}
|
454
|
+
]
|
455
|
+
},
|
456
|
+
"UpdateDistribution":{
|
457
|
+
"name":"UpdateDistribution2016_08_01",
|
458
|
+
"http":{
|
459
|
+
"method":"PUT",
|
460
|
+
"requestUri":"/2016-08-01/distribution/{Id}/config"
|
461
|
+
},
|
462
|
+
"input":{"shape":"UpdateDistributionRequest"},
|
463
|
+
"output":{"shape":"UpdateDistributionResult"},
|
464
|
+
"errors":[
|
465
|
+
{"shape":"AccessDenied"},
|
466
|
+
{"shape":"CNAMEAlreadyExists"},
|
467
|
+
{"shape":"IllegalUpdate"},
|
468
|
+
{"shape":"InvalidIfMatchVersion"},
|
469
|
+
{"shape":"MissingBody"},
|
470
|
+
{"shape":"NoSuchDistribution"},
|
471
|
+
{"shape":"PreconditionFailed"},
|
472
|
+
{"shape":"TooManyDistributionCNAMEs"},
|
473
|
+
{"shape":"InvalidDefaultRootObject"},
|
474
|
+
{"shape":"InvalidRelativePath"},
|
475
|
+
{"shape":"InvalidErrorCode"},
|
476
|
+
{"shape":"InvalidResponseCode"},
|
477
|
+
{"shape":"InvalidArgument"},
|
478
|
+
{"shape":"InvalidOriginAccessIdentity"},
|
479
|
+
{"shape":"TooManyTrustedSigners"},
|
480
|
+
{"shape":"TrustedSignerDoesNotExist"},
|
481
|
+
{"shape":"InvalidViewerCertificate"},
|
482
|
+
{"shape":"InvalidMinimumProtocolVersion"},
|
483
|
+
{"shape":"InvalidRequiredProtocol"},
|
484
|
+
{"shape":"NoSuchOrigin"},
|
485
|
+
{"shape":"TooManyOrigins"},
|
486
|
+
{"shape":"TooManyCacheBehaviors"},
|
487
|
+
{"shape":"TooManyCookieNamesInWhiteList"},
|
488
|
+
{"shape":"InvalidForwardCookies"},
|
489
|
+
{"shape":"TooManyHeadersInForwardedValues"},
|
490
|
+
{"shape":"InvalidHeadersForS3Origin"},
|
491
|
+
{"shape":"InconsistentQuantities"},
|
492
|
+
{"shape":"TooManyCertificates"},
|
493
|
+
{"shape":"InvalidLocationCode"},
|
494
|
+
{"shape":"InvalidGeoRestrictionParameter"},
|
495
|
+
{"shape":"InvalidTTLOrder"},
|
496
|
+
{"shape":"InvalidWebACLId"},
|
497
|
+
{"shape":"TooManyOriginCustomHeaders"}
|
498
|
+
]
|
499
|
+
},
|
500
|
+
"UpdateStreamingDistribution":{
|
501
|
+
"name":"UpdateStreamingDistribution2016_08_01",
|
502
|
+
"http":{
|
503
|
+
"method":"PUT",
|
504
|
+
"requestUri":"/2016-08-01/streaming-distribution/{Id}/config"
|
505
|
+
},
|
506
|
+
"input":{"shape":"UpdateStreamingDistributionRequest"},
|
507
|
+
"output":{"shape":"UpdateStreamingDistributionResult"},
|
508
|
+
"errors":[
|
509
|
+
{"shape":"AccessDenied"},
|
510
|
+
{"shape":"CNAMEAlreadyExists"},
|
511
|
+
{"shape":"IllegalUpdate"},
|
512
|
+
{"shape":"InvalidIfMatchVersion"},
|
513
|
+
{"shape":"MissingBody"},
|
514
|
+
{"shape":"NoSuchStreamingDistribution"},
|
515
|
+
{"shape":"PreconditionFailed"},
|
516
|
+
{"shape":"TooManyStreamingDistributionCNAMEs"},
|
517
|
+
{"shape":"InvalidArgument"},
|
518
|
+
{"shape":"InvalidOriginAccessIdentity"},
|
519
|
+
{"shape":"TooManyTrustedSigners"},
|
520
|
+
{"shape":"TrustedSignerDoesNotExist"},
|
521
|
+
{"shape":"InconsistentQuantities"}
|
522
|
+
]
|
523
|
+
}
|
524
|
+
},
|
525
|
+
"shapes":{
|
526
|
+
"AccessDenied":{
|
527
|
+
"type":"structure",
|
528
|
+
"members":{
|
529
|
+
"Message":{"shape":"string"}
|
530
|
+
},
|
531
|
+
"error":{"httpStatusCode":403},
|
532
|
+
"exception":true
|
533
|
+
},
|
534
|
+
"ActiveTrustedSigners":{
|
535
|
+
"type":"structure",
|
536
|
+
"required":[
|
537
|
+
"Enabled",
|
538
|
+
"Quantity"
|
539
|
+
],
|
540
|
+
"members":{
|
541
|
+
"Enabled":{"shape":"boolean"},
|
542
|
+
"Quantity":{"shape":"integer"},
|
543
|
+
"Items":{"shape":"SignerList"}
|
544
|
+
}
|
545
|
+
},
|
546
|
+
"AliasList":{
|
547
|
+
"type":"list",
|
548
|
+
"member":{
|
549
|
+
"shape":"string",
|
550
|
+
"locationName":"CNAME"
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"Aliases":{
|
554
|
+
"type":"structure",
|
555
|
+
"required":["Quantity"],
|
556
|
+
"members":{
|
557
|
+
"Quantity":{"shape":"integer"},
|
558
|
+
"Items":{"shape":"AliasList"}
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"AllowedMethods":{
|
562
|
+
"type":"structure",
|
563
|
+
"required":[
|
564
|
+
"Quantity",
|
565
|
+
"Items"
|
566
|
+
],
|
567
|
+
"members":{
|
568
|
+
"Quantity":{"shape":"integer"},
|
569
|
+
"Items":{"shape":"MethodsList"},
|
570
|
+
"CachedMethods":{"shape":"CachedMethods"}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"AwsAccountNumberList":{
|
574
|
+
"type":"list",
|
575
|
+
"member":{
|
576
|
+
"shape":"string",
|
577
|
+
"locationName":"AwsAccountNumber"
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"BatchTooLarge":{
|
581
|
+
"type":"structure",
|
582
|
+
"members":{
|
583
|
+
"Message":{"shape":"string"}
|
584
|
+
},
|
585
|
+
"error":{"httpStatusCode":413},
|
586
|
+
"exception":true
|
587
|
+
},
|
588
|
+
"CNAMEAlreadyExists":{
|
589
|
+
"type":"structure",
|
590
|
+
"members":{
|
591
|
+
"Message":{"shape":"string"}
|
592
|
+
},
|
593
|
+
"error":{"httpStatusCode":409},
|
594
|
+
"exception":true
|
595
|
+
},
|
596
|
+
"CacheBehavior":{
|
597
|
+
"type":"structure",
|
598
|
+
"required":[
|
599
|
+
"PathPattern",
|
600
|
+
"TargetOriginId",
|
601
|
+
"ForwardedValues",
|
602
|
+
"TrustedSigners",
|
603
|
+
"ViewerProtocolPolicy",
|
604
|
+
"MinTTL"
|
605
|
+
],
|
606
|
+
"members":{
|
607
|
+
"PathPattern":{"shape":"string"},
|
608
|
+
"TargetOriginId":{"shape":"string"},
|
609
|
+
"ForwardedValues":{"shape":"ForwardedValues"},
|
610
|
+
"TrustedSigners":{"shape":"TrustedSigners"},
|
611
|
+
"ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
|
612
|
+
"MinTTL":{"shape":"long"},
|
613
|
+
"AllowedMethods":{"shape":"AllowedMethods"},
|
614
|
+
"SmoothStreaming":{"shape":"boolean"},
|
615
|
+
"DefaultTTL":{"shape":"long"},
|
616
|
+
"MaxTTL":{"shape":"long"},
|
617
|
+
"Compress":{"shape":"boolean"}
|
618
|
+
}
|
619
|
+
},
|
620
|
+
"CacheBehaviorList":{
|
621
|
+
"type":"list",
|
622
|
+
"member":{
|
623
|
+
"shape":"CacheBehavior",
|
624
|
+
"locationName":"CacheBehavior"
|
625
|
+
}
|
626
|
+
},
|
627
|
+
"CacheBehaviors":{
|
628
|
+
"type":"structure",
|
629
|
+
"required":["Quantity"],
|
630
|
+
"members":{
|
631
|
+
"Quantity":{"shape":"integer"},
|
632
|
+
"Items":{"shape":"CacheBehaviorList"}
|
633
|
+
}
|
634
|
+
},
|
635
|
+
"CachedMethods":{
|
636
|
+
"type":"structure",
|
637
|
+
"required":[
|
638
|
+
"Quantity",
|
639
|
+
"Items"
|
640
|
+
],
|
641
|
+
"members":{
|
642
|
+
"Quantity":{"shape":"integer"},
|
643
|
+
"Items":{"shape":"MethodsList"}
|
644
|
+
}
|
645
|
+
},
|
646
|
+
"CertificateSource":{
|
647
|
+
"type":"string",
|
648
|
+
"enum":[
|
649
|
+
"cloudfront",
|
650
|
+
"iam",
|
651
|
+
"acm"
|
652
|
+
]
|
653
|
+
},
|
654
|
+
"CloudFrontOriginAccessIdentity":{
|
655
|
+
"type":"structure",
|
656
|
+
"required":[
|
657
|
+
"Id",
|
658
|
+
"S3CanonicalUserId"
|
659
|
+
],
|
660
|
+
"members":{
|
661
|
+
"Id":{"shape":"string"},
|
662
|
+
"S3CanonicalUserId":{"shape":"string"},
|
663
|
+
"CloudFrontOriginAccessIdentityConfig":{"shape":"CloudFrontOriginAccessIdentityConfig"}
|
664
|
+
}
|
665
|
+
},
|
666
|
+
"CloudFrontOriginAccessIdentityAlreadyExists":{
|
667
|
+
"type":"structure",
|
668
|
+
"members":{
|
669
|
+
"Message":{"shape":"string"}
|
670
|
+
},
|
671
|
+
"error":{"httpStatusCode":409},
|
672
|
+
"exception":true
|
673
|
+
},
|
674
|
+
"CloudFrontOriginAccessIdentityConfig":{
|
675
|
+
"type":"structure",
|
676
|
+
"required":[
|
677
|
+
"CallerReference",
|
678
|
+
"Comment"
|
679
|
+
],
|
680
|
+
"members":{
|
681
|
+
"CallerReference":{"shape":"string"},
|
682
|
+
"Comment":{"shape":"string"}
|
683
|
+
}
|
684
|
+
},
|
685
|
+
"CloudFrontOriginAccessIdentityInUse":{
|
686
|
+
"type":"structure",
|
687
|
+
"members":{
|
688
|
+
"Message":{"shape":"string"}
|
689
|
+
},
|
690
|
+
"error":{"httpStatusCode":409},
|
691
|
+
"exception":true
|
692
|
+
},
|
693
|
+
"CloudFrontOriginAccessIdentityList":{
|
694
|
+
"type":"structure",
|
695
|
+
"required":[
|
696
|
+
"Marker",
|
697
|
+
"MaxItems",
|
698
|
+
"IsTruncated",
|
699
|
+
"Quantity"
|
700
|
+
],
|
701
|
+
"members":{
|
702
|
+
"Marker":{"shape":"string"},
|
703
|
+
"NextMarker":{"shape":"string"},
|
704
|
+
"MaxItems":{"shape":"integer"},
|
705
|
+
"IsTruncated":{"shape":"boolean"},
|
706
|
+
"Quantity":{"shape":"integer"},
|
707
|
+
"Items":{"shape":"CloudFrontOriginAccessIdentitySummaryList"}
|
708
|
+
}
|
709
|
+
},
|
710
|
+
"CloudFrontOriginAccessIdentitySummary":{
|
711
|
+
"type":"structure",
|
712
|
+
"required":[
|
713
|
+
"Id",
|
714
|
+
"S3CanonicalUserId",
|
715
|
+
"Comment"
|
716
|
+
],
|
717
|
+
"members":{
|
718
|
+
"Id":{"shape":"string"},
|
719
|
+
"S3CanonicalUserId":{"shape":"string"},
|
720
|
+
"Comment":{"shape":"string"}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"CloudFrontOriginAccessIdentitySummaryList":{
|
724
|
+
"type":"list",
|
725
|
+
"member":{
|
726
|
+
"shape":"CloudFrontOriginAccessIdentitySummary",
|
727
|
+
"locationName":"CloudFrontOriginAccessIdentitySummary"
|
728
|
+
}
|
729
|
+
},
|
730
|
+
"CookieNameList":{
|
731
|
+
"type":"list",
|
732
|
+
"member":{
|
733
|
+
"shape":"string",
|
734
|
+
"locationName":"Name"
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"CookieNames":{
|
738
|
+
"type":"structure",
|
739
|
+
"required":["Quantity"],
|
740
|
+
"members":{
|
741
|
+
"Quantity":{"shape":"integer"},
|
742
|
+
"Items":{"shape":"CookieNameList"}
|
743
|
+
}
|
744
|
+
},
|
745
|
+
"CookiePreference":{
|
746
|
+
"type":"structure",
|
747
|
+
"required":["Forward"],
|
748
|
+
"members":{
|
749
|
+
"Forward":{"shape":"ItemSelection"},
|
750
|
+
"WhitelistedNames":{"shape":"CookieNames"}
|
751
|
+
}
|
752
|
+
},
|
753
|
+
"CreateCloudFrontOriginAccessIdentityRequest":{
|
754
|
+
"type":"structure",
|
755
|
+
"required":["CloudFrontOriginAccessIdentityConfig"],
|
756
|
+
"members":{
|
757
|
+
"CloudFrontOriginAccessIdentityConfig":{
|
758
|
+
"shape":"CloudFrontOriginAccessIdentityConfig",
|
759
|
+
"locationName":"CloudFrontOriginAccessIdentityConfig",
|
760
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"payload":"CloudFrontOriginAccessIdentityConfig"
|
764
|
+
},
|
765
|
+
"CreateCloudFrontOriginAccessIdentityResult":{
|
766
|
+
"type":"structure",
|
767
|
+
"members":{
|
768
|
+
"CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
|
769
|
+
"Location":{
|
770
|
+
"shape":"string",
|
771
|
+
"location":"header",
|
772
|
+
"locationName":"Location"
|
773
|
+
},
|
774
|
+
"ETag":{
|
775
|
+
"shape":"string",
|
776
|
+
"location":"header",
|
777
|
+
"locationName":"ETag"
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"payload":"CloudFrontOriginAccessIdentity"
|
781
|
+
},
|
782
|
+
"CreateDistributionRequest":{
|
783
|
+
"type":"structure",
|
784
|
+
"required":["DistributionConfig"],
|
785
|
+
"members":{
|
786
|
+
"DistributionConfig":{
|
787
|
+
"shape":"DistributionConfig",
|
788
|
+
"locationName":"DistributionConfig",
|
789
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
790
|
+
}
|
791
|
+
},
|
792
|
+
"payload":"DistributionConfig"
|
793
|
+
},
|
794
|
+
"CreateDistributionResult":{
|
795
|
+
"type":"structure",
|
796
|
+
"members":{
|
797
|
+
"Distribution":{"shape":"Distribution"},
|
798
|
+
"Location":{
|
799
|
+
"shape":"string",
|
800
|
+
"location":"header",
|
801
|
+
"locationName":"Location"
|
802
|
+
},
|
803
|
+
"ETag":{
|
804
|
+
"shape":"string",
|
805
|
+
"location":"header",
|
806
|
+
"locationName":"ETag"
|
807
|
+
}
|
808
|
+
},
|
809
|
+
"payload":"Distribution"
|
810
|
+
},
|
811
|
+
"CreateDistributionWithTagsRequest":{
|
812
|
+
"type":"structure",
|
813
|
+
"required":["DistributionConfigWithTags"],
|
814
|
+
"members":{
|
815
|
+
"DistributionConfigWithTags":{
|
816
|
+
"shape":"DistributionConfigWithTags",
|
817
|
+
"locationName":"DistributionConfigWithTags",
|
818
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"payload":"DistributionConfigWithTags"
|
822
|
+
},
|
823
|
+
"CreateDistributionWithTagsResult":{
|
824
|
+
"type":"structure",
|
825
|
+
"members":{
|
826
|
+
"Distribution":{"shape":"Distribution"},
|
827
|
+
"Location":{
|
828
|
+
"shape":"string",
|
829
|
+
"location":"header",
|
830
|
+
"locationName":"Location"
|
831
|
+
},
|
832
|
+
"ETag":{
|
833
|
+
"shape":"string",
|
834
|
+
"location":"header",
|
835
|
+
"locationName":"ETag"
|
836
|
+
}
|
837
|
+
},
|
838
|
+
"payload":"Distribution"
|
839
|
+
},
|
840
|
+
"CreateInvalidationRequest":{
|
841
|
+
"type":"structure",
|
842
|
+
"required":[
|
843
|
+
"DistributionId",
|
844
|
+
"InvalidationBatch"
|
845
|
+
],
|
846
|
+
"members":{
|
847
|
+
"DistributionId":{
|
848
|
+
"shape":"string",
|
849
|
+
"location":"uri",
|
850
|
+
"locationName":"DistributionId"
|
851
|
+
},
|
852
|
+
"InvalidationBatch":{
|
853
|
+
"shape":"InvalidationBatch",
|
854
|
+
"locationName":"InvalidationBatch",
|
855
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
856
|
+
}
|
857
|
+
},
|
858
|
+
"payload":"InvalidationBatch"
|
859
|
+
},
|
860
|
+
"CreateInvalidationResult":{
|
861
|
+
"type":"structure",
|
862
|
+
"members":{
|
863
|
+
"Location":{
|
864
|
+
"shape":"string",
|
865
|
+
"location":"header",
|
866
|
+
"locationName":"Location"
|
867
|
+
},
|
868
|
+
"Invalidation":{"shape":"Invalidation"}
|
869
|
+
},
|
870
|
+
"payload":"Invalidation"
|
871
|
+
},
|
872
|
+
"CreateStreamingDistributionRequest":{
|
873
|
+
"type":"structure",
|
874
|
+
"required":["StreamingDistributionConfig"],
|
875
|
+
"members":{
|
876
|
+
"StreamingDistributionConfig":{
|
877
|
+
"shape":"StreamingDistributionConfig",
|
878
|
+
"locationName":"StreamingDistributionConfig",
|
879
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
880
|
+
}
|
881
|
+
},
|
882
|
+
"payload":"StreamingDistributionConfig"
|
883
|
+
},
|
884
|
+
"CreateStreamingDistributionResult":{
|
885
|
+
"type":"structure",
|
886
|
+
"members":{
|
887
|
+
"StreamingDistribution":{"shape":"StreamingDistribution"},
|
888
|
+
"Location":{
|
889
|
+
"shape":"string",
|
890
|
+
"location":"header",
|
891
|
+
"locationName":"Location"
|
892
|
+
},
|
893
|
+
"ETag":{
|
894
|
+
"shape":"string",
|
895
|
+
"location":"header",
|
896
|
+
"locationName":"ETag"
|
897
|
+
}
|
898
|
+
},
|
899
|
+
"payload":"StreamingDistribution"
|
900
|
+
},
|
901
|
+
"CreateStreamingDistributionWithTagsRequest":{
|
902
|
+
"type":"structure",
|
903
|
+
"required":["StreamingDistributionConfigWithTags"],
|
904
|
+
"members":{
|
905
|
+
"StreamingDistributionConfigWithTags":{
|
906
|
+
"shape":"StreamingDistributionConfigWithTags",
|
907
|
+
"locationName":"StreamingDistributionConfigWithTags",
|
908
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
909
|
+
}
|
910
|
+
},
|
911
|
+
"payload":"StreamingDistributionConfigWithTags"
|
912
|
+
},
|
913
|
+
"CreateStreamingDistributionWithTagsResult":{
|
914
|
+
"type":"structure",
|
915
|
+
"members":{
|
916
|
+
"StreamingDistribution":{"shape":"StreamingDistribution"},
|
917
|
+
"Location":{
|
918
|
+
"shape":"string",
|
919
|
+
"location":"header",
|
920
|
+
"locationName":"Location"
|
921
|
+
},
|
922
|
+
"ETag":{
|
923
|
+
"shape":"string",
|
924
|
+
"location":"header",
|
925
|
+
"locationName":"ETag"
|
926
|
+
}
|
927
|
+
},
|
928
|
+
"payload":"StreamingDistribution"
|
929
|
+
},
|
930
|
+
"CustomErrorResponse":{
|
931
|
+
"type":"structure",
|
932
|
+
"required":["ErrorCode"],
|
933
|
+
"members":{
|
934
|
+
"ErrorCode":{"shape":"integer"},
|
935
|
+
"ResponsePagePath":{"shape":"string"},
|
936
|
+
"ResponseCode":{"shape":"string"},
|
937
|
+
"ErrorCachingMinTTL":{"shape":"long"}
|
938
|
+
}
|
939
|
+
},
|
940
|
+
"CustomErrorResponseList":{
|
941
|
+
"type":"list",
|
942
|
+
"member":{
|
943
|
+
"shape":"CustomErrorResponse",
|
944
|
+
"locationName":"CustomErrorResponse"
|
945
|
+
}
|
946
|
+
},
|
947
|
+
"CustomErrorResponses":{
|
948
|
+
"type":"structure",
|
949
|
+
"required":["Quantity"],
|
950
|
+
"members":{
|
951
|
+
"Quantity":{"shape":"integer"},
|
952
|
+
"Items":{"shape":"CustomErrorResponseList"}
|
953
|
+
}
|
954
|
+
},
|
955
|
+
"CustomHeaders":{
|
956
|
+
"type":"structure",
|
957
|
+
"required":["Quantity"],
|
958
|
+
"members":{
|
959
|
+
"Quantity":{"shape":"integer"},
|
960
|
+
"Items":{"shape":"OriginCustomHeadersList"}
|
961
|
+
}
|
962
|
+
},
|
963
|
+
"CustomOriginConfig":{
|
964
|
+
"type":"structure",
|
965
|
+
"required":[
|
966
|
+
"HTTPPort",
|
967
|
+
"HTTPSPort",
|
968
|
+
"OriginProtocolPolicy"
|
969
|
+
],
|
970
|
+
"members":{
|
971
|
+
"HTTPPort":{"shape":"integer"},
|
972
|
+
"HTTPSPort":{"shape":"integer"},
|
973
|
+
"OriginProtocolPolicy":{"shape":"OriginProtocolPolicy"},
|
974
|
+
"OriginSslProtocols":{"shape":"OriginSslProtocols"}
|
975
|
+
}
|
976
|
+
},
|
977
|
+
"DefaultCacheBehavior":{
|
978
|
+
"type":"structure",
|
979
|
+
"required":[
|
980
|
+
"TargetOriginId",
|
981
|
+
"ForwardedValues",
|
982
|
+
"TrustedSigners",
|
983
|
+
"ViewerProtocolPolicy",
|
984
|
+
"MinTTL"
|
985
|
+
],
|
986
|
+
"members":{
|
987
|
+
"TargetOriginId":{"shape":"string"},
|
988
|
+
"ForwardedValues":{"shape":"ForwardedValues"},
|
989
|
+
"TrustedSigners":{"shape":"TrustedSigners"},
|
990
|
+
"ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
|
991
|
+
"MinTTL":{"shape":"long"},
|
992
|
+
"AllowedMethods":{"shape":"AllowedMethods"},
|
993
|
+
"SmoothStreaming":{"shape":"boolean"},
|
994
|
+
"DefaultTTL":{"shape":"long"},
|
995
|
+
"MaxTTL":{"shape":"long"},
|
996
|
+
"Compress":{"shape":"boolean"}
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"DeleteCloudFrontOriginAccessIdentityRequest":{
|
1000
|
+
"type":"structure",
|
1001
|
+
"required":["Id"],
|
1002
|
+
"members":{
|
1003
|
+
"Id":{
|
1004
|
+
"shape":"string",
|
1005
|
+
"location":"uri",
|
1006
|
+
"locationName":"Id"
|
1007
|
+
},
|
1008
|
+
"IfMatch":{
|
1009
|
+
"shape":"string",
|
1010
|
+
"location":"header",
|
1011
|
+
"locationName":"If-Match"
|
1012
|
+
}
|
1013
|
+
}
|
1014
|
+
},
|
1015
|
+
"DeleteDistributionRequest":{
|
1016
|
+
"type":"structure",
|
1017
|
+
"required":["Id"],
|
1018
|
+
"members":{
|
1019
|
+
"Id":{
|
1020
|
+
"shape":"string",
|
1021
|
+
"location":"uri",
|
1022
|
+
"locationName":"Id"
|
1023
|
+
},
|
1024
|
+
"IfMatch":{
|
1025
|
+
"shape":"string",
|
1026
|
+
"location":"header",
|
1027
|
+
"locationName":"If-Match"
|
1028
|
+
}
|
1029
|
+
}
|
1030
|
+
},
|
1031
|
+
"DeleteStreamingDistributionRequest":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"required":["Id"],
|
1034
|
+
"members":{
|
1035
|
+
"Id":{
|
1036
|
+
"shape":"string",
|
1037
|
+
"location":"uri",
|
1038
|
+
"locationName":"Id"
|
1039
|
+
},
|
1040
|
+
"IfMatch":{
|
1041
|
+
"shape":"string",
|
1042
|
+
"location":"header",
|
1043
|
+
"locationName":"If-Match"
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
},
|
1047
|
+
"Distribution":{
|
1048
|
+
"type":"structure",
|
1049
|
+
"required":[
|
1050
|
+
"Id",
|
1051
|
+
"ARN",
|
1052
|
+
"Status",
|
1053
|
+
"LastModifiedTime",
|
1054
|
+
"InProgressInvalidationBatches",
|
1055
|
+
"DomainName",
|
1056
|
+
"ActiveTrustedSigners",
|
1057
|
+
"DistributionConfig"
|
1058
|
+
],
|
1059
|
+
"members":{
|
1060
|
+
"Id":{"shape":"string"},
|
1061
|
+
"ARN":{"shape":"string"},
|
1062
|
+
"Status":{"shape":"string"},
|
1063
|
+
"LastModifiedTime":{"shape":"timestamp"},
|
1064
|
+
"InProgressInvalidationBatches":{"shape":"integer"},
|
1065
|
+
"DomainName":{"shape":"string"},
|
1066
|
+
"ActiveTrustedSigners":{"shape":"ActiveTrustedSigners"},
|
1067
|
+
"DistributionConfig":{"shape":"DistributionConfig"}
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
"DistributionAlreadyExists":{
|
1071
|
+
"type":"structure",
|
1072
|
+
"members":{
|
1073
|
+
"Message":{"shape":"string"}
|
1074
|
+
},
|
1075
|
+
"error":{"httpStatusCode":409},
|
1076
|
+
"exception":true
|
1077
|
+
},
|
1078
|
+
"DistributionConfig":{
|
1079
|
+
"type":"structure",
|
1080
|
+
"required":[
|
1081
|
+
"CallerReference",
|
1082
|
+
"Origins",
|
1083
|
+
"DefaultCacheBehavior",
|
1084
|
+
"Comment",
|
1085
|
+
"Enabled"
|
1086
|
+
],
|
1087
|
+
"members":{
|
1088
|
+
"CallerReference":{"shape":"string"},
|
1089
|
+
"Aliases":{"shape":"Aliases"},
|
1090
|
+
"DefaultRootObject":{"shape":"string"},
|
1091
|
+
"Origins":{"shape":"Origins"},
|
1092
|
+
"DefaultCacheBehavior":{"shape":"DefaultCacheBehavior"},
|
1093
|
+
"CacheBehaviors":{"shape":"CacheBehaviors"},
|
1094
|
+
"CustomErrorResponses":{"shape":"CustomErrorResponses"},
|
1095
|
+
"Comment":{"shape":"string"},
|
1096
|
+
"Logging":{"shape":"LoggingConfig"},
|
1097
|
+
"PriceClass":{"shape":"PriceClass"},
|
1098
|
+
"Enabled":{"shape":"boolean"},
|
1099
|
+
"ViewerCertificate":{"shape":"ViewerCertificate"},
|
1100
|
+
"Restrictions":{"shape":"Restrictions"},
|
1101
|
+
"WebACLId":{"shape":"string"}
|
1102
|
+
}
|
1103
|
+
},
|
1104
|
+
"DistributionConfigWithTags":{
|
1105
|
+
"type":"structure",
|
1106
|
+
"required":[
|
1107
|
+
"DistributionConfig",
|
1108
|
+
"Tags"
|
1109
|
+
],
|
1110
|
+
"members":{
|
1111
|
+
"DistributionConfig":{"shape":"DistributionConfig"},
|
1112
|
+
"Tags":{"shape":"Tags"}
|
1113
|
+
}
|
1114
|
+
},
|
1115
|
+
"DistributionList":{
|
1116
|
+
"type":"structure",
|
1117
|
+
"required":[
|
1118
|
+
"Marker",
|
1119
|
+
"MaxItems",
|
1120
|
+
"IsTruncated",
|
1121
|
+
"Quantity"
|
1122
|
+
],
|
1123
|
+
"members":{
|
1124
|
+
"Marker":{"shape":"string"},
|
1125
|
+
"NextMarker":{"shape":"string"},
|
1126
|
+
"MaxItems":{"shape":"integer"},
|
1127
|
+
"IsTruncated":{"shape":"boolean"},
|
1128
|
+
"Quantity":{"shape":"integer"},
|
1129
|
+
"Items":{"shape":"DistributionSummaryList"}
|
1130
|
+
}
|
1131
|
+
},
|
1132
|
+
"DistributionNotDisabled":{
|
1133
|
+
"type":"structure",
|
1134
|
+
"members":{
|
1135
|
+
"Message":{"shape":"string"}
|
1136
|
+
},
|
1137
|
+
"error":{"httpStatusCode":409},
|
1138
|
+
"exception":true
|
1139
|
+
},
|
1140
|
+
"DistributionSummary":{
|
1141
|
+
"type":"structure",
|
1142
|
+
"required":[
|
1143
|
+
"Id",
|
1144
|
+
"ARN",
|
1145
|
+
"Status",
|
1146
|
+
"LastModifiedTime",
|
1147
|
+
"DomainName",
|
1148
|
+
"Aliases",
|
1149
|
+
"Origins",
|
1150
|
+
"DefaultCacheBehavior",
|
1151
|
+
"CacheBehaviors",
|
1152
|
+
"CustomErrorResponses",
|
1153
|
+
"Comment",
|
1154
|
+
"PriceClass",
|
1155
|
+
"Enabled",
|
1156
|
+
"ViewerCertificate",
|
1157
|
+
"Restrictions",
|
1158
|
+
"WebACLId"
|
1159
|
+
],
|
1160
|
+
"members":{
|
1161
|
+
"Id":{"shape":"string"},
|
1162
|
+
"ARN":{"shape":"string"},
|
1163
|
+
"Status":{"shape":"string"},
|
1164
|
+
"LastModifiedTime":{"shape":"timestamp"},
|
1165
|
+
"DomainName":{"shape":"string"},
|
1166
|
+
"Aliases":{"shape":"Aliases"},
|
1167
|
+
"Origins":{"shape":"Origins"},
|
1168
|
+
"DefaultCacheBehavior":{"shape":"DefaultCacheBehavior"},
|
1169
|
+
"CacheBehaviors":{"shape":"CacheBehaviors"},
|
1170
|
+
"CustomErrorResponses":{"shape":"CustomErrorResponses"},
|
1171
|
+
"Comment":{"shape":"string"},
|
1172
|
+
"PriceClass":{"shape":"PriceClass"},
|
1173
|
+
"Enabled":{"shape":"boolean"},
|
1174
|
+
"ViewerCertificate":{"shape":"ViewerCertificate"},
|
1175
|
+
"Restrictions":{"shape":"Restrictions"},
|
1176
|
+
"WebACLId":{"shape":"string"}
|
1177
|
+
}
|
1178
|
+
},
|
1179
|
+
"DistributionSummaryList":{
|
1180
|
+
"type":"list",
|
1181
|
+
"member":{
|
1182
|
+
"shape":"DistributionSummary",
|
1183
|
+
"locationName":"DistributionSummary"
|
1184
|
+
}
|
1185
|
+
},
|
1186
|
+
"ForwardedValues":{
|
1187
|
+
"type":"structure",
|
1188
|
+
"required":[
|
1189
|
+
"QueryString",
|
1190
|
+
"Cookies"
|
1191
|
+
],
|
1192
|
+
"members":{
|
1193
|
+
"QueryString":{"shape":"boolean"},
|
1194
|
+
"Cookies":{"shape":"CookiePreference"},
|
1195
|
+
"Headers":{"shape":"Headers"}
|
1196
|
+
}
|
1197
|
+
},
|
1198
|
+
"GeoRestriction":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"required":[
|
1201
|
+
"RestrictionType",
|
1202
|
+
"Quantity"
|
1203
|
+
],
|
1204
|
+
"members":{
|
1205
|
+
"RestrictionType":{"shape":"GeoRestrictionType"},
|
1206
|
+
"Quantity":{"shape":"integer"},
|
1207
|
+
"Items":{"shape":"LocationList"}
|
1208
|
+
}
|
1209
|
+
},
|
1210
|
+
"GeoRestrictionType":{
|
1211
|
+
"type":"string",
|
1212
|
+
"enum":[
|
1213
|
+
"blacklist",
|
1214
|
+
"whitelist",
|
1215
|
+
"none"
|
1216
|
+
]
|
1217
|
+
},
|
1218
|
+
"GetCloudFrontOriginAccessIdentityConfigRequest":{
|
1219
|
+
"type":"structure",
|
1220
|
+
"required":["Id"],
|
1221
|
+
"members":{
|
1222
|
+
"Id":{
|
1223
|
+
"shape":"string",
|
1224
|
+
"location":"uri",
|
1225
|
+
"locationName":"Id"
|
1226
|
+
}
|
1227
|
+
}
|
1228
|
+
},
|
1229
|
+
"GetCloudFrontOriginAccessIdentityConfigResult":{
|
1230
|
+
"type":"structure",
|
1231
|
+
"members":{
|
1232
|
+
"CloudFrontOriginAccessIdentityConfig":{"shape":"CloudFrontOriginAccessIdentityConfig"},
|
1233
|
+
"ETag":{
|
1234
|
+
"shape":"string",
|
1235
|
+
"location":"header",
|
1236
|
+
"locationName":"ETag"
|
1237
|
+
}
|
1238
|
+
},
|
1239
|
+
"payload":"CloudFrontOriginAccessIdentityConfig"
|
1240
|
+
},
|
1241
|
+
"GetCloudFrontOriginAccessIdentityRequest":{
|
1242
|
+
"type":"structure",
|
1243
|
+
"required":["Id"],
|
1244
|
+
"members":{
|
1245
|
+
"Id":{
|
1246
|
+
"shape":"string",
|
1247
|
+
"location":"uri",
|
1248
|
+
"locationName":"Id"
|
1249
|
+
}
|
1250
|
+
}
|
1251
|
+
},
|
1252
|
+
"GetCloudFrontOriginAccessIdentityResult":{
|
1253
|
+
"type":"structure",
|
1254
|
+
"members":{
|
1255
|
+
"CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
|
1256
|
+
"ETag":{
|
1257
|
+
"shape":"string",
|
1258
|
+
"location":"header",
|
1259
|
+
"locationName":"ETag"
|
1260
|
+
}
|
1261
|
+
},
|
1262
|
+
"payload":"CloudFrontOriginAccessIdentity"
|
1263
|
+
},
|
1264
|
+
"GetDistributionConfigRequest":{
|
1265
|
+
"type":"structure",
|
1266
|
+
"required":["Id"],
|
1267
|
+
"members":{
|
1268
|
+
"Id":{
|
1269
|
+
"shape":"string",
|
1270
|
+
"location":"uri",
|
1271
|
+
"locationName":"Id"
|
1272
|
+
}
|
1273
|
+
}
|
1274
|
+
},
|
1275
|
+
"GetDistributionConfigResult":{
|
1276
|
+
"type":"structure",
|
1277
|
+
"members":{
|
1278
|
+
"DistributionConfig":{"shape":"DistributionConfig"},
|
1279
|
+
"ETag":{
|
1280
|
+
"shape":"string",
|
1281
|
+
"location":"header",
|
1282
|
+
"locationName":"ETag"
|
1283
|
+
}
|
1284
|
+
},
|
1285
|
+
"payload":"DistributionConfig"
|
1286
|
+
},
|
1287
|
+
"GetDistributionRequest":{
|
1288
|
+
"type":"structure",
|
1289
|
+
"required":["Id"],
|
1290
|
+
"members":{
|
1291
|
+
"Id":{
|
1292
|
+
"shape":"string",
|
1293
|
+
"location":"uri",
|
1294
|
+
"locationName":"Id"
|
1295
|
+
}
|
1296
|
+
}
|
1297
|
+
},
|
1298
|
+
"GetDistributionResult":{
|
1299
|
+
"type":"structure",
|
1300
|
+
"members":{
|
1301
|
+
"Distribution":{"shape":"Distribution"},
|
1302
|
+
"ETag":{
|
1303
|
+
"shape":"string",
|
1304
|
+
"location":"header",
|
1305
|
+
"locationName":"ETag"
|
1306
|
+
}
|
1307
|
+
},
|
1308
|
+
"payload":"Distribution"
|
1309
|
+
},
|
1310
|
+
"GetInvalidationRequest":{
|
1311
|
+
"type":"structure",
|
1312
|
+
"required":[
|
1313
|
+
"DistributionId",
|
1314
|
+
"Id"
|
1315
|
+
],
|
1316
|
+
"members":{
|
1317
|
+
"DistributionId":{
|
1318
|
+
"shape":"string",
|
1319
|
+
"location":"uri",
|
1320
|
+
"locationName":"DistributionId"
|
1321
|
+
},
|
1322
|
+
"Id":{
|
1323
|
+
"shape":"string",
|
1324
|
+
"location":"uri",
|
1325
|
+
"locationName":"Id"
|
1326
|
+
}
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
"GetInvalidationResult":{
|
1330
|
+
"type":"structure",
|
1331
|
+
"members":{
|
1332
|
+
"Invalidation":{"shape":"Invalidation"}
|
1333
|
+
},
|
1334
|
+
"payload":"Invalidation"
|
1335
|
+
},
|
1336
|
+
"GetStreamingDistributionConfigRequest":{
|
1337
|
+
"type":"structure",
|
1338
|
+
"required":["Id"],
|
1339
|
+
"members":{
|
1340
|
+
"Id":{
|
1341
|
+
"shape":"string",
|
1342
|
+
"location":"uri",
|
1343
|
+
"locationName":"Id"
|
1344
|
+
}
|
1345
|
+
}
|
1346
|
+
},
|
1347
|
+
"GetStreamingDistributionConfigResult":{
|
1348
|
+
"type":"structure",
|
1349
|
+
"members":{
|
1350
|
+
"StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"},
|
1351
|
+
"ETag":{
|
1352
|
+
"shape":"string",
|
1353
|
+
"location":"header",
|
1354
|
+
"locationName":"ETag"
|
1355
|
+
}
|
1356
|
+
},
|
1357
|
+
"payload":"StreamingDistributionConfig"
|
1358
|
+
},
|
1359
|
+
"GetStreamingDistributionRequest":{
|
1360
|
+
"type":"structure",
|
1361
|
+
"required":["Id"],
|
1362
|
+
"members":{
|
1363
|
+
"Id":{
|
1364
|
+
"shape":"string",
|
1365
|
+
"location":"uri",
|
1366
|
+
"locationName":"Id"
|
1367
|
+
}
|
1368
|
+
}
|
1369
|
+
},
|
1370
|
+
"GetStreamingDistributionResult":{
|
1371
|
+
"type":"structure",
|
1372
|
+
"members":{
|
1373
|
+
"StreamingDistribution":{"shape":"StreamingDistribution"},
|
1374
|
+
"ETag":{
|
1375
|
+
"shape":"string",
|
1376
|
+
"location":"header",
|
1377
|
+
"locationName":"ETag"
|
1378
|
+
}
|
1379
|
+
},
|
1380
|
+
"payload":"StreamingDistribution"
|
1381
|
+
},
|
1382
|
+
"HeaderList":{
|
1383
|
+
"type":"list",
|
1384
|
+
"member":{
|
1385
|
+
"shape":"string",
|
1386
|
+
"locationName":"Name"
|
1387
|
+
}
|
1388
|
+
},
|
1389
|
+
"Headers":{
|
1390
|
+
"type":"structure",
|
1391
|
+
"required":["Quantity"],
|
1392
|
+
"members":{
|
1393
|
+
"Quantity":{"shape":"integer"},
|
1394
|
+
"Items":{"shape":"HeaderList"}
|
1395
|
+
}
|
1396
|
+
},
|
1397
|
+
"IllegalUpdate":{
|
1398
|
+
"type":"structure",
|
1399
|
+
"members":{
|
1400
|
+
"Message":{"shape":"string"}
|
1401
|
+
},
|
1402
|
+
"error":{"httpStatusCode":400},
|
1403
|
+
"exception":true
|
1404
|
+
},
|
1405
|
+
"InconsistentQuantities":{
|
1406
|
+
"type":"structure",
|
1407
|
+
"members":{
|
1408
|
+
"Message":{"shape":"string"}
|
1409
|
+
},
|
1410
|
+
"error":{"httpStatusCode":400},
|
1411
|
+
"exception":true
|
1412
|
+
},
|
1413
|
+
"InvalidArgument":{
|
1414
|
+
"type":"structure",
|
1415
|
+
"members":{
|
1416
|
+
"Message":{"shape":"string"}
|
1417
|
+
},
|
1418
|
+
"error":{"httpStatusCode":400},
|
1419
|
+
"exception":true
|
1420
|
+
},
|
1421
|
+
"InvalidDefaultRootObject":{
|
1422
|
+
"type":"structure",
|
1423
|
+
"members":{
|
1424
|
+
"Message":{"shape":"string"}
|
1425
|
+
},
|
1426
|
+
"error":{"httpStatusCode":400},
|
1427
|
+
"exception":true
|
1428
|
+
},
|
1429
|
+
"InvalidErrorCode":{
|
1430
|
+
"type":"structure",
|
1431
|
+
"members":{
|
1432
|
+
"Message":{"shape":"string"}
|
1433
|
+
},
|
1434
|
+
"error":{"httpStatusCode":400},
|
1435
|
+
"exception":true
|
1436
|
+
},
|
1437
|
+
"InvalidForwardCookies":{
|
1438
|
+
"type":"structure",
|
1439
|
+
"members":{
|
1440
|
+
"Message":{"shape":"string"}
|
1441
|
+
},
|
1442
|
+
"error":{"httpStatusCode":400},
|
1443
|
+
"exception":true
|
1444
|
+
},
|
1445
|
+
"InvalidGeoRestrictionParameter":{
|
1446
|
+
"type":"structure",
|
1447
|
+
"members":{
|
1448
|
+
"Message":{"shape":"string"}
|
1449
|
+
},
|
1450
|
+
"error":{"httpStatusCode":400},
|
1451
|
+
"exception":true
|
1452
|
+
},
|
1453
|
+
"InvalidHeadersForS3Origin":{
|
1454
|
+
"type":"structure",
|
1455
|
+
"members":{
|
1456
|
+
"Message":{"shape":"string"}
|
1457
|
+
},
|
1458
|
+
"error":{"httpStatusCode":400},
|
1459
|
+
"exception":true
|
1460
|
+
},
|
1461
|
+
"InvalidIfMatchVersion":{
|
1462
|
+
"type":"structure",
|
1463
|
+
"members":{
|
1464
|
+
"Message":{"shape":"string"}
|
1465
|
+
},
|
1466
|
+
"error":{"httpStatusCode":400},
|
1467
|
+
"exception":true
|
1468
|
+
},
|
1469
|
+
"InvalidLocationCode":{
|
1470
|
+
"type":"structure",
|
1471
|
+
"members":{
|
1472
|
+
"Message":{"shape":"string"}
|
1473
|
+
},
|
1474
|
+
"error":{"httpStatusCode":400},
|
1475
|
+
"exception":true
|
1476
|
+
},
|
1477
|
+
"InvalidMinimumProtocolVersion":{
|
1478
|
+
"type":"structure",
|
1479
|
+
"members":{
|
1480
|
+
"Message":{"shape":"string"}
|
1481
|
+
},
|
1482
|
+
"error":{"httpStatusCode":400},
|
1483
|
+
"exception":true
|
1484
|
+
},
|
1485
|
+
"InvalidOrigin":{
|
1486
|
+
"type":"structure",
|
1487
|
+
"members":{
|
1488
|
+
"Message":{"shape":"string"}
|
1489
|
+
},
|
1490
|
+
"error":{"httpStatusCode":400},
|
1491
|
+
"exception":true
|
1492
|
+
},
|
1493
|
+
"InvalidOriginAccessIdentity":{
|
1494
|
+
"type":"structure",
|
1495
|
+
"members":{
|
1496
|
+
"Message":{"shape":"string"}
|
1497
|
+
},
|
1498
|
+
"error":{"httpStatusCode":400},
|
1499
|
+
"exception":true
|
1500
|
+
},
|
1501
|
+
"InvalidProtocolSettings":{
|
1502
|
+
"type":"structure",
|
1503
|
+
"members":{
|
1504
|
+
"Message":{"shape":"string"}
|
1505
|
+
},
|
1506
|
+
"error":{"httpStatusCode":400},
|
1507
|
+
"exception":true
|
1508
|
+
},
|
1509
|
+
"InvalidRelativePath":{
|
1510
|
+
"type":"structure",
|
1511
|
+
"members":{
|
1512
|
+
"Message":{"shape":"string"}
|
1513
|
+
},
|
1514
|
+
"error":{"httpStatusCode":400},
|
1515
|
+
"exception":true
|
1516
|
+
},
|
1517
|
+
"InvalidRequiredProtocol":{
|
1518
|
+
"type":"structure",
|
1519
|
+
"members":{
|
1520
|
+
"Message":{"shape":"string"}
|
1521
|
+
},
|
1522
|
+
"error":{"httpStatusCode":400},
|
1523
|
+
"exception":true
|
1524
|
+
},
|
1525
|
+
"InvalidResponseCode":{
|
1526
|
+
"type":"structure",
|
1527
|
+
"members":{
|
1528
|
+
"Message":{"shape":"string"}
|
1529
|
+
},
|
1530
|
+
"error":{"httpStatusCode":400},
|
1531
|
+
"exception":true
|
1532
|
+
},
|
1533
|
+
"InvalidTTLOrder":{
|
1534
|
+
"type":"structure",
|
1535
|
+
"members":{
|
1536
|
+
"Message":{"shape":"string"}
|
1537
|
+
},
|
1538
|
+
"error":{"httpStatusCode":400},
|
1539
|
+
"exception":true
|
1540
|
+
},
|
1541
|
+
"InvalidTagging":{
|
1542
|
+
"type":"structure",
|
1543
|
+
"members":{
|
1544
|
+
"Message":{"shape":"string"}
|
1545
|
+
},
|
1546
|
+
"error":{"httpStatusCode":400},
|
1547
|
+
"exception":true
|
1548
|
+
},
|
1549
|
+
"InvalidViewerCertificate":{
|
1550
|
+
"type":"structure",
|
1551
|
+
"members":{
|
1552
|
+
"Message":{"shape":"string"}
|
1553
|
+
},
|
1554
|
+
"error":{"httpStatusCode":400},
|
1555
|
+
"exception":true
|
1556
|
+
},
|
1557
|
+
"InvalidWebACLId":{
|
1558
|
+
"type":"structure",
|
1559
|
+
"members":{
|
1560
|
+
"Message":{"shape":"string"}
|
1561
|
+
},
|
1562
|
+
"error":{"httpStatusCode":400},
|
1563
|
+
"exception":true
|
1564
|
+
},
|
1565
|
+
"Invalidation":{
|
1566
|
+
"type":"structure",
|
1567
|
+
"required":[
|
1568
|
+
"Id",
|
1569
|
+
"Status",
|
1570
|
+
"CreateTime",
|
1571
|
+
"InvalidationBatch"
|
1572
|
+
],
|
1573
|
+
"members":{
|
1574
|
+
"Id":{"shape":"string"},
|
1575
|
+
"Status":{"shape":"string"},
|
1576
|
+
"CreateTime":{"shape":"timestamp"},
|
1577
|
+
"InvalidationBatch":{"shape":"InvalidationBatch"}
|
1578
|
+
}
|
1579
|
+
},
|
1580
|
+
"InvalidationBatch":{
|
1581
|
+
"type":"structure",
|
1582
|
+
"required":[
|
1583
|
+
"Paths",
|
1584
|
+
"CallerReference"
|
1585
|
+
],
|
1586
|
+
"members":{
|
1587
|
+
"Paths":{"shape":"Paths"},
|
1588
|
+
"CallerReference":{"shape":"string"}
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
"InvalidationList":{
|
1592
|
+
"type":"structure",
|
1593
|
+
"required":[
|
1594
|
+
"Marker",
|
1595
|
+
"MaxItems",
|
1596
|
+
"IsTruncated",
|
1597
|
+
"Quantity"
|
1598
|
+
],
|
1599
|
+
"members":{
|
1600
|
+
"Marker":{"shape":"string"},
|
1601
|
+
"NextMarker":{"shape":"string"},
|
1602
|
+
"MaxItems":{"shape":"integer"},
|
1603
|
+
"IsTruncated":{"shape":"boolean"},
|
1604
|
+
"Quantity":{"shape":"integer"},
|
1605
|
+
"Items":{"shape":"InvalidationSummaryList"}
|
1606
|
+
}
|
1607
|
+
},
|
1608
|
+
"InvalidationSummary":{
|
1609
|
+
"type":"structure",
|
1610
|
+
"required":[
|
1611
|
+
"Id",
|
1612
|
+
"CreateTime",
|
1613
|
+
"Status"
|
1614
|
+
],
|
1615
|
+
"members":{
|
1616
|
+
"Id":{"shape":"string"},
|
1617
|
+
"CreateTime":{"shape":"timestamp"},
|
1618
|
+
"Status":{"shape":"string"}
|
1619
|
+
}
|
1620
|
+
},
|
1621
|
+
"InvalidationSummaryList":{
|
1622
|
+
"type":"list",
|
1623
|
+
"member":{
|
1624
|
+
"shape":"InvalidationSummary",
|
1625
|
+
"locationName":"InvalidationSummary"
|
1626
|
+
}
|
1627
|
+
},
|
1628
|
+
"ItemSelection":{
|
1629
|
+
"type":"string",
|
1630
|
+
"enum":[
|
1631
|
+
"none",
|
1632
|
+
"whitelist",
|
1633
|
+
"all"
|
1634
|
+
]
|
1635
|
+
},
|
1636
|
+
"KeyPairIdList":{
|
1637
|
+
"type":"list",
|
1638
|
+
"member":{
|
1639
|
+
"shape":"string",
|
1640
|
+
"locationName":"KeyPairId"
|
1641
|
+
}
|
1642
|
+
},
|
1643
|
+
"KeyPairIds":{
|
1644
|
+
"type":"structure",
|
1645
|
+
"required":["Quantity"],
|
1646
|
+
"members":{
|
1647
|
+
"Quantity":{"shape":"integer"},
|
1648
|
+
"Items":{"shape":"KeyPairIdList"}
|
1649
|
+
}
|
1650
|
+
},
|
1651
|
+
"ListCloudFrontOriginAccessIdentitiesRequest":{
|
1652
|
+
"type":"structure",
|
1653
|
+
"members":{
|
1654
|
+
"Marker":{
|
1655
|
+
"shape":"string",
|
1656
|
+
"location":"querystring",
|
1657
|
+
"locationName":"Marker"
|
1658
|
+
},
|
1659
|
+
"MaxItems":{
|
1660
|
+
"shape":"string",
|
1661
|
+
"location":"querystring",
|
1662
|
+
"locationName":"MaxItems"
|
1663
|
+
}
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
"ListCloudFrontOriginAccessIdentitiesResult":{
|
1667
|
+
"type":"structure",
|
1668
|
+
"members":{
|
1669
|
+
"CloudFrontOriginAccessIdentityList":{"shape":"CloudFrontOriginAccessIdentityList"}
|
1670
|
+
},
|
1671
|
+
"payload":"CloudFrontOriginAccessIdentityList"
|
1672
|
+
},
|
1673
|
+
"ListDistributionsByWebACLIdRequest":{
|
1674
|
+
"type":"structure",
|
1675
|
+
"required":["WebACLId"],
|
1676
|
+
"members":{
|
1677
|
+
"Marker":{
|
1678
|
+
"shape":"string",
|
1679
|
+
"location":"querystring",
|
1680
|
+
"locationName":"Marker"
|
1681
|
+
},
|
1682
|
+
"MaxItems":{
|
1683
|
+
"shape":"string",
|
1684
|
+
"location":"querystring",
|
1685
|
+
"locationName":"MaxItems"
|
1686
|
+
},
|
1687
|
+
"WebACLId":{
|
1688
|
+
"shape":"string",
|
1689
|
+
"location":"uri",
|
1690
|
+
"locationName":"WebACLId"
|
1691
|
+
}
|
1692
|
+
}
|
1693
|
+
},
|
1694
|
+
"ListDistributionsByWebACLIdResult":{
|
1695
|
+
"type":"structure",
|
1696
|
+
"members":{
|
1697
|
+
"DistributionList":{"shape":"DistributionList"}
|
1698
|
+
},
|
1699
|
+
"payload":"DistributionList"
|
1700
|
+
},
|
1701
|
+
"ListDistributionsRequest":{
|
1702
|
+
"type":"structure",
|
1703
|
+
"members":{
|
1704
|
+
"Marker":{
|
1705
|
+
"shape":"string",
|
1706
|
+
"location":"querystring",
|
1707
|
+
"locationName":"Marker"
|
1708
|
+
},
|
1709
|
+
"MaxItems":{
|
1710
|
+
"shape":"string",
|
1711
|
+
"location":"querystring",
|
1712
|
+
"locationName":"MaxItems"
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
},
|
1716
|
+
"ListDistributionsResult":{
|
1717
|
+
"type":"structure",
|
1718
|
+
"members":{
|
1719
|
+
"DistributionList":{"shape":"DistributionList"}
|
1720
|
+
},
|
1721
|
+
"payload":"DistributionList"
|
1722
|
+
},
|
1723
|
+
"ListInvalidationsRequest":{
|
1724
|
+
"type":"structure",
|
1725
|
+
"required":["DistributionId"],
|
1726
|
+
"members":{
|
1727
|
+
"DistributionId":{
|
1728
|
+
"shape":"string",
|
1729
|
+
"location":"uri",
|
1730
|
+
"locationName":"DistributionId"
|
1731
|
+
},
|
1732
|
+
"Marker":{
|
1733
|
+
"shape":"string",
|
1734
|
+
"location":"querystring",
|
1735
|
+
"locationName":"Marker"
|
1736
|
+
},
|
1737
|
+
"MaxItems":{
|
1738
|
+
"shape":"string",
|
1739
|
+
"location":"querystring",
|
1740
|
+
"locationName":"MaxItems"
|
1741
|
+
}
|
1742
|
+
}
|
1743
|
+
},
|
1744
|
+
"ListInvalidationsResult":{
|
1745
|
+
"type":"structure",
|
1746
|
+
"members":{
|
1747
|
+
"InvalidationList":{"shape":"InvalidationList"}
|
1748
|
+
},
|
1749
|
+
"payload":"InvalidationList"
|
1750
|
+
},
|
1751
|
+
"ListStreamingDistributionsRequest":{
|
1752
|
+
"type":"structure",
|
1753
|
+
"members":{
|
1754
|
+
"Marker":{
|
1755
|
+
"shape":"string",
|
1756
|
+
"location":"querystring",
|
1757
|
+
"locationName":"Marker"
|
1758
|
+
},
|
1759
|
+
"MaxItems":{
|
1760
|
+
"shape":"string",
|
1761
|
+
"location":"querystring",
|
1762
|
+
"locationName":"MaxItems"
|
1763
|
+
}
|
1764
|
+
}
|
1765
|
+
},
|
1766
|
+
"ListStreamingDistributionsResult":{
|
1767
|
+
"type":"structure",
|
1768
|
+
"members":{
|
1769
|
+
"StreamingDistributionList":{"shape":"StreamingDistributionList"}
|
1770
|
+
},
|
1771
|
+
"payload":"StreamingDistributionList"
|
1772
|
+
},
|
1773
|
+
"ListTagsForResourceRequest":{
|
1774
|
+
"type":"structure",
|
1775
|
+
"required":["Resource"],
|
1776
|
+
"members":{
|
1777
|
+
"Resource":{
|
1778
|
+
"shape":"ResourceARN",
|
1779
|
+
"location":"querystring",
|
1780
|
+
"locationName":"Resource"
|
1781
|
+
}
|
1782
|
+
}
|
1783
|
+
},
|
1784
|
+
"ListTagsForResourceResult":{
|
1785
|
+
"type":"structure",
|
1786
|
+
"required":["Tags"],
|
1787
|
+
"members":{
|
1788
|
+
"Tags":{"shape":"Tags"}
|
1789
|
+
},
|
1790
|
+
"payload":"Tags"
|
1791
|
+
},
|
1792
|
+
"LocationList":{
|
1793
|
+
"type":"list",
|
1794
|
+
"member":{
|
1795
|
+
"shape":"string",
|
1796
|
+
"locationName":"Location"
|
1797
|
+
}
|
1798
|
+
},
|
1799
|
+
"LoggingConfig":{
|
1800
|
+
"type":"structure",
|
1801
|
+
"required":[
|
1802
|
+
"Enabled",
|
1803
|
+
"IncludeCookies",
|
1804
|
+
"Bucket",
|
1805
|
+
"Prefix"
|
1806
|
+
],
|
1807
|
+
"members":{
|
1808
|
+
"Enabled":{"shape":"boolean"},
|
1809
|
+
"IncludeCookies":{"shape":"boolean"},
|
1810
|
+
"Bucket":{"shape":"string"},
|
1811
|
+
"Prefix":{"shape":"string"}
|
1812
|
+
}
|
1813
|
+
},
|
1814
|
+
"Method":{
|
1815
|
+
"type":"string",
|
1816
|
+
"enum":[
|
1817
|
+
"GET",
|
1818
|
+
"HEAD",
|
1819
|
+
"POST",
|
1820
|
+
"PUT",
|
1821
|
+
"PATCH",
|
1822
|
+
"OPTIONS",
|
1823
|
+
"DELETE"
|
1824
|
+
]
|
1825
|
+
},
|
1826
|
+
"MethodsList":{
|
1827
|
+
"type":"list",
|
1828
|
+
"member":{
|
1829
|
+
"shape":"Method",
|
1830
|
+
"locationName":"Method"
|
1831
|
+
}
|
1832
|
+
},
|
1833
|
+
"MinimumProtocolVersion":{
|
1834
|
+
"type":"string",
|
1835
|
+
"enum":[
|
1836
|
+
"SSLv3",
|
1837
|
+
"TLSv1"
|
1838
|
+
]
|
1839
|
+
},
|
1840
|
+
"MissingBody":{
|
1841
|
+
"type":"structure",
|
1842
|
+
"members":{
|
1843
|
+
"Message":{"shape":"string"}
|
1844
|
+
},
|
1845
|
+
"error":{"httpStatusCode":400},
|
1846
|
+
"exception":true
|
1847
|
+
},
|
1848
|
+
"NoSuchCloudFrontOriginAccessIdentity":{
|
1849
|
+
"type":"structure",
|
1850
|
+
"members":{
|
1851
|
+
"Message":{"shape":"string"}
|
1852
|
+
},
|
1853
|
+
"error":{"httpStatusCode":404},
|
1854
|
+
"exception":true
|
1855
|
+
},
|
1856
|
+
"NoSuchDistribution":{
|
1857
|
+
"type":"structure",
|
1858
|
+
"members":{
|
1859
|
+
"Message":{"shape":"string"}
|
1860
|
+
},
|
1861
|
+
"error":{"httpStatusCode":404},
|
1862
|
+
"exception":true
|
1863
|
+
},
|
1864
|
+
"NoSuchInvalidation":{
|
1865
|
+
"type":"structure",
|
1866
|
+
"members":{
|
1867
|
+
"Message":{"shape":"string"}
|
1868
|
+
},
|
1869
|
+
"error":{"httpStatusCode":404},
|
1870
|
+
"exception":true
|
1871
|
+
},
|
1872
|
+
"NoSuchOrigin":{
|
1873
|
+
"type":"structure",
|
1874
|
+
"members":{
|
1875
|
+
"Message":{"shape":"string"}
|
1876
|
+
},
|
1877
|
+
"error":{"httpStatusCode":404},
|
1878
|
+
"exception":true
|
1879
|
+
},
|
1880
|
+
"NoSuchResource":{
|
1881
|
+
"type":"structure",
|
1882
|
+
"members":{
|
1883
|
+
"Message":{"shape":"string"}
|
1884
|
+
},
|
1885
|
+
"error":{"httpStatusCode":404},
|
1886
|
+
"exception":true
|
1887
|
+
},
|
1888
|
+
"NoSuchStreamingDistribution":{
|
1889
|
+
"type":"structure",
|
1890
|
+
"members":{
|
1891
|
+
"Message":{"shape":"string"}
|
1892
|
+
},
|
1893
|
+
"error":{"httpStatusCode":404},
|
1894
|
+
"exception":true
|
1895
|
+
},
|
1896
|
+
"Origin":{
|
1897
|
+
"type":"structure",
|
1898
|
+
"required":[
|
1899
|
+
"Id",
|
1900
|
+
"DomainName"
|
1901
|
+
],
|
1902
|
+
"members":{
|
1903
|
+
"Id":{"shape":"string"},
|
1904
|
+
"DomainName":{"shape":"string"},
|
1905
|
+
"OriginPath":{"shape":"string"},
|
1906
|
+
"CustomHeaders":{"shape":"CustomHeaders"},
|
1907
|
+
"S3OriginConfig":{"shape":"S3OriginConfig"},
|
1908
|
+
"CustomOriginConfig":{"shape":"CustomOriginConfig"}
|
1909
|
+
}
|
1910
|
+
},
|
1911
|
+
"OriginCustomHeader":{
|
1912
|
+
"type":"structure",
|
1913
|
+
"required":[
|
1914
|
+
"HeaderName",
|
1915
|
+
"HeaderValue"
|
1916
|
+
],
|
1917
|
+
"members":{
|
1918
|
+
"HeaderName":{"shape":"string"},
|
1919
|
+
"HeaderValue":{"shape":"string"}
|
1920
|
+
}
|
1921
|
+
},
|
1922
|
+
"OriginCustomHeadersList":{
|
1923
|
+
"type":"list",
|
1924
|
+
"member":{
|
1925
|
+
"shape":"OriginCustomHeader",
|
1926
|
+
"locationName":"OriginCustomHeader"
|
1927
|
+
}
|
1928
|
+
},
|
1929
|
+
"OriginList":{
|
1930
|
+
"type":"list",
|
1931
|
+
"member":{
|
1932
|
+
"shape":"Origin",
|
1933
|
+
"locationName":"Origin"
|
1934
|
+
},
|
1935
|
+
"min":1
|
1936
|
+
},
|
1937
|
+
"OriginProtocolPolicy":{
|
1938
|
+
"type":"string",
|
1939
|
+
"enum":[
|
1940
|
+
"http-only",
|
1941
|
+
"match-viewer",
|
1942
|
+
"https-only"
|
1943
|
+
]
|
1944
|
+
},
|
1945
|
+
"OriginSslProtocols":{
|
1946
|
+
"type":"structure",
|
1947
|
+
"required":[
|
1948
|
+
"Quantity",
|
1949
|
+
"Items"
|
1950
|
+
],
|
1951
|
+
"members":{
|
1952
|
+
"Quantity":{"shape":"integer"},
|
1953
|
+
"Items":{"shape":"SslProtocolsList"}
|
1954
|
+
}
|
1955
|
+
},
|
1956
|
+
"Origins":{
|
1957
|
+
"type":"structure",
|
1958
|
+
"required":["Quantity"],
|
1959
|
+
"members":{
|
1960
|
+
"Quantity":{"shape":"integer"},
|
1961
|
+
"Items":{"shape":"OriginList"}
|
1962
|
+
}
|
1963
|
+
},
|
1964
|
+
"PathList":{
|
1965
|
+
"type":"list",
|
1966
|
+
"member":{
|
1967
|
+
"shape":"string",
|
1968
|
+
"locationName":"Path"
|
1969
|
+
}
|
1970
|
+
},
|
1971
|
+
"Paths":{
|
1972
|
+
"type":"structure",
|
1973
|
+
"required":["Quantity"],
|
1974
|
+
"members":{
|
1975
|
+
"Quantity":{"shape":"integer"},
|
1976
|
+
"Items":{"shape":"PathList"}
|
1977
|
+
}
|
1978
|
+
},
|
1979
|
+
"PreconditionFailed":{
|
1980
|
+
"type":"structure",
|
1981
|
+
"members":{
|
1982
|
+
"Message":{"shape":"string"}
|
1983
|
+
},
|
1984
|
+
"error":{"httpStatusCode":412},
|
1985
|
+
"exception":true
|
1986
|
+
},
|
1987
|
+
"PriceClass":{
|
1988
|
+
"type":"string",
|
1989
|
+
"enum":[
|
1990
|
+
"PriceClass_100",
|
1991
|
+
"PriceClass_200",
|
1992
|
+
"PriceClass_All"
|
1993
|
+
]
|
1994
|
+
},
|
1995
|
+
"ResourceARN":{
|
1996
|
+
"type":"string",
|
1997
|
+
"pattern":"arn:aws:cloudfront::[0-9]+:.*"
|
1998
|
+
},
|
1999
|
+
"Restrictions":{
|
2000
|
+
"type":"structure",
|
2001
|
+
"required":["GeoRestriction"],
|
2002
|
+
"members":{
|
2003
|
+
"GeoRestriction":{"shape":"GeoRestriction"}
|
2004
|
+
}
|
2005
|
+
},
|
2006
|
+
"S3Origin":{
|
2007
|
+
"type":"structure",
|
2008
|
+
"required":[
|
2009
|
+
"DomainName",
|
2010
|
+
"OriginAccessIdentity"
|
2011
|
+
],
|
2012
|
+
"members":{
|
2013
|
+
"DomainName":{"shape":"string"},
|
2014
|
+
"OriginAccessIdentity":{"shape":"string"}
|
2015
|
+
}
|
2016
|
+
},
|
2017
|
+
"S3OriginConfig":{
|
2018
|
+
"type":"structure",
|
2019
|
+
"required":["OriginAccessIdentity"],
|
2020
|
+
"members":{
|
2021
|
+
"OriginAccessIdentity":{"shape":"string"}
|
2022
|
+
}
|
2023
|
+
},
|
2024
|
+
"SSLSupportMethod":{
|
2025
|
+
"type":"string",
|
2026
|
+
"enum":[
|
2027
|
+
"sni-only",
|
2028
|
+
"vip"
|
2029
|
+
]
|
2030
|
+
},
|
2031
|
+
"Signer":{
|
2032
|
+
"type":"structure",
|
2033
|
+
"members":{
|
2034
|
+
"AwsAccountNumber":{"shape":"string"},
|
2035
|
+
"KeyPairIds":{"shape":"KeyPairIds"}
|
2036
|
+
}
|
2037
|
+
},
|
2038
|
+
"SignerList":{
|
2039
|
+
"type":"list",
|
2040
|
+
"member":{
|
2041
|
+
"shape":"Signer",
|
2042
|
+
"locationName":"Signer"
|
2043
|
+
}
|
2044
|
+
},
|
2045
|
+
"SslProtocol":{
|
2046
|
+
"type":"string",
|
2047
|
+
"enum":[
|
2048
|
+
"SSLv3",
|
2049
|
+
"TLSv1",
|
2050
|
+
"TLSv1.1",
|
2051
|
+
"TLSv1.2"
|
2052
|
+
]
|
2053
|
+
},
|
2054
|
+
"SslProtocolsList":{
|
2055
|
+
"type":"list",
|
2056
|
+
"member":{
|
2057
|
+
"shape":"SslProtocol",
|
2058
|
+
"locationName":"SslProtocol"
|
2059
|
+
}
|
2060
|
+
},
|
2061
|
+
"StreamingDistribution":{
|
2062
|
+
"type":"structure",
|
2063
|
+
"required":[
|
2064
|
+
"Id",
|
2065
|
+
"ARN",
|
2066
|
+
"Status",
|
2067
|
+
"DomainName",
|
2068
|
+
"ActiveTrustedSigners",
|
2069
|
+
"StreamingDistributionConfig"
|
2070
|
+
],
|
2071
|
+
"members":{
|
2072
|
+
"Id":{"shape":"string"},
|
2073
|
+
"ARN":{"shape":"string"},
|
2074
|
+
"Status":{"shape":"string"},
|
2075
|
+
"LastModifiedTime":{"shape":"timestamp"},
|
2076
|
+
"DomainName":{"shape":"string"},
|
2077
|
+
"ActiveTrustedSigners":{"shape":"ActiveTrustedSigners"},
|
2078
|
+
"StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"}
|
2079
|
+
}
|
2080
|
+
},
|
2081
|
+
"StreamingDistributionAlreadyExists":{
|
2082
|
+
"type":"structure",
|
2083
|
+
"members":{
|
2084
|
+
"Message":{"shape":"string"}
|
2085
|
+
},
|
2086
|
+
"error":{"httpStatusCode":409},
|
2087
|
+
"exception":true
|
2088
|
+
},
|
2089
|
+
"StreamingDistributionConfig":{
|
2090
|
+
"type":"structure",
|
2091
|
+
"required":[
|
2092
|
+
"CallerReference",
|
2093
|
+
"S3Origin",
|
2094
|
+
"Comment",
|
2095
|
+
"TrustedSigners",
|
2096
|
+
"Enabled"
|
2097
|
+
],
|
2098
|
+
"members":{
|
2099
|
+
"CallerReference":{"shape":"string"},
|
2100
|
+
"S3Origin":{"shape":"S3Origin"},
|
2101
|
+
"Aliases":{"shape":"Aliases"},
|
2102
|
+
"Comment":{"shape":"string"},
|
2103
|
+
"Logging":{"shape":"StreamingLoggingConfig"},
|
2104
|
+
"TrustedSigners":{"shape":"TrustedSigners"},
|
2105
|
+
"PriceClass":{"shape":"PriceClass"},
|
2106
|
+
"Enabled":{"shape":"boolean"}
|
2107
|
+
}
|
2108
|
+
},
|
2109
|
+
"StreamingDistributionConfigWithTags":{
|
2110
|
+
"type":"structure",
|
2111
|
+
"required":[
|
2112
|
+
"StreamingDistributionConfig",
|
2113
|
+
"Tags"
|
2114
|
+
],
|
2115
|
+
"members":{
|
2116
|
+
"StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"},
|
2117
|
+
"Tags":{"shape":"Tags"}
|
2118
|
+
}
|
2119
|
+
},
|
2120
|
+
"StreamingDistributionList":{
|
2121
|
+
"type":"structure",
|
2122
|
+
"required":[
|
2123
|
+
"Marker",
|
2124
|
+
"MaxItems",
|
2125
|
+
"IsTruncated",
|
2126
|
+
"Quantity"
|
2127
|
+
],
|
2128
|
+
"members":{
|
2129
|
+
"Marker":{"shape":"string"},
|
2130
|
+
"NextMarker":{"shape":"string"},
|
2131
|
+
"MaxItems":{"shape":"integer"},
|
2132
|
+
"IsTruncated":{"shape":"boolean"},
|
2133
|
+
"Quantity":{"shape":"integer"},
|
2134
|
+
"Items":{"shape":"StreamingDistributionSummaryList"}
|
2135
|
+
}
|
2136
|
+
},
|
2137
|
+
"StreamingDistributionNotDisabled":{
|
2138
|
+
"type":"structure",
|
2139
|
+
"members":{
|
2140
|
+
"Message":{"shape":"string"}
|
2141
|
+
},
|
2142
|
+
"error":{"httpStatusCode":409},
|
2143
|
+
"exception":true
|
2144
|
+
},
|
2145
|
+
"StreamingDistributionSummary":{
|
2146
|
+
"type":"structure",
|
2147
|
+
"required":[
|
2148
|
+
"Id",
|
2149
|
+
"ARN",
|
2150
|
+
"Status",
|
2151
|
+
"LastModifiedTime",
|
2152
|
+
"DomainName",
|
2153
|
+
"S3Origin",
|
2154
|
+
"Aliases",
|
2155
|
+
"TrustedSigners",
|
2156
|
+
"Comment",
|
2157
|
+
"PriceClass",
|
2158
|
+
"Enabled"
|
2159
|
+
],
|
2160
|
+
"members":{
|
2161
|
+
"Id":{"shape":"string"},
|
2162
|
+
"ARN":{"shape":"string"},
|
2163
|
+
"Status":{"shape":"string"},
|
2164
|
+
"LastModifiedTime":{"shape":"timestamp"},
|
2165
|
+
"DomainName":{"shape":"string"},
|
2166
|
+
"S3Origin":{"shape":"S3Origin"},
|
2167
|
+
"Aliases":{"shape":"Aliases"},
|
2168
|
+
"TrustedSigners":{"shape":"TrustedSigners"},
|
2169
|
+
"Comment":{"shape":"string"},
|
2170
|
+
"PriceClass":{"shape":"PriceClass"},
|
2171
|
+
"Enabled":{"shape":"boolean"}
|
2172
|
+
}
|
2173
|
+
},
|
2174
|
+
"StreamingDistributionSummaryList":{
|
2175
|
+
"type":"list",
|
2176
|
+
"member":{
|
2177
|
+
"shape":"StreamingDistributionSummary",
|
2178
|
+
"locationName":"StreamingDistributionSummary"
|
2179
|
+
}
|
2180
|
+
},
|
2181
|
+
"StreamingLoggingConfig":{
|
2182
|
+
"type":"structure",
|
2183
|
+
"required":[
|
2184
|
+
"Enabled",
|
2185
|
+
"Bucket",
|
2186
|
+
"Prefix"
|
2187
|
+
],
|
2188
|
+
"members":{
|
2189
|
+
"Enabled":{"shape":"boolean"},
|
2190
|
+
"Bucket":{"shape":"string"},
|
2191
|
+
"Prefix":{"shape":"string"}
|
2192
|
+
}
|
2193
|
+
},
|
2194
|
+
"Tag":{
|
2195
|
+
"type":"structure",
|
2196
|
+
"required":["Key"],
|
2197
|
+
"members":{
|
2198
|
+
"Key":{"shape":"TagKey"},
|
2199
|
+
"Value":{"shape":"TagValue"}
|
2200
|
+
}
|
2201
|
+
},
|
2202
|
+
"TagKey":{
|
2203
|
+
"type":"string",
|
2204
|
+
"max":128,
|
2205
|
+
"min":1,
|
2206
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
2207
|
+
},
|
2208
|
+
"TagKeyList":{
|
2209
|
+
"type":"list",
|
2210
|
+
"member":{
|
2211
|
+
"shape":"TagKey",
|
2212
|
+
"locationName":"Key"
|
2213
|
+
}
|
2214
|
+
},
|
2215
|
+
"TagKeys":{
|
2216
|
+
"type":"structure",
|
2217
|
+
"members":{
|
2218
|
+
"Items":{"shape":"TagKeyList"}
|
2219
|
+
}
|
2220
|
+
},
|
2221
|
+
"TagList":{
|
2222
|
+
"type":"list",
|
2223
|
+
"member":{
|
2224
|
+
"shape":"Tag",
|
2225
|
+
"locationName":"Tag"
|
2226
|
+
}
|
2227
|
+
},
|
2228
|
+
"TagResourceRequest":{
|
2229
|
+
"type":"structure",
|
2230
|
+
"required":[
|
2231
|
+
"Resource",
|
2232
|
+
"Tags"
|
2233
|
+
],
|
2234
|
+
"members":{
|
2235
|
+
"Resource":{
|
2236
|
+
"shape":"ResourceARN",
|
2237
|
+
"location":"querystring",
|
2238
|
+
"locationName":"Resource"
|
2239
|
+
},
|
2240
|
+
"Tags":{
|
2241
|
+
"shape":"Tags",
|
2242
|
+
"locationName":"Tags",
|
2243
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
2244
|
+
}
|
2245
|
+
},
|
2246
|
+
"payload":"Tags"
|
2247
|
+
},
|
2248
|
+
"TagValue":{
|
2249
|
+
"type":"string",
|
2250
|
+
"max":256,
|
2251
|
+
"min":0,
|
2252
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
2253
|
+
},
|
2254
|
+
"Tags":{
|
2255
|
+
"type":"structure",
|
2256
|
+
"members":{
|
2257
|
+
"Items":{"shape":"TagList"}
|
2258
|
+
}
|
2259
|
+
},
|
2260
|
+
"TooManyCacheBehaviors":{
|
2261
|
+
"type":"structure",
|
2262
|
+
"members":{
|
2263
|
+
"Message":{"shape":"string"}
|
2264
|
+
},
|
2265
|
+
"error":{"httpStatusCode":400},
|
2266
|
+
"exception":true
|
2267
|
+
},
|
2268
|
+
"TooManyCertificates":{
|
2269
|
+
"type":"structure",
|
2270
|
+
"members":{
|
2271
|
+
"Message":{"shape":"string"}
|
2272
|
+
},
|
2273
|
+
"error":{"httpStatusCode":400},
|
2274
|
+
"exception":true
|
2275
|
+
},
|
2276
|
+
"TooManyCloudFrontOriginAccessIdentities":{
|
2277
|
+
"type":"structure",
|
2278
|
+
"members":{
|
2279
|
+
"Message":{"shape":"string"}
|
2280
|
+
},
|
2281
|
+
"error":{"httpStatusCode":400},
|
2282
|
+
"exception":true
|
2283
|
+
},
|
2284
|
+
"TooManyCookieNamesInWhiteList":{
|
2285
|
+
"type":"structure",
|
2286
|
+
"members":{
|
2287
|
+
"Message":{"shape":"string"}
|
2288
|
+
},
|
2289
|
+
"error":{"httpStatusCode":400},
|
2290
|
+
"exception":true
|
2291
|
+
},
|
2292
|
+
"TooManyDistributionCNAMEs":{
|
2293
|
+
"type":"structure",
|
2294
|
+
"members":{
|
2295
|
+
"Message":{"shape":"string"}
|
2296
|
+
},
|
2297
|
+
"error":{"httpStatusCode":400},
|
2298
|
+
"exception":true
|
2299
|
+
},
|
2300
|
+
"TooManyDistributions":{
|
2301
|
+
"type":"structure",
|
2302
|
+
"members":{
|
2303
|
+
"Message":{"shape":"string"}
|
2304
|
+
},
|
2305
|
+
"error":{"httpStatusCode":400},
|
2306
|
+
"exception":true
|
2307
|
+
},
|
2308
|
+
"TooManyHeadersInForwardedValues":{
|
2309
|
+
"type":"structure",
|
2310
|
+
"members":{
|
2311
|
+
"Message":{"shape":"string"}
|
2312
|
+
},
|
2313
|
+
"error":{"httpStatusCode":400},
|
2314
|
+
"exception":true
|
2315
|
+
},
|
2316
|
+
"TooManyInvalidationsInProgress":{
|
2317
|
+
"type":"structure",
|
2318
|
+
"members":{
|
2319
|
+
"Message":{"shape":"string"}
|
2320
|
+
},
|
2321
|
+
"error":{"httpStatusCode":400},
|
2322
|
+
"exception":true
|
2323
|
+
},
|
2324
|
+
"TooManyOriginCustomHeaders":{
|
2325
|
+
"type":"structure",
|
2326
|
+
"members":{
|
2327
|
+
"Message":{"shape":"string"}
|
2328
|
+
},
|
2329
|
+
"error":{"httpStatusCode":400},
|
2330
|
+
"exception":true
|
2331
|
+
},
|
2332
|
+
"TooManyOrigins":{
|
2333
|
+
"type":"structure",
|
2334
|
+
"members":{
|
2335
|
+
"Message":{"shape":"string"}
|
2336
|
+
},
|
2337
|
+
"error":{"httpStatusCode":400},
|
2338
|
+
"exception":true
|
2339
|
+
},
|
2340
|
+
"TooManyStreamingDistributionCNAMEs":{
|
2341
|
+
"type":"structure",
|
2342
|
+
"members":{
|
2343
|
+
"Message":{"shape":"string"}
|
2344
|
+
},
|
2345
|
+
"error":{"httpStatusCode":400},
|
2346
|
+
"exception":true
|
2347
|
+
},
|
2348
|
+
"TooManyStreamingDistributions":{
|
2349
|
+
"type":"structure",
|
2350
|
+
"members":{
|
2351
|
+
"Message":{"shape":"string"}
|
2352
|
+
},
|
2353
|
+
"error":{"httpStatusCode":400},
|
2354
|
+
"exception":true
|
2355
|
+
},
|
2356
|
+
"TooManyTrustedSigners":{
|
2357
|
+
"type":"structure",
|
2358
|
+
"members":{
|
2359
|
+
"Message":{"shape":"string"}
|
2360
|
+
},
|
2361
|
+
"error":{"httpStatusCode":400},
|
2362
|
+
"exception":true
|
2363
|
+
},
|
2364
|
+
"TrustedSignerDoesNotExist":{
|
2365
|
+
"type":"structure",
|
2366
|
+
"members":{
|
2367
|
+
"Message":{"shape":"string"}
|
2368
|
+
},
|
2369
|
+
"error":{"httpStatusCode":400},
|
2370
|
+
"exception":true
|
2371
|
+
},
|
2372
|
+
"TrustedSigners":{
|
2373
|
+
"type":"structure",
|
2374
|
+
"required":[
|
2375
|
+
"Enabled",
|
2376
|
+
"Quantity"
|
2377
|
+
],
|
2378
|
+
"members":{
|
2379
|
+
"Enabled":{"shape":"boolean"},
|
2380
|
+
"Quantity":{"shape":"integer"},
|
2381
|
+
"Items":{"shape":"AwsAccountNumberList"}
|
2382
|
+
}
|
2383
|
+
},
|
2384
|
+
"UntagResourceRequest":{
|
2385
|
+
"type":"structure",
|
2386
|
+
"required":[
|
2387
|
+
"Resource",
|
2388
|
+
"TagKeys"
|
2389
|
+
],
|
2390
|
+
"members":{
|
2391
|
+
"Resource":{
|
2392
|
+
"shape":"ResourceARN",
|
2393
|
+
"location":"querystring",
|
2394
|
+
"locationName":"Resource"
|
2395
|
+
},
|
2396
|
+
"TagKeys":{
|
2397
|
+
"shape":"TagKeys",
|
2398
|
+
"locationName":"TagKeys",
|
2399
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
2400
|
+
}
|
2401
|
+
},
|
2402
|
+
"payload":"TagKeys"
|
2403
|
+
},
|
2404
|
+
"UpdateCloudFrontOriginAccessIdentityRequest":{
|
2405
|
+
"type":"structure",
|
2406
|
+
"required":[
|
2407
|
+
"CloudFrontOriginAccessIdentityConfig",
|
2408
|
+
"Id"
|
2409
|
+
],
|
2410
|
+
"members":{
|
2411
|
+
"CloudFrontOriginAccessIdentityConfig":{
|
2412
|
+
"shape":"CloudFrontOriginAccessIdentityConfig",
|
2413
|
+
"locationName":"CloudFrontOriginAccessIdentityConfig",
|
2414
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
2415
|
+
},
|
2416
|
+
"Id":{
|
2417
|
+
"shape":"string",
|
2418
|
+
"location":"uri",
|
2419
|
+
"locationName":"Id"
|
2420
|
+
},
|
2421
|
+
"IfMatch":{
|
2422
|
+
"shape":"string",
|
2423
|
+
"location":"header",
|
2424
|
+
"locationName":"If-Match"
|
2425
|
+
}
|
2426
|
+
},
|
2427
|
+
"payload":"CloudFrontOriginAccessIdentityConfig"
|
2428
|
+
},
|
2429
|
+
"UpdateCloudFrontOriginAccessIdentityResult":{
|
2430
|
+
"type":"structure",
|
2431
|
+
"members":{
|
2432
|
+
"CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
|
2433
|
+
"ETag":{
|
2434
|
+
"shape":"string",
|
2435
|
+
"location":"header",
|
2436
|
+
"locationName":"ETag"
|
2437
|
+
}
|
2438
|
+
},
|
2439
|
+
"payload":"CloudFrontOriginAccessIdentity"
|
2440
|
+
},
|
2441
|
+
"UpdateDistributionRequest":{
|
2442
|
+
"type":"structure",
|
2443
|
+
"required":[
|
2444
|
+
"DistributionConfig",
|
2445
|
+
"Id"
|
2446
|
+
],
|
2447
|
+
"members":{
|
2448
|
+
"DistributionConfig":{
|
2449
|
+
"shape":"DistributionConfig",
|
2450
|
+
"locationName":"DistributionConfig",
|
2451
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
2452
|
+
},
|
2453
|
+
"Id":{
|
2454
|
+
"shape":"string",
|
2455
|
+
"location":"uri",
|
2456
|
+
"locationName":"Id"
|
2457
|
+
},
|
2458
|
+
"IfMatch":{
|
2459
|
+
"shape":"string",
|
2460
|
+
"location":"header",
|
2461
|
+
"locationName":"If-Match"
|
2462
|
+
}
|
2463
|
+
},
|
2464
|
+
"payload":"DistributionConfig"
|
2465
|
+
},
|
2466
|
+
"UpdateDistributionResult":{
|
2467
|
+
"type":"structure",
|
2468
|
+
"members":{
|
2469
|
+
"Distribution":{"shape":"Distribution"},
|
2470
|
+
"ETag":{
|
2471
|
+
"shape":"string",
|
2472
|
+
"location":"header",
|
2473
|
+
"locationName":"ETag"
|
2474
|
+
}
|
2475
|
+
},
|
2476
|
+
"payload":"Distribution"
|
2477
|
+
},
|
2478
|
+
"UpdateStreamingDistributionRequest":{
|
2479
|
+
"type":"structure",
|
2480
|
+
"required":[
|
2481
|
+
"StreamingDistributionConfig",
|
2482
|
+
"Id"
|
2483
|
+
],
|
2484
|
+
"members":{
|
2485
|
+
"StreamingDistributionConfig":{
|
2486
|
+
"shape":"StreamingDistributionConfig",
|
2487
|
+
"locationName":"StreamingDistributionConfig",
|
2488
|
+
"xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-08-01/"}
|
2489
|
+
},
|
2490
|
+
"Id":{
|
2491
|
+
"shape":"string",
|
2492
|
+
"location":"uri",
|
2493
|
+
"locationName":"Id"
|
2494
|
+
},
|
2495
|
+
"IfMatch":{
|
2496
|
+
"shape":"string",
|
2497
|
+
"location":"header",
|
2498
|
+
"locationName":"If-Match"
|
2499
|
+
}
|
2500
|
+
},
|
2501
|
+
"payload":"StreamingDistributionConfig"
|
2502
|
+
},
|
2503
|
+
"UpdateStreamingDistributionResult":{
|
2504
|
+
"type":"structure",
|
2505
|
+
"members":{
|
2506
|
+
"StreamingDistribution":{"shape":"StreamingDistribution"},
|
2507
|
+
"ETag":{
|
2508
|
+
"shape":"string",
|
2509
|
+
"location":"header",
|
2510
|
+
"locationName":"ETag"
|
2511
|
+
}
|
2512
|
+
},
|
2513
|
+
"payload":"StreamingDistribution"
|
2514
|
+
},
|
2515
|
+
"ViewerCertificate":{
|
2516
|
+
"type":"structure",
|
2517
|
+
"members":{
|
2518
|
+
"CloudFrontDefaultCertificate":{"shape":"boolean"},
|
2519
|
+
"IAMCertificateId":{"shape":"string"},
|
2520
|
+
"ACMCertificateArn":{"shape":"string"},
|
2521
|
+
"SSLSupportMethod":{"shape":"SSLSupportMethod"},
|
2522
|
+
"MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"},
|
2523
|
+
"Certificate":{
|
2524
|
+
"shape":"string",
|
2525
|
+
"deprecated":true
|
2526
|
+
},
|
2527
|
+
"CertificateSource":{
|
2528
|
+
"shape":"CertificateSource",
|
2529
|
+
"deprecated":true
|
2530
|
+
}
|
2531
|
+
}
|
2532
|
+
},
|
2533
|
+
"ViewerProtocolPolicy":{
|
2534
|
+
"type":"string",
|
2535
|
+
"enum":[
|
2536
|
+
"allow-all",
|
2537
|
+
"https-only",
|
2538
|
+
"redirect-to-https"
|
2539
|
+
]
|
2540
|
+
},
|
2541
|
+
"boolean":{"type":"boolean"},
|
2542
|
+
"integer":{"type":"integer"},
|
2543
|
+
"long":{"type":"long"},
|
2544
|
+
"string":{"type":"string"},
|
2545
|
+
"timestamp":{"type":"timestamp"}
|
2546
|
+
}
|
2547
|
+
}
|