aws-sdk-cloudfront 1.0.0.rc2 → 1.0.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudfront.rb +2 -2
- data/lib/aws-sdk-cloudfront/client.rb +2914 -2676
- data/lib/aws-sdk-cloudfront/client_api.rb +1323 -1315
- data/lib/aws-sdk-cloudfront/cookie_signer.rb +44 -0
- data/lib/aws-sdk-cloudfront/customizations.rb +2 -0
- data/lib/aws-sdk-cloudfront/errors.rb +4 -13
- data/lib/aws-sdk-cloudfront/resource.rb +12 -14
- data/lib/aws-sdk-cloudfront/signer.rb +141 -0
- data/lib/aws-sdk-cloudfront/types.rb +5695 -5180
- data/lib/aws-sdk-cloudfront/url_signer.rb +7 -128
- data/lib/aws-sdk-cloudfront/waiters.rb +105 -106
- metadata +4 -2
@@ -1,1328 +1,1336 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
|
-
module Aws
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
8
|
+
module Aws::CloudFront
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
15
|
+
ActiveTrustedSigners = Shapes::StructureShape.new(name: 'ActiveTrustedSigners')
|
16
|
+
AliasList = Shapes::ListShape.new(name: 'AliasList')
|
17
|
+
Aliases = Shapes::StructureShape.new(name: 'Aliases')
|
18
|
+
AllowedMethods = Shapes::StructureShape.new(name: 'AllowedMethods')
|
19
|
+
AwsAccountNumberList = Shapes::ListShape.new(name: 'AwsAccountNumberList')
|
20
|
+
BatchTooLarge = Shapes::StructureShape.new(name: 'BatchTooLarge')
|
21
|
+
CNAMEAlreadyExists = Shapes::StructureShape.new(name: 'CNAMEAlreadyExists')
|
22
|
+
CacheBehavior = Shapes::StructureShape.new(name: 'CacheBehavior')
|
23
|
+
CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
|
24
|
+
CacheBehaviors = Shapes::StructureShape.new(name: 'CacheBehaviors')
|
25
|
+
CachedMethods = Shapes::StructureShape.new(name: 'CachedMethods')
|
26
|
+
CertificateSource = Shapes::StringShape.new(name: 'CertificateSource')
|
27
|
+
CloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentity')
|
28
|
+
CloudFrontOriginAccessIdentityAlreadyExists = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityAlreadyExists')
|
29
|
+
CloudFrontOriginAccessIdentityConfig = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityConfig')
|
30
|
+
CloudFrontOriginAccessIdentityInUse = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityInUse')
|
31
|
+
CloudFrontOriginAccessIdentityList = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentityList')
|
32
|
+
CloudFrontOriginAccessIdentitySummary = Shapes::StructureShape.new(name: 'CloudFrontOriginAccessIdentitySummary')
|
33
|
+
CloudFrontOriginAccessIdentitySummaryList = Shapes::ListShape.new(name: 'CloudFrontOriginAccessIdentitySummaryList')
|
34
|
+
CookieNameList = Shapes::ListShape.new(name: 'CookieNameList')
|
35
|
+
CookieNames = Shapes::StructureShape.new(name: 'CookieNames')
|
36
|
+
CookiePreference = Shapes::StructureShape.new(name: 'CookiePreference')
|
37
|
+
CreateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityRequest')
|
38
|
+
CreateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'CreateCloudFrontOriginAccessIdentityResult')
|
39
|
+
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
40
|
+
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
41
|
+
CreateDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsRequest')
|
42
|
+
CreateDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateDistributionWithTagsResult')
|
43
|
+
CreateInvalidationRequest = Shapes::StructureShape.new(name: 'CreateInvalidationRequest')
|
44
|
+
CreateInvalidationResult = Shapes::StructureShape.new(name: 'CreateInvalidationResult')
|
45
|
+
CreateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionRequest')
|
46
|
+
CreateStreamingDistributionResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionResult')
|
47
|
+
CreateStreamingDistributionWithTagsRequest = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsRequest')
|
48
|
+
CreateStreamingDistributionWithTagsResult = Shapes::StructureShape.new(name: 'CreateStreamingDistributionWithTagsResult')
|
49
|
+
CustomErrorResponse = Shapes::StructureShape.new(name: 'CustomErrorResponse')
|
50
|
+
CustomErrorResponseList = Shapes::ListShape.new(name: 'CustomErrorResponseList')
|
51
|
+
CustomErrorResponses = Shapes::StructureShape.new(name: 'CustomErrorResponses')
|
52
|
+
CustomHeaders = Shapes::StructureShape.new(name: 'CustomHeaders')
|
53
|
+
CustomOriginConfig = Shapes::StructureShape.new(name: 'CustomOriginConfig')
|
54
|
+
DefaultCacheBehavior = Shapes::StructureShape.new(name: 'DefaultCacheBehavior')
|
55
|
+
DeleteCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'DeleteCloudFrontOriginAccessIdentityRequest')
|
56
|
+
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
57
|
+
DeleteStreamingDistributionRequest = Shapes::StructureShape.new(name: 'DeleteStreamingDistributionRequest')
|
58
|
+
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
59
|
+
DistributionAlreadyExists = Shapes::StructureShape.new(name: 'DistributionAlreadyExists')
|
60
|
+
DistributionConfig = Shapes::StructureShape.new(name: 'DistributionConfig')
|
61
|
+
DistributionConfigWithTags = Shapes::StructureShape.new(name: 'DistributionConfigWithTags')
|
62
|
+
DistributionList = Shapes::StructureShape.new(name: 'DistributionList')
|
63
|
+
DistributionNotDisabled = Shapes::StructureShape.new(name: 'DistributionNotDisabled')
|
64
|
+
DistributionSummary = Shapes::StructureShape.new(name: 'DistributionSummary')
|
65
|
+
DistributionSummaryList = Shapes::ListShape.new(name: 'DistributionSummaryList')
|
66
|
+
EventType = Shapes::StringShape.new(name: 'EventType')
|
67
|
+
ForwardedValues = Shapes::StructureShape.new(name: 'ForwardedValues')
|
68
|
+
GeoRestriction = Shapes::StructureShape.new(name: 'GeoRestriction')
|
69
|
+
GeoRestrictionType = Shapes::StringShape.new(name: 'GeoRestrictionType')
|
70
|
+
GetCloudFrontOriginAccessIdentityConfigRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigRequest')
|
71
|
+
GetCloudFrontOriginAccessIdentityConfigResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityConfigResult')
|
72
|
+
GetCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityRequest')
|
73
|
+
GetCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'GetCloudFrontOriginAccessIdentityResult')
|
74
|
+
GetDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetDistributionConfigRequest')
|
75
|
+
GetDistributionConfigResult = Shapes::StructureShape.new(name: 'GetDistributionConfigResult')
|
76
|
+
GetDistributionRequest = Shapes::StructureShape.new(name: 'GetDistributionRequest')
|
77
|
+
GetDistributionResult = Shapes::StructureShape.new(name: 'GetDistributionResult')
|
78
|
+
GetInvalidationRequest = Shapes::StructureShape.new(name: 'GetInvalidationRequest')
|
79
|
+
GetInvalidationResult = Shapes::StructureShape.new(name: 'GetInvalidationResult')
|
80
|
+
GetStreamingDistributionConfigRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigRequest')
|
81
|
+
GetStreamingDistributionConfigResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionConfigResult')
|
82
|
+
GetStreamingDistributionRequest = Shapes::StructureShape.new(name: 'GetStreamingDistributionRequest')
|
83
|
+
GetStreamingDistributionResult = Shapes::StructureShape.new(name: 'GetStreamingDistributionResult')
|
84
|
+
HeaderList = Shapes::ListShape.new(name: 'HeaderList')
|
85
|
+
Headers = Shapes::StructureShape.new(name: 'Headers')
|
86
|
+
HttpVersion = Shapes::StringShape.new(name: 'HttpVersion')
|
87
|
+
IllegalUpdate = Shapes::StructureShape.new(name: 'IllegalUpdate')
|
88
|
+
InconsistentQuantities = Shapes::StructureShape.new(name: 'InconsistentQuantities')
|
89
|
+
InvalidArgument = Shapes::StructureShape.new(name: 'InvalidArgument')
|
90
|
+
InvalidDefaultRootObject = Shapes::StructureShape.new(name: 'InvalidDefaultRootObject')
|
91
|
+
InvalidErrorCode = Shapes::StructureShape.new(name: 'InvalidErrorCode')
|
92
|
+
InvalidForwardCookies = Shapes::StructureShape.new(name: 'InvalidForwardCookies')
|
93
|
+
InvalidGeoRestrictionParameter = Shapes::StructureShape.new(name: 'InvalidGeoRestrictionParameter')
|
94
|
+
InvalidHeadersForS3Origin = Shapes::StructureShape.new(name: 'InvalidHeadersForS3Origin')
|
95
|
+
InvalidIfMatchVersion = Shapes::StructureShape.new(name: 'InvalidIfMatchVersion')
|
96
|
+
InvalidLambdaFunctionAssociation = Shapes::StructureShape.new(name: 'InvalidLambdaFunctionAssociation')
|
97
|
+
InvalidLocationCode = Shapes::StructureShape.new(name: 'InvalidLocationCode')
|
98
|
+
InvalidMinimumProtocolVersion = Shapes::StructureShape.new(name: 'InvalidMinimumProtocolVersion')
|
99
|
+
InvalidOrigin = Shapes::StructureShape.new(name: 'InvalidOrigin')
|
100
|
+
InvalidOriginAccessIdentity = Shapes::StructureShape.new(name: 'InvalidOriginAccessIdentity')
|
101
|
+
InvalidOriginKeepaliveTimeout = Shapes::StructureShape.new(name: 'InvalidOriginKeepaliveTimeout')
|
102
|
+
InvalidOriginReadTimeout = Shapes::StructureShape.new(name: 'InvalidOriginReadTimeout')
|
103
|
+
InvalidProtocolSettings = Shapes::StructureShape.new(name: 'InvalidProtocolSettings')
|
104
|
+
InvalidQueryStringParameters = Shapes::StructureShape.new(name: 'InvalidQueryStringParameters')
|
105
|
+
InvalidRelativePath = Shapes::StructureShape.new(name: 'InvalidRelativePath')
|
106
|
+
InvalidRequiredProtocol = Shapes::StructureShape.new(name: 'InvalidRequiredProtocol')
|
107
|
+
InvalidResponseCode = Shapes::StructureShape.new(name: 'InvalidResponseCode')
|
108
|
+
InvalidTTLOrder = Shapes::StructureShape.new(name: 'InvalidTTLOrder')
|
109
|
+
InvalidTagging = Shapes::StructureShape.new(name: 'InvalidTagging')
|
110
|
+
InvalidViewerCertificate = Shapes::StructureShape.new(name: 'InvalidViewerCertificate')
|
111
|
+
InvalidWebACLId = Shapes::StructureShape.new(name: 'InvalidWebACLId')
|
112
|
+
Invalidation = Shapes::StructureShape.new(name: 'Invalidation')
|
113
|
+
InvalidationBatch = Shapes::StructureShape.new(name: 'InvalidationBatch')
|
114
|
+
InvalidationList = Shapes::StructureShape.new(name: 'InvalidationList')
|
115
|
+
InvalidationSummary = Shapes::StructureShape.new(name: 'InvalidationSummary')
|
116
|
+
InvalidationSummaryList = Shapes::ListShape.new(name: 'InvalidationSummaryList')
|
117
|
+
ItemSelection = Shapes::StringShape.new(name: 'ItemSelection')
|
118
|
+
KeyPairIdList = Shapes::ListShape.new(name: 'KeyPairIdList')
|
119
|
+
KeyPairIds = Shapes::StructureShape.new(name: 'KeyPairIds')
|
120
|
+
LambdaFunctionAssociation = Shapes::StructureShape.new(name: 'LambdaFunctionAssociation')
|
121
|
+
LambdaFunctionAssociationList = Shapes::ListShape.new(name: 'LambdaFunctionAssociationList')
|
122
|
+
LambdaFunctionAssociations = Shapes::StructureShape.new(name: 'LambdaFunctionAssociations')
|
123
|
+
ListCloudFrontOriginAccessIdentitiesRequest = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesRequest')
|
124
|
+
ListCloudFrontOriginAccessIdentitiesResult = Shapes::StructureShape.new(name: 'ListCloudFrontOriginAccessIdentitiesResult')
|
125
|
+
ListDistributionsByWebACLIdRequest = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdRequest')
|
126
|
+
ListDistributionsByWebACLIdResult = Shapes::StructureShape.new(name: 'ListDistributionsByWebACLIdResult')
|
127
|
+
ListDistributionsRequest = Shapes::StructureShape.new(name: 'ListDistributionsRequest')
|
128
|
+
ListDistributionsResult = Shapes::StructureShape.new(name: 'ListDistributionsResult')
|
129
|
+
ListInvalidationsRequest = Shapes::StructureShape.new(name: 'ListInvalidationsRequest')
|
130
|
+
ListInvalidationsResult = Shapes::StructureShape.new(name: 'ListInvalidationsResult')
|
131
|
+
ListStreamingDistributionsRequest = Shapes::StructureShape.new(name: 'ListStreamingDistributionsRequest')
|
132
|
+
ListStreamingDistributionsResult = Shapes::StructureShape.new(name: 'ListStreamingDistributionsResult')
|
133
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
134
|
+
ListTagsForResourceResult = Shapes::StructureShape.new(name: 'ListTagsForResourceResult')
|
135
|
+
LocationList = Shapes::ListShape.new(name: 'LocationList')
|
136
|
+
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
137
|
+
Method = Shapes::StringShape.new(name: 'Method')
|
138
|
+
MethodsList = Shapes::ListShape.new(name: 'MethodsList')
|
139
|
+
MinimumProtocolVersion = Shapes::StringShape.new(name: 'MinimumProtocolVersion')
|
140
|
+
MissingBody = Shapes::StructureShape.new(name: 'MissingBody')
|
141
|
+
NoSuchCloudFrontOriginAccessIdentity = Shapes::StructureShape.new(name: 'NoSuchCloudFrontOriginAccessIdentity')
|
142
|
+
NoSuchDistribution = Shapes::StructureShape.new(name: 'NoSuchDistribution')
|
143
|
+
NoSuchInvalidation = Shapes::StructureShape.new(name: 'NoSuchInvalidation')
|
144
|
+
NoSuchOrigin = Shapes::StructureShape.new(name: 'NoSuchOrigin')
|
145
|
+
NoSuchResource = Shapes::StructureShape.new(name: 'NoSuchResource')
|
146
|
+
NoSuchStreamingDistribution = Shapes::StructureShape.new(name: 'NoSuchStreamingDistribution')
|
147
|
+
Origin = Shapes::StructureShape.new(name: 'Origin')
|
148
|
+
OriginCustomHeader = Shapes::StructureShape.new(name: 'OriginCustomHeader')
|
149
|
+
OriginCustomHeadersList = Shapes::ListShape.new(name: 'OriginCustomHeadersList')
|
150
|
+
OriginList = Shapes::ListShape.new(name: 'OriginList')
|
151
|
+
OriginProtocolPolicy = Shapes::StringShape.new(name: 'OriginProtocolPolicy')
|
152
|
+
OriginSslProtocols = Shapes::StructureShape.new(name: 'OriginSslProtocols')
|
153
|
+
Origins = Shapes::StructureShape.new(name: 'Origins')
|
154
|
+
PathList = Shapes::ListShape.new(name: 'PathList')
|
155
|
+
Paths = Shapes::StructureShape.new(name: 'Paths')
|
156
|
+
PreconditionFailed = Shapes::StructureShape.new(name: 'PreconditionFailed')
|
157
|
+
PriceClass = Shapes::StringShape.new(name: 'PriceClass')
|
158
|
+
QueryStringCacheKeys = Shapes::StructureShape.new(name: 'QueryStringCacheKeys')
|
159
|
+
QueryStringCacheKeysList = Shapes::ListShape.new(name: 'QueryStringCacheKeysList')
|
160
|
+
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
161
|
+
Restrictions = Shapes::StructureShape.new(name: 'Restrictions')
|
162
|
+
S3Origin = Shapes::StructureShape.new(name: 'S3Origin')
|
163
|
+
S3OriginConfig = Shapes::StructureShape.new(name: 'S3OriginConfig')
|
164
|
+
SSLSupportMethod = Shapes::StringShape.new(name: 'SSLSupportMethod')
|
165
|
+
Signer = Shapes::StructureShape.new(name: 'Signer')
|
166
|
+
SignerList = Shapes::ListShape.new(name: 'SignerList')
|
167
|
+
SslProtocol = Shapes::StringShape.new(name: 'SslProtocol')
|
168
|
+
SslProtocolsList = Shapes::ListShape.new(name: 'SslProtocolsList')
|
169
|
+
StreamingDistribution = Shapes::StructureShape.new(name: 'StreamingDistribution')
|
170
|
+
StreamingDistributionAlreadyExists = Shapes::StructureShape.new(name: 'StreamingDistributionAlreadyExists')
|
171
|
+
StreamingDistributionConfig = Shapes::StructureShape.new(name: 'StreamingDistributionConfig')
|
172
|
+
StreamingDistributionConfigWithTags = Shapes::StructureShape.new(name: 'StreamingDistributionConfigWithTags')
|
173
|
+
StreamingDistributionList = Shapes::StructureShape.new(name: 'StreamingDistributionList')
|
174
|
+
StreamingDistributionNotDisabled = Shapes::StructureShape.new(name: 'StreamingDistributionNotDisabled')
|
175
|
+
StreamingDistributionSummary = Shapes::StructureShape.new(name: 'StreamingDistributionSummary')
|
176
|
+
StreamingDistributionSummaryList = Shapes::ListShape.new(name: 'StreamingDistributionSummaryList')
|
177
|
+
StreamingLoggingConfig = Shapes::StructureShape.new(name: 'StreamingLoggingConfig')
|
178
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
179
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
180
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
181
|
+
TagKeys = Shapes::StructureShape.new(name: 'TagKeys')
|
182
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
183
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
184
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
185
|
+
Tags = Shapes::StructureShape.new(name: 'Tags')
|
186
|
+
TooManyCacheBehaviors = Shapes::StructureShape.new(name: 'TooManyCacheBehaviors')
|
187
|
+
TooManyCertificates = Shapes::StructureShape.new(name: 'TooManyCertificates')
|
188
|
+
TooManyCloudFrontOriginAccessIdentities = Shapes::StructureShape.new(name: 'TooManyCloudFrontOriginAccessIdentities')
|
189
|
+
TooManyCookieNamesInWhiteList = Shapes::StructureShape.new(name: 'TooManyCookieNamesInWhiteList')
|
190
|
+
TooManyDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyDistributionCNAMEs')
|
191
|
+
TooManyDistributions = Shapes::StructureShape.new(name: 'TooManyDistributions')
|
192
|
+
TooManyDistributionsWithLambdaAssociations = Shapes::StructureShape.new(name: 'TooManyDistributionsWithLambdaAssociations')
|
193
|
+
TooManyHeadersInForwardedValues = Shapes::StructureShape.new(name: 'TooManyHeadersInForwardedValues')
|
194
|
+
TooManyInvalidationsInProgress = Shapes::StructureShape.new(name: 'TooManyInvalidationsInProgress')
|
195
|
+
TooManyLambdaFunctionAssociations = Shapes::StructureShape.new(name: 'TooManyLambdaFunctionAssociations')
|
196
|
+
TooManyOriginCustomHeaders = Shapes::StructureShape.new(name: 'TooManyOriginCustomHeaders')
|
197
|
+
TooManyOrigins = Shapes::StructureShape.new(name: 'TooManyOrigins')
|
198
|
+
TooManyQueryStringParameters = Shapes::StructureShape.new(name: 'TooManyQueryStringParameters')
|
199
|
+
TooManyStreamingDistributionCNAMEs = Shapes::StructureShape.new(name: 'TooManyStreamingDistributionCNAMEs')
|
200
|
+
TooManyStreamingDistributions = Shapes::StructureShape.new(name: 'TooManyStreamingDistributions')
|
201
|
+
TooManyTrustedSigners = Shapes::StructureShape.new(name: 'TooManyTrustedSigners')
|
202
|
+
TrustedSignerDoesNotExist = Shapes::StructureShape.new(name: 'TrustedSignerDoesNotExist')
|
203
|
+
TrustedSigners = Shapes::StructureShape.new(name: 'TrustedSigners')
|
204
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
205
|
+
UpdateCloudFrontOriginAccessIdentityRequest = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityRequest')
|
206
|
+
UpdateCloudFrontOriginAccessIdentityResult = Shapes::StructureShape.new(name: 'UpdateCloudFrontOriginAccessIdentityResult')
|
207
|
+
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
208
|
+
UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
|
209
|
+
UpdateStreamingDistributionRequest = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionRequest')
|
210
|
+
UpdateStreamingDistributionResult = Shapes::StructureShape.new(name: 'UpdateStreamingDistributionResult')
|
211
|
+
ViewerCertificate = Shapes::StructureShape.new(name: 'ViewerCertificate')
|
212
|
+
ViewerProtocolPolicy = Shapes::StringShape.new(name: 'ViewerProtocolPolicy')
|
213
|
+
boolean = Shapes::BooleanShape.new(name: 'boolean')
|
214
|
+
integer = Shapes::IntegerShape.new(name: 'integer')
|
215
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
216
|
+
string = Shapes::StringShape.new(name: 'string')
|
217
|
+
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
218
|
+
|
219
|
+
ActiveTrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
220
|
+
ActiveTrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
221
|
+
ActiveTrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: SignerList, location_name: "Items"))
|
222
|
+
ActiveTrustedSigners.struct_class = Types::ActiveTrustedSigners
|
223
|
+
|
224
|
+
AliasList.member = Shapes::ShapeRef.new(shape: string, location_name: "CNAME")
|
225
|
+
|
226
|
+
Aliases.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
227
|
+
Aliases.add_member(:items, Shapes::ShapeRef.new(shape: AliasList, location_name: "Items"))
|
228
|
+
Aliases.struct_class = Types::Aliases
|
229
|
+
|
230
|
+
AllowedMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
231
|
+
AllowedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
|
232
|
+
AllowedMethods.add_member(:cached_methods, Shapes::ShapeRef.new(shape: CachedMethods, location_name: "CachedMethods"))
|
233
|
+
AllowedMethods.struct_class = Types::AllowedMethods
|
234
|
+
|
235
|
+
AwsAccountNumberList.member = Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber")
|
236
|
+
|
237
|
+
CacheBehavior.add_member(:path_pattern, Shapes::ShapeRef.new(shape: string, required: true, location_name: "PathPattern"))
|
238
|
+
CacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
239
|
+
CacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
|
240
|
+
CacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
241
|
+
CacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
|
242
|
+
CacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
|
243
|
+
CacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
|
244
|
+
CacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
|
245
|
+
CacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
|
246
|
+
CacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
|
247
|
+
CacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
|
248
|
+
CacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
|
249
|
+
CacheBehavior.struct_class = Types::CacheBehavior
|
250
|
+
|
251
|
+
CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "CacheBehavior")
|
252
|
+
|
253
|
+
CacheBehaviors.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
254
|
+
CacheBehaviors.add_member(:items, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "Items"))
|
255
|
+
CacheBehaviors.struct_class = Types::CacheBehaviors
|
256
|
+
|
257
|
+
CachedMethods.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
258
|
+
CachedMethods.add_member(:items, Shapes::ShapeRef.new(shape: MethodsList, required: true, location_name: "Items"))
|
259
|
+
CachedMethods.struct_class = Types::CachedMethods
|
260
|
+
|
261
|
+
CloudFrontOriginAccessIdentity.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
262
|
+
CloudFrontOriginAccessIdentity.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
|
263
|
+
CloudFrontOriginAccessIdentity.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
|
264
|
+
CloudFrontOriginAccessIdentity.struct_class = Types::CloudFrontOriginAccessIdentity
|
265
|
+
|
266
|
+
CloudFrontOriginAccessIdentityConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
267
|
+
CloudFrontOriginAccessIdentityConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
268
|
+
CloudFrontOriginAccessIdentityConfig.struct_class = Types::CloudFrontOriginAccessIdentityConfig
|
269
|
+
|
270
|
+
CloudFrontOriginAccessIdentityList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
271
|
+
CloudFrontOriginAccessIdentityList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
272
|
+
CloudFrontOriginAccessIdentityList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
273
|
+
CloudFrontOriginAccessIdentityList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
274
|
+
CloudFrontOriginAccessIdentityList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
275
|
+
CloudFrontOriginAccessIdentityList.add_member(:items, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummaryList, location_name: "Items"))
|
276
|
+
CloudFrontOriginAccessIdentityList.struct_class = Types::CloudFrontOriginAccessIdentityList
|
277
|
+
|
278
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
279
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:s3_canonical_user_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "S3CanonicalUserId"))
|
280
|
+
CloudFrontOriginAccessIdentitySummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
281
|
+
CloudFrontOriginAccessIdentitySummary.struct_class = Types::CloudFrontOriginAccessIdentitySummary
|
282
|
+
|
283
|
+
CloudFrontOriginAccessIdentitySummaryList.member = Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentitySummary, location_name: "CloudFrontOriginAccessIdentitySummary")
|
284
|
+
|
285
|
+
CookieNameList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
286
|
+
|
287
|
+
CookieNames.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
288
|
+
CookieNames.add_member(:items, Shapes::ShapeRef.new(shape: CookieNameList, location_name: "Items"))
|
289
|
+
CookieNames.struct_class = Types::CookieNames
|
290
|
+
|
291
|
+
CookiePreference.add_member(:forward, Shapes::ShapeRef.new(shape: ItemSelection, required: true, location_name: "Forward"))
|
292
|
+
CookiePreference.add_member(:whitelisted_names, Shapes::ShapeRef.new(shape: CookieNames, location_name: "WhitelistedNames"))
|
293
|
+
CookiePreference.struct_class = Types::CookiePreference
|
294
|
+
|
295
|
+
CreateCloudFrontOriginAccessIdentityRequest.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, required: true, location_name: "CloudFrontOriginAccessIdentityConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
296
|
+
CreateCloudFrontOriginAccessIdentityRequest.struct_class = Types::CreateCloudFrontOriginAccessIdentityRequest
|
297
|
+
CreateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
298
|
+
CreateCloudFrontOriginAccessIdentityRequest[:payload_member] = CreateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
299
|
+
|
300
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
301
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
302
|
+
CreateCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
303
|
+
CreateCloudFrontOriginAccessIdentityResult.struct_class = Types::CreateCloudFrontOriginAccessIdentityResult
|
304
|
+
CreateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
305
|
+
CreateCloudFrontOriginAccessIdentityResult[:payload_member] = CreateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
306
|
+
|
307
|
+
CreateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
308
|
+
CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
|
309
|
+
CreateDistributionRequest[:payload] = :distribution_config
|
310
|
+
CreateDistributionRequest[:payload_member] = CreateDistributionRequest.member(:distribution_config)
|
311
|
+
|
312
|
+
CreateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
313
|
+
CreateDistributionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
314
|
+
CreateDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
315
|
+
CreateDistributionResult.struct_class = Types::CreateDistributionResult
|
316
|
+
CreateDistributionResult[:payload] = :distribution
|
317
|
+
CreateDistributionResult[:payload_member] = CreateDistributionResult.member(:distribution)
|
318
|
+
|
319
|
+
CreateDistributionWithTagsRequest.add_member(:distribution_config_with_tags, Shapes::ShapeRef.new(shape: DistributionConfigWithTags, required: true, location_name: "DistributionConfigWithTags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
320
|
+
CreateDistributionWithTagsRequest.struct_class = Types::CreateDistributionWithTagsRequest
|
321
|
+
CreateDistributionWithTagsRequest[:payload] = :distribution_config_with_tags
|
322
|
+
CreateDistributionWithTagsRequest[:payload_member] = CreateDistributionWithTagsRequest.member(:distribution_config_with_tags)
|
323
|
+
|
324
|
+
CreateDistributionWithTagsResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
325
|
+
CreateDistributionWithTagsResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
326
|
+
CreateDistributionWithTagsResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
327
|
+
CreateDistributionWithTagsResult.struct_class = Types::CreateDistributionWithTagsResult
|
328
|
+
CreateDistributionWithTagsResult[:payload] = :distribution
|
329
|
+
CreateDistributionWithTagsResult[:payload_member] = CreateDistributionWithTagsResult.member(:distribution)
|
330
|
+
|
331
|
+
CreateInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
332
|
+
CreateInvalidationRequest.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
333
|
+
CreateInvalidationRequest.struct_class = Types::CreateInvalidationRequest
|
334
|
+
CreateInvalidationRequest[:payload] = :invalidation_batch
|
335
|
+
CreateInvalidationRequest[:payload_member] = CreateInvalidationRequest.member(:invalidation_batch)
|
336
|
+
|
337
|
+
CreateInvalidationResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
338
|
+
CreateInvalidationResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
339
|
+
CreateInvalidationResult.struct_class = Types::CreateInvalidationResult
|
340
|
+
CreateInvalidationResult[:payload] = :invalidation
|
341
|
+
CreateInvalidationResult[:payload_member] = CreateInvalidationResult.member(:invalidation)
|
342
|
+
|
343
|
+
CreateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
344
|
+
CreateStreamingDistributionRequest.struct_class = Types::CreateStreamingDistributionRequest
|
345
|
+
CreateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
346
|
+
CreateStreamingDistributionRequest[:payload_member] = CreateStreamingDistributionRequest.member(:streaming_distribution_config)
|
347
|
+
|
348
|
+
CreateStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
349
|
+
CreateStreamingDistributionResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
350
|
+
CreateStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
351
|
+
CreateStreamingDistributionResult.struct_class = Types::CreateStreamingDistributionResult
|
352
|
+
CreateStreamingDistributionResult[:payload] = :streaming_distribution
|
353
|
+
CreateStreamingDistributionResult[:payload_member] = CreateStreamingDistributionResult.member(:streaming_distribution)
|
354
|
+
|
355
|
+
CreateStreamingDistributionWithTagsRequest.add_member(:streaming_distribution_config_with_tags, Shapes::ShapeRef.new(shape: StreamingDistributionConfigWithTags, required: true, location_name: "StreamingDistributionConfigWithTags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
356
|
+
CreateStreamingDistributionWithTagsRequest.struct_class = Types::CreateStreamingDistributionWithTagsRequest
|
357
|
+
CreateStreamingDistributionWithTagsRequest[:payload] = :streaming_distribution_config_with_tags
|
358
|
+
CreateStreamingDistributionWithTagsRequest[:payload_member] = CreateStreamingDistributionWithTagsRequest.member(:streaming_distribution_config_with_tags)
|
359
|
+
|
360
|
+
CreateStreamingDistributionWithTagsResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
361
|
+
CreateStreamingDistributionWithTagsResult.add_member(:location, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "Location"))
|
362
|
+
CreateStreamingDistributionWithTagsResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
363
|
+
CreateStreamingDistributionWithTagsResult.struct_class = Types::CreateStreamingDistributionWithTagsResult
|
364
|
+
CreateStreamingDistributionWithTagsResult[:payload] = :streaming_distribution
|
365
|
+
CreateStreamingDistributionWithTagsResult[:payload_member] = CreateStreamingDistributionWithTagsResult.member(:streaming_distribution)
|
366
|
+
|
367
|
+
CustomErrorResponse.add_member(:error_code, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "ErrorCode"))
|
368
|
+
CustomErrorResponse.add_member(:response_page_path, Shapes::ShapeRef.new(shape: string, location_name: "ResponsePagePath"))
|
369
|
+
CustomErrorResponse.add_member(:response_code, Shapes::ShapeRef.new(shape: string, location_name: "ResponseCode"))
|
370
|
+
CustomErrorResponse.add_member(:error_caching_min_ttl, Shapes::ShapeRef.new(shape: long, location_name: "ErrorCachingMinTTL"))
|
371
|
+
CustomErrorResponse.struct_class = Types::CustomErrorResponse
|
372
|
+
|
373
|
+
CustomErrorResponseList.member = Shapes::ShapeRef.new(shape: CustomErrorResponse, location_name: "CustomErrorResponse")
|
374
|
+
|
375
|
+
CustomErrorResponses.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
376
|
+
CustomErrorResponses.add_member(:items, Shapes::ShapeRef.new(shape: CustomErrorResponseList, location_name: "Items"))
|
377
|
+
CustomErrorResponses.struct_class = Types::CustomErrorResponses
|
378
|
+
|
379
|
+
CustomHeaders.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
380
|
+
CustomHeaders.add_member(:items, Shapes::ShapeRef.new(shape: OriginCustomHeadersList, location_name: "Items"))
|
381
|
+
CustomHeaders.struct_class = Types::CustomHeaders
|
382
|
+
|
383
|
+
CustomOriginConfig.add_member(:http_port, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "HTTPPort"))
|
384
|
+
CustomOriginConfig.add_member(:https_port, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "HTTPSPort"))
|
385
|
+
CustomOriginConfig.add_member(:origin_protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicy, required: true, location_name: "OriginProtocolPolicy"))
|
386
|
+
CustomOriginConfig.add_member(:origin_ssl_protocols, Shapes::ShapeRef.new(shape: OriginSslProtocols, location_name: "OriginSslProtocols"))
|
387
|
+
CustomOriginConfig.add_member(:origin_read_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "OriginReadTimeout"))
|
388
|
+
CustomOriginConfig.add_member(:origin_keepalive_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "OriginKeepaliveTimeout"))
|
389
|
+
CustomOriginConfig.struct_class = Types::CustomOriginConfig
|
390
|
+
|
391
|
+
DefaultCacheBehavior.add_member(:target_origin_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "TargetOriginId"))
|
392
|
+
DefaultCacheBehavior.add_member(:forwarded_values, Shapes::ShapeRef.new(shape: ForwardedValues, required: true, location_name: "ForwardedValues"))
|
393
|
+
DefaultCacheBehavior.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
394
|
+
DefaultCacheBehavior.add_member(:viewer_protocol_policy, Shapes::ShapeRef.new(shape: ViewerProtocolPolicy, required: true, location_name: "ViewerProtocolPolicy"))
|
395
|
+
DefaultCacheBehavior.add_member(:min_ttl, Shapes::ShapeRef.new(shape: long, required: true, location_name: "MinTTL"))
|
396
|
+
DefaultCacheBehavior.add_member(:allowed_methods, Shapes::ShapeRef.new(shape: AllowedMethods, location_name: "AllowedMethods"))
|
397
|
+
DefaultCacheBehavior.add_member(:smooth_streaming, Shapes::ShapeRef.new(shape: boolean, location_name: "SmoothStreaming"))
|
398
|
+
DefaultCacheBehavior.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "DefaultTTL"))
|
399
|
+
DefaultCacheBehavior.add_member(:max_ttl, Shapes::ShapeRef.new(shape: long, location_name: "MaxTTL"))
|
400
|
+
DefaultCacheBehavior.add_member(:compress, Shapes::ShapeRef.new(shape: boolean, location_name: "Compress"))
|
401
|
+
DefaultCacheBehavior.add_member(:lambda_function_associations, Shapes::ShapeRef.new(shape: LambdaFunctionAssociations, location_name: "LambdaFunctionAssociations"))
|
402
|
+
DefaultCacheBehavior.struct_class = Types::DefaultCacheBehavior
|
403
|
+
|
404
|
+
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
405
|
+
DeleteCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
406
|
+
DeleteCloudFrontOriginAccessIdentityRequest.struct_class = Types::DeleteCloudFrontOriginAccessIdentityRequest
|
407
|
+
|
408
|
+
DeleteDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
409
|
+
DeleteDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
410
|
+
DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
|
411
|
+
|
412
|
+
DeleteStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
413
|
+
DeleteStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
414
|
+
DeleteStreamingDistributionRequest.struct_class = Types::DeleteStreamingDistributionRequest
|
415
|
+
|
416
|
+
Distribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
417
|
+
Distribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
418
|
+
Distribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
419
|
+
Distribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
420
|
+
Distribution.add_member(:in_progress_invalidation_batches, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "InProgressInvalidationBatches"))
|
421
|
+
Distribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
422
|
+
Distribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
|
423
|
+
Distribution.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
424
|
+
Distribution.struct_class = Types::Distribution
|
425
|
+
|
426
|
+
DistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
427
|
+
DistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
428
|
+
DistributionConfig.add_member(:default_root_object, Shapes::ShapeRef.new(shape: string, location_name: "DefaultRootObject"))
|
429
|
+
DistributionConfig.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
430
|
+
DistributionConfig.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
431
|
+
DistributionConfig.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, location_name: "CacheBehaviors"))
|
432
|
+
DistributionConfig.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, location_name: "CustomErrorResponses"))
|
433
|
+
DistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
434
|
+
DistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "Logging"))
|
435
|
+
DistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
|
436
|
+
DistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
437
|
+
DistributionConfig.add_member(:viewer_certificate, Shapes::ShapeRef.new(shape: ViewerCertificate, location_name: "ViewerCertificate"))
|
438
|
+
DistributionConfig.add_member(:restrictions, Shapes::ShapeRef.new(shape: Restrictions, location_name: "Restrictions"))
|
439
|
+
DistributionConfig.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, location_name: "WebACLId"))
|
440
|
+
DistributionConfig.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, location_name: "HttpVersion"))
|
441
|
+
DistributionConfig.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "IsIPV6Enabled"))
|
442
|
+
DistributionConfig.struct_class = Types::DistributionConfig
|
443
|
+
|
444
|
+
DistributionConfigWithTags.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig"))
|
445
|
+
DistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
446
|
+
DistributionConfigWithTags.struct_class = Types::DistributionConfigWithTags
|
447
|
+
|
448
|
+
DistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
449
|
+
DistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
450
|
+
DistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
451
|
+
DistributionList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
452
|
+
DistributionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
453
|
+
DistributionList.add_member(:items, Shapes::ShapeRef.new(shape: DistributionSummaryList, location_name: "Items"))
|
454
|
+
DistributionList.struct_class = Types::DistributionList
|
455
|
+
|
456
|
+
DistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
457
|
+
DistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
458
|
+
DistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
459
|
+
DistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
460
|
+
DistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
461
|
+
DistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
462
|
+
DistributionSummary.add_member(:origins, Shapes::ShapeRef.new(shape: Origins, required: true, location_name: "Origins"))
|
463
|
+
DistributionSummary.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: DefaultCacheBehavior, required: true, location_name: "DefaultCacheBehavior"))
|
464
|
+
DistributionSummary.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviors, required: true, location_name: "CacheBehaviors"))
|
465
|
+
DistributionSummary.add_member(:custom_error_responses, Shapes::ShapeRef.new(shape: CustomErrorResponses, required: true, location_name: "CustomErrorResponses"))
|
466
|
+
DistributionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
467
|
+
DistributionSummary.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, required: true, location_name: "PriceClass"))
|
468
|
+
DistributionSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
469
|
+
DistributionSummary.add_member(:viewer_certificate, Shapes::ShapeRef.new(shape: ViewerCertificate, required: true, location_name: "ViewerCertificate"))
|
470
|
+
DistributionSummary.add_member(:restrictions, Shapes::ShapeRef.new(shape: Restrictions, required: true, location_name: "Restrictions"))
|
471
|
+
DistributionSummary.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "WebACLId"))
|
472
|
+
DistributionSummary.add_member(:http_version, Shapes::ShapeRef.new(shape: HttpVersion, required: true, location_name: "HttpVersion"))
|
473
|
+
DistributionSummary.add_member(:is_ipv6_enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsIPV6Enabled"))
|
474
|
+
DistributionSummary.struct_class = Types::DistributionSummary
|
475
|
+
|
476
|
+
DistributionSummaryList.member = Shapes::ShapeRef.new(shape: DistributionSummary, location_name: "DistributionSummary")
|
477
|
+
|
478
|
+
ForwardedValues.add_member(:query_string, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "QueryString"))
|
479
|
+
ForwardedValues.add_member(:cookies, Shapes::ShapeRef.new(shape: CookiePreference, required: true, location_name: "Cookies"))
|
480
|
+
ForwardedValues.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
|
481
|
+
ForwardedValues.add_member(:query_string_cache_keys, Shapes::ShapeRef.new(shape: QueryStringCacheKeys, location_name: "QueryStringCacheKeys"))
|
482
|
+
ForwardedValues.struct_class = Types::ForwardedValues
|
483
|
+
|
484
|
+
GeoRestriction.add_member(:restriction_type, Shapes::ShapeRef.new(shape: GeoRestrictionType, required: true, location_name: "RestrictionType"))
|
485
|
+
GeoRestriction.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
486
|
+
GeoRestriction.add_member(:items, Shapes::ShapeRef.new(shape: LocationList, location_name: "Items"))
|
487
|
+
GeoRestriction.struct_class = Types::GeoRestriction
|
488
|
+
|
489
|
+
GetCloudFrontOriginAccessIdentityConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
490
|
+
GetCloudFrontOriginAccessIdentityConfigRequest.struct_class = Types::GetCloudFrontOriginAccessIdentityConfigRequest
|
491
|
+
|
492
|
+
GetCloudFrontOriginAccessIdentityConfigResult.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, location_name: "CloudFrontOriginAccessIdentityConfig"))
|
493
|
+
GetCloudFrontOriginAccessIdentityConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
494
|
+
GetCloudFrontOriginAccessIdentityConfigResult.struct_class = Types::GetCloudFrontOriginAccessIdentityConfigResult
|
495
|
+
GetCloudFrontOriginAccessIdentityConfigResult[:payload] = :cloud_front_origin_access_identity_config
|
496
|
+
GetCloudFrontOriginAccessIdentityConfigResult[:payload_member] = GetCloudFrontOriginAccessIdentityConfigResult.member(:cloud_front_origin_access_identity_config)
|
497
|
+
|
498
|
+
GetCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
499
|
+
GetCloudFrontOriginAccessIdentityRequest.struct_class = Types::GetCloudFrontOriginAccessIdentityRequest
|
500
|
+
|
501
|
+
GetCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
502
|
+
GetCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
503
|
+
GetCloudFrontOriginAccessIdentityResult.struct_class = Types::GetCloudFrontOriginAccessIdentityResult
|
504
|
+
GetCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
505
|
+
GetCloudFrontOriginAccessIdentityResult[:payload_member] = GetCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
506
|
+
|
507
|
+
GetDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
508
|
+
GetDistributionConfigRequest.struct_class = Types::GetDistributionConfigRequest
|
509
|
+
|
510
|
+
GetDistributionConfigResult.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, location_name: "DistributionConfig"))
|
511
|
+
GetDistributionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
512
|
+
GetDistributionConfigResult.struct_class = Types::GetDistributionConfigResult
|
513
|
+
GetDistributionConfigResult[:payload] = :distribution_config
|
514
|
+
GetDistributionConfigResult[:payload_member] = GetDistributionConfigResult.member(:distribution_config)
|
515
|
+
|
516
|
+
GetDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
517
|
+
GetDistributionRequest.struct_class = Types::GetDistributionRequest
|
518
|
+
|
519
|
+
GetDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
520
|
+
GetDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
521
|
+
GetDistributionResult.struct_class = Types::GetDistributionResult
|
522
|
+
GetDistributionResult[:payload] = :distribution
|
523
|
+
GetDistributionResult[:payload_member] = GetDistributionResult.member(:distribution)
|
524
|
+
|
525
|
+
GetInvalidationRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
526
|
+
GetInvalidationRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
527
|
+
GetInvalidationRequest.struct_class = Types::GetInvalidationRequest
|
528
|
+
|
529
|
+
GetInvalidationResult.add_member(:invalidation, Shapes::ShapeRef.new(shape: Invalidation, location_name: "Invalidation"))
|
530
|
+
GetInvalidationResult.struct_class = Types::GetInvalidationResult
|
531
|
+
GetInvalidationResult[:payload] = :invalidation
|
532
|
+
GetInvalidationResult[:payload_member] = GetInvalidationResult.member(:invalidation)
|
533
|
+
|
534
|
+
GetStreamingDistributionConfigRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
535
|
+
GetStreamingDistributionConfigRequest.struct_class = Types::GetStreamingDistributionConfigRequest
|
536
|
+
|
537
|
+
GetStreamingDistributionConfigResult.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, location_name: "StreamingDistributionConfig"))
|
538
|
+
GetStreamingDistributionConfigResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
539
|
+
GetStreamingDistributionConfigResult.struct_class = Types::GetStreamingDistributionConfigResult
|
540
|
+
GetStreamingDistributionConfigResult[:payload] = :streaming_distribution_config
|
541
|
+
GetStreamingDistributionConfigResult[:payload_member] = GetStreamingDistributionConfigResult.member(:streaming_distribution_config)
|
542
|
+
|
543
|
+
GetStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
544
|
+
GetStreamingDistributionRequest.struct_class = Types::GetStreamingDistributionRequest
|
545
|
+
|
546
|
+
GetStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
547
|
+
GetStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
548
|
+
GetStreamingDistributionResult.struct_class = Types::GetStreamingDistributionResult
|
549
|
+
GetStreamingDistributionResult[:payload] = :streaming_distribution
|
550
|
+
GetStreamingDistributionResult[:payload_member] = GetStreamingDistributionResult.member(:streaming_distribution)
|
551
|
+
|
552
|
+
HeaderList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
553
|
+
|
554
|
+
Headers.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
555
|
+
Headers.add_member(:items, Shapes::ShapeRef.new(shape: HeaderList, location_name: "Items"))
|
556
|
+
Headers.struct_class = Types::Headers
|
557
|
+
|
558
|
+
Invalidation.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
559
|
+
Invalidation.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
560
|
+
Invalidation.add_member(:create_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreateTime"))
|
561
|
+
Invalidation.add_member(:invalidation_batch, Shapes::ShapeRef.new(shape: InvalidationBatch, required: true, location_name: "InvalidationBatch"))
|
562
|
+
Invalidation.struct_class = Types::Invalidation
|
563
|
+
|
564
|
+
InvalidationBatch.add_member(:paths, Shapes::ShapeRef.new(shape: Paths, required: true, location_name: "Paths"))
|
565
|
+
InvalidationBatch.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
566
|
+
InvalidationBatch.struct_class = Types::InvalidationBatch
|
567
|
+
|
568
|
+
InvalidationList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
569
|
+
InvalidationList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
570
|
+
InvalidationList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
571
|
+
InvalidationList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
572
|
+
InvalidationList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
573
|
+
InvalidationList.add_member(:items, Shapes::ShapeRef.new(shape: InvalidationSummaryList, location_name: "Items"))
|
574
|
+
InvalidationList.struct_class = Types::InvalidationList
|
575
|
+
|
576
|
+
InvalidationSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
577
|
+
InvalidationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "CreateTime"))
|
578
|
+
InvalidationSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
579
|
+
InvalidationSummary.struct_class = Types::InvalidationSummary
|
580
|
+
|
581
|
+
InvalidationSummaryList.member = Shapes::ShapeRef.new(shape: InvalidationSummary, location_name: "InvalidationSummary")
|
582
|
+
|
583
|
+
KeyPairIdList.member = Shapes::ShapeRef.new(shape: string, location_name: "KeyPairId")
|
584
|
+
|
585
|
+
KeyPairIds.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
586
|
+
KeyPairIds.add_member(:items, Shapes::ShapeRef.new(shape: KeyPairIdList, location_name: "Items"))
|
587
|
+
KeyPairIds.struct_class = Types::KeyPairIds
|
588
|
+
|
589
|
+
LambdaFunctionAssociation.add_member(:lambda_function_arn, Shapes::ShapeRef.new(shape: string, location_name: "LambdaFunctionARN"))
|
590
|
+
LambdaFunctionAssociation.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "EventType"))
|
591
|
+
LambdaFunctionAssociation.struct_class = Types::LambdaFunctionAssociation
|
592
|
+
|
593
|
+
LambdaFunctionAssociationList.member = Shapes::ShapeRef.new(shape: LambdaFunctionAssociation, location_name: "LambdaFunctionAssociation")
|
594
|
+
|
595
|
+
LambdaFunctionAssociations.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
596
|
+
LambdaFunctionAssociations.add_member(:items, Shapes::ShapeRef.new(shape: LambdaFunctionAssociationList, location_name: "Items"))
|
597
|
+
LambdaFunctionAssociations.struct_class = Types::LambdaFunctionAssociations
|
598
|
+
|
599
|
+
ListCloudFrontOriginAccessIdentitiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
600
|
+
ListCloudFrontOriginAccessIdentitiesRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
601
|
+
ListCloudFrontOriginAccessIdentitiesRequest.struct_class = Types::ListCloudFrontOriginAccessIdentitiesRequest
|
602
|
+
|
603
|
+
ListCloudFrontOriginAccessIdentitiesResult.add_member(:cloud_front_origin_access_identity_list, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityList, location_name: "CloudFrontOriginAccessIdentityList"))
|
604
|
+
ListCloudFrontOriginAccessIdentitiesResult.struct_class = Types::ListCloudFrontOriginAccessIdentitiesResult
|
605
|
+
ListCloudFrontOriginAccessIdentitiesResult[:payload] = :cloud_front_origin_access_identity_list
|
606
|
+
ListCloudFrontOriginAccessIdentitiesResult[:payload_member] = ListCloudFrontOriginAccessIdentitiesResult.member(:cloud_front_origin_access_identity_list)
|
607
|
+
|
608
|
+
ListDistributionsByWebACLIdRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
609
|
+
ListDistributionsByWebACLIdRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
610
|
+
ListDistributionsByWebACLIdRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "WebACLId"))
|
611
|
+
ListDistributionsByWebACLIdRequest.struct_class = Types::ListDistributionsByWebACLIdRequest
|
612
|
+
|
613
|
+
ListDistributionsByWebACLIdResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
614
|
+
ListDistributionsByWebACLIdResult.struct_class = Types::ListDistributionsByWebACLIdResult
|
615
|
+
ListDistributionsByWebACLIdResult[:payload] = :distribution_list
|
616
|
+
ListDistributionsByWebACLIdResult[:payload_member] = ListDistributionsByWebACLIdResult.member(:distribution_list)
|
617
|
+
|
618
|
+
ListDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
619
|
+
ListDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
620
|
+
ListDistributionsRequest.struct_class = Types::ListDistributionsRequest
|
614
621
|
|
615
|
-
|
616
|
-
|
617
|
-
|
622
|
+
ListDistributionsResult.add_member(:distribution_list, Shapes::ShapeRef.new(shape: DistributionList, location_name: "DistributionList"))
|
623
|
+
ListDistributionsResult.struct_class = Types::ListDistributionsResult
|
624
|
+
ListDistributionsResult[:payload] = :distribution_list
|
625
|
+
ListDistributionsResult[:payload_member] = ListDistributionsResult.member(:distribution_list)
|
618
626
|
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
627
|
+
ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
628
|
+
ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
629
|
+
ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
630
|
+
ListInvalidationsRequest.struct_class = Types::ListInvalidationsRequest
|
631
|
+
|
632
|
+
ListInvalidationsResult.add_member(:invalidation_list, Shapes::ShapeRef.new(shape: InvalidationList, location_name: "InvalidationList"))
|
633
|
+
ListInvalidationsResult.struct_class = Types::ListInvalidationsResult
|
634
|
+
ListInvalidationsResult[:payload] = :invalidation_list
|
635
|
+
ListInvalidationsResult[:payload_member] = ListInvalidationsResult.member(:invalidation_list)
|
636
|
+
|
637
|
+
ListStreamingDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
638
|
+
ListStreamingDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
639
|
+
ListStreamingDistributionsRequest.struct_class = Types::ListStreamingDistributionsRequest
|
640
|
+
|
641
|
+
ListStreamingDistributionsResult.add_member(:streaming_distribution_list, Shapes::ShapeRef.new(shape: StreamingDistributionList, location_name: "StreamingDistributionList"))
|
642
|
+
ListStreamingDistributionsResult.struct_class = Types::ListStreamingDistributionsResult
|
643
|
+
ListStreamingDistributionsResult[:payload] = :streaming_distribution_list
|
644
|
+
ListStreamingDistributionsResult[:payload_member] = ListStreamingDistributionsResult.member(:streaming_distribution_list)
|
645
|
+
|
646
|
+
ListTagsForResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
647
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
648
|
+
|
649
|
+
ListTagsForResourceResult.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
650
|
+
ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
|
651
|
+
ListTagsForResourceResult[:payload] = :tags
|
652
|
+
ListTagsForResourceResult[:payload_member] = ListTagsForResourceResult.member(:tags)
|
653
|
+
|
654
|
+
LocationList.member = Shapes::ShapeRef.new(shape: string, location_name: "Location")
|
655
|
+
|
656
|
+
LoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
657
|
+
LoggingConfig.add_member(:include_cookies, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IncludeCookies"))
|
658
|
+
LoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
659
|
+
LoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
660
|
+
LoggingConfig.struct_class = Types::LoggingConfig
|
661
|
+
|
662
|
+
MethodsList.member = Shapes::ShapeRef.new(shape: Method, location_name: "Method")
|
663
|
+
|
664
|
+
Origin.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
665
|
+
Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
666
|
+
Origin.add_member(:origin_path, Shapes::ShapeRef.new(shape: string, location_name: "OriginPath"))
|
667
|
+
Origin.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "CustomHeaders"))
|
668
|
+
Origin.add_member(:s3_origin_config, Shapes::ShapeRef.new(shape: S3OriginConfig, location_name: "S3OriginConfig"))
|
669
|
+
Origin.add_member(:custom_origin_config, Shapes::ShapeRef.new(shape: CustomOriginConfig, location_name: "CustomOriginConfig"))
|
670
|
+
Origin.struct_class = Types::Origin
|
671
|
+
|
672
|
+
OriginCustomHeader.add_member(:header_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderName"))
|
673
|
+
OriginCustomHeader.add_member(:header_value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderValue"))
|
674
|
+
OriginCustomHeader.struct_class = Types::OriginCustomHeader
|
675
|
+
|
676
|
+
OriginCustomHeadersList.member = Shapes::ShapeRef.new(shape: OriginCustomHeader, location_name: "OriginCustomHeader")
|
677
|
+
|
678
|
+
OriginList.member = Shapes::ShapeRef.new(shape: Origin, location_name: "Origin")
|
679
|
+
|
680
|
+
OriginSslProtocols.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
681
|
+
OriginSslProtocols.add_member(:items, Shapes::ShapeRef.new(shape: SslProtocolsList, required: true, location_name: "Items"))
|
682
|
+
OriginSslProtocols.struct_class = Types::OriginSslProtocols
|
683
|
+
|
684
|
+
Origins.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
685
|
+
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, location_name: "Items"))
|
686
|
+
Origins.struct_class = Types::Origins
|
687
|
+
|
688
|
+
PathList.member = Shapes::ShapeRef.new(shape: string, location_name: "Path")
|
689
|
+
|
690
|
+
Paths.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
691
|
+
Paths.add_member(:items, Shapes::ShapeRef.new(shape: PathList, location_name: "Items"))
|
692
|
+
Paths.struct_class = Types::Paths
|
693
|
+
|
694
|
+
QueryStringCacheKeys.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
695
|
+
QueryStringCacheKeys.add_member(:items, Shapes::ShapeRef.new(shape: QueryStringCacheKeysList, location_name: "Items"))
|
696
|
+
QueryStringCacheKeys.struct_class = Types::QueryStringCacheKeys
|
697
|
+
|
698
|
+
QueryStringCacheKeysList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
699
|
+
|
700
|
+
Restrictions.add_member(:geo_restriction, Shapes::ShapeRef.new(shape: GeoRestriction, required: true, location_name: "GeoRestriction"))
|
701
|
+
Restrictions.struct_class = Types::Restrictions
|
702
|
+
|
703
|
+
S3Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
704
|
+
S3Origin.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
705
|
+
S3Origin.struct_class = Types::S3Origin
|
706
|
+
|
707
|
+
S3OriginConfig.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
708
|
+
S3OriginConfig.struct_class = Types::S3OriginConfig
|
709
|
+
|
710
|
+
Signer.add_member(:aws_account_number, Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber"))
|
711
|
+
Signer.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
|
712
|
+
Signer.struct_class = Types::Signer
|
713
|
+
|
714
|
+
SignerList.member = Shapes::ShapeRef.new(shape: Signer, location_name: "Signer")
|
715
|
+
|
716
|
+
SslProtocolsList.member = Shapes::ShapeRef.new(shape: SslProtocol, location_name: "SslProtocol")
|
717
|
+
|
718
|
+
StreamingDistribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
719
|
+
StreamingDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
720
|
+
StreamingDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
721
|
+
StreamingDistribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
722
|
+
StreamingDistribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
723
|
+
StreamingDistribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
|
724
|
+
StreamingDistribution.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
725
|
+
StreamingDistribution.struct_class = Types::StreamingDistribution
|
726
|
+
|
727
|
+
StreamingDistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
728
|
+
StreamingDistributionConfig.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
729
|
+
StreamingDistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
730
|
+
StreamingDistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
731
|
+
StreamingDistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: StreamingLoggingConfig, location_name: "Logging"))
|
732
|
+
StreamingDistributionConfig.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
733
|
+
StreamingDistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
|
734
|
+
StreamingDistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
735
|
+
StreamingDistributionConfig.struct_class = Types::StreamingDistributionConfig
|
736
|
+
|
737
|
+
StreamingDistributionConfigWithTags.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
738
|
+
StreamingDistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
739
|
+
StreamingDistributionConfigWithTags.struct_class = Types::StreamingDistributionConfigWithTags
|
740
|
+
|
741
|
+
StreamingDistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
742
|
+
StreamingDistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
743
|
+
StreamingDistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
744
|
+
StreamingDistributionList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
745
|
+
StreamingDistributionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
746
|
+
StreamingDistributionList.add_member(:items, Shapes::ShapeRef.new(shape: StreamingDistributionSummaryList, location_name: "Items"))
|
747
|
+
StreamingDistributionList.struct_class = Types::StreamingDistributionList
|
748
|
+
|
749
|
+
StreamingDistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
750
|
+
StreamingDistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
751
|
+
StreamingDistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
752
|
+
StreamingDistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
753
|
+
StreamingDistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
754
|
+
StreamingDistributionSummary.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
755
|
+
StreamingDistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
756
|
+
StreamingDistributionSummary.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
757
|
+
StreamingDistributionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
758
|
+
StreamingDistributionSummary.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, required: true, location_name: "PriceClass"))
|
759
|
+
StreamingDistributionSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
760
|
+
StreamingDistributionSummary.struct_class = Types::StreamingDistributionSummary
|
761
|
+
|
762
|
+
StreamingDistributionSummaryList.member = Shapes::ShapeRef.new(shape: StreamingDistributionSummary, location_name: "StreamingDistributionSummary")
|
763
|
+
|
764
|
+
StreamingLoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
765
|
+
StreamingLoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
766
|
+
StreamingLoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
767
|
+
StreamingLoggingConfig.struct_class = Types::StreamingLoggingConfig
|
768
|
+
|
769
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
770
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
771
|
+
Tag.struct_class = Types::Tag
|
772
|
+
|
773
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey, location_name: "Key")
|
774
|
+
|
775
|
+
TagKeys.add_member(:items, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "Items"))
|
776
|
+
TagKeys.struct_class = Types::TagKeys
|
777
|
+
|
778
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
779
|
+
|
780
|
+
TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
781
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
782
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
783
|
+
TagResourceRequest[:payload] = :tags
|
784
|
+
TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
|
785
|
+
|
786
|
+
Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
|
787
|
+
Tags.struct_class = Types::Tags
|
788
|
+
|
789
|
+
TrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
790
|
+
TrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
791
|
+
TrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: AwsAccountNumberList, location_name: "Items"))
|
792
|
+
TrustedSigners.struct_class = Types::TrustedSigners
|
793
|
+
|
794
|
+
UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
795
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
796
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
797
|
+
UntagResourceRequest[:payload] = :tag_keys
|
798
|
+
UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
|
799
|
+
|
800
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, required: true, location_name: "CloudFrontOriginAccessIdentityConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
801
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
802
|
+
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
803
|
+
UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
|
804
|
+
UpdateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
805
|
+
UpdateCloudFrontOriginAccessIdentityRequest[:payload_member] = UpdateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
806
|
+
|
807
|
+
UpdateCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
808
|
+
UpdateCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
809
|
+
UpdateCloudFrontOriginAccessIdentityResult.struct_class = Types::UpdateCloudFrontOriginAccessIdentityResult
|
810
|
+
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
811
|
+
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
812
|
+
|
813
|
+
UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
814
|
+
UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
815
|
+
UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
816
|
+
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
817
|
+
UpdateDistributionRequest[:payload] = :distribution_config
|
818
|
+
UpdateDistributionRequest[:payload_member] = UpdateDistributionRequest.member(:distribution_config)
|
819
|
+
|
820
|
+
UpdateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
821
|
+
UpdateDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
822
|
+
UpdateDistributionResult.struct_class = Types::UpdateDistributionResult
|
823
|
+
UpdateDistributionResult[:payload] = :distribution
|
824
|
+
UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
|
825
|
+
|
826
|
+
UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2017-03-25/"}}))
|
827
|
+
UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
828
|
+
UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
829
|
+
UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
|
830
|
+
UpdateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
831
|
+
UpdateStreamingDistributionRequest[:payload_member] = UpdateStreamingDistributionRequest.member(:streaming_distribution_config)
|
832
|
+
|
833
|
+
UpdateStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
834
|
+
UpdateStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
835
|
+
UpdateStreamingDistributionResult.struct_class = Types::UpdateStreamingDistributionResult
|
836
|
+
UpdateStreamingDistributionResult[:payload] = :streaming_distribution
|
837
|
+
UpdateStreamingDistributionResult[:payload_member] = UpdateStreamingDistributionResult.member(:streaming_distribution)
|
838
|
+
|
839
|
+
ViewerCertificate.add_member(:cloud_front_default_certificate, Shapes::ShapeRef.new(shape: boolean, location_name: "CloudFrontDefaultCertificate"))
|
840
|
+
ViewerCertificate.add_member(:iam_certificate_id, Shapes::ShapeRef.new(shape: string, location_name: "IAMCertificateId"))
|
841
|
+
ViewerCertificate.add_member(:acm_certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "ACMCertificateArn"))
|
842
|
+
ViewerCertificate.add_member(:ssl_support_method, Shapes::ShapeRef.new(shape: SSLSupportMethod, location_name: "SSLSupportMethod"))
|
843
|
+
ViewerCertificate.add_member(:minimum_protocol_version, Shapes::ShapeRef.new(shape: MinimumProtocolVersion, location_name: "MinimumProtocolVersion"))
|
844
|
+
ViewerCertificate.add_member(:certificate, Shapes::ShapeRef.new(shape: string, deprecated: true, location_name: "Certificate"))
|
845
|
+
ViewerCertificate.add_member(:certificate_source, Shapes::ShapeRef.new(shape: CertificateSource, deprecated: true, location_name: "CertificateSource"))
|
846
|
+
ViewerCertificate.struct_class = Types::ViewerCertificate
|
623
847
|
|
624
|
-
ListInvalidationsRequest.add_member(:distribution_id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "DistributionId"))
|
625
|
-
ListInvalidationsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
626
|
-
ListInvalidationsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
627
|
-
ListInvalidationsRequest.struct_class = Types::ListInvalidationsRequest
|
628
|
-
|
629
|
-
ListInvalidationsResult.add_member(:invalidation_list, Shapes::ShapeRef.new(shape: InvalidationList, location_name: "InvalidationList"))
|
630
|
-
ListInvalidationsResult.struct_class = Types::ListInvalidationsResult
|
631
|
-
ListInvalidationsResult[:payload] = :invalidation_list
|
632
|
-
ListInvalidationsResult[:payload_member] = ListInvalidationsResult.member(:invalidation_list)
|
633
|
-
|
634
|
-
ListStreamingDistributionsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: string, location: "querystring", location_name: "Marker"))
|
635
|
-
ListStreamingDistributionsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, location: "querystring", location_name: "MaxItems"))
|
636
|
-
ListStreamingDistributionsRequest.struct_class = Types::ListStreamingDistributionsRequest
|
637
|
-
|
638
|
-
ListStreamingDistributionsResult.add_member(:streaming_distribution_list, Shapes::ShapeRef.new(shape: StreamingDistributionList, location_name: "StreamingDistributionList"))
|
639
|
-
ListStreamingDistributionsResult.struct_class = Types::ListStreamingDistributionsResult
|
640
|
-
ListStreamingDistributionsResult[:payload] = :streaming_distribution_list
|
641
|
-
ListStreamingDistributionsResult[:payload_member] = ListStreamingDistributionsResult.member(:streaming_distribution_list)
|
642
|
-
|
643
|
-
ListTagsForResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
644
|
-
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
645
|
-
|
646
|
-
ListTagsForResourceResult.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
647
|
-
ListTagsForResourceResult.struct_class = Types::ListTagsForResourceResult
|
648
|
-
ListTagsForResourceResult[:payload] = :tags
|
649
|
-
ListTagsForResourceResult[:payload_member] = ListTagsForResourceResult.member(:tags)
|
650
|
-
|
651
|
-
LocationList.member = Shapes::ShapeRef.new(shape: string, location_name: "Location")
|
652
|
-
|
653
|
-
LoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
654
|
-
LoggingConfig.add_member(:include_cookies, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IncludeCookies"))
|
655
|
-
LoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
656
|
-
LoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
657
|
-
LoggingConfig.struct_class = Types::LoggingConfig
|
658
|
-
|
659
|
-
MethodsList.member = Shapes::ShapeRef.new(shape: Method, location_name: "Method")
|
660
|
-
|
661
|
-
Origin.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
662
|
-
Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
663
|
-
Origin.add_member(:origin_path, Shapes::ShapeRef.new(shape: string, location_name: "OriginPath"))
|
664
|
-
Origin.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "CustomHeaders"))
|
665
|
-
Origin.add_member(:s3_origin_config, Shapes::ShapeRef.new(shape: S3OriginConfig, location_name: "S3OriginConfig"))
|
666
|
-
Origin.add_member(:custom_origin_config, Shapes::ShapeRef.new(shape: CustomOriginConfig, location_name: "CustomOriginConfig"))
|
667
|
-
Origin.struct_class = Types::Origin
|
668
|
-
|
669
|
-
OriginCustomHeader.add_member(:header_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderName"))
|
670
|
-
OriginCustomHeader.add_member(:header_value, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderValue"))
|
671
|
-
OriginCustomHeader.struct_class = Types::OriginCustomHeader
|
672
|
-
|
673
|
-
OriginCustomHeadersList.member = Shapes::ShapeRef.new(shape: OriginCustomHeader, location_name: "OriginCustomHeader")
|
674
|
-
|
675
|
-
OriginList.member = Shapes::ShapeRef.new(shape: Origin, location_name: "Origin")
|
676
|
-
|
677
|
-
OriginSslProtocols.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
678
|
-
OriginSslProtocols.add_member(:items, Shapes::ShapeRef.new(shape: SslProtocolsList, required: true, location_name: "Items"))
|
679
|
-
OriginSslProtocols.struct_class = Types::OriginSslProtocols
|
680
|
-
|
681
|
-
Origins.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
682
|
-
Origins.add_member(:items, Shapes::ShapeRef.new(shape: OriginList, location_name: "Items"))
|
683
|
-
Origins.struct_class = Types::Origins
|
684
|
-
|
685
|
-
PathList.member = Shapes::ShapeRef.new(shape: string, location_name: "Path")
|
686
|
-
|
687
|
-
Paths.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
688
|
-
Paths.add_member(:items, Shapes::ShapeRef.new(shape: PathList, location_name: "Items"))
|
689
|
-
Paths.struct_class = Types::Paths
|
690
|
-
|
691
|
-
QueryStringCacheKeys.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
692
|
-
QueryStringCacheKeys.add_member(:items, Shapes::ShapeRef.new(shape: QueryStringCacheKeysList, location_name: "Items"))
|
693
|
-
QueryStringCacheKeys.struct_class = Types::QueryStringCacheKeys
|
694
|
-
|
695
|
-
QueryStringCacheKeysList.member = Shapes::ShapeRef.new(shape: string, location_name: "Name")
|
696
|
-
|
697
|
-
Restrictions.add_member(:geo_restriction, Shapes::ShapeRef.new(shape: GeoRestriction, required: true, location_name: "GeoRestriction"))
|
698
|
-
Restrictions.struct_class = Types::Restrictions
|
699
|
-
|
700
|
-
S3Origin.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
701
|
-
S3Origin.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
702
|
-
S3Origin.struct_class = Types::S3Origin
|
703
|
-
|
704
|
-
S3OriginConfig.add_member(:origin_access_identity, Shapes::ShapeRef.new(shape: string, required: true, location_name: "OriginAccessIdentity"))
|
705
|
-
S3OriginConfig.struct_class = Types::S3OriginConfig
|
706
|
-
|
707
|
-
Signer.add_member(:aws_account_number, Shapes::ShapeRef.new(shape: string, location_name: "AwsAccountNumber"))
|
708
|
-
Signer.add_member(:key_pair_ids, Shapes::ShapeRef.new(shape: KeyPairIds, location_name: "KeyPairIds"))
|
709
|
-
Signer.struct_class = Types::Signer
|
710
|
-
|
711
|
-
SignerList.member = Shapes::ShapeRef.new(shape: Signer, location_name: "Signer")
|
712
|
-
|
713
|
-
SslProtocolsList.member = Shapes::ShapeRef.new(shape: SslProtocol, location_name: "SslProtocol")
|
714
|
-
|
715
|
-
StreamingDistribution.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
716
|
-
StreamingDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
717
|
-
StreamingDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
718
|
-
StreamingDistribution.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, location_name: "LastModifiedTime"))
|
719
|
-
StreamingDistribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
720
|
-
StreamingDistribution.add_member(:active_trusted_signers, Shapes::ShapeRef.new(shape: ActiveTrustedSigners, required: true, location_name: "ActiveTrustedSigners"))
|
721
|
-
StreamingDistribution.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
722
|
-
StreamingDistribution.struct_class = Types::StreamingDistribution
|
723
|
-
|
724
|
-
StreamingDistributionConfig.add_member(:caller_reference, Shapes::ShapeRef.new(shape: string, required: true, location_name: "CallerReference"))
|
725
|
-
StreamingDistributionConfig.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
726
|
-
StreamingDistributionConfig.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, location_name: "Aliases"))
|
727
|
-
StreamingDistributionConfig.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
728
|
-
StreamingDistributionConfig.add_member(:logging, Shapes::ShapeRef.new(shape: StreamingLoggingConfig, location_name: "Logging"))
|
729
|
-
StreamingDistributionConfig.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
730
|
-
StreamingDistributionConfig.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, location_name: "PriceClass"))
|
731
|
-
StreamingDistributionConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
732
|
-
StreamingDistributionConfig.struct_class = Types::StreamingDistributionConfig
|
733
|
-
|
734
|
-
StreamingDistributionConfigWithTags.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig"))
|
735
|
-
StreamingDistributionConfigWithTags.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags"))
|
736
|
-
StreamingDistributionConfigWithTags.struct_class = Types::StreamingDistributionConfigWithTags
|
737
|
-
|
738
|
-
StreamingDistributionList.add_member(:marker, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Marker"))
|
739
|
-
StreamingDistributionList.add_member(:next_marker, Shapes::ShapeRef.new(shape: string, location_name: "NextMarker"))
|
740
|
-
StreamingDistributionList.add_member(:max_items, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "MaxItems"))
|
741
|
-
StreamingDistributionList.add_member(:is_truncated, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "IsTruncated"))
|
742
|
-
StreamingDistributionList.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
743
|
-
StreamingDistributionList.add_member(:items, Shapes::ShapeRef.new(shape: StreamingDistributionSummaryList, location_name: "Items"))
|
744
|
-
StreamingDistributionList.struct_class = Types::StreamingDistributionList
|
745
|
-
|
746
|
-
StreamingDistributionSummary.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Id"))
|
747
|
-
StreamingDistributionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: string, required: true, location_name: "ARN"))
|
748
|
-
StreamingDistributionSummary.add_member(:status, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Status"))
|
749
|
-
StreamingDistributionSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "LastModifiedTime"))
|
750
|
-
StreamingDistributionSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "DomainName"))
|
751
|
-
StreamingDistributionSummary.add_member(:s3_origin, Shapes::ShapeRef.new(shape: S3Origin, required: true, location_name: "S3Origin"))
|
752
|
-
StreamingDistributionSummary.add_member(:aliases, Shapes::ShapeRef.new(shape: Aliases, required: true, location_name: "Aliases"))
|
753
|
-
StreamingDistributionSummary.add_member(:trusted_signers, Shapes::ShapeRef.new(shape: TrustedSigners, required: true, location_name: "TrustedSigners"))
|
754
|
-
StreamingDistributionSummary.add_member(:comment, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Comment"))
|
755
|
-
StreamingDistributionSummary.add_member(:price_class, Shapes::ShapeRef.new(shape: PriceClass, required: true, location_name: "PriceClass"))
|
756
|
-
StreamingDistributionSummary.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
757
|
-
StreamingDistributionSummary.struct_class = Types::StreamingDistributionSummary
|
758
|
-
|
759
|
-
StreamingDistributionSummaryList.member = Shapes::ShapeRef.new(shape: StreamingDistributionSummary, location_name: "StreamingDistributionSummary")
|
760
|
-
|
761
|
-
StreamingLoggingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
762
|
-
StreamingLoggingConfig.add_member(:bucket, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Bucket"))
|
763
|
-
StreamingLoggingConfig.add_member(:prefix, Shapes::ShapeRef.new(shape: string, required: true, location_name: "Prefix"))
|
764
|
-
StreamingLoggingConfig.struct_class = Types::StreamingLoggingConfig
|
765
|
-
|
766
|
-
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
767
|
-
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
768
|
-
Tag.struct_class = Types::Tag
|
769
|
-
|
770
|
-
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey, location_name: "Key")
|
771
|
-
|
772
|
-
TagKeys.add_member(:items, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "Items"))
|
773
|
-
TagKeys.struct_class = Types::TagKeys
|
774
|
-
|
775
|
-
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
776
|
-
|
777
|
-
TagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
778
|
-
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, required: true, location_name: "Tags", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}))
|
779
|
-
TagResourceRequest.struct_class = Types::TagResourceRequest
|
780
|
-
TagResourceRequest[:payload] = :tags
|
781
|
-
TagResourceRequest[:payload_member] = TagResourceRequest.member(:tags)
|
782
|
-
|
783
|
-
Tags.add_member(:items, Shapes::ShapeRef.new(shape: TagList, location_name: "Items"))
|
784
|
-
Tags.struct_class = Types::Tags
|
785
|
-
|
786
|
-
TrustedSigners.add_member(:enabled, Shapes::ShapeRef.new(shape: boolean, required: true, location_name: "Enabled"))
|
787
|
-
TrustedSigners.add_member(:quantity, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "Quantity"))
|
788
|
-
TrustedSigners.add_member(:items, Shapes::ShapeRef.new(shape: AwsAccountNumberList, location_name: "Items"))
|
789
|
-
TrustedSigners.struct_class = Types::TrustedSigners
|
790
|
-
|
791
|
-
UntagResourceRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceARN, required: true, location: "querystring", location_name: "Resource"))
|
792
|
-
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "TagKeys", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}))
|
793
|
-
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
794
|
-
UntagResourceRequest[:payload] = :tag_keys
|
795
|
-
UntagResourceRequest[:payload_member] = UntagResourceRequest.member(:tag_keys)
|
796
|
-
|
797
|
-
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:cloud_front_origin_access_identity_config, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityConfig, required: true, location_name: "CloudFrontOriginAccessIdentityConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}))
|
798
|
-
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
799
|
-
UpdateCloudFrontOriginAccessIdentityRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
800
|
-
UpdateCloudFrontOriginAccessIdentityRequest.struct_class = Types::UpdateCloudFrontOriginAccessIdentityRequest
|
801
|
-
UpdateCloudFrontOriginAccessIdentityRequest[:payload] = :cloud_front_origin_access_identity_config
|
802
|
-
UpdateCloudFrontOriginAccessIdentityRequest[:payload_member] = UpdateCloudFrontOriginAccessIdentityRequest.member(:cloud_front_origin_access_identity_config)
|
803
|
-
|
804
|
-
UpdateCloudFrontOriginAccessIdentityResult.add_member(:cloud_front_origin_access_identity, Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentity, location_name: "CloudFrontOriginAccessIdentity"))
|
805
|
-
UpdateCloudFrontOriginAccessIdentityResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
806
|
-
UpdateCloudFrontOriginAccessIdentityResult.struct_class = Types::UpdateCloudFrontOriginAccessIdentityResult
|
807
|
-
UpdateCloudFrontOriginAccessIdentityResult[:payload] = :cloud_front_origin_access_identity
|
808
|
-
UpdateCloudFrontOriginAccessIdentityResult[:payload_member] = UpdateCloudFrontOriginAccessIdentityResult.member(:cloud_front_origin_access_identity)
|
809
|
-
|
810
|
-
UpdateDistributionRequest.add_member(:distribution_config, Shapes::ShapeRef.new(shape: DistributionConfig, required: true, location_name: "DistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}))
|
811
|
-
UpdateDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
812
|
-
UpdateDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
813
|
-
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
814
|
-
UpdateDistributionRequest[:payload] = :distribution_config
|
815
|
-
UpdateDistributionRequest[:payload_member] = UpdateDistributionRequest.member(:distribution_config)
|
816
|
-
|
817
|
-
UpdateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: Distribution, location_name: "Distribution"))
|
818
|
-
UpdateDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
819
|
-
UpdateDistributionResult.struct_class = Types::UpdateDistributionResult
|
820
|
-
UpdateDistributionResult[:payload] = :distribution
|
821
|
-
UpdateDistributionResult[:payload_member] = UpdateDistributionResult.member(:distribution)
|
822
|
-
|
823
|
-
UpdateStreamingDistributionRequest.add_member(:streaming_distribution_config, Shapes::ShapeRef.new(shape: StreamingDistributionConfig, required: true, location_name: "StreamingDistributionConfig", metadata: {"xmlNamespace"=>{"uri"=>"http://cloudfront.amazonaws.com/doc/2016-11-25/"}}))
|
824
|
-
UpdateStreamingDistributionRequest.add_member(:id, Shapes::ShapeRef.new(shape: string, required: true, location: "uri", location_name: "Id"))
|
825
|
-
UpdateStreamingDistributionRequest.add_member(:if_match, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "If-Match"))
|
826
|
-
UpdateStreamingDistributionRequest.struct_class = Types::UpdateStreamingDistributionRequest
|
827
|
-
UpdateStreamingDistributionRequest[:payload] = :streaming_distribution_config
|
828
|
-
UpdateStreamingDistributionRequest[:payload_member] = UpdateStreamingDistributionRequest.member(:streaming_distribution_config)
|
829
|
-
|
830
|
-
UpdateStreamingDistributionResult.add_member(:streaming_distribution, Shapes::ShapeRef.new(shape: StreamingDistribution, location_name: "StreamingDistribution"))
|
831
|
-
UpdateStreamingDistributionResult.add_member(:etag, Shapes::ShapeRef.new(shape: string, location: "header", location_name: "ETag"))
|
832
|
-
UpdateStreamingDistributionResult.struct_class = Types::UpdateStreamingDistributionResult
|
833
|
-
UpdateStreamingDistributionResult[:payload] = :streaming_distribution
|
834
|
-
UpdateStreamingDistributionResult[:payload_member] = UpdateStreamingDistributionResult.member(:streaming_distribution)
|
835
|
-
|
836
|
-
ViewerCertificate.add_member(:cloud_front_default_certificate, Shapes::ShapeRef.new(shape: boolean, location_name: "CloudFrontDefaultCertificate"))
|
837
|
-
ViewerCertificate.add_member(:iam_certificate_id, Shapes::ShapeRef.new(shape: string, location_name: "IAMCertificateId"))
|
838
|
-
ViewerCertificate.add_member(:acm_certificate_arn, Shapes::ShapeRef.new(shape: string, location_name: "ACMCertificateArn"))
|
839
|
-
ViewerCertificate.add_member(:ssl_support_method, Shapes::ShapeRef.new(shape: SSLSupportMethod, location_name: "SSLSupportMethod"))
|
840
|
-
ViewerCertificate.add_member(:minimum_protocol_version, Shapes::ShapeRef.new(shape: MinimumProtocolVersion, location_name: "MinimumProtocolVersion"))
|
841
|
-
ViewerCertificate.add_member(:certificate, Shapes::ShapeRef.new(shape: string, deprecated: true, location_name: "Certificate"))
|
842
|
-
ViewerCertificate.add_member(:certificate_source, Shapes::ShapeRef.new(shape: CertificateSource, deprecated: true, location_name: "CertificateSource"))
|
843
|
-
ViewerCertificate.struct_class = Types::ViewerCertificate
|
844
|
-
|
845
|
-
|
846
|
-
# @api private
|
847
|
-
API = Seahorse::Model::Api.new.tap do |api|
|
848
|
-
|
849
|
-
api.version = "2016-11-25"
|
850
|
-
|
851
|
-
api.metadata = {
|
852
|
-
"endpointPrefix" => "cloudfront",
|
853
|
-
"protocol" => "rest-xml",
|
854
|
-
"serviceFullName" => "Amazon CloudFront",
|
855
|
-
"signatureVersion" => "v4",
|
856
|
-
}
|
857
|
-
|
858
|
-
api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
859
|
-
o.name = "CreateCloudFrontOriginAccessIdentity"
|
860
|
-
o.http_method = "POST"
|
861
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront"
|
862
|
-
o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
|
863
|
-
o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
|
864
|
-
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
|
865
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
866
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
|
867
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
868
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
869
|
-
end)
|
870
|
-
|
871
|
-
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
872
|
-
o.name = "CreateDistribution"
|
873
|
-
o.http_method = "POST"
|
874
|
-
o.http_request_uri = "/2016-11-25/distribution"
|
875
|
-
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
876
|
-
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
877
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
878
|
-
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
879
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
880
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
881
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
882
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
883
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
884
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
885
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
886
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
887
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
888
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
889
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
890
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
891
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
892
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
893
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
894
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
895
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
896
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
897
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
898
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
899
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
900
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
901
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
902
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
903
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
904
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
905
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
906
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
907
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
908
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
909
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
910
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
911
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
912
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
913
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
914
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
915
|
-
end)
|
916
|
-
|
917
|
-
api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
918
|
-
o.name = "CreateDistributionWithTags"
|
919
|
-
o.http_method = "POST"
|
920
|
-
o.http_request_uri = "/2016-11-25/distribution?WithTags"
|
921
|
-
o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
|
922
|
-
o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
|
923
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
924
|
-
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
925
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
926
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
927
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
928
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
929
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
930
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
931
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
932
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
933
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
934
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
935
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
936
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
937
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
938
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
939
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
940
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
941
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
942
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
943
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
944
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
945
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
946
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
947
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
948
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
949
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
950
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
951
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
952
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
953
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
954
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
955
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
956
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
957
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
958
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
959
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
960
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
961
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
962
|
-
end)
|
963
|
-
|
964
|
-
api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
965
|
-
o.name = "CreateInvalidation"
|
966
|
-
o.http_method = "POST"
|
967
|
-
o.http_request_uri = "/2016-11-25/distribution/{DistributionId}/invalidation"
|
968
|
-
o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
|
969
|
-
o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
|
970
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
971
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
972
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
973
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
974
|
-
o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
|
975
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
|
976
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
977
|
-
end)
|
978
|
-
|
979
|
-
api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
980
|
-
o.name = "CreateStreamingDistribution"
|
981
|
-
o.http_method = "POST"
|
982
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution"
|
983
|
-
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
|
984
|
-
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
|
985
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
986
|
-
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
987
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
988
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
989
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
990
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
991
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
992
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
993
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
994
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
995
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
996
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
997
|
-
end)
|
998
|
-
|
999
|
-
api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
1000
|
-
o.name = "CreateStreamingDistributionWithTags"
|
1001
|
-
o.http_method = "POST"
|
1002
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution?WithTags"
|
1003
|
-
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
|
1004
|
-
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
|
1005
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1006
|
-
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
1007
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
1008
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1009
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1010
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1011
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1012
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1013
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1014
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
1015
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1016
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1017
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1018
|
-
end)
|
1019
|
-
|
1020
|
-
api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1021
|
-
o.name = "DeleteCloudFrontOriginAccessIdentity"
|
1022
|
-
o.http_method = "DELETE"
|
1023
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront/{Id}"
|
1024
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
|
1025
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1026
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1027
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1028
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1029
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1030
|
-
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
|
1031
|
-
end)
|
1032
|
-
|
1033
|
-
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1034
|
-
o.name = "DeleteDistribution"
|
1035
|
-
o.http_method = "DELETE"
|
1036
|
-
o.http_request_uri = "/2016-11-25/distribution/{Id}"
|
1037
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
1038
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1039
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1040
|
-
o.errors << Shapes::ShapeRef.new(shape: DistributionNotDisabled)
|
1041
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1042
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1043
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1044
|
-
end)
|
1045
|
-
|
1046
|
-
api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1047
|
-
o.name = "DeleteStreamingDistribution"
|
1048
|
-
o.http_method = "DELETE"
|
1049
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution/{Id}"
|
1050
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
|
1051
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1052
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1053
|
-
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionNotDisabled)
|
1054
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1055
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1056
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1057
|
-
end)
|
1058
|
-
|
1059
|
-
api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1060
|
-
o.name = "GetCloudFrontOriginAccessIdentity"
|
1061
|
-
o.http_method = "GET"
|
1062
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront/{Id}"
|
1063
|
-
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
|
1064
|
-
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
|
1065
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1066
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1067
|
-
end)
|
1068
|
-
|
1069
|
-
api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
|
1070
|
-
o.name = "GetCloudFrontOriginAccessIdentityConfig"
|
1071
|
-
o.http_method = "GET"
|
1072
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront/{Id}/config"
|
1073
|
-
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
|
1074
|
-
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
|
1075
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1076
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1077
|
-
end)
|
1078
|
-
|
1079
|
-
api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1080
|
-
o.name = "GetDistribution"
|
1081
|
-
o.http_method = "GET"
|
1082
|
-
o.http_request_uri = "/2016-11-25/distribution/{Id}"
|
1083
|
-
o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
|
1084
|
-
o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
|
1085
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1086
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1087
|
-
end)
|
1088
|
-
|
1089
|
-
api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1090
|
-
o.name = "GetDistributionConfig"
|
1091
|
-
o.http_method = "GET"
|
1092
|
-
o.http_request_uri = "/2016-11-25/distribution/{Id}/config"
|
1093
|
-
o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
|
1094
|
-
o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
|
1095
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1096
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1097
|
-
end)
|
1098
|
-
|
1099
|
-
api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
1100
|
-
o.name = "GetInvalidation"
|
1101
|
-
o.http_method = "GET"
|
1102
|
-
o.http_request_uri = "/2016-11-25/distribution/{DistributionId}/invalidation/{Id}"
|
1103
|
-
o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
|
1104
|
-
o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
|
1105
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
1106
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1107
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1108
|
-
end)
|
1109
|
-
|
1110
|
-
api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1111
|
-
o.name = "GetStreamingDistribution"
|
1112
|
-
o.http_method = "GET"
|
1113
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution/{Id}"
|
1114
|
-
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
|
1115
|
-
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
|
1116
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1117
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1118
|
-
end)
|
1119
|
-
|
1120
|
-
api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1121
|
-
o.name = "GetStreamingDistributionConfig"
|
1122
|
-
o.http_method = "GET"
|
1123
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution/{Id}/config"
|
1124
|
-
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
|
1125
|
-
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
|
1126
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1127
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1128
|
-
end)
|
1129
|
-
|
1130
|
-
api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
|
1131
|
-
o.name = "ListCloudFrontOriginAccessIdentities"
|
1132
|
-
o.http_method = "GET"
|
1133
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront"
|
1134
|
-
o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
|
1135
|
-
o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
|
1136
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1137
|
-
o[:pager] = Aws::Pager.new(
|
1138
|
-
more_results: "cloud_front_origin_access_identity_list.is_truncated",
|
1139
|
-
limit_key: "max_items",
|
1140
|
-
tokens: {
|
1141
|
-
"cloud_front_origin_access_identity_list.next_marker" => "marker"
|
1142
|
-
}
|
1143
|
-
)
|
1144
|
-
end)
|
1145
|
-
|
1146
|
-
api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1147
|
-
o.name = "ListDistributions"
|
1148
|
-
o.http_method = "GET"
|
1149
|
-
o.http_request_uri = "/2016-11-25/distribution"
|
1150
|
-
o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
|
1151
|
-
o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
|
1152
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1153
|
-
o[:pager] = Aws::Pager.new(
|
1154
|
-
more_results: "distribution_list.is_truncated",
|
1155
|
-
limit_key: "max_items",
|
1156
|
-
tokens: {
|
1157
|
-
"distribution_list.next_marker" => "marker"
|
1158
|
-
}
|
1159
|
-
)
|
1160
|
-
end)
|
1161
|
-
|
1162
|
-
api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
|
1163
|
-
o.name = "ListDistributionsByWebACLId"
|
1164
|
-
o.http_method = "GET"
|
1165
|
-
o.http_request_uri = "/2016-11-25/distributionsByWebACLId/{WebACLId}"
|
1166
|
-
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
|
1167
|
-
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
|
1168
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1169
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1170
|
-
end)
|
1171
|
-
|
1172
|
-
api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
|
1173
|
-
o.name = "ListInvalidations"
|
1174
|
-
o.http_method = "GET"
|
1175
|
-
o.http_request_uri = "/2016-11-25/distribution/{DistributionId}/invalidation"
|
1176
|
-
o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
|
1177
|
-
o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
|
1178
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1179
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1180
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1181
|
-
o[:pager] = Aws::Pager.new(
|
1182
|
-
more_results: "invalidation_list.is_truncated",
|
1183
|
-
limit_key: "max_items",
|
1184
|
-
tokens: {
|
1185
|
-
"invalidation_list.next_marker" => "marker"
|
1186
|
-
}
|
1187
|
-
)
|
1188
|
-
end)
|
1189
|
-
|
1190
|
-
api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1191
|
-
o.name = "ListStreamingDistributions"
|
1192
|
-
o.http_method = "GET"
|
1193
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution"
|
1194
|
-
o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
|
1195
|
-
o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
|
1196
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1197
|
-
o[:pager] = Aws::Pager.new(
|
1198
|
-
more_results: "streaming_distribution_list.is_truncated",
|
1199
|
-
limit_key: "max_items",
|
1200
|
-
tokens: {
|
1201
|
-
"streaming_distribution_list.next_marker" => "marker"
|
1202
|
-
}
|
1203
|
-
)
|
1204
|
-
end)
|
1205
|
-
|
1206
|
-
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1207
|
-
o.name = "ListTagsForResource"
|
1208
|
-
o.http_method = "GET"
|
1209
|
-
o.http_request_uri = "/2016-11-25/tagging"
|
1210
|
-
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1211
|
-
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
|
1212
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1213
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1214
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1215
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1216
|
-
end)
|
1217
|
-
|
1218
|
-
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1219
|
-
o.name = "TagResource"
|
1220
|
-
o.http_method = "POST"
|
1221
|
-
o.http_request_uri = "/2016-11-25/tagging?Operation=Tag"
|
1222
|
-
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1223
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1224
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1225
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1226
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1227
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1228
|
-
end)
|
1229
|
-
|
1230
|
-
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1231
|
-
o.name = "UntagResource"
|
1232
|
-
o.http_method = "POST"
|
1233
|
-
o.http_request_uri = "/2016-11-25/tagging?Operation=Untag"
|
1234
|
-
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1235
|
-
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1236
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1237
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1238
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1239
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1240
|
-
end)
|
1241
|
-
|
1242
|
-
api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1243
|
-
o.name = "UpdateCloudFrontOriginAccessIdentity"
|
1244
|
-
o.http_method = "PUT"
|
1245
|
-
o.http_request_uri = "/2016-11-25/origin-access-identity/cloudfront/{Id}/config"
|
1246
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
|
1247
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
|
1248
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1249
|
-
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1250
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1251
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1252
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1253
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1254
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1255
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1256
|
-
end)
|
1257
|
-
|
1258
|
-
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1259
|
-
o.name = "UpdateDistribution"
|
1260
|
-
o.http_method = "PUT"
|
1261
|
-
o.http_request_uri = "/2016-11-25/distribution/{Id}/config"
|
1262
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
1263
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
1264
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1265
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1266
|
-
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1267
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1268
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1269
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1270
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1271
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
1272
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
1273
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
1274
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
1275
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
1276
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1277
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1278
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1279
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1280
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
1281
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
1282
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1283
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1284
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1285
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1286
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1287
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
1288
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
1289
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
1290
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1291
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
1292
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
1293
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
1294
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
1295
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1296
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
1297
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
1298
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
1299
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
1300
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
1301
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
1302
|
-
end)
|
1303
|
-
|
1304
|
-
api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1305
|
-
o.name = "UpdateStreamingDistribution"
|
1306
|
-
o.http_method = "PUT"
|
1307
|
-
o.http_request_uri = "/2016-11-25/streaming-distribution/{Id}/config"
|
1308
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
|
1309
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
|
1310
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1311
|
-
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1312
|
-
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1313
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1314
|
-
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1315
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1316
|
-
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1317
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1318
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1319
|
-
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1320
|
-
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1321
|
-
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1322
|
-
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1323
|
-
end)
|
1324
|
-
end
|
1325
848
|
|
849
|
+
# @api private
|
850
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
851
|
+
|
852
|
+
api.version = "2017-03-25"
|
853
|
+
|
854
|
+
api.metadata = {
|
855
|
+
"endpointPrefix" => "cloudfront",
|
856
|
+
"protocol" => "rest-xml",
|
857
|
+
"serviceFullName" => "Amazon CloudFront",
|
858
|
+
"signatureVersion" => "v4",
|
859
|
+
}
|
860
|
+
|
861
|
+
api.add_operation(:create_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
862
|
+
o.name = "CreateCloudFrontOriginAccessIdentity"
|
863
|
+
o.http_method = "POST"
|
864
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront"
|
865
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityRequest)
|
866
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCloudFrontOriginAccessIdentityResult)
|
867
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityAlreadyExists)
|
868
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
869
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCloudFrontOriginAccessIdentities)
|
870
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
871
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
872
|
+
end)
|
873
|
+
|
874
|
+
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
875
|
+
o.name = "CreateDistribution"
|
876
|
+
o.http_method = "POST"
|
877
|
+
o.http_request_uri = "/2017-03-25/distribution"
|
878
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
879
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
884
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
885
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
886
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
887
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
888
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
889
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
890
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
891
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
892
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
893
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
894
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
896
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
897
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
905
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
906
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
907
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
908
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
909
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
910
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
911
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
912
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
|
920
|
+
end)
|
921
|
+
|
922
|
+
api.add_operation(:create_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
923
|
+
o.name = "CreateDistributionWithTags"
|
924
|
+
o.http_method = "POST"
|
925
|
+
o.http_request_uri = "/2017-03-25/distribution?WithTags"
|
926
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsRequest)
|
927
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionWithTagsResult)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionAlreadyExists)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
936
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
937
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
938
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
939
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributions)
|
940
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
941
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
942
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
943
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
944
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
951
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
952
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
954
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
956
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
957
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidProtocolSettings)
|
958
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
965
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
966
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
967
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
|
968
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
|
969
|
+
end)
|
970
|
+
|
971
|
+
api.add_operation(:create_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
972
|
+
o.name = "CreateInvalidation"
|
973
|
+
o.http_method = "POST"
|
974
|
+
o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation"
|
975
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInvalidationRequest)
|
976
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInvalidationResult)
|
977
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
978
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
979
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
980
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
981
|
+
o.errors << Shapes::ShapeRef.new(shape: BatchTooLarge)
|
982
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyInvalidationsInProgress)
|
983
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
984
|
+
end)
|
985
|
+
|
986
|
+
api.add_operation(:create_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
987
|
+
o.name = "CreateStreamingDistribution"
|
988
|
+
o.http_method = "POST"
|
989
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution"
|
990
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionRequest)
|
991
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionResult)
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
993
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
994
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
995
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
996
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
997
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
998
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
999
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1000
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1001
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
1002
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1003
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1004
|
+
end)
|
1005
|
+
|
1006
|
+
api.add_operation(:create_streaming_distribution_with_tags, Seahorse::Model::Operation.new.tap do |o|
|
1007
|
+
o.name = "CreateStreamingDistributionWithTags"
|
1008
|
+
o.http_method = "POST"
|
1009
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution?WithTags"
|
1010
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsRequest)
|
1011
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStreamingDistributionWithTagsResult)
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1013
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionAlreadyExists)
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOrigin)
|
1015
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1016
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1017
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1018
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1019
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1020
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1021
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributions)
|
1022
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1023
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1024
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1025
|
+
end)
|
1026
|
+
|
1027
|
+
api.add_operation(:delete_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1028
|
+
o.name = "DeleteCloudFrontOriginAccessIdentity"
|
1029
|
+
o.http_method = "DELETE"
|
1030
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}"
|
1031
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCloudFrontOriginAccessIdentityRequest)
|
1032
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1034
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1035
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1036
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1037
|
+
o.errors << Shapes::ShapeRef.new(shape: CloudFrontOriginAccessIdentityInUse)
|
1038
|
+
end)
|
1039
|
+
|
1040
|
+
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1041
|
+
o.name = "DeleteDistribution"
|
1042
|
+
o.http_method = "DELETE"
|
1043
|
+
o.http_request_uri = "/2017-03-25/distribution/{Id}"
|
1044
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
1045
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1046
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1047
|
+
o.errors << Shapes::ShapeRef.new(shape: DistributionNotDisabled)
|
1048
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1049
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1050
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1051
|
+
end)
|
1052
|
+
|
1053
|
+
api.add_operation(:delete_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1054
|
+
o.name = "DeleteStreamingDistribution"
|
1055
|
+
o.http_method = "DELETE"
|
1056
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}"
|
1057
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStreamingDistributionRequest)
|
1058
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1060
|
+
o.errors << Shapes::ShapeRef.new(shape: StreamingDistributionNotDisabled)
|
1061
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1062
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1063
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1064
|
+
end)
|
1065
|
+
|
1066
|
+
api.add_operation(:get_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1067
|
+
o.name = "GetCloudFrontOriginAccessIdentity"
|
1068
|
+
o.http_method = "GET"
|
1069
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}"
|
1070
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityRequest)
|
1071
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityResult)
|
1072
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1073
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1074
|
+
end)
|
1075
|
+
|
1076
|
+
api.add_operation(:get_cloud_front_origin_access_identity_config, Seahorse::Model::Operation.new.tap do |o|
|
1077
|
+
o.name = "GetCloudFrontOriginAccessIdentityConfig"
|
1078
|
+
o.http_method = "GET"
|
1079
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}/config"
|
1080
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigRequest)
|
1081
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudFrontOriginAccessIdentityConfigResult)
|
1082
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1083
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1084
|
+
end)
|
1085
|
+
|
1086
|
+
api.add_operation(:get_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1087
|
+
o.name = "GetDistribution"
|
1088
|
+
o.http_method = "GET"
|
1089
|
+
o.http_request_uri = "/2017-03-25/distribution/{Id}"
|
1090
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionRequest)
|
1091
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionResult)
|
1092
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1093
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1094
|
+
end)
|
1095
|
+
|
1096
|
+
api.add_operation(:get_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1097
|
+
o.name = "GetDistributionConfig"
|
1098
|
+
o.http_method = "GET"
|
1099
|
+
o.http_request_uri = "/2017-03-25/distribution/{Id}/config"
|
1100
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionConfigRequest)
|
1101
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionConfigResult)
|
1102
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1104
|
+
end)
|
1105
|
+
|
1106
|
+
api.add_operation(:get_invalidation, Seahorse::Model::Operation.new.tap do |o|
|
1107
|
+
o.name = "GetInvalidation"
|
1108
|
+
o.http_method = "GET"
|
1109
|
+
o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation/{Id}"
|
1110
|
+
o.input = Shapes::ShapeRef.new(shape: GetInvalidationRequest)
|
1111
|
+
o.output = Shapes::ShapeRef.new(shape: GetInvalidationResult)
|
1112
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchInvalidation)
|
1113
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1114
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1115
|
+
end)
|
1116
|
+
|
1117
|
+
api.add_operation(:get_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1118
|
+
o.name = "GetStreamingDistribution"
|
1119
|
+
o.http_method = "GET"
|
1120
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}"
|
1121
|
+
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionRequest)
|
1122
|
+
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionResult)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1125
|
+
end)
|
1126
|
+
|
1127
|
+
api.add_operation(:get_streaming_distribution_config, Seahorse::Model::Operation.new.tap do |o|
|
1128
|
+
o.name = "GetStreamingDistributionConfig"
|
1129
|
+
o.http_method = "GET"
|
1130
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}/config"
|
1131
|
+
o.input = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigRequest)
|
1132
|
+
o.output = Shapes::ShapeRef.new(shape: GetStreamingDistributionConfigResult)
|
1133
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1134
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1135
|
+
end)
|
1136
|
+
|
1137
|
+
api.add_operation(:list_cloud_front_origin_access_identities, Seahorse::Model::Operation.new.tap do |o|
|
1138
|
+
o.name = "ListCloudFrontOriginAccessIdentities"
|
1139
|
+
o.http_method = "GET"
|
1140
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront"
|
1141
|
+
o.input = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesRequest)
|
1142
|
+
o.output = Shapes::ShapeRef.new(shape: ListCloudFrontOriginAccessIdentitiesResult)
|
1143
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1144
|
+
o[:pager] = Aws::Pager.new(
|
1145
|
+
more_results: "cloud_front_origin_access_identity_list.is_truncated",
|
1146
|
+
limit_key: "max_items",
|
1147
|
+
tokens: {
|
1148
|
+
"cloud_front_origin_access_identity_list.next_marker" => "marker"
|
1149
|
+
}
|
1150
|
+
)
|
1151
|
+
end)
|
1152
|
+
|
1153
|
+
api.add_operation(:list_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1154
|
+
o.name = "ListDistributions"
|
1155
|
+
o.http_method = "GET"
|
1156
|
+
o.http_request_uri = "/2017-03-25/distribution"
|
1157
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsRequest)
|
1158
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsResult)
|
1159
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1160
|
+
o[:pager] = Aws::Pager.new(
|
1161
|
+
more_results: "distribution_list.is_truncated",
|
1162
|
+
limit_key: "max_items",
|
1163
|
+
tokens: {
|
1164
|
+
"distribution_list.next_marker" => "marker"
|
1165
|
+
}
|
1166
|
+
)
|
1167
|
+
end)
|
1168
|
+
|
1169
|
+
api.add_operation(:list_distributions_by_web_acl_id, Seahorse::Model::Operation.new.tap do |o|
|
1170
|
+
o.name = "ListDistributionsByWebACLId"
|
1171
|
+
o.http_method = "GET"
|
1172
|
+
o.http_request_uri = "/2017-03-25/distributionsByWebACLId/{WebACLId}"
|
1173
|
+
o.input = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdRequest)
|
1174
|
+
o.output = Shapes::ShapeRef.new(shape: ListDistributionsByWebACLIdResult)
|
1175
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1176
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1177
|
+
end)
|
1178
|
+
|
1179
|
+
api.add_operation(:list_invalidations, Seahorse::Model::Operation.new.tap do |o|
|
1180
|
+
o.name = "ListInvalidations"
|
1181
|
+
o.http_method = "GET"
|
1182
|
+
o.http_request_uri = "/2017-03-25/distribution/{DistributionId}/invalidation"
|
1183
|
+
o.input = Shapes::ShapeRef.new(shape: ListInvalidationsRequest)
|
1184
|
+
o.output = Shapes::ShapeRef.new(shape: ListInvalidationsResult)
|
1185
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1186
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1187
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1188
|
+
o[:pager] = Aws::Pager.new(
|
1189
|
+
more_results: "invalidation_list.is_truncated",
|
1190
|
+
limit_key: "max_items",
|
1191
|
+
tokens: {
|
1192
|
+
"invalidation_list.next_marker" => "marker"
|
1193
|
+
}
|
1194
|
+
)
|
1195
|
+
end)
|
1196
|
+
|
1197
|
+
api.add_operation(:list_streaming_distributions, Seahorse::Model::Operation.new.tap do |o|
|
1198
|
+
o.name = "ListStreamingDistributions"
|
1199
|
+
o.http_method = "GET"
|
1200
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution"
|
1201
|
+
o.input = Shapes::ShapeRef.new(shape: ListStreamingDistributionsRequest)
|
1202
|
+
o.output = Shapes::ShapeRef.new(shape: ListStreamingDistributionsResult)
|
1203
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1204
|
+
o[:pager] = Aws::Pager.new(
|
1205
|
+
more_results: "streaming_distribution_list.is_truncated",
|
1206
|
+
limit_key: "max_items",
|
1207
|
+
tokens: {
|
1208
|
+
"streaming_distribution_list.next_marker" => "marker"
|
1209
|
+
}
|
1210
|
+
)
|
1211
|
+
end)
|
1212
|
+
|
1213
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1214
|
+
o.name = "ListTagsForResource"
|
1215
|
+
o.http_method = "GET"
|
1216
|
+
o.http_request_uri = "/2017-03-25/tagging"
|
1217
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
1218
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResult)
|
1219
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1220
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1221
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1222
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1223
|
+
end)
|
1224
|
+
|
1225
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1226
|
+
o.name = "TagResource"
|
1227
|
+
o.http_method = "POST"
|
1228
|
+
o.http_request_uri = "/2017-03-25/tagging?Operation=Tag"
|
1229
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
1230
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1231
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1232
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1233
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1234
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1235
|
+
end)
|
1236
|
+
|
1237
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1238
|
+
o.name = "UntagResource"
|
1239
|
+
o.http_method = "POST"
|
1240
|
+
o.http_request_uri = "/2017-03-25/tagging?Operation=Untag"
|
1241
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
1242
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1243
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1244
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1245
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTagging)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchResource)
|
1247
|
+
end)
|
1248
|
+
|
1249
|
+
api.add_operation(:update_cloud_front_origin_access_identity, Seahorse::Model::Operation.new.tap do |o|
|
1250
|
+
o.name = "UpdateCloudFrontOriginAccessIdentity"
|
1251
|
+
o.http_method = "PUT"
|
1252
|
+
o.http_request_uri = "/2017-03-25/origin-access-identity/cloudfront/{Id}/config"
|
1253
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityRequest)
|
1254
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateCloudFrontOriginAccessIdentityResult)
|
1255
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1256
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1257
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1258
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1259
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchCloudFrontOriginAccessIdentity)
|
1260
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1261
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1262
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1263
|
+
end)
|
1264
|
+
|
1265
|
+
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1266
|
+
o.name = "UpdateDistribution"
|
1267
|
+
o.http_method = "PUT"
|
1268
|
+
o.http_request_uri = "/2017-03-25/distribution/{Id}/config"
|
1269
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
1270
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
1271
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1272
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1273
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1274
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1275
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1276
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchDistribution)
|
1277
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1278
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionCNAMEs)
|
1279
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDefaultRootObject)
|
1280
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRelativePath)
|
1281
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidErrorCode)
|
1282
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResponseCode)
|
1283
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1284
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1285
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1286
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1287
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidViewerCertificate)
|
1288
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidMinimumProtocolVersion)
|
1289
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequiredProtocol)
|
1290
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrigin)
|
1291
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOrigins)
|
1292
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCacheBehaviors)
|
1293
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCookieNamesInWhiteList)
|
1294
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidForwardCookies)
|
1295
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyHeadersInForwardedValues)
|
1296
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidHeadersForS3Origin)
|
1297
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1298
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyCertificates)
|
1299
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLocationCode)
|
1300
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidGeoRestrictionParameter)
|
1301
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTTLOrder)
|
1302
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidWebACLId)
|
1303
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyOriginCustomHeaders)
|
1304
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyQueryStringParameters)
|
1305
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidQueryStringParameters)
|
1306
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyDistributionsWithLambdaAssociations)
|
1307
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyLambdaFunctionAssociations)
|
1308
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidLambdaFunctionAssociation)
|
1309
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginReadTimeout)
|
1310
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginKeepaliveTimeout)
|
1311
|
+
end)
|
1312
|
+
|
1313
|
+
api.add_operation(:update_streaming_distribution, Seahorse::Model::Operation.new.tap do |o|
|
1314
|
+
o.name = "UpdateStreamingDistribution"
|
1315
|
+
o.http_method = "PUT"
|
1316
|
+
o.http_request_uri = "/2017-03-25/streaming-distribution/{Id}/config"
|
1317
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionRequest)
|
1318
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateStreamingDistributionResult)
|
1319
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDenied)
|
1320
|
+
o.errors << Shapes::ShapeRef.new(shape: CNAMEAlreadyExists)
|
1321
|
+
o.errors << Shapes::ShapeRef.new(shape: IllegalUpdate)
|
1322
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidIfMatchVersion)
|
1323
|
+
o.errors << Shapes::ShapeRef.new(shape: MissingBody)
|
1324
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchStreamingDistribution)
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: PreconditionFailed)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyStreamingDistributionCNAMEs)
|
1327
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidArgument)
|
1328
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOriginAccessIdentity)
|
1329
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTrustedSigners)
|
1330
|
+
o.errors << Shapes::ShapeRef.new(shape: TrustedSignerDoesNotExist)
|
1331
|
+
o.errors << Shapes::ShapeRef.new(shape: InconsistentQuantities)
|
1332
|
+
end)
|
1326
1333
|
end
|
1334
|
+
|
1327
1335
|
end
|
1328
1336
|
end
|