cdk-docker-image-deployment 0.0.76 → 0.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +24 -0
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +30 -5
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +17 -13
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +94 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +1155 -683
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -36,6 +36,56 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
|
+
"CopyDistribution": {
|
|
40
|
+
"http": {
|
|
41
|
+
"requestUri": "/2020-05-31/distribution/{PrimaryDistributionId}/copy",
|
|
42
|
+
"responseCode": 201
|
|
43
|
+
},
|
|
44
|
+
"input": {
|
|
45
|
+
"locationName": "CopyDistributionRequest",
|
|
46
|
+
"xmlNamespace": {
|
|
47
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
48
|
+
},
|
|
49
|
+
"type": "structure",
|
|
50
|
+
"required": [
|
|
51
|
+
"PrimaryDistributionId",
|
|
52
|
+
"CallerReference"
|
|
53
|
+
],
|
|
54
|
+
"members": {
|
|
55
|
+
"PrimaryDistributionId": {
|
|
56
|
+
"location": "uri",
|
|
57
|
+
"locationName": "PrimaryDistributionId"
|
|
58
|
+
},
|
|
59
|
+
"Staging": {
|
|
60
|
+
"location": "header",
|
|
61
|
+
"locationName": "Staging",
|
|
62
|
+
"type": "boolean"
|
|
63
|
+
},
|
|
64
|
+
"IfMatch": {
|
|
65
|
+
"location": "header",
|
|
66
|
+
"locationName": "If-Match"
|
|
67
|
+
},
|
|
68
|
+
"CallerReference": {}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"output": {
|
|
72
|
+
"type": "structure",
|
|
73
|
+
"members": {
|
|
74
|
+
"Distribution": {
|
|
75
|
+
"shape": "S6"
|
|
76
|
+
},
|
|
77
|
+
"Location": {
|
|
78
|
+
"location": "header",
|
|
79
|
+
"locationName": "Location"
|
|
80
|
+
},
|
|
81
|
+
"ETag": {
|
|
82
|
+
"location": "header",
|
|
83
|
+
"locationName": "ETag"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"payload": "Distribution"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
39
89
|
"CreateCachePolicy": {
|
|
40
90
|
"http": {
|
|
41
91
|
"requestUri": "/2020-05-31/cache-policy",
|
|
@@ -48,7 +98,7 @@
|
|
|
48
98
|
],
|
|
49
99
|
"members": {
|
|
50
100
|
"CachePolicyConfig": {
|
|
51
|
-
"shape": "
|
|
101
|
+
"shape": "S2n",
|
|
52
102
|
"locationName": "CachePolicyConfig",
|
|
53
103
|
"xmlNamespace": {
|
|
54
104
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -61,7 +111,7 @@
|
|
|
61
111
|
"type": "structure",
|
|
62
112
|
"members": {
|
|
63
113
|
"CachePolicy": {
|
|
64
|
-
"shape": "
|
|
114
|
+
"shape": "S2y"
|
|
65
115
|
},
|
|
66
116
|
"Location": {
|
|
67
117
|
"location": "header",
|
|
@@ -87,7 +137,7 @@
|
|
|
87
137
|
],
|
|
88
138
|
"members": {
|
|
89
139
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
90
|
-
"shape": "
|
|
140
|
+
"shape": "S30",
|
|
91
141
|
"locationName": "CloudFrontOriginAccessIdentityConfig",
|
|
92
142
|
"xmlNamespace": {
|
|
93
143
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -100,7 +150,7 @@
|
|
|
100
150
|
"type": "structure",
|
|
101
151
|
"members": {
|
|
102
152
|
"CloudFrontOriginAccessIdentity": {
|
|
103
|
-
"shape": "
|
|
153
|
+
"shape": "S32"
|
|
104
154
|
},
|
|
105
155
|
"Location": {
|
|
106
156
|
"location": "header",
|
|
@@ -114,6 +164,45 @@
|
|
|
114
164
|
"payload": "CloudFrontOriginAccessIdentity"
|
|
115
165
|
}
|
|
116
166
|
},
|
|
167
|
+
"CreateContinuousDeploymentPolicy": {
|
|
168
|
+
"http": {
|
|
169
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy",
|
|
170
|
+
"responseCode": 201
|
|
171
|
+
},
|
|
172
|
+
"input": {
|
|
173
|
+
"type": "structure",
|
|
174
|
+
"required": [
|
|
175
|
+
"ContinuousDeploymentPolicyConfig"
|
|
176
|
+
],
|
|
177
|
+
"members": {
|
|
178
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
179
|
+
"shape": "S34",
|
|
180
|
+
"locationName": "ContinuousDeploymentPolicyConfig",
|
|
181
|
+
"xmlNamespace": {
|
|
182
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
187
|
+
},
|
|
188
|
+
"output": {
|
|
189
|
+
"type": "structure",
|
|
190
|
+
"members": {
|
|
191
|
+
"ContinuousDeploymentPolicy": {
|
|
192
|
+
"shape": "S3e"
|
|
193
|
+
},
|
|
194
|
+
"Location": {
|
|
195
|
+
"location": "header",
|
|
196
|
+
"locationName": "Location"
|
|
197
|
+
},
|
|
198
|
+
"ETag": {
|
|
199
|
+
"location": "header",
|
|
200
|
+
"locationName": "ETag"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
117
206
|
"CreateDistribution": {
|
|
118
207
|
"http": {
|
|
119
208
|
"requestUri": "/2020-05-31/distribution",
|
|
@@ -126,7 +215,7 @@
|
|
|
126
215
|
],
|
|
127
216
|
"members": {
|
|
128
217
|
"DistributionConfig": {
|
|
129
|
-
"shape": "
|
|
218
|
+
"shape": "Sh",
|
|
130
219
|
"locationName": "DistributionConfig",
|
|
131
220
|
"xmlNamespace": {
|
|
132
221
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -139,7 +228,7 @@
|
|
|
139
228
|
"type": "structure",
|
|
140
229
|
"members": {
|
|
141
230
|
"Distribution": {
|
|
142
|
-
"shape": "
|
|
231
|
+
"shape": "S6"
|
|
143
232
|
},
|
|
144
233
|
"Location": {
|
|
145
234
|
"location": "header",
|
|
@@ -176,10 +265,10 @@
|
|
|
176
265
|
],
|
|
177
266
|
"members": {
|
|
178
267
|
"DistributionConfig": {
|
|
179
|
-
"shape": "
|
|
268
|
+
"shape": "Sh"
|
|
180
269
|
},
|
|
181
270
|
"Tags": {
|
|
182
|
-
"shape": "
|
|
271
|
+
"shape": "S3j"
|
|
183
272
|
}
|
|
184
273
|
}
|
|
185
274
|
}
|
|
@@ -190,7 +279,7 @@
|
|
|
190
279
|
"type": "structure",
|
|
191
280
|
"members": {
|
|
192
281
|
"Distribution": {
|
|
193
|
-
"shape": "
|
|
282
|
+
"shape": "S6"
|
|
194
283
|
},
|
|
195
284
|
"Location": {
|
|
196
285
|
"location": "header",
|
|
@@ -216,7 +305,7 @@
|
|
|
216
305
|
],
|
|
217
306
|
"members": {
|
|
218
307
|
"FieldLevelEncryptionConfig": {
|
|
219
|
-
"shape": "
|
|
308
|
+
"shape": "S3q",
|
|
220
309
|
"locationName": "FieldLevelEncryptionConfig",
|
|
221
310
|
"xmlNamespace": {
|
|
222
311
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -229,7 +318,7 @@
|
|
|
229
318
|
"type": "structure",
|
|
230
319
|
"members": {
|
|
231
320
|
"FieldLevelEncryption": {
|
|
232
|
-
"shape": "
|
|
321
|
+
"shape": "S41"
|
|
233
322
|
},
|
|
234
323
|
"Location": {
|
|
235
324
|
"location": "header",
|
|
@@ -255,7 +344,7 @@
|
|
|
255
344
|
],
|
|
256
345
|
"members": {
|
|
257
346
|
"FieldLevelEncryptionProfileConfig": {
|
|
258
|
-
"shape": "
|
|
347
|
+
"shape": "S43",
|
|
259
348
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
260
349
|
"xmlNamespace": {
|
|
261
350
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -268,7 +357,7 @@
|
|
|
268
357
|
"type": "structure",
|
|
269
358
|
"members": {
|
|
270
359
|
"FieldLevelEncryptionProfile": {
|
|
271
|
-
"shape": "
|
|
360
|
+
"shape": "S4a"
|
|
272
361
|
},
|
|
273
362
|
"Location": {
|
|
274
363
|
"location": "header",
|
|
@@ -301,10 +390,10 @@
|
|
|
301
390
|
"members": {
|
|
302
391
|
"Name": {},
|
|
303
392
|
"FunctionConfig": {
|
|
304
|
-
"shape": "
|
|
393
|
+
"shape": "S4d"
|
|
305
394
|
},
|
|
306
395
|
"FunctionCode": {
|
|
307
|
-
"shape": "
|
|
396
|
+
"shape": "S4f"
|
|
308
397
|
}
|
|
309
398
|
}
|
|
310
399
|
},
|
|
@@ -312,7 +401,7 @@
|
|
|
312
401
|
"type": "structure",
|
|
313
402
|
"members": {
|
|
314
403
|
"FunctionSummary": {
|
|
315
|
-
"shape": "
|
|
404
|
+
"shape": "S4h"
|
|
316
405
|
},
|
|
317
406
|
"Location": {
|
|
318
407
|
"location": "header",
|
|
@@ -343,7 +432,7 @@
|
|
|
343
432
|
"locationName": "DistributionId"
|
|
344
433
|
},
|
|
345
434
|
"InvalidationBatch": {
|
|
346
|
-
"shape": "
|
|
435
|
+
"shape": "S4l",
|
|
347
436
|
"locationName": "InvalidationBatch",
|
|
348
437
|
"xmlNamespace": {
|
|
349
438
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -360,7 +449,7 @@
|
|
|
360
449
|
"locationName": "Location"
|
|
361
450
|
},
|
|
362
451
|
"Invalidation": {
|
|
363
|
-
"shape": "
|
|
452
|
+
"shape": "S4p"
|
|
364
453
|
}
|
|
365
454
|
},
|
|
366
455
|
"payload": "Invalidation"
|
|
@@ -378,7 +467,7 @@
|
|
|
378
467
|
],
|
|
379
468
|
"members": {
|
|
380
469
|
"KeyGroupConfig": {
|
|
381
|
-
"shape": "
|
|
470
|
+
"shape": "S4r",
|
|
382
471
|
"locationName": "KeyGroupConfig",
|
|
383
472
|
"xmlNamespace": {
|
|
384
473
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -391,7 +480,7 @@
|
|
|
391
480
|
"type": "structure",
|
|
392
481
|
"members": {
|
|
393
482
|
"KeyGroup": {
|
|
394
|
-
"shape": "
|
|
483
|
+
"shape": "S4u"
|
|
395
484
|
},
|
|
396
485
|
"Location": {
|
|
397
486
|
"location": "header",
|
|
@@ -421,7 +510,7 @@
|
|
|
421
510
|
"locationName": "DistributionId"
|
|
422
511
|
},
|
|
423
512
|
"MonitoringSubscription": {
|
|
424
|
-
"shape": "
|
|
513
|
+
"shape": "S4w",
|
|
425
514
|
"locationName": "MonitoringSubscription",
|
|
426
515
|
"xmlNamespace": {
|
|
427
516
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -434,7 +523,7 @@
|
|
|
434
523
|
"type": "structure",
|
|
435
524
|
"members": {
|
|
436
525
|
"MonitoringSubscription": {
|
|
437
|
-
"shape": "
|
|
526
|
+
"shape": "S4w"
|
|
438
527
|
}
|
|
439
528
|
},
|
|
440
529
|
"payload": "MonitoringSubscription"
|
|
@@ -452,7 +541,7 @@
|
|
|
452
541
|
],
|
|
453
542
|
"members": {
|
|
454
543
|
"OriginAccessControlConfig": {
|
|
455
|
-
"shape": "
|
|
544
|
+
"shape": "S51",
|
|
456
545
|
"locationName": "OriginAccessControlConfig",
|
|
457
546
|
"xmlNamespace": {
|
|
458
547
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -465,7 +554,7 @@
|
|
|
465
554
|
"type": "structure",
|
|
466
555
|
"members": {
|
|
467
556
|
"OriginAccessControl": {
|
|
468
|
-
"shape": "
|
|
557
|
+
"shape": "S56"
|
|
469
558
|
},
|
|
470
559
|
"Location": {
|
|
471
560
|
"location": "header",
|
|
@@ -491,7 +580,7 @@
|
|
|
491
580
|
],
|
|
492
581
|
"members": {
|
|
493
582
|
"OriginRequestPolicyConfig": {
|
|
494
|
-
"shape": "
|
|
583
|
+
"shape": "S58",
|
|
495
584
|
"locationName": "OriginRequestPolicyConfig",
|
|
496
585
|
"xmlNamespace": {
|
|
497
586
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -504,7 +593,7 @@
|
|
|
504
593
|
"type": "structure",
|
|
505
594
|
"members": {
|
|
506
595
|
"OriginRequestPolicy": {
|
|
507
|
-
"shape": "
|
|
596
|
+
"shape": "S5g"
|
|
508
597
|
},
|
|
509
598
|
"Location": {
|
|
510
599
|
"location": "header",
|
|
@@ -530,7 +619,7 @@
|
|
|
530
619
|
],
|
|
531
620
|
"members": {
|
|
532
621
|
"PublicKeyConfig": {
|
|
533
|
-
"shape": "
|
|
622
|
+
"shape": "S5i",
|
|
534
623
|
"locationName": "PublicKeyConfig",
|
|
535
624
|
"xmlNamespace": {
|
|
536
625
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -543,7 +632,7 @@
|
|
|
543
632
|
"type": "structure",
|
|
544
633
|
"members": {
|
|
545
634
|
"PublicKey": {
|
|
546
|
-
"shape": "
|
|
635
|
+
"shape": "S5k"
|
|
547
636
|
},
|
|
548
637
|
"Location": {
|
|
549
638
|
"location": "header",
|
|
@@ -576,10 +665,10 @@
|
|
|
576
665
|
],
|
|
577
666
|
"members": {
|
|
578
667
|
"EndPoints": {
|
|
579
|
-
"shape": "
|
|
668
|
+
"shape": "S5m"
|
|
580
669
|
},
|
|
581
670
|
"Fields": {
|
|
582
|
-
"shape": "
|
|
671
|
+
"shape": "S5p"
|
|
583
672
|
},
|
|
584
673
|
"Name": {},
|
|
585
674
|
"SamplingRate": {
|
|
@@ -591,7 +680,7 @@
|
|
|
591
680
|
"type": "structure",
|
|
592
681
|
"members": {
|
|
593
682
|
"RealtimeLogConfig": {
|
|
594
|
-
"shape": "
|
|
683
|
+
"shape": "S5r"
|
|
595
684
|
}
|
|
596
685
|
}
|
|
597
686
|
}
|
|
@@ -608,7 +697,7 @@
|
|
|
608
697
|
],
|
|
609
698
|
"members": {
|
|
610
699
|
"ResponseHeadersPolicyConfig": {
|
|
611
|
-
"shape": "
|
|
700
|
+
"shape": "S5t",
|
|
612
701
|
"locationName": "ResponseHeadersPolicyConfig",
|
|
613
702
|
"xmlNamespace": {
|
|
614
703
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -621,7 +710,7 @@
|
|
|
621
710
|
"type": "structure",
|
|
622
711
|
"members": {
|
|
623
712
|
"ResponseHeadersPolicy": {
|
|
624
|
-
"shape": "
|
|
713
|
+
"shape": "S6j"
|
|
625
714
|
},
|
|
626
715
|
"Location": {
|
|
627
716
|
"location": "header",
|
|
@@ -647,7 +736,7 @@
|
|
|
647
736
|
],
|
|
648
737
|
"members": {
|
|
649
738
|
"StreamingDistributionConfig": {
|
|
650
|
-
"shape": "
|
|
739
|
+
"shape": "S6l",
|
|
651
740
|
"locationName": "StreamingDistributionConfig",
|
|
652
741
|
"xmlNamespace": {
|
|
653
742
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -660,7 +749,7 @@
|
|
|
660
749
|
"type": "structure",
|
|
661
750
|
"members": {
|
|
662
751
|
"StreamingDistribution": {
|
|
663
|
-
"shape": "
|
|
752
|
+
"shape": "S6p"
|
|
664
753
|
},
|
|
665
754
|
"Location": {
|
|
666
755
|
"location": "header",
|
|
@@ -697,10 +786,10 @@
|
|
|
697
786
|
],
|
|
698
787
|
"members": {
|
|
699
788
|
"StreamingDistributionConfig": {
|
|
700
|
-
"shape": "
|
|
789
|
+
"shape": "S6l"
|
|
701
790
|
},
|
|
702
791
|
"Tags": {
|
|
703
|
-
"shape": "
|
|
792
|
+
"shape": "S3j"
|
|
704
793
|
}
|
|
705
794
|
}
|
|
706
795
|
}
|
|
@@ -711,7 +800,7 @@
|
|
|
711
800
|
"type": "structure",
|
|
712
801
|
"members": {
|
|
713
802
|
"StreamingDistribution": {
|
|
714
|
-
"shape": "
|
|
803
|
+
"shape": "S6p"
|
|
715
804
|
},
|
|
716
805
|
"Location": {
|
|
717
806
|
"location": "header",
|
|
@@ -771,6 +860,29 @@
|
|
|
771
860
|
}
|
|
772
861
|
}
|
|
773
862
|
},
|
|
863
|
+
"DeleteContinuousDeploymentPolicy": {
|
|
864
|
+
"http": {
|
|
865
|
+
"method": "DELETE",
|
|
866
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}",
|
|
867
|
+
"responseCode": 204
|
|
868
|
+
},
|
|
869
|
+
"input": {
|
|
870
|
+
"type": "structure",
|
|
871
|
+
"required": [
|
|
872
|
+
"Id"
|
|
873
|
+
],
|
|
874
|
+
"members": {
|
|
875
|
+
"Id": {
|
|
876
|
+
"location": "uri",
|
|
877
|
+
"locationName": "Id"
|
|
878
|
+
},
|
|
879
|
+
"IfMatch": {
|
|
880
|
+
"location": "header",
|
|
881
|
+
"locationName": "If-Match"
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
},
|
|
774
886
|
"DeleteDistribution": {
|
|
775
887
|
"http": {
|
|
776
888
|
"method": "DELETE",
|
|
@@ -1066,7 +1178,7 @@
|
|
|
1066
1178
|
"type": "structure",
|
|
1067
1179
|
"members": {
|
|
1068
1180
|
"FunctionSummary": {
|
|
1069
|
-
"shape": "
|
|
1181
|
+
"shape": "S4h"
|
|
1070
1182
|
},
|
|
1071
1183
|
"ETag": {
|
|
1072
1184
|
"location": "header",
|
|
@@ -1097,7 +1209,7 @@
|
|
|
1097
1209
|
"type": "structure",
|
|
1098
1210
|
"members": {
|
|
1099
1211
|
"CachePolicy": {
|
|
1100
|
-
"shape": "
|
|
1212
|
+
"shape": "S2y"
|
|
1101
1213
|
},
|
|
1102
1214
|
"ETag": {
|
|
1103
1215
|
"location": "header",
|
|
@@ -1128,7 +1240,7 @@
|
|
|
1128
1240
|
"type": "structure",
|
|
1129
1241
|
"members": {
|
|
1130
1242
|
"CachePolicyConfig": {
|
|
1131
|
-
"shape": "
|
|
1243
|
+
"shape": "S2n"
|
|
1132
1244
|
},
|
|
1133
1245
|
"ETag": {
|
|
1134
1246
|
"location": "header",
|
|
@@ -1159,7 +1271,7 @@
|
|
|
1159
1271
|
"type": "structure",
|
|
1160
1272
|
"members": {
|
|
1161
1273
|
"CloudFrontOriginAccessIdentity": {
|
|
1162
|
-
"shape": "
|
|
1274
|
+
"shape": "S32"
|
|
1163
1275
|
},
|
|
1164
1276
|
"ETag": {
|
|
1165
1277
|
"location": "header",
|
|
@@ -1190,7 +1302,7 @@
|
|
|
1190
1302
|
"type": "structure",
|
|
1191
1303
|
"members": {
|
|
1192
1304
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
1193
|
-
"shape": "
|
|
1305
|
+
"shape": "S30"
|
|
1194
1306
|
},
|
|
1195
1307
|
"ETag": {
|
|
1196
1308
|
"location": "header",
|
|
@@ -1200,6 +1312,68 @@
|
|
|
1200
1312
|
"payload": "CloudFrontOriginAccessIdentityConfig"
|
|
1201
1313
|
}
|
|
1202
1314
|
},
|
|
1315
|
+
"GetContinuousDeploymentPolicy": {
|
|
1316
|
+
"http": {
|
|
1317
|
+
"method": "GET",
|
|
1318
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}"
|
|
1319
|
+
},
|
|
1320
|
+
"input": {
|
|
1321
|
+
"type": "structure",
|
|
1322
|
+
"required": [
|
|
1323
|
+
"Id"
|
|
1324
|
+
],
|
|
1325
|
+
"members": {
|
|
1326
|
+
"Id": {
|
|
1327
|
+
"location": "uri",
|
|
1328
|
+
"locationName": "Id"
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
"output": {
|
|
1333
|
+
"type": "structure",
|
|
1334
|
+
"members": {
|
|
1335
|
+
"ContinuousDeploymentPolicy": {
|
|
1336
|
+
"shape": "S3e"
|
|
1337
|
+
},
|
|
1338
|
+
"ETag": {
|
|
1339
|
+
"location": "header",
|
|
1340
|
+
"locationName": "ETag"
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"GetContinuousDeploymentPolicyConfig": {
|
|
1347
|
+
"http": {
|
|
1348
|
+
"method": "GET",
|
|
1349
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}/config"
|
|
1350
|
+
},
|
|
1351
|
+
"input": {
|
|
1352
|
+
"type": "structure",
|
|
1353
|
+
"required": [
|
|
1354
|
+
"Id"
|
|
1355
|
+
],
|
|
1356
|
+
"members": {
|
|
1357
|
+
"Id": {
|
|
1358
|
+
"location": "uri",
|
|
1359
|
+
"locationName": "Id"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"output": {
|
|
1364
|
+
"type": "structure",
|
|
1365
|
+
"members": {
|
|
1366
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
1367
|
+
"shape": "S34"
|
|
1368
|
+
},
|
|
1369
|
+
"ETag": {
|
|
1370
|
+
"location": "header",
|
|
1371
|
+
"locationName": "ETag"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1203
1377
|
"GetDistribution": {
|
|
1204
1378
|
"http": {
|
|
1205
1379
|
"method": "GET",
|
|
@@ -1221,7 +1395,7 @@
|
|
|
1221
1395
|
"type": "structure",
|
|
1222
1396
|
"members": {
|
|
1223
1397
|
"Distribution": {
|
|
1224
|
-
"shape": "
|
|
1398
|
+
"shape": "S6"
|
|
1225
1399
|
},
|
|
1226
1400
|
"ETag": {
|
|
1227
1401
|
"location": "header",
|
|
@@ -1252,7 +1426,7 @@
|
|
|
1252
1426
|
"type": "structure",
|
|
1253
1427
|
"members": {
|
|
1254
1428
|
"DistributionConfig": {
|
|
1255
|
-
"shape": "
|
|
1429
|
+
"shape": "Sh"
|
|
1256
1430
|
},
|
|
1257
1431
|
"ETag": {
|
|
1258
1432
|
"location": "header",
|
|
@@ -1283,7 +1457,7 @@
|
|
|
1283
1457
|
"type": "structure",
|
|
1284
1458
|
"members": {
|
|
1285
1459
|
"FieldLevelEncryption": {
|
|
1286
|
-
"shape": "
|
|
1460
|
+
"shape": "S41"
|
|
1287
1461
|
},
|
|
1288
1462
|
"ETag": {
|
|
1289
1463
|
"location": "header",
|
|
@@ -1314,7 +1488,7 @@
|
|
|
1314
1488
|
"type": "structure",
|
|
1315
1489
|
"members": {
|
|
1316
1490
|
"FieldLevelEncryptionConfig": {
|
|
1317
|
-
"shape": "
|
|
1491
|
+
"shape": "S3q"
|
|
1318
1492
|
},
|
|
1319
1493
|
"ETag": {
|
|
1320
1494
|
"location": "header",
|
|
@@ -1345,7 +1519,7 @@
|
|
|
1345
1519
|
"type": "structure",
|
|
1346
1520
|
"members": {
|
|
1347
1521
|
"FieldLevelEncryptionProfile": {
|
|
1348
|
-
"shape": "
|
|
1522
|
+
"shape": "S4a"
|
|
1349
1523
|
},
|
|
1350
1524
|
"ETag": {
|
|
1351
1525
|
"location": "header",
|
|
@@ -1376,7 +1550,7 @@
|
|
|
1376
1550
|
"type": "structure",
|
|
1377
1551
|
"members": {
|
|
1378
1552
|
"FieldLevelEncryptionProfileConfig": {
|
|
1379
|
-
"shape": "
|
|
1553
|
+
"shape": "S43"
|
|
1380
1554
|
},
|
|
1381
1555
|
"ETag": {
|
|
1382
1556
|
"location": "header",
|
|
@@ -1411,7 +1585,7 @@
|
|
|
1411
1585
|
"type": "structure",
|
|
1412
1586
|
"members": {
|
|
1413
1587
|
"FunctionCode": {
|
|
1414
|
-
"shape": "
|
|
1588
|
+
"shape": "S4f"
|
|
1415
1589
|
},
|
|
1416
1590
|
"ETag": {
|
|
1417
1591
|
"location": "header",
|
|
@@ -1451,7 +1625,7 @@
|
|
|
1451
1625
|
"type": "structure",
|
|
1452
1626
|
"members": {
|
|
1453
1627
|
"Invalidation": {
|
|
1454
|
-
"shape": "
|
|
1628
|
+
"shape": "S4p"
|
|
1455
1629
|
}
|
|
1456
1630
|
},
|
|
1457
1631
|
"payload": "Invalidation"
|
|
@@ -1478,7 +1652,7 @@
|
|
|
1478
1652
|
"type": "structure",
|
|
1479
1653
|
"members": {
|
|
1480
1654
|
"KeyGroup": {
|
|
1481
|
-
"shape": "
|
|
1655
|
+
"shape": "S4u"
|
|
1482
1656
|
},
|
|
1483
1657
|
"ETag": {
|
|
1484
1658
|
"location": "header",
|
|
@@ -1509,7 +1683,7 @@
|
|
|
1509
1683
|
"type": "structure",
|
|
1510
1684
|
"members": {
|
|
1511
1685
|
"KeyGroupConfig": {
|
|
1512
|
-
"shape": "
|
|
1686
|
+
"shape": "S4r"
|
|
1513
1687
|
},
|
|
1514
1688
|
"ETag": {
|
|
1515
1689
|
"location": "header",
|
|
@@ -1540,7 +1714,7 @@
|
|
|
1540
1714
|
"type": "structure",
|
|
1541
1715
|
"members": {
|
|
1542
1716
|
"MonitoringSubscription": {
|
|
1543
|
-
"shape": "
|
|
1717
|
+
"shape": "S4w"
|
|
1544
1718
|
}
|
|
1545
1719
|
},
|
|
1546
1720
|
"payload": "MonitoringSubscription"
|
|
@@ -1567,7 +1741,7 @@
|
|
|
1567
1741
|
"type": "structure",
|
|
1568
1742
|
"members": {
|
|
1569
1743
|
"OriginAccessControl": {
|
|
1570
|
-
"shape": "
|
|
1744
|
+
"shape": "S56"
|
|
1571
1745
|
},
|
|
1572
1746
|
"ETag": {
|
|
1573
1747
|
"location": "header",
|
|
@@ -1598,7 +1772,7 @@
|
|
|
1598
1772
|
"type": "structure",
|
|
1599
1773
|
"members": {
|
|
1600
1774
|
"OriginAccessControlConfig": {
|
|
1601
|
-
"shape": "
|
|
1775
|
+
"shape": "S51"
|
|
1602
1776
|
},
|
|
1603
1777
|
"ETag": {
|
|
1604
1778
|
"location": "header",
|
|
@@ -1629,7 +1803,7 @@
|
|
|
1629
1803
|
"type": "structure",
|
|
1630
1804
|
"members": {
|
|
1631
1805
|
"OriginRequestPolicy": {
|
|
1632
|
-
"shape": "
|
|
1806
|
+
"shape": "S5g"
|
|
1633
1807
|
},
|
|
1634
1808
|
"ETag": {
|
|
1635
1809
|
"location": "header",
|
|
@@ -1660,7 +1834,7 @@
|
|
|
1660
1834
|
"type": "structure",
|
|
1661
1835
|
"members": {
|
|
1662
1836
|
"OriginRequestPolicyConfig": {
|
|
1663
|
-
"shape": "
|
|
1837
|
+
"shape": "S58"
|
|
1664
1838
|
},
|
|
1665
1839
|
"ETag": {
|
|
1666
1840
|
"location": "header",
|
|
@@ -1691,7 +1865,7 @@
|
|
|
1691
1865
|
"type": "structure",
|
|
1692
1866
|
"members": {
|
|
1693
1867
|
"PublicKey": {
|
|
1694
|
-
"shape": "
|
|
1868
|
+
"shape": "S5k"
|
|
1695
1869
|
},
|
|
1696
1870
|
"ETag": {
|
|
1697
1871
|
"location": "header",
|
|
@@ -1722,7 +1896,7 @@
|
|
|
1722
1896
|
"type": "structure",
|
|
1723
1897
|
"members": {
|
|
1724
1898
|
"PublicKeyConfig": {
|
|
1725
|
-
"shape": "
|
|
1899
|
+
"shape": "S5i"
|
|
1726
1900
|
},
|
|
1727
1901
|
"ETag": {
|
|
1728
1902
|
"location": "header",
|
|
@@ -1751,7 +1925,7 @@
|
|
|
1751
1925
|
"type": "structure",
|
|
1752
1926
|
"members": {
|
|
1753
1927
|
"RealtimeLogConfig": {
|
|
1754
|
-
"shape": "
|
|
1928
|
+
"shape": "S5r"
|
|
1755
1929
|
}
|
|
1756
1930
|
}
|
|
1757
1931
|
}
|
|
@@ -1777,7 +1951,7 @@
|
|
|
1777
1951
|
"type": "structure",
|
|
1778
1952
|
"members": {
|
|
1779
1953
|
"ResponseHeadersPolicy": {
|
|
1780
|
-
"shape": "
|
|
1954
|
+
"shape": "S6j"
|
|
1781
1955
|
},
|
|
1782
1956
|
"ETag": {
|
|
1783
1957
|
"location": "header",
|
|
@@ -1808,7 +1982,7 @@
|
|
|
1808
1982
|
"type": "structure",
|
|
1809
1983
|
"members": {
|
|
1810
1984
|
"ResponseHeadersPolicyConfig": {
|
|
1811
|
-
"shape": "
|
|
1985
|
+
"shape": "S5t"
|
|
1812
1986
|
},
|
|
1813
1987
|
"ETag": {
|
|
1814
1988
|
"location": "header",
|
|
@@ -1839,7 +2013,7 @@
|
|
|
1839
2013
|
"type": "structure",
|
|
1840
2014
|
"members": {
|
|
1841
2015
|
"StreamingDistribution": {
|
|
1842
|
-
"shape": "
|
|
2016
|
+
"shape": "S6p"
|
|
1843
2017
|
},
|
|
1844
2018
|
"ETag": {
|
|
1845
2019
|
"location": "header",
|
|
@@ -1870,7 +2044,7 @@
|
|
|
1870
2044
|
"type": "structure",
|
|
1871
2045
|
"members": {
|
|
1872
2046
|
"StreamingDistributionConfig": {
|
|
1873
|
-
"shape": "
|
|
2047
|
+
"shape": "S6l"
|
|
1874
2048
|
},
|
|
1875
2049
|
"ETag": {
|
|
1876
2050
|
"location": "header",
|
|
@@ -1931,7 +2105,7 @@
|
|
|
1931
2105
|
"members": {
|
|
1932
2106
|
"Type": {},
|
|
1933
2107
|
"CachePolicy": {
|
|
1934
|
-
"shape": "
|
|
2108
|
+
"shape": "S2y"
|
|
1935
2109
|
}
|
|
1936
2110
|
}
|
|
1937
2111
|
}
|
|
@@ -2069,6 +2243,62 @@
|
|
|
2069
2243
|
"payload": "ConflictingAliasesList"
|
|
2070
2244
|
}
|
|
2071
2245
|
},
|
|
2246
|
+
"ListContinuousDeploymentPolicies": {
|
|
2247
|
+
"http": {
|
|
2248
|
+
"method": "GET",
|
|
2249
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy"
|
|
2250
|
+
},
|
|
2251
|
+
"input": {
|
|
2252
|
+
"type": "structure",
|
|
2253
|
+
"members": {
|
|
2254
|
+
"Marker": {
|
|
2255
|
+
"location": "querystring",
|
|
2256
|
+
"locationName": "Marker"
|
|
2257
|
+
},
|
|
2258
|
+
"MaxItems": {
|
|
2259
|
+
"location": "querystring",
|
|
2260
|
+
"locationName": "MaxItems"
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2263
|
+
},
|
|
2264
|
+
"output": {
|
|
2265
|
+
"type": "structure",
|
|
2266
|
+
"members": {
|
|
2267
|
+
"ContinuousDeploymentPolicyList": {
|
|
2268
|
+
"type": "structure",
|
|
2269
|
+
"required": [
|
|
2270
|
+
"MaxItems",
|
|
2271
|
+
"Quantity"
|
|
2272
|
+
],
|
|
2273
|
+
"members": {
|
|
2274
|
+
"NextMarker": {},
|
|
2275
|
+
"MaxItems": {
|
|
2276
|
+
"type": "integer"
|
|
2277
|
+
},
|
|
2278
|
+
"Quantity": {
|
|
2279
|
+
"type": "integer"
|
|
2280
|
+
},
|
|
2281
|
+
"Items": {
|
|
2282
|
+
"type": "list",
|
|
2283
|
+
"member": {
|
|
2284
|
+
"locationName": "ContinuousDeploymentPolicySummary",
|
|
2285
|
+
"type": "structure",
|
|
2286
|
+
"required": [
|
|
2287
|
+
"ContinuousDeploymentPolicy"
|
|
2288
|
+
],
|
|
2289
|
+
"members": {
|
|
2290
|
+
"ContinuousDeploymentPolicy": {
|
|
2291
|
+
"shape": "S3e"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
"payload": "ContinuousDeploymentPolicyList"
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2072
2302
|
"ListDistributions": {
|
|
2073
2303
|
"http": {
|
|
2074
2304
|
"method": "GET",
|
|
@@ -2091,7 +2321,7 @@
|
|
|
2091
2321
|
"type": "structure",
|
|
2092
2322
|
"members": {
|
|
2093
2323
|
"DistributionList": {
|
|
2094
|
-
"shape": "
|
|
2324
|
+
"shape": "S9l"
|
|
2095
2325
|
}
|
|
2096
2326
|
},
|
|
2097
2327
|
"payload": "DistributionList"
|
|
@@ -2126,7 +2356,7 @@
|
|
|
2126
2356
|
"type": "structure",
|
|
2127
2357
|
"members": {
|
|
2128
2358
|
"DistributionIdList": {
|
|
2129
|
-
"shape": "
|
|
2359
|
+
"shape": "S9q"
|
|
2130
2360
|
}
|
|
2131
2361
|
},
|
|
2132
2362
|
"payload": "DistributionIdList"
|
|
@@ -2161,7 +2391,7 @@
|
|
|
2161
2391
|
"type": "structure",
|
|
2162
2392
|
"members": {
|
|
2163
2393
|
"DistributionIdList": {
|
|
2164
|
-
"shape": "
|
|
2394
|
+
"shape": "S9q"
|
|
2165
2395
|
}
|
|
2166
2396
|
},
|
|
2167
2397
|
"payload": "DistributionIdList"
|
|
@@ -2196,7 +2426,7 @@
|
|
|
2196
2426
|
"type": "structure",
|
|
2197
2427
|
"members": {
|
|
2198
2428
|
"DistributionIdList": {
|
|
2199
|
-
"shape": "
|
|
2429
|
+
"shape": "S9q"
|
|
2200
2430
|
}
|
|
2201
2431
|
},
|
|
2202
2432
|
"payload": "DistributionIdList"
|
|
@@ -2223,7 +2453,7 @@
|
|
|
2223
2453
|
"type": "structure",
|
|
2224
2454
|
"members": {
|
|
2225
2455
|
"DistributionList": {
|
|
2226
|
-
"shape": "
|
|
2456
|
+
"shape": "S9l"
|
|
2227
2457
|
}
|
|
2228
2458
|
},
|
|
2229
2459
|
"payload": "DistributionList"
|
|
@@ -2258,7 +2488,7 @@
|
|
|
2258
2488
|
"type": "structure",
|
|
2259
2489
|
"members": {
|
|
2260
2490
|
"DistributionIdList": {
|
|
2261
|
-
"shape": "
|
|
2491
|
+
"shape": "S9q"
|
|
2262
2492
|
}
|
|
2263
2493
|
},
|
|
2264
2494
|
"payload": "DistributionIdList"
|
|
@@ -2293,7 +2523,7 @@
|
|
|
2293
2523
|
"type": "structure",
|
|
2294
2524
|
"members": {
|
|
2295
2525
|
"DistributionList": {
|
|
2296
|
-
"shape": "
|
|
2526
|
+
"shape": "S9l"
|
|
2297
2527
|
}
|
|
2298
2528
|
},
|
|
2299
2529
|
"payload": "DistributionList"
|
|
@@ -2350,10 +2580,10 @@
|
|
|
2350
2580
|
},
|
|
2351
2581
|
"Comment": {},
|
|
2352
2582
|
"QueryArgProfileConfig": {
|
|
2353
|
-
"shape": "
|
|
2583
|
+
"shape": "S3r"
|
|
2354
2584
|
},
|
|
2355
2585
|
"ContentTypeProfileConfig": {
|
|
2356
|
-
"shape": "
|
|
2586
|
+
"shape": "S3v"
|
|
2357
2587
|
}
|
|
2358
2588
|
}
|
|
2359
2589
|
}
|
|
@@ -2417,7 +2647,7 @@
|
|
|
2417
2647
|
},
|
|
2418
2648
|
"Name": {},
|
|
2419
2649
|
"EncryptionEntities": {
|
|
2420
|
-
"shape": "
|
|
2650
|
+
"shape": "S44"
|
|
2421
2651
|
},
|
|
2422
2652
|
"Comment": {}
|
|
2423
2653
|
}
|
|
@@ -2471,7 +2701,7 @@
|
|
|
2471
2701
|
"Items": {
|
|
2472
2702
|
"type": "list",
|
|
2473
2703
|
"member": {
|
|
2474
|
-
"shape": "
|
|
2704
|
+
"shape": "S4h",
|
|
2475
2705
|
"locationName": "FunctionSummary"
|
|
2476
2706
|
}
|
|
2477
2707
|
}
|
|
@@ -2599,7 +2829,7 @@
|
|
|
2599
2829
|
],
|
|
2600
2830
|
"members": {
|
|
2601
2831
|
"KeyGroup": {
|
|
2602
|
-
"shape": "
|
|
2832
|
+
"shape": "S4u"
|
|
2603
2833
|
}
|
|
2604
2834
|
}
|
|
2605
2835
|
}
|
|
@@ -2731,7 +2961,7 @@
|
|
|
2731
2961
|
"members": {
|
|
2732
2962
|
"Type": {},
|
|
2733
2963
|
"OriginRequestPolicy": {
|
|
2734
|
-
"shape": "
|
|
2964
|
+
"shape": "S5g"
|
|
2735
2965
|
}
|
|
2736
2966
|
}
|
|
2737
2967
|
}
|
|
@@ -2840,7 +3070,7 @@
|
|
|
2840
3070
|
"Items": {
|
|
2841
3071
|
"type": "list",
|
|
2842
3072
|
"member": {
|
|
2843
|
-
"shape": "
|
|
3073
|
+
"shape": "S5r"
|
|
2844
3074
|
}
|
|
2845
3075
|
},
|
|
2846
3076
|
"IsTruncated": {
|
|
@@ -2905,7 +3135,7 @@
|
|
|
2905
3135
|
"members": {
|
|
2906
3136
|
"Type": {},
|
|
2907
3137
|
"ResponseHeadersPolicy": {
|
|
2908
|
-
"shape": "
|
|
3138
|
+
"shape": "S6j"
|
|
2909
3139
|
}
|
|
2910
3140
|
}
|
|
2911
3141
|
}
|
|
@@ -2984,13 +3214,13 @@
|
|
|
2984
3214
|
},
|
|
2985
3215
|
"DomainName": {},
|
|
2986
3216
|
"S3Origin": {
|
|
2987
|
-
"shape": "
|
|
3217
|
+
"shape": "S6m"
|
|
2988
3218
|
},
|
|
2989
3219
|
"Aliases": {
|
|
2990
|
-
"shape": "
|
|
3220
|
+
"shape": "Si"
|
|
2991
3221
|
},
|
|
2992
3222
|
"TrustedSigners": {
|
|
2993
|
-
"shape": "
|
|
3223
|
+
"shape": "S19"
|
|
2994
3224
|
},
|
|
2995
3225
|
"Comment": {},
|
|
2996
3226
|
"PriceClass": {},
|
|
@@ -3030,7 +3260,7 @@
|
|
|
3030
3260
|
],
|
|
3031
3261
|
"members": {
|
|
3032
3262
|
"Tags": {
|
|
3033
|
-
"shape": "
|
|
3263
|
+
"shape": "S3j"
|
|
3034
3264
|
}
|
|
3035
3265
|
},
|
|
3036
3266
|
"payload": "Tags"
|
|
@@ -3061,7 +3291,7 @@
|
|
|
3061
3291
|
"type": "structure",
|
|
3062
3292
|
"members": {
|
|
3063
3293
|
"FunctionSummary": {
|
|
3064
|
-
"shape": "
|
|
3294
|
+
"shape": "S4h"
|
|
3065
3295
|
}
|
|
3066
3296
|
},
|
|
3067
3297
|
"payload": "FunctionSummary"
|
|
@@ -3084,7 +3314,7 @@
|
|
|
3084
3314
|
"locationName": "Resource"
|
|
3085
3315
|
},
|
|
3086
3316
|
"Tags": {
|
|
3087
|
-
"shape": "
|
|
3317
|
+
"shape": "S3j",
|
|
3088
3318
|
"locationName": "Tags",
|
|
3089
3319
|
"xmlNamespace": {
|
|
3090
3320
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3132,7 +3362,7 @@
|
|
|
3132
3362
|
"type": "structure",
|
|
3133
3363
|
"members": {
|
|
3134
3364
|
"FunctionSummary": {
|
|
3135
|
-
"shape": "
|
|
3365
|
+
"shape": "S4h"
|
|
3136
3366
|
},
|
|
3137
3367
|
"ComputeUtilization": {},
|
|
3138
3368
|
"FunctionExecutionLogs": {
|
|
@@ -3141,10 +3371,10 @@
|
|
|
3141
3371
|
"sensitive": true
|
|
3142
3372
|
},
|
|
3143
3373
|
"FunctionErrorMessage": {
|
|
3144
|
-
"shape": "
|
|
3374
|
+
"shape": "Sq"
|
|
3145
3375
|
},
|
|
3146
3376
|
"FunctionOutput": {
|
|
3147
|
-
"shape": "
|
|
3377
|
+
"shape": "Sq"
|
|
3148
3378
|
}
|
|
3149
3379
|
}
|
|
3150
3380
|
}
|
|
@@ -3200,7 +3430,7 @@
|
|
|
3200
3430
|
],
|
|
3201
3431
|
"members": {
|
|
3202
3432
|
"CachePolicyConfig": {
|
|
3203
|
-
"shape": "
|
|
3433
|
+
"shape": "S2n",
|
|
3204
3434
|
"locationName": "CachePolicyConfig",
|
|
3205
3435
|
"xmlNamespace": {
|
|
3206
3436
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3221,7 +3451,7 @@
|
|
|
3221
3451
|
"type": "structure",
|
|
3222
3452
|
"members": {
|
|
3223
3453
|
"CachePolicy": {
|
|
3224
|
-
"shape": "
|
|
3454
|
+
"shape": "S2y"
|
|
3225
3455
|
},
|
|
3226
3456
|
"ETag": {
|
|
3227
3457
|
"location": "header",
|
|
@@ -3244,7 +3474,7 @@
|
|
|
3244
3474
|
],
|
|
3245
3475
|
"members": {
|
|
3246
3476
|
"CloudFrontOriginAccessIdentityConfig": {
|
|
3247
|
-
"shape": "
|
|
3477
|
+
"shape": "S30",
|
|
3248
3478
|
"locationName": "CloudFrontOriginAccessIdentityConfig",
|
|
3249
3479
|
"xmlNamespace": {
|
|
3250
3480
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3265,7 +3495,7 @@
|
|
|
3265
3495
|
"type": "structure",
|
|
3266
3496
|
"members": {
|
|
3267
3497
|
"CloudFrontOriginAccessIdentity": {
|
|
3268
|
-
"shape": "
|
|
3498
|
+
"shape": "S32"
|
|
3269
3499
|
},
|
|
3270
3500
|
"ETag": {
|
|
3271
3501
|
"location": "header",
|
|
@@ -3275,6 +3505,50 @@
|
|
|
3275
3505
|
"payload": "CloudFrontOriginAccessIdentity"
|
|
3276
3506
|
}
|
|
3277
3507
|
},
|
|
3508
|
+
"UpdateContinuousDeploymentPolicy": {
|
|
3509
|
+
"http": {
|
|
3510
|
+
"method": "PUT",
|
|
3511
|
+
"requestUri": "/2020-05-31/continuous-deployment-policy/{Id}"
|
|
3512
|
+
},
|
|
3513
|
+
"input": {
|
|
3514
|
+
"type": "structure",
|
|
3515
|
+
"required": [
|
|
3516
|
+
"ContinuousDeploymentPolicyConfig",
|
|
3517
|
+
"Id"
|
|
3518
|
+
],
|
|
3519
|
+
"members": {
|
|
3520
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
3521
|
+
"shape": "S34",
|
|
3522
|
+
"locationName": "ContinuousDeploymentPolicyConfig",
|
|
3523
|
+
"xmlNamespace": {
|
|
3524
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
3525
|
+
}
|
|
3526
|
+
},
|
|
3527
|
+
"Id": {
|
|
3528
|
+
"location": "uri",
|
|
3529
|
+
"locationName": "Id"
|
|
3530
|
+
},
|
|
3531
|
+
"IfMatch": {
|
|
3532
|
+
"location": "header",
|
|
3533
|
+
"locationName": "If-Match"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
"payload": "ContinuousDeploymentPolicyConfig"
|
|
3537
|
+
},
|
|
3538
|
+
"output": {
|
|
3539
|
+
"type": "structure",
|
|
3540
|
+
"members": {
|
|
3541
|
+
"ContinuousDeploymentPolicy": {
|
|
3542
|
+
"shape": "S3e"
|
|
3543
|
+
},
|
|
3544
|
+
"ETag": {
|
|
3545
|
+
"location": "header",
|
|
3546
|
+
"locationName": "ETag"
|
|
3547
|
+
}
|
|
3548
|
+
},
|
|
3549
|
+
"payload": "ContinuousDeploymentPolicy"
|
|
3550
|
+
}
|
|
3551
|
+
},
|
|
3278
3552
|
"UpdateDistribution": {
|
|
3279
3553
|
"http": {
|
|
3280
3554
|
"method": "PUT",
|
|
@@ -3288,7 +3562,7 @@
|
|
|
3288
3562
|
],
|
|
3289
3563
|
"members": {
|
|
3290
3564
|
"DistributionConfig": {
|
|
3291
|
-
"shape": "
|
|
3565
|
+
"shape": "Sh",
|
|
3292
3566
|
"locationName": "DistributionConfig",
|
|
3293
3567
|
"xmlNamespace": {
|
|
3294
3568
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3309,7 +3583,7 @@
|
|
|
3309
3583
|
"type": "structure",
|
|
3310
3584
|
"members": {
|
|
3311
3585
|
"Distribution": {
|
|
3312
|
-
"shape": "
|
|
3586
|
+
"shape": "S6"
|
|
3313
3587
|
},
|
|
3314
3588
|
"ETag": {
|
|
3315
3589
|
"location": "header",
|
|
@@ -3332,7 +3606,7 @@
|
|
|
3332
3606
|
],
|
|
3333
3607
|
"members": {
|
|
3334
3608
|
"FieldLevelEncryptionConfig": {
|
|
3335
|
-
"shape": "
|
|
3609
|
+
"shape": "S3q",
|
|
3336
3610
|
"locationName": "FieldLevelEncryptionConfig",
|
|
3337
3611
|
"xmlNamespace": {
|
|
3338
3612
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3353,7 +3627,7 @@
|
|
|
3353
3627
|
"type": "structure",
|
|
3354
3628
|
"members": {
|
|
3355
3629
|
"FieldLevelEncryption": {
|
|
3356
|
-
"shape": "
|
|
3630
|
+
"shape": "S41"
|
|
3357
3631
|
},
|
|
3358
3632
|
"ETag": {
|
|
3359
3633
|
"location": "header",
|
|
@@ -3376,7 +3650,7 @@
|
|
|
3376
3650
|
],
|
|
3377
3651
|
"members": {
|
|
3378
3652
|
"FieldLevelEncryptionProfileConfig": {
|
|
3379
|
-
"shape": "
|
|
3653
|
+
"shape": "S43",
|
|
3380
3654
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
3381
3655
|
"xmlNamespace": {
|
|
3382
3656
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3397,7 +3671,7 @@
|
|
|
3397
3671
|
"type": "structure",
|
|
3398
3672
|
"members": {
|
|
3399
3673
|
"FieldLevelEncryptionProfile": {
|
|
3400
|
-
"shape": "
|
|
3674
|
+
"shape": "S4a"
|
|
3401
3675
|
},
|
|
3402
3676
|
"ETag": {
|
|
3403
3677
|
"location": "header",
|
|
@@ -3434,10 +3708,10 @@
|
|
|
3434
3708
|
"locationName": "If-Match"
|
|
3435
3709
|
},
|
|
3436
3710
|
"FunctionConfig": {
|
|
3437
|
-
"shape": "
|
|
3711
|
+
"shape": "S4d"
|
|
3438
3712
|
},
|
|
3439
3713
|
"FunctionCode": {
|
|
3440
|
-
"shape": "
|
|
3714
|
+
"shape": "S4f"
|
|
3441
3715
|
}
|
|
3442
3716
|
}
|
|
3443
3717
|
},
|
|
@@ -3445,7 +3719,7 @@
|
|
|
3445
3719
|
"type": "structure",
|
|
3446
3720
|
"members": {
|
|
3447
3721
|
"FunctionSummary": {
|
|
3448
|
-
"shape": "
|
|
3722
|
+
"shape": "S4h"
|
|
3449
3723
|
},
|
|
3450
3724
|
"ETag": {
|
|
3451
3725
|
"location": "header",
|
|
@@ -3468,7 +3742,7 @@
|
|
|
3468
3742
|
],
|
|
3469
3743
|
"members": {
|
|
3470
3744
|
"KeyGroupConfig": {
|
|
3471
|
-
"shape": "
|
|
3745
|
+
"shape": "S4r",
|
|
3472
3746
|
"locationName": "KeyGroupConfig",
|
|
3473
3747
|
"xmlNamespace": {
|
|
3474
3748
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3489,7 +3763,7 @@
|
|
|
3489
3763
|
"type": "structure",
|
|
3490
3764
|
"members": {
|
|
3491
3765
|
"KeyGroup": {
|
|
3492
|
-
"shape": "
|
|
3766
|
+
"shape": "S4u"
|
|
3493
3767
|
},
|
|
3494
3768
|
"ETag": {
|
|
3495
3769
|
"location": "header",
|
|
@@ -3512,7 +3786,7 @@
|
|
|
3512
3786
|
],
|
|
3513
3787
|
"members": {
|
|
3514
3788
|
"OriginAccessControlConfig": {
|
|
3515
|
-
"shape": "
|
|
3789
|
+
"shape": "S51",
|
|
3516
3790
|
"locationName": "OriginAccessControlConfig",
|
|
3517
3791
|
"xmlNamespace": {
|
|
3518
3792
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3533,7 +3807,7 @@
|
|
|
3533
3807
|
"type": "structure",
|
|
3534
3808
|
"members": {
|
|
3535
3809
|
"OriginAccessControl": {
|
|
3536
|
-
"shape": "
|
|
3810
|
+
"shape": "S56"
|
|
3537
3811
|
},
|
|
3538
3812
|
"ETag": {
|
|
3539
3813
|
"location": "header",
|
|
@@ -3556,7 +3830,7 @@
|
|
|
3556
3830
|
],
|
|
3557
3831
|
"members": {
|
|
3558
3832
|
"OriginRequestPolicyConfig": {
|
|
3559
|
-
"shape": "
|
|
3833
|
+
"shape": "S58",
|
|
3560
3834
|
"locationName": "OriginRequestPolicyConfig",
|
|
3561
3835
|
"xmlNamespace": {
|
|
3562
3836
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3577,7 +3851,7 @@
|
|
|
3577
3851
|
"type": "structure",
|
|
3578
3852
|
"members": {
|
|
3579
3853
|
"OriginRequestPolicy": {
|
|
3580
|
-
"shape": "
|
|
3854
|
+
"shape": "S5g"
|
|
3581
3855
|
},
|
|
3582
3856
|
"ETag": {
|
|
3583
3857
|
"location": "header",
|
|
@@ -3600,7 +3874,7 @@
|
|
|
3600
3874
|
],
|
|
3601
3875
|
"members": {
|
|
3602
3876
|
"PublicKeyConfig": {
|
|
3603
|
-
"shape": "
|
|
3877
|
+
"shape": "S5i",
|
|
3604
3878
|
"locationName": "PublicKeyConfig",
|
|
3605
3879
|
"xmlNamespace": {
|
|
3606
3880
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3621,7 +3895,7 @@
|
|
|
3621
3895
|
"type": "structure",
|
|
3622
3896
|
"members": {
|
|
3623
3897
|
"PublicKey": {
|
|
3624
|
-
"shape": "
|
|
3898
|
+
"shape": "S5k"
|
|
3625
3899
|
},
|
|
3626
3900
|
"ETag": {
|
|
3627
3901
|
"location": "header",
|
|
@@ -3644,10 +3918,10 @@
|
|
|
3644
3918
|
"type": "structure",
|
|
3645
3919
|
"members": {
|
|
3646
3920
|
"EndPoints": {
|
|
3647
|
-
"shape": "
|
|
3921
|
+
"shape": "S5m"
|
|
3648
3922
|
},
|
|
3649
3923
|
"Fields": {
|
|
3650
|
-
"shape": "
|
|
3924
|
+
"shape": "S5p"
|
|
3651
3925
|
},
|
|
3652
3926
|
"Name": {},
|
|
3653
3927
|
"ARN": {},
|
|
@@ -3660,7 +3934,7 @@
|
|
|
3660
3934
|
"type": "structure",
|
|
3661
3935
|
"members": {
|
|
3662
3936
|
"RealtimeLogConfig": {
|
|
3663
|
-
"shape": "
|
|
3937
|
+
"shape": "S5r"
|
|
3664
3938
|
}
|
|
3665
3939
|
}
|
|
3666
3940
|
}
|
|
@@ -3678,7 +3952,7 @@
|
|
|
3678
3952
|
],
|
|
3679
3953
|
"members": {
|
|
3680
3954
|
"ResponseHeadersPolicyConfig": {
|
|
3681
|
-
"shape": "
|
|
3955
|
+
"shape": "S5t",
|
|
3682
3956
|
"locationName": "ResponseHeadersPolicyConfig",
|
|
3683
3957
|
"xmlNamespace": {
|
|
3684
3958
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3699,7 +3973,7 @@
|
|
|
3699
3973
|
"type": "structure",
|
|
3700
3974
|
"members": {
|
|
3701
3975
|
"ResponseHeadersPolicy": {
|
|
3702
|
-
"shape": "
|
|
3976
|
+
"shape": "S6j"
|
|
3703
3977
|
},
|
|
3704
3978
|
"ETag": {
|
|
3705
3979
|
"location": "header",
|
|
@@ -3722,7 +3996,7 @@
|
|
|
3722
3996
|
],
|
|
3723
3997
|
"members": {
|
|
3724
3998
|
"StreamingDistributionConfig": {
|
|
3725
|
-
"shape": "
|
|
3999
|
+
"shape": "S6l",
|
|
3726
4000
|
"locationName": "StreamingDistributionConfig",
|
|
3727
4001
|
"xmlNamespace": {
|
|
3728
4002
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3743,7 +4017,7 @@
|
|
|
3743
4017
|
"type": "structure",
|
|
3744
4018
|
"members": {
|
|
3745
4019
|
"StreamingDistribution": {
|
|
3746
|
-
"shape": "
|
|
4020
|
+
"shape": "S6p"
|
|
3747
4021
|
},
|
|
3748
4022
|
"ETag": {
|
|
3749
4023
|
"location": "header",
|
|
@@ -3755,114 +4029,96 @@
|
|
|
3755
4029
|
}
|
|
3756
4030
|
},
|
|
3757
4031
|
"shapes": {
|
|
3758
|
-
"
|
|
4032
|
+
"S6": {
|
|
3759
4033
|
"type": "structure",
|
|
3760
4034
|
"required": [
|
|
3761
|
-
"
|
|
3762
|
-
"
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
"
|
|
3766
|
-
"
|
|
3767
|
-
"
|
|
3768
|
-
|
|
4035
|
+
"Id",
|
|
4036
|
+
"ARN",
|
|
4037
|
+
"Status",
|
|
4038
|
+
"LastModifiedTime",
|
|
4039
|
+
"InProgressInvalidationBatches",
|
|
4040
|
+
"DomainName",
|
|
4041
|
+
"DistributionConfig"
|
|
4042
|
+
],
|
|
4043
|
+
"members": {
|
|
4044
|
+
"Id": {},
|
|
4045
|
+
"ARN": {},
|
|
4046
|
+
"Status": {},
|
|
4047
|
+
"LastModifiedTime": {
|
|
4048
|
+
"type": "timestamp"
|
|
3769
4049
|
},
|
|
3770
|
-
"
|
|
3771
|
-
"type": "
|
|
4050
|
+
"InProgressInvalidationBatches": {
|
|
4051
|
+
"type": "integer"
|
|
3772
4052
|
},
|
|
3773
|
-
"
|
|
3774
|
-
|
|
4053
|
+
"DomainName": {},
|
|
4054
|
+
"ActiveTrustedSigners": {
|
|
4055
|
+
"shape": "S9"
|
|
3775
4056
|
},
|
|
3776
|
-
"
|
|
4057
|
+
"ActiveTrustedKeyGroups": {
|
|
3777
4058
|
"type": "structure",
|
|
3778
4059
|
"required": [
|
|
3779
|
-
"
|
|
3780
|
-
"
|
|
3781
|
-
"CookiesConfig",
|
|
3782
|
-
"QueryStringsConfig"
|
|
4060
|
+
"Enabled",
|
|
4061
|
+
"Quantity"
|
|
3783
4062
|
],
|
|
3784
4063
|
"members": {
|
|
3785
|
-
"
|
|
3786
|
-
"type": "boolean"
|
|
3787
|
-
},
|
|
3788
|
-
"EnableAcceptEncodingBrotli": {
|
|
4064
|
+
"Enabled": {
|
|
3789
4065
|
"type": "boolean"
|
|
3790
4066
|
},
|
|
3791
|
-
"
|
|
3792
|
-
"type": "
|
|
3793
|
-
"required": [
|
|
3794
|
-
"HeaderBehavior"
|
|
3795
|
-
],
|
|
3796
|
-
"members": {
|
|
3797
|
-
"HeaderBehavior": {},
|
|
3798
|
-
"Headers": {
|
|
3799
|
-
"shape": "Sa"
|
|
3800
|
-
}
|
|
3801
|
-
}
|
|
3802
|
-
},
|
|
3803
|
-
"CookiesConfig": {
|
|
3804
|
-
"type": "structure",
|
|
3805
|
-
"required": [
|
|
3806
|
-
"CookieBehavior"
|
|
3807
|
-
],
|
|
3808
|
-
"members": {
|
|
3809
|
-
"CookieBehavior": {},
|
|
3810
|
-
"Cookies": {
|
|
3811
|
-
"shape": "Sf"
|
|
3812
|
-
}
|
|
3813
|
-
}
|
|
4067
|
+
"Quantity": {
|
|
4068
|
+
"type": "integer"
|
|
3814
4069
|
},
|
|
3815
|
-
"
|
|
3816
|
-
"type": "
|
|
3817
|
-
"
|
|
3818
|
-
"
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
4070
|
+
"Items": {
|
|
4071
|
+
"type": "list",
|
|
4072
|
+
"member": {
|
|
4073
|
+
"locationName": "KeyGroup",
|
|
4074
|
+
"type": "structure",
|
|
4075
|
+
"members": {
|
|
4076
|
+
"KeyGroupId": {},
|
|
4077
|
+
"KeyPairIds": {
|
|
4078
|
+
"shape": "Sc"
|
|
4079
|
+
}
|
|
3824
4080
|
}
|
|
3825
4081
|
}
|
|
3826
4082
|
}
|
|
3827
4083
|
}
|
|
3828
|
-
}
|
|
3829
|
-
}
|
|
3830
|
-
},
|
|
3831
|
-
"Sa": {
|
|
3832
|
-
"type": "structure",
|
|
3833
|
-
"required": [
|
|
3834
|
-
"Quantity"
|
|
3835
|
-
],
|
|
3836
|
-
"members": {
|
|
3837
|
-
"Quantity": {
|
|
3838
|
-
"type": "integer"
|
|
3839
4084
|
},
|
|
3840
|
-
"
|
|
3841
|
-
"
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
4085
|
+
"DistributionConfig": {
|
|
4086
|
+
"shape": "Sh"
|
|
4087
|
+
},
|
|
4088
|
+
"AliasICPRecordals": {
|
|
4089
|
+
"shape": "S2j"
|
|
3845
4090
|
}
|
|
3846
4091
|
}
|
|
3847
4092
|
},
|
|
3848
|
-
"
|
|
4093
|
+
"S9": {
|
|
3849
4094
|
"type": "structure",
|
|
3850
4095
|
"required": [
|
|
4096
|
+
"Enabled",
|
|
3851
4097
|
"Quantity"
|
|
3852
4098
|
],
|
|
3853
4099
|
"members": {
|
|
4100
|
+
"Enabled": {
|
|
4101
|
+
"type": "boolean"
|
|
4102
|
+
},
|
|
3854
4103
|
"Quantity": {
|
|
3855
4104
|
"type": "integer"
|
|
3856
4105
|
},
|
|
3857
4106
|
"Items": {
|
|
3858
4107
|
"type": "list",
|
|
3859
4108
|
"member": {
|
|
3860
|
-
"locationName": "
|
|
4109
|
+
"locationName": "Signer",
|
|
4110
|
+
"type": "structure",
|
|
4111
|
+
"members": {
|
|
4112
|
+
"AwsAccountNumber": {},
|
|
4113
|
+
"KeyPairIds": {
|
|
4114
|
+
"shape": "Sc"
|
|
4115
|
+
}
|
|
4116
|
+
}
|
|
3861
4117
|
}
|
|
3862
4118
|
}
|
|
3863
4119
|
}
|
|
3864
4120
|
},
|
|
3865
|
-
"
|
|
4121
|
+
"Sc": {
|
|
3866
4122
|
"type": "structure",
|
|
3867
4123
|
"required": [
|
|
3868
4124
|
"Quantity"
|
|
@@ -3874,54 +4130,12 @@
|
|
|
3874
4130
|
"Items": {
|
|
3875
4131
|
"type": "list",
|
|
3876
4132
|
"member": {
|
|
3877
|
-
"locationName": "
|
|
4133
|
+
"locationName": "KeyPairId"
|
|
3878
4134
|
}
|
|
3879
4135
|
}
|
|
3880
4136
|
}
|
|
3881
4137
|
},
|
|
3882
|
-
"
|
|
3883
|
-
"type": "structure",
|
|
3884
|
-
"required": [
|
|
3885
|
-
"Id",
|
|
3886
|
-
"LastModifiedTime",
|
|
3887
|
-
"CachePolicyConfig"
|
|
3888
|
-
],
|
|
3889
|
-
"members": {
|
|
3890
|
-
"Id": {},
|
|
3891
|
-
"LastModifiedTime": {
|
|
3892
|
-
"type": "timestamp"
|
|
3893
|
-
},
|
|
3894
|
-
"CachePolicyConfig": {
|
|
3895
|
-
"shape": "S4"
|
|
3896
|
-
}
|
|
3897
|
-
}
|
|
3898
|
-
},
|
|
3899
|
-
"Sp": {
|
|
3900
|
-
"type": "structure",
|
|
3901
|
-
"required": [
|
|
3902
|
-
"CallerReference",
|
|
3903
|
-
"Comment"
|
|
3904
|
-
],
|
|
3905
|
-
"members": {
|
|
3906
|
-
"CallerReference": {},
|
|
3907
|
-
"Comment": {}
|
|
3908
|
-
}
|
|
3909
|
-
},
|
|
3910
|
-
"Sr": {
|
|
3911
|
-
"type": "structure",
|
|
3912
|
-
"required": [
|
|
3913
|
-
"Id",
|
|
3914
|
-
"S3CanonicalUserId"
|
|
3915
|
-
],
|
|
3916
|
-
"members": {
|
|
3917
|
-
"Id": {},
|
|
3918
|
-
"S3CanonicalUserId": {},
|
|
3919
|
-
"CloudFrontOriginAccessIdentityConfig": {
|
|
3920
|
-
"shape": "Sp"
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
"St": {
|
|
4138
|
+
"Sh": {
|
|
3925
4139
|
"type": "structure",
|
|
3926
4140
|
"required": [
|
|
3927
4141
|
"CallerReference",
|
|
@@ -3933,23 +4147,23 @@
|
|
|
3933
4147
|
"members": {
|
|
3934
4148
|
"CallerReference": {},
|
|
3935
4149
|
"Aliases": {
|
|
3936
|
-
"shape": "
|
|
4150
|
+
"shape": "Si"
|
|
3937
4151
|
},
|
|
3938
4152
|
"DefaultRootObject": {},
|
|
3939
4153
|
"Origins": {
|
|
3940
|
-
"shape": "
|
|
4154
|
+
"shape": "Sk"
|
|
3941
4155
|
},
|
|
3942
4156
|
"OriginGroups": {
|
|
3943
|
-
"shape": "
|
|
4157
|
+
"shape": "Sz"
|
|
3944
4158
|
},
|
|
3945
4159
|
"DefaultCacheBehavior": {
|
|
3946
|
-
"shape": "
|
|
4160
|
+
"shape": "S18"
|
|
3947
4161
|
},
|
|
3948
4162
|
"CacheBehaviors": {
|
|
3949
|
-
"shape": "
|
|
4163
|
+
"shape": "S21"
|
|
3950
4164
|
},
|
|
3951
4165
|
"CustomErrorResponses": {
|
|
3952
|
-
"shape": "
|
|
4166
|
+
"shape": "S24"
|
|
3953
4167
|
},
|
|
3954
4168
|
"Comment": {
|
|
3955
4169
|
"type": "string",
|
|
@@ -3979,10 +4193,10 @@
|
|
|
3979
4193
|
"type": "boolean"
|
|
3980
4194
|
},
|
|
3981
4195
|
"ViewerCertificate": {
|
|
3982
|
-
"shape": "
|
|
4196
|
+
"shape": "S2a"
|
|
3983
4197
|
},
|
|
3984
4198
|
"Restrictions": {
|
|
3985
|
-
"shape": "
|
|
4199
|
+
"shape": "S2e"
|
|
3986
4200
|
},
|
|
3987
4201
|
"WebACLId": {},
|
|
3988
4202
|
"HttpVersion": {},
|
|
@@ -3991,7 +4205,7 @@
|
|
|
3991
4205
|
}
|
|
3992
4206
|
}
|
|
3993
4207
|
},
|
|
3994
|
-
"
|
|
4208
|
+
"Si": {
|
|
3995
4209
|
"type": "structure",
|
|
3996
4210
|
"required": [
|
|
3997
4211
|
"Quantity"
|
|
@@ -4008,7 +4222,7 @@
|
|
|
4008
4222
|
}
|
|
4009
4223
|
}
|
|
4010
4224
|
},
|
|
4011
|
-
"
|
|
4225
|
+
"Sk": {
|
|
4012
4226
|
"type": "structure",
|
|
4013
4227
|
"required": [
|
|
4014
4228
|
"Quantity",
|
|
@@ -4052,7 +4266,7 @@
|
|
|
4052
4266
|
"members": {
|
|
4053
4267
|
"HeaderName": {},
|
|
4054
4268
|
"HeaderValue": {
|
|
4055
|
-
"shape": "
|
|
4269
|
+
"shape": "Sq"
|
|
4056
4270
|
}
|
|
4057
4271
|
}
|
|
4058
4272
|
}
|
|
@@ -4133,11 +4347,11 @@
|
|
|
4133
4347
|
}
|
|
4134
4348
|
}
|
|
4135
4349
|
},
|
|
4136
|
-
"
|
|
4350
|
+
"Sq": {
|
|
4137
4351
|
"type": "string",
|
|
4138
4352
|
"sensitive": true
|
|
4139
4353
|
},
|
|
4140
|
-
"
|
|
4354
|
+
"Sz": {
|
|
4141
4355
|
"type": "structure",
|
|
4142
4356
|
"required": [
|
|
4143
4357
|
"Quantity"
|
|
@@ -4215,7 +4429,7 @@
|
|
|
4215
4429
|
}
|
|
4216
4430
|
}
|
|
4217
4431
|
},
|
|
4218
|
-
"
|
|
4432
|
+
"S18": {
|
|
4219
4433
|
"type": "structure",
|
|
4220
4434
|
"required": [
|
|
4221
4435
|
"TargetOriginId",
|
|
@@ -4224,14 +4438,14 @@
|
|
|
4224
4438
|
"members": {
|
|
4225
4439
|
"TargetOriginId": {},
|
|
4226
4440
|
"TrustedSigners": {
|
|
4227
|
-
"shape": "
|
|
4441
|
+
"shape": "S19"
|
|
4228
4442
|
},
|
|
4229
4443
|
"TrustedKeyGroups": {
|
|
4230
|
-
"shape": "
|
|
4444
|
+
"shape": "S1b"
|
|
4231
4445
|
},
|
|
4232
4446
|
"ViewerProtocolPolicy": {},
|
|
4233
4447
|
"AllowedMethods": {
|
|
4234
|
-
"shape": "
|
|
4448
|
+
"shape": "S1e"
|
|
4235
4449
|
},
|
|
4236
4450
|
"SmoothStreaming": {
|
|
4237
4451
|
"type": "boolean"
|
|
@@ -4240,10 +4454,10 @@
|
|
|
4240
4454
|
"type": "boolean"
|
|
4241
4455
|
},
|
|
4242
4456
|
"LambdaFunctionAssociations": {
|
|
4243
|
-
"shape": "
|
|
4457
|
+
"shape": "S1i"
|
|
4244
4458
|
},
|
|
4245
4459
|
"FunctionAssociations": {
|
|
4246
|
-
"shape": "
|
|
4460
|
+
"shape": "S1n"
|
|
4247
4461
|
},
|
|
4248
4462
|
"FieldLevelEncryptionId": {},
|
|
4249
4463
|
"RealtimeLogConfigArn": {},
|
|
@@ -4251,7 +4465,7 @@
|
|
|
4251
4465
|
"OriginRequestPolicyId": {},
|
|
4252
4466
|
"ResponseHeadersPolicyId": {},
|
|
4253
4467
|
"ForwardedValues": {
|
|
4254
|
-
"shape": "
|
|
4468
|
+
"shape": "S1r",
|
|
4255
4469
|
"deprecated": true
|
|
4256
4470
|
},
|
|
4257
4471
|
"MinTTL": {
|
|
@@ -4268,7 +4482,7 @@
|
|
|
4268
4482
|
}
|
|
4269
4483
|
}
|
|
4270
4484
|
},
|
|
4271
|
-
"
|
|
4485
|
+
"S19": {
|
|
4272
4486
|
"type": "structure",
|
|
4273
4487
|
"required": [
|
|
4274
4488
|
"Enabled",
|
|
@@ -4289,7 +4503,7 @@
|
|
|
4289
4503
|
}
|
|
4290
4504
|
}
|
|
4291
4505
|
},
|
|
4292
|
-
"
|
|
4506
|
+
"S1b": {
|
|
4293
4507
|
"type": "structure",
|
|
4294
4508
|
"required": [
|
|
4295
4509
|
"Enabled",
|
|
@@ -4310,7 +4524,7 @@
|
|
|
4310
4524
|
}
|
|
4311
4525
|
}
|
|
4312
4526
|
},
|
|
4313
|
-
"
|
|
4527
|
+
"S1e": {
|
|
4314
4528
|
"type": "structure",
|
|
4315
4529
|
"required": [
|
|
4316
4530
|
"Quantity",
|
|
@@ -4321,7 +4535,7 @@
|
|
|
4321
4535
|
"type": "integer"
|
|
4322
4536
|
},
|
|
4323
4537
|
"Items": {
|
|
4324
|
-
"shape": "
|
|
4538
|
+
"shape": "S1f"
|
|
4325
4539
|
},
|
|
4326
4540
|
"CachedMethods": {
|
|
4327
4541
|
"type": "structure",
|
|
@@ -4334,19 +4548,19 @@
|
|
|
4334
4548
|
"type": "integer"
|
|
4335
4549
|
},
|
|
4336
4550
|
"Items": {
|
|
4337
|
-
"shape": "
|
|
4551
|
+
"shape": "S1f"
|
|
4338
4552
|
}
|
|
4339
4553
|
}
|
|
4340
4554
|
}
|
|
4341
4555
|
}
|
|
4342
4556
|
},
|
|
4343
|
-
"
|
|
4557
|
+
"S1f": {
|
|
4344
4558
|
"type": "list",
|
|
4345
4559
|
"member": {
|
|
4346
4560
|
"locationName": "Method"
|
|
4347
4561
|
}
|
|
4348
4562
|
},
|
|
4349
|
-
"
|
|
4563
|
+
"S1i": {
|
|
4350
4564
|
"type": "structure",
|
|
4351
4565
|
"required": [
|
|
4352
4566
|
"Quantity"
|
|
@@ -4375,7 +4589,7 @@
|
|
|
4375
4589
|
}
|
|
4376
4590
|
}
|
|
4377
4591
|
},
|
|
4378
|
-
"
|
|
4592
|
+
"S1n": {
|
|
4379
4593
|
"type": "structure",
|
|
4380
4594
|
"required": [
|
|
4381
4595
|
"Quantity"
|
|
@@ -4401,7 +4615,7 @@
|
|
|
4401
4615
|
}
|
|
4402
4616
|
}
|
|
4403
4617
|
},
|
|
4404
|
-
"
|
|
4618
|
+
"S1r": {
|
|
4405
4619
|
"type": "structure",
|
|
4406
4620
|
"required": [
|
|
4407
4621
|
"QueryString",
|
|
@@ -4419,12 +4633,12 @@
|
|
|
4419
4633
|
"members": {
|
|
4420
4634
|
"Forward": {},
|
|
4421
4635
|
"WhitelistedNames": {
|
|
4422
|
-
"shape": "
|
|
4636
|
+
"shape": "S1u"
|
|
4423
4637
|
}
|
|
4424
4638
|
}
|
|
4425
4639
|
},
|
|
4426
4640
|
"Headers": {
|
|
4427
|
-
"shape": "
|
|
4641
|
+
"shape": "S1w"
|
|
4428
4642
|
},
|
|
4429
4643
|
"QueryStringCacheKeys": {
|
|
4430
4644
|
"type": "structure",
|
|
@@ -4445,7 +4659,41 @@
|
|
|
4445
4659
|
}
|
|
4446
4660
|
}
|
|
4447
4661
|
},
|
|
4448
|
-
"
|
|
4662
|
+
"S1u": {
|
|
4663
|
+
"type": "structure",
|
|
4664
|
+
"required": [
|
|
4665
|
+
"Quantity"
|
|
4666
|
+
],
|
|
4667
|
+
"members": {
|
|
4668
|
+
"Quantity": {
|
|
4669
|
+
"type": "integer"
|
|
4670
|
+
},
|
|
4671
|
+
"Items": {
|
|
4672
|
+
"type": "list",
|
|
4673
|
+
"member": {
|
|
4674
|
+
"locationName": "Name"
|
|
4675
|
+
}
|
|
4676
|
+
}
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
4679
|
+
"S1w": {
|
|
4680
|
+
"type": "structure",
|
|
4681
|
+
"required": [
|
|
4682
|
+
"Quantity"
|
|
4683
|
+
],
|
|
4684
|
+
"members": {
|
|
4685
|
+
"Quantity": {
|
|
4686
|
+
"type": "integer"
|
|
4687
|
+
},
|
|
4688
|
+
"Items": {
|
|
4689
|
+
"type": "list",
|
|
4690
|
+
"member": {
|
|
4691
|
+
"locationName": "Name"
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4696
|
+
"S21": {
|
|
4449
4697
|
"type": "structure",
|
|
4450
4698
|
"required": [
|
|
4451
4699
|
"Quantity"
|
|
@@ -4468,14 +4716,14 @@
|
|
|
4468
4716
|
"PathPattern": {},
|
|
4469
4717
|
"TargetOriginId": {},
|
|
4470
4718
|
"TrustedSigners": {
|
|
4471
|
-
"shape": "
|
|
4719
|
+
"shape": "S19"
|
|
4472
4720
|
},
|
|
4473
4721
|
"TrustedKeyGroups": {
|
|
4474
|
-
"shape": "
|
|
4722
|
+
"shape": "S1b"
|
|
4475
4723
|
},
|
|
4476
4724
|
"ViewerProtocolPolicy": {},
|
|
4477
4725
|
"AllowedMethods": {
|
|
4478
|
-
"shape": "
|
|
4726
|
+
"shape": "S1e"
|
|
4479
4727
|
},
|
|
4480
4728
|
"SmoothStreaming": {
|
|
4481
4729
|
"type": "boolean"
|
|
@@ -4484,10 +4732,10 @@
|
|
|
4484
4732
|
"type": "boolean"
|
|
4485
4733
|
},
|
|
4486
4734
|
"LambdaFunctionAssociations": {
|
|
4487
|
-
"shape": "
|
|
4735
|
+
"shape": "S1i"
|
|
4488
4736
|
},
|
|
4489
4737
|
"FunctionAssociations": {
|
|
4490
|
-
"shape": "
|
|
4738
|
+
"shape": "S1n"
|
|
4491
4739
|
},
|
|
4492
4740
|
"FieldLevelEncryptionId": {},
|
|
4493
4741
|
"RealtimeLogConfigArn": {},
|
|
@@ -4495,7 +4743,7 @@
|
|
|
4495
4743
|
"OriginRequestPolicyId": {},
|
|
4496
4744
|
"ResponseHeadersPolicyId": {},
|
|
4497
4745
|
"ForwardedValues": {
|
|
4498
|
-
"shape": "
|
|
4746
|
+
"shape": "S1r",
|
|
4499
4747
|
"deprecated": true
|
|
4500
4748
|
},
|
|
4501
4749
|
"MinTTL": {
|
|
@@ -4515,7 +4763,7 @@
|
|
|
4515
4763
|
}
|
|
4516
4764
|
}
|
|
4517
4765
|
},
|
|
4518
|
-
"
|
|
4766
|
+
"S24": {
|
|
4519
4767
|
"type": "structure",
|
|
4520
4768
|
"required": [
|
|
4521
4769
|
"Quantity"
|
|
@@ -4546,7 +4794,7 @@
|
|
|
4546
4794
|
}
|
|
4547
4795
|
}
|
|
4548
4796
|
},
|
|
4549
|
-
"
|
|
4797
|
+
"S2a": {
|
|
4550
4798
|
"type": "structure",
|
|
4551
4799
|
"members": {
|
|
4552
4800
|
"CloudFrontDefaultCertificate": {
|
|
@@ -4564,7 +4812,7 @@
|
|
|
4564
4812
|
}
|
|
4565
4813
|
}
|
|
4566
4814
|
},
|
|
4567
|
-
"
|
|
4815
|
+
"S2e": {
|
|
4568
4816
|
"type": "structure",
|
|
4569
4817
|
"required": [
|
|
4570
4818
|
"GeoRestriction"
|
|
@@ -4591,124 +4839,242 @@
|
|
|
4591
4839
|
}
|
|
4592
4840
|
}
|
|
4593
4841
|
},
|
|
4594
|
-
"
|
|
4842
|
+
"S2j": {
|
|
4843
|
+
"type": "list",
|
|
4844
|
+
"member": {
|
|
4845
|
+
"locationName": "AliasICPRecordal",
|
|
4846
|
+
"type": "structure",
|
|
4847
|
+
"members": {
|
|
4848
|
+
"CNAME": {},
|
|
4849
|
+
"ICPRecordalStatus": {}
|
|
4850
|
+
}
|
|
4851
|
+
}
|
|
4852
|
+
},
|
|
4853
|
+
"S2n": {
|
|
4595
4854
|
"type": "structure",
|
|
4596
4855
|
"required": [
|
|
4597
|
-
"
|
|
4598
|
-
"
|
|
4599
|
-
"Status",
|
|
4600
|
-
"LastModifiedTime",
|
|
4601
|
-
"InProgressInvalidationBatches",
|
|
4602
|
-
"DomainName",
|
|
4603
|
-
"DistributionConfig"
|
|
4856
|
+
"Name",
|
|
4857
|
+
"MinTTL"
|
|
4604
4858
|
],
|
|
4605
4859
|
"members": {
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
"
|
|
4609
|
-
|
|
4610
|
-
"type": "timestamp"
|
|
4860
|
+
"Comment": {},
|
|
4861
|
+
"Name": {},
|
|
4862
|
+
"DefaultTTL": {
|
|
4863
|
+
"type": "long"
|
|
4611
4864
|
},
|
|
4612
|
-
"
|
|
4613
|
-
"type": "
|
|
4865
|
+
"MaxTTL": {
|
|
4866
|
+
"type": "long"
|
|
4614
4867
|
},
|
|
4615
|
-
"
|
|
4616
|
-
|
|
4617
|
-
"shape": "S2s"
|
|
4868
|
+
"MinTTL": {
|
|
4869
|
+
"type": "long"
|
|
4618
4870
|
},
|
|
4619
|
-
"
|
|
4871
|
+
"ParametersInCacheKeyAndForwardedToOrigin": {
|
|
4620
4872
|
"type": "structure",
|
|
4621
4873
|
"required": [
|
|
4622
|
-
"
|
|
4623
|
-
"
|
|
4874
|
+
"EnableAcceptEncodingGzip",
|
|
4875
|
+
"HeadersConfig",
|
|
4876
|
+
"CookiesConfig",
|
|
4877
|
+
"QueryStringsConfig"
|
|
4624
4878
|
],
|
|
4625
4879
|
"members": {
|
|
4626
|
-
"
|
|
4880
|
+
"EnableAcceptEncodingGzip": {
|
|
4627
4881
|
"type": "boolean"
|
|
4628
4882
|
},
|
|
4629
|
-
"
|
|
4630
|
-
"type": "
|
|
4883
|
+
"EnableAcceptEncodingBrotli": {
|
|
4884
|
+
"type": "boolean"
|
|
4631
4885
|
},
|
|
4632
|
-
"
|
|
4633
|
-
"type": "
|
|
4634
|
-
"
|
|
4635
|
-
"
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4886
|
+
"HeadersConfig": {
|
|
4887
|
+
"type": "structure",
|
|
4888
|
+
"required": [
|
|
4889
|
+
"HeaderBehavior"
|
|
4890
|
+
],
|
|
4891
|
+
"members": {
|
|
4892
|
+
"HeaderBehavior": {},
|
|
4893
|
+
"Headers": {
|
|
4894
|
+
"shape": "S1w"
|
|
4895
|
+
}
|
|
4896
|
+
}
|
|
4897
|
+
},
|
|
4898
|
+
"CookiesConfig": {
|
|
4899
|
+
"type": "structure",
|
|
4900
|
+
"required": [
|
|
4901
|
+
"CookieBehavior"
|
|
4902
|
+
],
|
|
4903
|
+
"members": {
|
|
4904
|
+
"CookieBehavior": {},
|
|
4905
|
+
"Cookies": {
|
|
4906
|
+
"shape": "S1u"
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
},
|
|
4910
|
+
"QueryStringsConfig": {
|
|
4911
|
+
"type": "structure",
|
|
4912
|
+
"required": [
|
|
4913
|
+
"QueryStringBehavior"
|
|
4914
|
+
],
|
|
4915
|
+
"members": {
|
|
4916
|
+
"QueryStringBehavior": {},
|
|
4917
|
+
"QueryStrings": {
|
|
4918
|
+
"shape": "S2v"
|
|
4642
4919
|
}
|
|
4643
4920
|
}
|
|
4644
4921
|
}
|
|
4645
4922
|
}
|
|
4646
|
-
},
|
|
4647
|
-
"DistributionConfig": {
|
|
4648
|
-
"shape": "St"
|
|
4649
|
-
},
|
|
4650
|
-
"AliasICPRecordals": {
|
|
4651
|
-
"shape": "S30"
|
|
4652
4923
|
}
|
|
4653
4924
|
}
|
|
4654
4925
|
},
|
|
4655
|
-
"
|
|
4926
|
+
"S2v": {
|
|
4656
4927
|
"type": "structure",
|
|
4657
4928
|
"required": [
|
|
4658
|
-
"Enabled",
|
|
4659
4929
|
"Quantity"
|
|
4660
4930
|
],
|
|
4661
4931
|
"members": {
|
|
4662
|
-
"Enabled": {
|
|
4663
|
-
"type": "boolean"
|
|
4664
|
-
},
|
|
4665
4932
|
"Quantity": {
|
|
4666
4933
|
"type": "integer"
|
|
4667
4934
|
},
|
|
4668
4935
|
"Items": {
|
|
4669
4936
|
"type": "list",
|
|
4670
4937
|
"member": {
|
|
4671
|
-
"locationName": "
|
|
4672
|
-
"type": "structure",
|
|
4673
|
-
"members": {
|
|
4674
|
-
"AwsAccountNumber": {},
|
|
4675
|
-
"KeyPairIds": {
|
|
4676
|
-
"shape": "S2v"
|
|
4677
|
-
}
|
|
4678
|
-
}
|
|
4938
|
+
"locationName": "Name"
|
|
4679
4939
|
}
|
|
4680
4940
|
}
|
|
4681
4941
|
}
|
|
4682
4942
|
},
|
|
4683
|
-
"
|
|
4943
|
+
"S2y": {
|
|
4684
4944
|
"type": "structure",
|
|
4685
4945
|
"required": [
|
|
4686
|
-
"
|
|
4946
|
+
"Id",
|
|
4947
|
+
"LastModifiedTime",
|
|
4948
|
+
"CachePolicyConfig"
|
|
4687
4949
|
],
|
|
4688
4950
|
"members": {
|
|
4689
|
-
"
|
|
4690
|
-
|
|
4951
|
+
"Id": {},
|
|
4952
|
+
"LastModifiedTime": {
|
|
4953
|
+
"type": "timestamp"
|
|
4691
4954
|
},
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
"member": {
|
|
4695
|
-
"locationName": "KeyPairId"
|
|
4696
|
-
}
|
|
4955
|
+
"CachePolicyConfig": {
|
|
4956
|
+
"shape": "S2n"
|
|
4697
4957
|
}
|
|
4698
4958
|
}
|
|
4699
4959
|
},
|
|
4700
4960
|
"S30": {
|
|
4701
|
-
"type": "
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4961
|
+
"type": "structure",
|
|
4962
|
+
"required": [
|
|
4963
|
+
"CallerReference",
|
|
4964
|
+
"Comment"
|
|
4965
|
+
],
|
|
4966
|
+
"members": {
|
|
4967
|
+
"CallerReference": {},
|
|
4968
|
+
"Comment": {}
|
|
4969
|
+
}
|
|
4970
|
+
},
|
|
4971
|
+
"S32": {
|
|
4972
|
+
"type": "structure",
|
|
4973
|
+
"required": [
|
|
4974
|
+
"Id",
|
|
4975
|
+
"S3CanonicalUserId"
|
|
4976
|
+
],
|
|
4977
|
+
"members": {
|
|
4978
|
+
"Id": {},
|
|
4979
|
+
"S3CanonicalUserId": {},
|
|
4980
|
+
"CloudFrontOriginAccessIdentityConfig": {
|
|
4981
|
+
"shape": "S30"
|
|
4708
4982
|
}
|
|
4709
4983
|
}
|
|
4710
4984
|
},
|
|
4711
|
-
"
|
|
4985
|
+
"S34": {
|
|
4986
|
+
"type": "structure",
|
|
4987
|
+
"required": [
|
|
4988
|
+
"StagingDistributionDnsNames",
|
|
4989
|
+
"Enabled"
|
|
4990
|
+
],
|
|
4991
|
+
"members": {
|
|
4992
|
+
"StagingDistributionDnsNames": {
|
|
4993
|
+
"type": "structure",
|
|
4994
|
+
"required": [
|
|
4995
|
+
"Quantity"
|
|
4996
|
+
],
|
|
4997
|
+
"members": {
|
|
4998
|
+
"Quantity": {
|
|
4999
|
+
"type": "integer"
|
|
5000
|
+
},
|
|
5001
|
+
"Items": {
|
|
5002
|
+
"type": "list",
|
|
5003
|
+
"member": {
|
|
5004
|
+
"locationName": "DnsName"
|
|
5005
|
+
}
|
|
5006
|
+
}
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
5009
|
+
"Enabled": {
|
|
5010
|
+
"type": "boolean"
|
|
5011
|
+
},
|
|
5012
|
+
"TrafficConfig": {
|
|
5013
|
+
"type": "structure",
|
|
5014
|
+
"required": [
|
|
5015
|
+
"Type"
|
|
5016
|
+
],
|
|
5017
|
+
"members": {
|
|
5018
|
+
"SingleWeightConfig": {
|
|
5019
|
+
"type": "structure",
|
|
5020
|
+
"required": [
|
|
5021
|
+
"Weight"
|
|
5022
|
+
],
|
|
5023
|
+
"members": {
|
|
5024
|
+
"Weight": {
|
|
5025
|
+
"type": "float"
|
|
5026
|
+
},
|
|
5027
|
+
"SessionStickinessConfig": {
|
|
5028
|
+
"type": "structure",
|
|
5029
|
+
"required": [
|
|
5030
|
+
"IdleTTL",
|
|
5031
|
+
"MaximumTTL"
|
|
5032
|
+
],
|
|
5033
|
+
"members": {
|
|
5034
|
+
"IdleTTL": {
|
|
5035
|
+
"type": "integer"
|
|
5036
|
+
},
|
|
5037
|
+
"MaximumTTL": {
|
|
5038
|
+
"type": "integer"
|
|
5039
|
+
}
|
|
5040
|
+
}
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
},
|
|
5044
|
+
"SingleHeaderConfig": {
|
|
5045
|
+
"type": "structure",
|
|
5046
|
+
"required": [
|
|
5047
|
+
"Header",
|
|
5048
|
+
"Value"
|
|
5049
|
+
],
|
|
5050
|
+
"members": {
|
|
5051
|
+
"Header": {},
|
|
5052
|
+
"Value": {}
|
|
5053
|
+
}
|
|
5054
|
+
},
|
|
5055
|
+
"Type": {}
|
|
5056
|
+
}
|
|
5057
|
+
}
|
|
5058
|
+
}
|
|
5059
|
+
},
|
|
5060
|
+
"S3e": {
|
|
5061
|
+
"type": "structure",
|
|
5062
|
+
"required": [
|
|
5063
|
+
"Id",
|
|
5064
|
+
"LastModifiedTime",
|
|
5065
|
+
"ContinuousDeploymentPolicyConfig"
|
|
5066
|
+
],
|
|
5067
|
+
"members": {
|
|
5068
|
+
"Id": {},
|
|
5069
|
+
"LastModifiedTime": {
|
|
5070
|
+
"type": "timestamp"
|
|
5071
|
+
},
|
|
5072
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
5073
|
+
"shape": "S34"
|
|
5074
|
+
}
|
|
5075
|
+
}
|
|
5076
|
+
},
|
|
5077
|
+
"S3j": {
|
|
4712
5078
|
"type": "structure",
|
|
4713
5079
|
"members": {
|
|
4714
5080
|
"Items": {
|
|
@@ -4727,7 +5093,7 @@
|
|
|
4727
5093
|
}
|
|
4728
5094
|
}
|
|
4729
5095
|
},
|
|
4730
|
-
"
|
|
5096
|
+
"S3q": {
|
|
4731
5097
|
"type": "structure",
|
|
4732
5098
|
"required": [
|
|
4733
5099
|
"CallerReference"
|
|
@@ -4736,14 +5102,14 @@
|
|
|
4736
5102
|
"CallerReference": {},
|
|
4737
5103
|
"Comment": {},
|
|
4738
5104
|
"QueryArgProfileConfig": {
|
|
4739
|
-
"shape": "
|
|
5105
|
+
"shape": "S3r"
|
|
4740
5106
|
},
|
|
4741
5107
|
"ContentTypeProfileConfig": {
|
|
4742
|
-
"shape": "
|
|
5108
|
+
"shape": "S3v"
|
|
4743
5109
|
}
|
|
4744
5110
|
}
|
|
4745
5111
|
},
|
|
4746
|
-
"
|
|
5112
|
+
"S3r": {
|
|
4747
5113
|
"type": "structure",
|
|
4748
5114
|
"required": [
|
|
4749
5115
|
"ForwardWhenQueryArgProfileIsUnknown"
|
|
@@ -4780,7 +5146,7 @@
|
|
|
4780
5146
|
}
|
|
4781
5147
|
}
|
|
4782
5148
|
},
|
|
4783
|
-
"
|
|
5149
|
+
"S3v": {
|
|
4784
5150
|
"type": "structure",
|
|
4785
5151
|
"required": [
|
|
4786
5152
|
"ForwardWhenContentTypeIsUnknown"
|
|
@@ -4818,7 +5184,7 @@
|
|
|
4818
5184
|
}
|
|
4819
5185
|
}
|
|
4820
5186
|
},
|
|
4821
|
-
"
|
|
5187
|
+
"S41": {
|
|
4822
5188
|
"type": "structure",
|
|
4823
5189
|
"required": [
|
|
4824
5190
|
"Id",
|
|
@@ -4831,11 +5197,11 @@
|
|
|
4831
5197
|
"type": "timestamp"
|
|
4832
5198
|
},
|
|
4833
5199
|
"FieldLevelEncryptionConfig": {
|
|
4834
|
-
"shape": "
|
|
5200
|
+
"shape": "S3q"
|
|
4835
5201
|
}
|
|
4836
5202
|
}
|
|
4837
5203
|
},
|
|
4838
|
-
"
|
|
5204
|
+
"S43": {
|
|
4839
5205
|
"type": "structure",
|
|
4840
5206
|
"required": [
|
|
4841
5207
|
"Name",
|
|
@@ -4847,11 +5213,11 @@
|
|
|
4847
5213
|
"CallerReference": {},
|
|
4848
5214
|
"Comment": {},
|
|
4849
5215
|
"EncryptionEntities": {
|
|
4850
|
-
"shape": "
|
|
5216
|
+
"shape": "S44"
|
|
4851
5217
|
}
|
|
4852
5218
|
}
|
|
4853
5219
|
},
|
|
4854
|
-
"
|
|
5220
|
+
"S44": {
|
|
4855
5221
|
"type": "structure",
|
|
4856
5222
|
"required": [
|
|
4857
5223
|
"Quantity"
|
|
@@ -4895,7 +5261,7 @@
|
|
|
4895
5261
|
}
|
|
4896
5262
|
}
|
|
4897
5263
|
},
|
|
4898
|
-
"
|
|
5264
|
+
"S4a": {
|
|
4899
5265
|
"type": "structure",
|
|
4900
5266
|
"required": [
|
|
4901
5267
|
"Id",
|
|
@@ -4908,11 +5274,11 @@
|
|
|
4908
5274
|
"type": "timestamp"
|
|
4909
5275
|
},
|
|
4910
5276
|
"FieldLevelEncryptionProfileConfig": {
|
|
4911
|
-
"shape": "
|
|
5277
|
+
"shape": "S43"
|
|
4912
5278
|
}
|
|
4913
5279
|
}
|
|
4914
5280
|
},
|
|
4915
|
-
"
|
|
5281
|
+
"S4d": {
|
|
4916
5282
|
"type": "structure",
|
|
4917
5283
|
"required": [
|
|
4918
5284
|
"Comment",
|
|
@@ -4923,11 +5289,11 @@
|
|
|
4923
5289
|
"Runtime": {}
|
|
4924
5290
|
}
|
|
4925
5291
|
},
|
|
4926
|
-
"
|
|
5292
|
+
"S4f": {
|
|
4927
5293
|
"type": "blob",
|
|
4928
5294
|
"sensitive": true
|
|
4929
5295
|
},
|
|
4930
|
-
"
|
|
5296
|
+
"S4h": {
|
|
4931
5297
|
"type": "structure",
|
|
4932
5298
|
"required": [
|
|
4933
5299
|
"Name",
|
|
@@ -4938,7 +5304,7 @@
|
|
|
4938
5304
|
"Name": {},
|
|
4939
5305
|
"Status": {},
|
|
4940
5306
|
"FunctionConfig": {
|
|
4941
|
-
"shape": "
|
|
5307
|
+
"shape": "S4d"
|
|
4942
5308
|
},
|
|
4943
5309
|
"FunctionMetadata": {
|
|
4944
5310
|
"type": "structure",
|
|
@@ -4959,7 +5325,7 @@
|
|
|
4959
5325
|
}
|
|
4960
5326
|
}
|
|
4961
5327
|
},
|
|
4962
|
-
"
|
|
5328
|
+
"S4l": {
|
|
4963
5329
|
"type": "structure",
|
|
4964
5330
|
"required": [
|
|
4965
5331
|
"Paths",
|
|
@@ -4986,7 +5352,7 @@
|
|
|
4986
5352
|
"CallerReference": {}
|
|
4987
5353
|
}
|
|
4988
5354
|
},
|
|
4989
|
-
"
|
|
5355
|
+
"S4p": {
|
|
4990
5356
|
"type": "structure",
|
|
4991
5357
|
"required": [
|
|
4992
5358
|
"Id",
|
|
@@ -5001,11 +5367,11 @@
|
|
|
5001
5367
|
"type": "timestamp"
|
|
5002
5368
|
},
|
|
5003
5369
|
"InvalidationBatch": {
|
|
5004
|
-
"shape": "
|
|
5370
|
+
"shape": "S4l"
|
|
5005
5371
|
}
|
|
5006
5372
|
}
|
|
5007
5373
|
},
|
|
5008
|
-
"
|
|
5374
|
+
"S4r": {
|
|
5009
5375
|
"type": "structure",
|
|
5010
5376
|
"required": [
|
|
5011
5377
|
"Name",
|
|
@@ -5022,7 +5388,7 @@
|
|
|
5022
5388
|
"Comment": {}
|
|
5023
5389
|
}
|
|
5024
5390
|
},
|
|
5025
|
-
"
|
|
5391
|
+
"S4u": {
|
|
5026
5392
|
"type": "structure",
|
|
5027
5393
|
"required": [
|
|
5028
5394
|
"Id",
|
|
@@ -5035,11 +5401,11 @@
|
|
|
5035
5401
|
"type": "timestamp"
|
|
5036
5402
|
},
|
|
5037
5403
|
"KeyGroupConfig": {
|
|
5038
|
-
"shape": "
|
|
5404
|
+
"shape": "S4r"
|
|
5039
5405
|
}
|
|
5040
5406
|
}
|
|
5041
5407
|
},
|
|
5042
|
-
"
|
|
5408
|
+
"S4w": {
|
|
5043
5409
|
"type": "structure",
|
|
5044
5410
|
"members": {
|
|
5045
5411
|
"RealtimeMetricsSubscriptionConfig": {
|
|
@@ -5053,11 +5419,10 @@
|
|
|
5053
5419
|
}
|
|
5054
5420
|
}
|
|
5055
5421
|
},
|
|
5056
|
-
"
|
|
5422
|
+
"S51": {
|
|
5057
5423
|
"type": "structure",
|
|
5058
5424
|
"required": [
|
|
5059
5425
|
"Name",
|
|
5060
|
-
"Description",
|
|
5061
5426
|
"SigningProtocol",
|
|
5062
5427
|
"SigningBehavior",
|
|
5063
5428
|
"OriginAccessControlOriginType"
|
|
@@ -5070,7 +5435,7 @@
|
|
|
5070
5435
|
"OriginAccessControlOriginType": {}
|
|
5071
5436
|
}
|
|
5072
5437
|
},
|
|
5073
|
-
"
|
|
5438
|
+
"S56": {
|
|
5074
5439
|
"type": "structure",
|
|
5075
5440
|
"required": [
|
|
5076
5441
|
"Id"
|
|
@@ -5078,11 +5443,11 @@
|
|
|
5078
5443
|
"members": {
|
|
5079
5444
|
"Id": {},
|
|
5080
5445
|
"OriginAccessControlConfig": {
|
|
5081
|
-
"shape": "
|
|
5446
|
+
"shape": "S51"
|
|
5082
5447
|
}
|
|
5083
5448
|
}
|
|
5084
5449
|
},
|
|
5085
|
-
"
|
|
5450
|
+
"S58": {
|
|
5086
5451
|
"type": "structure",
|
|
5087
5452
|
"required": [
|
|
5088
5453
|
"Name",
|
|
@@ -5101,7 +5466,7 @@
|
|
|
5101
5466
|
"members": {
|
|
5102
5467
|
"HeaderBehavior": {},
|
|
5103
5468
|
"Headers": {
|
|
5104
|
-
"shape": "
|
|
5469
|
+
"shape": "S1w"
|
|
5105
5470
|
}
|
|
5106
5471
|
}
|
|
5107
5472
|
},
|
|
@@ -5113,7 +5478,7 @@
|
|
|
5113
5478
|
"members": {
|
|
5114
5479
|
"CookieBehavior": {},
|
|
5115
5480
|
"Cookies": {
|
|
5116
|
-
"shape": "
|
|
5481
|
+
"shape": "S1u"
|
|
5117
5482
|
}
|
|
5118
5483
|
}
|
|
5119
5484
|
},
|
|
@@ -5125,13 +5490,13 @@
|
|
|
5125
5490
|
"members": {
|
|
5126
5491
|
"QueryStringBehavior": {},
|
|
5127
5492
|
"QueryStrings": {
|
|
5128
|
-
"shape": "
|
|
5493
|
+
"shape": "S2v"
|
|
5129
5494
|
}
|
|
5130
5495
|
}
|
|
5131
5496
|
}
|
|
5132
5497
|
}
|
|
5133
5498
|
},
|
|
5134
|
-
"
|
|
5499
|
+
"S5g": {
|
|
5135
5500
|
"type": "structure",
|
|
5136
5501
|
"required": [
|
|
5137
5502
|
"Id",
|
|
@@ -5144,11 +5509,11 @@
|
|
|
5144
5509
|
"type": "timestamp"
|
|
5145
5510
|
},
|
|
5146
5511
|
"OriginRequestPolicyConfig": {
|
|
5147
|
-
"shape": "
|
|
5512
|
+
"shape": "S58"
|
|
5148
5513
|
}
|
|
5149
5514
|
}
|
|
5150
5515
|
},
|
|
5151
|
-
"
|
|
5516
|
+
"S5i": {
|
|
5152
5517
|
"type": "structure",
|
|
5153
5518
|
"required": [
|
|
5154
5519
|
"CallerReference",
|
|
@@ -5162,7 +5527,7 @@
|
|
|
5162
5527
|
"Comment": {}
|
|
5163
5528
|
}
|
|
5164
5529
|
},
|
|
5165
|
-
"
|
|
5530
|
+
"S5k": {
|
|
5166
5531
|
"type": "structure",
|
|
5167
5532
|
"required": [
|
|
5168
5533
|
"Id",
|
|
@@ -5175,11 +5540,11 @@
|
|
|
5175
5540
|
"type": "timestamp"
|
|
5176
5541
|
},
|
|
5177
5542
|
"PublicKeyConfig": {
|
|
5178
|
-
"shape": "
|
|
5543
|
+
"shape": "S5i"
|
|
5179
5544
|
}
|
|
5180
5545
|
}
|
|
5181
5546
|
},
|
|
5182
|
-
"
|
|
5547
|
+
"S5m": {
|
|
5183
5548
|
"type": "list",
|
|
5184
5549
|
"member": {
|
|
5185
5550
|
"type": "structure",
|
|
@@ -5202,13 +5567,13 @@
|
|
|
5202
5567
|
}
|
|
5203
5568
|
}
|
|
5204
5569
|
},
|
|
5205
|
-
"
|
|
5570
|
+
"S5p": {
|
|
5206
5571
|
"type": "list",
|
|
5207
5572
|
"member": {
|
|
5208
5573
|
"locationName": "Field"
|
|
5209
5574
|
}
|
|
5210
5575
|
},
|
|
5211
|
-
"
|
|
5576
|
+
"S5r": {
|
|
5212
5577
|
"type": "structure",
|
|
5213
5578
|
"required": [
|
|
5214
5579
|
"ARN",
|
|
@@ -5224,14 +5589,14 @@
|
|
|
5224
5589
|
"type": "long"
|
|
5225
5590
|
},
|
|
5226
5591
|
"EndPoints": {
|
|
5227
|
-
"shape": "
|
|
5592
|
+
"shape": "S5m"
|
|
5228
5593
|
},
|
|
5229
5594
|
"Fields": {
|
|
5230
|
-
"shape": "
|
|
5595
|
+
"shape": "S5p"
|
|
5231
5596
|
}
|
|
5232
5597
|
}
|
|
5233
5598
|
},
|
|
5234
|
-
"
|
|
5599
|
+
"S5t": {
|
|
5235
5600
|
"type": "structure",
|
|
5236
5601
|
"required": [
|
|
5237
5602
|
"Name"
|
|
@@ -5472,7 +5837,7 @@
|
|
|
5472
5837
|
}
|
|
5473
5838
|
}
|
|
5474
5839
|
},
|
|
5475
|
-
"
|
|
5840
|
+
"S6j": {
|
|
5476
5841
|
"type": "structure",
|
|
5477
5842
|
"required": [
|
|
5478
5843
|
"Id",
|
|
@@ -5485,11 +5850,11 @@
|
|
|
5485
5850
|
"type": "timestamp"
|
|
5486
5851
|
},
|
|
5487
5852
|
"ResponseHeadersPolicyConfig": {
|
|
5488
|
-
"shape": "
|
|
5853
|
+
"shape": "S5t"
|
|
5489
5854
|
}
|
|
5490
5855
|
}
|
|
5491
5856
|
},
|
|
5492
|
-
"
|
|
5857
|
+
"S6l": {
|
|
5493
5858
|
"type": "structure",
|
|
5494
5859
|
"required": [
|
|
5495
5860
|
"CallerReference",
|
|
@@ -5501,10 +5866,10 @@
|
|
|
5501
5866
|
"members": {
|
|
5502
5867
|
"CallerReference": {},
|
|
5503
5868
|
"S3Origin": {
|
|
5504
|
-
"shape": "
|
|
5869
|
+
"shape": "S6m"
|
|
5505
5870
|
},
|
|
5506
5871
|
"Aliases": {
|
|
5507
|
-
"shape": "
|
|
5872
|
+
"shape": "Si"
|
|
5508
5873
|
},
|
|
5509
5874
|
"Comment": {},
|
|
5510
5875
|
"Logging": {
|
|
@@ -5523,7 +5888,7 @@
|
|
|
5523
5888
|
}
|
|
5524
5889
|
},
|
|
5525
5890
|
"TrustedSigners": {
|
|
5526
|
-
"shape": "
|
|
5891
|
+
"shape": "S19"
|
|
5527
5892
|
},
|
|
5528
5893
|
"PriceClass": {},
|
|
5529
5894
|
"Enabled": {
|
|
@@ -5531,7 +5896,7 @@
|
|
|
5531
5896
|
}
|
|
5532
5897
|
}
|
|
5533
5898
|
},
|
|
5534
|
-
"
|
|
5899
|
+
"S6m": {
|
|
5535
5900
|
"type": "structure",
|
|
5536
5901
|
"required": [
|
|
5537
5902
|
"DomainName",
|
|
@@ -5542,7 +5907,7 @@
|
|
|
5542
5907
|
"OriginAccessIdentity": {}
|
|
5543
5908
|
}
|
|
5544
5909
|
},
|
|
5545
|
-
"
|
|
5910
|
+
"S6p": {
|
|
5546
5911
|
"type": "structure",
|
|
5547
5912
|
"required": [
|
|
5548
5913
|
"Id",
|
|
@@ -5561,14 +5926,14 @@
|
|
|
5561
5926
|
},
|
|
5562
5927
|
"DomainName": {},
|
|
5563
5928
|
"ActiveTrustedSigners": {
|
|
5564
|
-
"shape": "
|
|
5929
|
+
"shape": "S9"
|
|
5565
5930
|
},
|
|
5566
5931
|
"StreamingDistributionConfig": {
|
|
5567
|
-
"shape": "
|
|
5932
|
+
"shape": "S6l"
|
|
5568
5933
|
}
|
|
5569
5934
|
}
|
|
5570
5935
|
},
|
|
5571
|
-
"
|
|
5936
|
+
"S9l": {
|
|
5572
5937
|
"type": "structure",
|
|
5573
5938
|
"required": [
|
|
5574
5939
|
"Marker",
|
|
@@ -5622,22 +5987,22 @@
|
|
|
5622
5987
|
},
|
|
5623
5988
|
"DomainName": {},
|
|
5624
5989
|
"Aliases": {
|
|
5625
|
-
"shape": "
|
|
5990
|
+
"shape": "Si"
|
|
5626
5991
|
},
|
|
5627
5992
|
"Origins": {
|
|
5628
|
-
"shape": "
|
|
5993
|
+
"shape": "Sk"
|
|
5629
5994
|
},
|
|
5630
5995
|
"OriginGroups": {
|
|
5631
|
-
"shape": "
|
|
5996
|
+
"shape": "Sz"
|
|
5632
5997
|
},
|
|
5633
5998
|
"DefaultCacheBehavior": {
|
|
5634
|
-
"shape": "
|
|
5999
|
+
"shape": "S18"
|
|
5635
6000
|
},
|
|
5636
6001
|
"CacheBehaviors": {
|
|
5637
|
-
"shape": "
|
|
6002
|
+
"shape": "S21"
|
|
5638
6003
|
},
|
|
5639
6004
|
"CustomErrorResponses": {
|
|
5640
|
-
"shape": "
|
|
6005
|
+
"shape": "S24"
|
|
5641
6006
|
},
|
|
5642
6007
|
"Comment": {},
|
|
5643
6008
|
"PriceClass": {},
|
|
@@ -5645,10 +6010,10 @@
|
|
|
5645
6010
|
"type": "boolean"
|
|
5646
6011
|
},
|
|
5647
6012
|
"ViewerCertificate": {
|
|
5648
|
-
"shape": "
|
|
6013
|
+
"shape": "S2a"
|
|
5649
6014
|
},
|
|
5650
6015
|
"Restrictions": {
|
|
5651
|
-
"shape": "
|
|
6016
|
+
"shape": "S2e"
|
|
5652
6017
|
},
|
|
5653
6018
|
"WebACLId": {},
|
|
5654
6019
|
"HttpVersion": {},
|
|
@@ -5656,14 +6021,14 @@
|
|
|
5656
6021
|
"type": "boolean"
|
|
5657
6022
|
},
|
|
5658
6023
|
"AliasICPRecordals": {
|
|
5659
|
-
"shape": "
|
|
6024
|
+
"shape": "S2j"
|
|
5660
6025
|
}
|
|
5661
6026
|
}
|
|
5662
6027
|
}
|
|
5663
6028
|
}
|
|
5664
6029
|
}
|
|
5665
6030
|
},
|
|
5666
|
-
"
|
|
6031
|
+
"S9q": {
|
|
5667
6032
|
"type": "structure",
|
|
5668
6033
|
"required": [
|
|
5669
6034
|
"Marker",
|