cdk-lambda-subminute 2.0.305 → 2.0.307
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +92 -21
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +112 -84
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +544 -533
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
- package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
- package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
- package/node_modules/aws-sdk/clients/kinesis.d.ts +96 -42
- package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
- package/node_modules/aws-sdk/clients/s3control.d.ts +35 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +13 -2
- 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 +89 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +601 -225
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- 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/services/s3.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -396,7 +396,7 @@
|
|
396
396
|
"shape": "S4d"
|
397
397
|
},
|
398
398
|
"FunctionCode": {
|
399
|
-
"shape": "
|
399
|
+
"shape": "S4j"
|
400
400
|
}
|
401
401
|
}
|
402
402
|
},
|
@@ -404,7 +404,7 @@
|
|
404
404
|
"type": "structure",
|
405
405
|
"members": {
|
406
406
|
"FunctionSummary": {
|
407
|
-
"shape": "
|
407
|
+
"shape": "S4l"
|
408
408
|
},
|
409
409
|
"Location": {
|
410
410
|
"location": "header",
|
@@ -435,7 +435,7 @@
|
|
435
435
|
"locationName": "DistributionId"
|
436
436
|
},
|
437
437
|
"InvalidationBatch": {
|
438
|
-
"shape": "
|
438
|
+
"shape": "S4p",
|
439
439
|
"locationName": "InvalidationBatch",
|
440
440
|
"xmlNamespace": {
|
441
441
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -452,7 +452,7 @@
|
|
452
452
|
"locationName": "Location"
|
453
453
|
},
|
454
454
|
"Invalidation": {
|
455
|
-
"shape": "
|
455
|
+
"shape": "S4t"
|
456
456
|
}
|
457
457
|
},
|
458
458
|
"payload": "Invalidation"
|
@@ -470,7 +470,7 @@
|
|
470
470
|
],
|
471
471
|
"members": {
|
472
472
|
"KeyGroupConfig": {
|
473
|
-
"shape": "
|
473
|
+
"shape": "S4v",
|
474
474
|
"locationName": "KeyGroupConfig",
|
475
475
|
"xmlNamespace": {
|
476
476
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -483,7 +483,7 @@
|
|
483
483
|
"type": "structure",
|
484
484
|
"members": {
|
485
485
|
"KeyGroup": {
|
486
|
-
"shape": "
|
486
|
+
"shape": "S4y"
|
487
487
|
},
|
488
488
|
"Location": {
|
489
489
|
"location": "header",
|
@@ -497,6 +497,54 @@
|
|
497
497
|
"payload": "KeyGroup"
|
498
498
|
}
|
499
499
|
},
|
500
|
+
"CreateKeyValueStore": {
|
501
|
+
"http": {
|
502
|
+
"requestUri": "/2020-05-31/key-value-store/",
|
503
|
+
"responseCode": 201
|
504
|
+
},
|
505
|
+
"input": {
|
506
|
+
"locationName": "CreateKeyValueStoreRequest",
|
507
|
+
"xmlNamespace": {
|
508
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
509
|
+
},
|
510
|
+
"type": "structure",
|
511
|
+
"required": [
|
512
|
+
"Name"
|
513
|
+
],
|
514
|
+
"members": {
|
515
|
+
"Name": {},
|
516
|
+
"Comment": {},
|
517
|
+
"ImportSource": {
|
518
|
+
"type": "structure",
|
519
|
+
"required": [
|
520
|
+
"SourceType",
|
521
|
+
"SourceARN"
|
522
|
+
],
|
523
|
+
"members": {
|
524
|
+
"SourceType": {},
|
525
|
+
"SourceARN": {}
|
526
|
+
}
|
527
|
+
}
|
528
|
+
}
|
529
|
+
},
|
530
|
+
"output": {
|
531
|
+
"type": "structure",
|
532
|
+
"members": {
|
533
|
+
"KeyValueStore": {
|
534
|
+
"shape": "S55"
|
535
|
+
},
|
536
|
+
"ETag": {
|
537
|
+
"location": "header",
|
538
|
+
"locationName": "ETag"
|
539
|
+
},
|
540
|
+
"Location": {
|
541
|
+
"location": "header",
|
542
|
+
"locationName": "Location"
|
543
|
+
}
|
544
|
+
},
|
545
|
+
"payload": "KeyValueStore"
|
546
|
+
}
|
547
|
+
},
|
500
548
|
"CreateMonitoringSubscription": {
|
501
549
|
"http": {
|
502
550
|
"requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/"
|
@@ -513,7 +561,7 @@
|
|
513
561
|
"locationName": "DistributionId"
|
514
562
|
},
|
515
563
|
"MonitoringSubscription": {
|
516
|
-
"shape": "
|
564
|
+
"shape": "S57",
|
517
565
|
"locationName": "MonitoringSubscription",
|
518
566
|
"xmlNamespace": {
|
519
567
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -526,7 +574,7 @@
|
|
526
574
|
"type": "structure",
|
527
575
|
"members": {
|
528
576
|
"MonitoringSubscription": {
|
529
|
-
"shape": "
|
577
|
+
"shape": "S57"
|
530
578
|
}
|
531
579
|
},
|
532
580
|
"payload": "MonitoringSubscription"
|
@@ -544,7 +592,7 @@
|
|
544
592
|
],
|
545
593
|
"members": {
|
546
594
|
"OriginAccessControlConfig": {
|
547
|
-
"shape": "
|
595
|
+
"shape": "S5c",
|
548
596
|
"locationName": "OriginAccessControlConfig",
|
549
597
|
"xmlNamespace": {
|
550
598
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -557,7 +605,7 @@
|
|
557
605
|
"type": "structure",
|
558
606
|
"members": {
|
559
607
|
"OriginAccessControl": {
|
560
|
-
"shape": "
|
608
|
+
"shape": "S5h"
|
561
609
|
},
|
562
610
|
"Location": {
|
563
611
|
"location": "header",
|
@@ -583,7 +631,7 @@
|
|
583
631
|
],
|
584
632
|
"members": {
|
585
633
|
"OriginRequestPolicyConfig": {
|
586
|
-
"shape": "
|
634
|
+
"shape": "S5j",
|
587
635
|
"locationName": "OriginRequestPolicyConfig",
|
588
636
|
"xmlNamespace": {
|
589
637
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -596,7 +644,7 @@
|
|
596
644
|
"type": "structure",
|
597
645
|
"members": {
|
598
646
|
"OriginRequestPolicy": {
|
599
|
-
"shape": "
|
647
|
+
"shape": "S5r"
|
600
648
|
},
|
601
649
|
"Location": {
|
602
650
|
"location": "header",
|
@@ -622,7 +670,7 @@
|
|
622
670
|
],
|
623
671
|
"members": {
|
624
672
|
"PublicKeyConfig": {
|
625
|
-
"shape": "
|
673
|
+
"shape": "S5t",
|
626
674
|
"locationName": "PublicKeyConfig",
|
627
675
|
"xmlNamespace": {
|
628
676
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -635,7 +683,7 @@
|
|
635
683
|
"type": "structure",
|
636
684
|
"members": {
|
637
685
|
"PublicKey": {
|
638
|
-
"shape": "
|
686
|
+
"shape": "S5v"
|
639
687
|
},
|
640
688
|
"Location": {
|
641
689
|
"location": "header",
|
@@ -668,10 +716,10 @@
|
|
668
716
|
],
|
669
717
|
"members": {
|
670
718
|
"EndPoints": {
|
671
|
-
"shape": "
|
719
|
+
"shape": "S5x"
|
672
720
|
},
|
673
721
|
"Fields": {
|
674
|
-
"shape": "
|
722
|
+
"shape": "S60"
|
675
723
|
},
|
676
724
|
"Name": {},
|
677
725
|
"SamplingRate": {
|
@@ -683,7 +731,7 @@
|
|
683
731
|
"type": "structure",
|
684
732
|
"members": {
|
685
733
|
"RealtimeLogConfig": {
|
686
|
-
"shape": "
|
734
|
+
"shape": "S62"
|
687
735
|
}
|
688
736
|
}
|
689
737
|
}
|
@@ -700,7 +748,7 @@
|
|
700
748
|
],
|
701
749
|
"members": {
|
702
750
|
"ResponseHeadersPolicyConfig": {
|
703
|
-
"shape": "
|
751
|
+
"shape": "S64",
|
704
752
|
"locationName": "ResponseHeadersPolicyConfig",
|
705
753
|
"xmlNamespace": {
|
706
754
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -713,7 +761,7 @@
|
|
713
761
|
"type": "structure",
|
714
762
|
"members": {
|
715
763
|
"ResponseHeadersPolicy": {
|
716
|
-
"shape": "
|
764
|
+
"shape": "S6x"
|
717
765
|
},
|
718
766
|
"Location": {
|
719
767
|
"location": "header",
|
@@ -739,7 +787,7 @@
|
|
739
787
|
],
|
740
788
|
"members": {
|
741
789
|
"StreamingDistributionConfig": {
|
742
|
-
"shape": "
|
790
|
+
"shape": "S6z",
|
743
791
|
"locationName": "StreamingDistributionConfig",
|
744
792
|
"xmlNamespace": {
|
745
793
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -752,7 +800,7 @@
|
|
752
800
|
"type": "structure",
|
753
801
|
"members": {
|
754
802
|
"StreamingDistribution": {
|
755
|
-
"shape": "
|
803
|
+
"shape": "S73"
|
756
804
|
},
|
757
805
|
"Location": {
|
758
806
|
"location": "header",
|
@@ -789,7 +837,7 @@
|
|
789
837
|
],
|
790
838
|
"members": {
|
791
839
|
"StreamingDistributionConfig": {
|
792
|
-
"shape": "
|
840
|
+
"shape": "S6z"
|
793
841
|
},
|
794
842
|
"Tags": {
|
795
843
|
"shape": "S3j"
|
@@ -803,7 +851,7 @@
|
|
803
851
|
"type": "structure",
|
804
852
|
"members": {
|
805
853
|
"StreamingDistribution": {
|
806
|
-
"shape": "
|
854
|
+
"shape": "S73"
|
807
855
|
},
|
808
856
|
"Location": {
|
809
857
|
"location": "header",
|
@@ -1002,6 +1050,31 @@
|
|
1002
1050
|
}
|
1003
1051
|
}
|
1004
1052
|
},
|
1053
|
+
"DeleteKeyValueStore": {
|
1054
|
+
"http": {
|
1055
|
+
"method": "DELETE",
|
1056
|
+
"requestUri": "/2020-05-31/key-value-store/{Name}",
|
1057
|
+
"responseCode": 204
|
1058
|
+
},
|
1059
|
+
"input": {
|
1060
|
+
"type": "structure",
|
1061
|
+
"required": [
|
1062
|
+
"IfMatch",
|
1063
|
+
"Name"
|
1064
|
+
],
|
1065
|
+
"members": {
|
1066
|
+
"Name": {
|
1067
|
+
"location": "uri",
|
1068
|
+
"locationName": "Name"
|
1069
|
+
},
|
1070
|
+
"IfMatch": {
|
1071
|
+
"location": "header",
|
1072
|
+
"locationName": "If-Match"
|
1073
|
+
}
|
1074
|
+
}
|
1075
|
+
},
|
1076
|
+
"idempotent": true
|
1077
|
+
},
|
1005
1078
|
"DeleteMonitoringSubscription": {
|
1006
1079
|
"http": {
|
1007
1080
|
"method": "DELETE",
|
@@ -1181,7 +1254,7 @@
|
|
1181
1254
|
"type": "structure",
|
1182
1255
|
"members": {
|
1183
1256
|
"FunctionSummary": {
|
1184
|
-
"shape": "
|
1257
|
+
"shape": "S4l"
|
1185
1258
|
},
|
1186
1259
|
"ETag": {
|
1187
1260
|
"location": "header",
|
@@ -1191,6 +1264,37 @@
|
|
1191
1264
|
"payload": "FunctionSummary"
|
1192
1265
|
}
|
1193
1266
|
},
|
1267
|
+
"DescribeKeyValueStore": {
|
1268
|
+
"http": {
|
1269
|
+
"method": "GET",
|
1270
|
+
"requestUri": "/2020-05-31/key-value-store/{Name}"
|
1271
|
+
},
|
1272
|
+
"input": {
|
1273
|
+
"type": "structure",
|
1274
|
+
"required": [
|
1275
|
+
"Name"
|
1276
|
+
],
|
1277
|
+
"members": {
|
1278
|
+
"Name": {
|
1279
|
+
"location": "uri",
|
1280
|
+
"locationName": "Name"
|
1281
|
+
}
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"output": {
|
1285
|
+
"type": "structure",
|
1286
|
+
"members": {
|
1287
|
+
"KeyValueStore": {
|
1288
|
+
"shape": "S55"
|
1289
|
+
},
|
1290
|
+
"ETag": {
|
1291
|
+
"location": "header",
|
1292
|
+
"locationName": "ETag"
|
1293
|
+
}
|
1294
|
+
},
|
1295
|
+
"payload": "KeyValueStore"
|
1296
|
+
}
|
1297
|
+
},
|
1194
1298
|
"GetCachePolicy": {
|
1195
1299
|
"http": {
|
1196
1300
|
"method": "GET",
|
@@ -1588,7 +1692,7 @@
|
|
1588
1692
|
"type": "structure",
|
1589
1693
|
"members": {
|
1590
1694
|
"FunctionCode": {
|
1591
|
-
"shape": "
|
1695
|
+
"shape": "S4j"
|
1592
1696
|
},
|
1593
1697
|
"ETag": {
|
1594
1698
|
"location": "header",
|
@@ -1628,7 +1732,7 @@
|
|
1628
1732
|
"type": "structure",
|
1629
1733
|
"members": {
|
1630
1734
|
"Invalidation": {
|
1631
|
-
"shape": "
|
1735
|
+
"shape": "S4t"
|
1632
1736
|
}
|
1633
1737
|
},
|
1634
1738
|
"payload": "Invalidation"
|
@@ -1655,7 +1759,7 @@
|
|
1655
1759
|
"type": "structure",
|
1656
1760
|
"members": {
|
1657
1761
|
"KeyGroup": {
|
1658
|
-
"shape": "
|
1762
|
+
"shape": "S4y"
|
1659
1763
|
},
|
1660
1764
|
"ETag": {
|
1661
1765
|
"location": "header",
|
@@ -1686,7 +1790,7 @@
|
|
1686
1790
|
"type": "structure",
|
1687
1791
|
"members": {
|
1688
1792
|
"KeyGroupConfig": {
|
1689
|
-
"shape": "
|
1793
|
+
"shape": "S4v"
|
1690
1794
|
},
|
1691
1795
|
"ETag": {
|
1692
1796
|
"location": "header",
|
@@ -1717,7 +1821,7 @@
|
|
1717
1821
|
"type": "structure",
|
1718
1822
|
"members": {
|
1719
1823
|
"MonitoringSubscription": {
|
1720
|
-
"shape": "
|
1824
|
+
"shape": "S57"
|
1721
1825
|
}
|
1722
1826
|
},
|
1723
1827
|
"payload": "MonitoringSubscription"
|
@@ -1744,7 +1848,7 @@
|
|
1744
1848
|
"type": "structure",
|
1745
1849
|
"members": {
|
1746
1850
|
"OriginAccessControl": {
|
1747
|
-
"shape": "
|
1851
|
+
"shape": "S5h"
|
1748
1852
|
},
|
1749
1853
|
"ETag": {
|
1750
1854
|
"location": "header",
|
@@ -1775,7 +1879,7 @@
|
|
1775
1879
|
"type": "structure",
|
1776
1880
|
"members": {
|
1777
1881
|
"OriginAccessControlConfig": {
|
1778
|
-
"shape": "
|
1882
|
+
"shape": "S5c"
|
1779
1883
|
},
|
1780
1884
|
"ETag": {
|
1781
1885
|
"location": "header",
|
@@ -1806,7 +1910,7 @@
|
|
1806
1910
|
"type": "structure",
|
1807
1911
|
"members": {
|
1808
1912
|
"OriginRequestPolicy": {
|
1809
|
-
"shape": "
|
1913
|
+
"shape": "S5r"
|
1810
1914
|
},
|
1811
1915
|
"ETag": {
|
1812
1916
|
"location": "header",
|
@@ -1837,7 +1941,7 @@
|
|
1837
1941
|
"type": "structure",
|
1838
1942
|
"members": {
|
1839
1943
|
"OriginRequestPolicyConfig": {
|
1840
|
-
"shape": "
|
1944
|
+
"shape": "S5j"
|
1841
1945
|
},
|
1842
1946
|
"ETag": {
|
1843
1947
|
"location": "header",
|
@@ -1868,7 +1972,7 @@
|
|
1868
1972
|
"type": "structure",
|
1869
1973
|
"members": {
|
1870
1974
|
"PublicKey": {
|
1871
|
-
"shape": "
|
1975
|
+
"shape": "S5v"
|
1872
1976
|
},
|
1873
1977
|
"ETag": {
|
1874
1978
|
"location": "header",
|
@@ -1899,7 +2003,7 @@
|
|
1899
2003
|
"type": "structure",
|
1900
2004
|
"members": {
|
1901
2005
|
"PublicKeyConfig": {
|
1902
|
-
"shape": "
|
2006
|
+
"shape": "S5t"
|
1903
2007
|
},
|
1904
2008
|
"ETag": {
|
1905
2009
|
"location": "header",
|
@@ -1928,7 +2032,7 @@
|
|
1928
2032
|
"type": "structure",
|
1929
2033
|
"members": {
|
1930
2034
|
"RealtimeLogConfig": {
|
1931
|
-
"shape": "
|
2035
|
+
"shape": "S62"
|
1932
2036
|
}
|
1933
2037
|
}
|
1934
2038
|
}
|
@@ -1954,7 +2058,7 @@
|
|
1954
2058
|
"type": "structure",
|
1955
2059
|
"members": {
|
1956
2060
|
"ResponseHeadersPolicy": {
|
1957
|
-
"shape": "
|
2061
|
+
"shape": "S6x"
|
1958
2062
|
},
|
1959
2063
|
"ETag": {
|
1960
2064
|
"location": "header",
|
@@ -1985,7 +2089,7 @@
|
|
1985
2089
|
"type": "structure",
|
1986
2090
|
"members": {
|
1987
2091
|
"ResponseHeadersPolicyConfig": {
|
1988
|
-
"shape": "
|
2092
|
+
"shape": "S64"
|
1989
2093
|
},
|
1990
2094
|
"ETag": {
|
1991
2095
|
"location": "header",
|
@@ -2016,7 +2120,7 @@
|
|
2016
2120
|
"type": "structure",
|
2017
2121
|
"members": {
|
2018
2122
|
"StreamingDistribution": {
|
2019
|
-
"shape": "
|
2123
|
+
"shape": "S73"
|
2020
2124
|
},
|
2021
2125
|
"ETag": {
|
2022
2126
|
"location": "header",
|
@@ -2047,7 +2151,7 @@
|
|
2047
2151
|
"type": "structure",
|
2048
2152
|
"members": {
|
2049
2153
|
"StreamingDistributionConfig": {
|
2050
|
-
"shape": "
|
2154
|
+
"shape": "S6z"
|
2051
2155
|
},
|
2052
2156
|
"ETag": {
|
2053
2157
|
"location": "header",
|
@@ -2324,7 +2428,7 @@
|
|
2324
2428
|
"type": "structure",
|
2325
2429
|
"members": {
|
2326
2430
|
"DistributionList": {
|
2327
|
-
"shape": "
|
2431
|
+
"shape": "Sa2"
|
2328
2432
|
}
|
2329
2433
|
},
|
2330
2434
|
"payload": "DistributionList"
|
@@ -2359,7 +2463,7 @@
|
|
2359
2463
|
"type": "structure",
|
2360
2464
|
"members": {
|
2361
2465
|
"DistributionIdList": {
|
2362
|
-
"shape": "
|
2466
|
+
"shape": "Sa7"
|
2363
2467
|
}
|
2364
2468
|
},
|
2365
2469
|
"payload": "DistributionIdList"
|
@@ -2394,7 +2498,7 @@
|
|
2394
2498
|
"type": "structure",
|
2395
2499
|
"members": {
|
2396
2500
|
"DistributionIdList": {
|
2397
|
-
"shape": "
|
2501
|
+
"shape": "Sa7"
|
2398
2502
|
}
|
2399
2503
|
},
|
2400
2504
|
"payload": "DistributionIdList"
|
@@ -2429,7 +2533,7 @@
|
|
2429
2533
|
"type": "structure",
|
2430
2534
|
"members": {
|
2431
2535
|
"DistributionIdList": {
|
2432
|
-
"shape": "
|
2536
|
+
"shape": "Sa7"
|
2433
2537
|
}
|
2434
2538
|
},
|
2435
2539
|
"payload": "DistributionIdList"
|
@@ -2456,7 +2560,7 @@
|
|
2456
2560
|
"type": "structure",
|
2457
2561
|
"members": {
|
2458
2562
|
"DistributionList": {
|
2459
|
-
"shape": "
|
2563
|
+
"shape": "Sa2"
|
2460
2564
|
}
|
2461
2565
|
},
|
2462
2566
|
"payload": "DistributionList"
|
@@ -2491,7 +2595,7 @@
|
|
2491
2595
|
"type": "structure",
|
2492
2596
|
"members": {
|
2493
2597
|
"DistributionIdList": {
|
2494
|
-
"shape": "
|
2598
|
+
"shape": "Sa7"
|
2495
2599
|
}
|
2496
2600
|
},
|
2497
2601
|
"payload": "DistributionIdList"
|
@@ -2526,7 +2630,7 @@
|
|
2526
2630
|
"type": "structure",
|
2527
2631
|
"members": {
|
2528
2632
|
"DistributionList": {
|
2529
|
-
"shape": "
|
2633
|
+
"shape": "Sa2"
|
2530
2634
|
}
|
2531
2635
|
},
|
2532
2636
|
"payload": "DistributionList"
|
@@ -2704,7 +2808,7 @@
|
|
2704
2808
|
"Items": {
|
2705
2809
|
"type": "list",
|
2706
2810
|
"member": {
|
2707
|
-
"shape": "
|
2811
|
+
"shape": "S4l",
|
2708
2812
|
"locationName": "FunctionSummary"
|
2709
2813
|
}
|
2710
2814
|
}
|
@@ -2832,7 +2936,7 @@
|
|
2832
2936
|
],
|
2833
2937
|
"members": {
|
2834
2938
|
"KeyGroup": {
|
2835
|
-
"shape": "
|
2939
|
+
"shape": "S4y"
|
2836
2940
|
}
|
2837
2941
|
}
|
2838
2942
|
}
|
@@ -2843,6 +2947,58 @@
|
|
2843
2947
|
"payload": "KeyGroupList"
|
2844
2948
|
}
|
2845
2949
|
},
|
2950
|
+
"ListKeyValueStores": {
|
2951
|
+
"http": {
|
2952
|
+
"method": "GET",
|
2953
|
+
"requestUri": "/2020-05-31/key-value-store"
|
2954
|
+
},
|
2955
|
+
"input": {
|
2956
|
+
"type": "structure",
|
2957
|
+
"members": {
|
2958
|
+
"Marker": {
|
2959
|
+
"location": "querystring",
|
2960
|
+
"locationName": "Marker"
|
2961
|
+
},
|
2962
|
+
"MaxItems": {
|
2963
|
+
"location": "querystring",
|
2964
|
+
"locationName": "MaxItems"
|
2965
|
+
},
|
2966
|
+
"Status": {
|
2967
|
+
"location": "querystring",
|
2968
|
+
"locationName": "Status"
|
2969
|
+
}
|
2970
|
+
}
|
2971
|
+
},
|
2972
|
+
"output": {
|
2973
|
+
"type": "structure",
|
2974
|
+
"members": {
|
2975
|
+
"KeyValueStoreList": {
|
2976
|
+
"type": "structure",
|
2977
|
+
"required": [
|
2978
|
+
"MaxItems",
|
2979
|
+
"Quantity"
|
2980
|
+
],
|
2981
|
+
"members": {
|
2982
|
+
"NextMarker": {},
|
2983
|
+
"MaxItems": {
|
2984
|
+
"type": "integer"
|
2985
|
+
},
|
2986
|
+
"Quantity": {
|
2987
|
+
"type": "integer"
|
2988
|
+
},
|
2989
|
+
"Items": {
|
2990
|
+
"type": "list",
|
2991
|
+
"member": {
|
2992
|
+
"shape": "S55",
|
2993
|
+
"locationName": "KeyValueStore"
|
2994
|
+
}
|
2995
|
+
}
|
2996
|
+
}
|
2997
|
+
}
|
2998
|
+
},
|
2999
|
+
"payload": "KeyValueStoreList"
|
3000
|
+
}
|
3001
|
+
},
|
2846
3002
|
"ListOriginAccessControls": {
|
2847
3003
|
"http": {
|
2848
3004
|
"method": "GET",
|
@@ -2964,7 +3120,7 @@
|
|
2964
3120
|
"members": {
|
2965
3121
|
"Type": {},
|
2966
3122
|
"OriginRequestPolicy": {
|
2967
|
-
"shape": "
|
3123
|
+
"shape": "S5r"
|
2968
3124
|
}
|
2969
3125
|
}
|
2970
3126
|
}
|
@@ -3073,7 +3229,7 @@
|
|
3073
3229
|
"Items": {
|
3074
3230
|
"type": "list",
|
3075
3231
|
"member": {
|
3076
|
-
"shape": "
|
3232
|
+
"shape": "S62"
|
3077
3233
|
}
|
3078
3234
|
},
|
3079
3235
|
"IsTruncated": {
|
@@ -3138,7 +3294,7 @@
|
|
3138
3294
|
"members": {
|
3139
3295
|
"Type": {},
|
3140
3296
|
"ResponseHeadersPolicy": {
|
3141
|
-
"shape": "
|
3297
|
+
"shape": "S6x"
|
3142
3298
|
}
|
3143
3299
|
}
|
3144
3300
|
}
|
@@ -3217,7 +3373,7 @@
|
|
3217
3373
|
},
|
3218
3374
|
"DomainName": {},
|
3219
3375
|
"S3Origin": {
|
3220
|
-
"shape": "
|
3376
|
+
"shape": "S70"
|
3221
3377
|
},
|
3222
3378
|
"Aliases": {
|
3223
3379
|
"shape": "Si"
|
@@ -3294,7 +3450,7 @@
|
|
3294
3450
|
"type": "structure",
|
3295
3451
|
"members": {
|
3296
3452
|
"FunctionSummary": {
|
3297
|
-
"shape": "
|
3453
|
+
"shape": "S4l"
|
3298
3454
|
}
|
3299
3455
|
},
|
3300
3456
|
"payload": "FunctionSummary"
|
@@ -3365,7 +3521,7 @@
|
|
3365
3521
|
"type": "structure",
|
3366
3522
|
"members": {
|
3367
3523
|
"FunctionSummary": {
|
3368
|
-
"shape": "
|
3524
|
+
"shape": "S4l"
|
3369
3525
|
},
|
3370
3526
|
"ComputeUtilization": {},
|
3371
3527
|
"FunctionExecutionLogs": {
|
@@ -3753,7 +3909,7 @@
|
|
3753
3909
|
"shape": "S4d"
|
3754
3910
|
},
|
3755
3911
|
"FunctionCode": {
|
3756
|
-
"shape": "
|
3912
|
+
"shape": "S4j"
|
3757
3913
|
}
|
3758
3914
|
}
|
3759
3915
|
},
|
@@ -3761,7 +3917,7 @@
|
|
3761
3917
|
"type": "structure",
|
3762
3918
|
"members": {
|
3763
3919
|
"FunctionSummary": {
|
3764
|
-
"shape": "
|
3920
|
+
"shape": "S4l"
|
3765
3921
|
},
|
3766
3922
|
"ETag": {
|
3767
3923
|
"location": "header",
|
@@ -3784,7 +3940,7 @@
|
|
3784
3940
|
],
|
3785
3941
|
"members": {
|
3786
3942
|
"KeyGroupConfig": {
|
3787
|
-
"shape": "
|
3943
|
+
"shape": "S4v",
|
3788
3944
|
"locationName": "KeyGroupConfig",
|
3789
3945
|
"xmlNamespace": {
|
3790
3946
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -3805,7 +3961,7 @@
|
|
3805
3961
|
"type": "structure",
|
3806
3962
|
"members": {
|
3807
3963
|
"KeyGroup": {
|
3808
|
-
"shape": "
|
3964
|
+
"shape": "S4y"
|
3809
3965
|
},
|
3810
3966
|
"ETag": {
|
3811
3967
|
"location": "header",
|
@@ -3815,6 +3971,49 @@
|
|
3815
3971
|
"payload": "KeyGroup"
|
3816
3972
|
}
|
3817
3973
|
},
|
3974
|
+
"UpdateKeyValueStore": {
|
3975
|
+
"http": {
|
3976
|
+
"method": "PUT",
|
3977
|
+
"requestUri": "/2020-05-31/key-value-store/{Name}"
|
3978
|
+
},
|
3979
|
+
"input": {
|
3980
|
+
"locationName": "UpdateKeyValueStoreRequest",
|
3981
|
+
"xmlNamespace": {
|
3982
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
3983
|
+
},
|
3984
|
+
"type": "structure",
|
3985
|
+
"required": [
|
3986
|
+
"Name",
|
3987
|
+
"Comment",
|
3988
|
+
"IfMatch"
|
3989
|
+
],
|
3990
|
+
"members": {
|
3991
|
+
"Name": {
|
3992
|
+
"location": "uri",
|
3993
|
+
"locationName": "Name"
|
3994
|
+
},
|
3995
|
+
"Comment": {},
|
3996
|
+
"IfMatch": {
|
3997
|
+
"location": "header",
|
3998
|
+
"locationName": "If-Match"
|
3999
|
+
}
|
4000
|
+
}
|
4001
|
+
},
|
4002
|
+
"output": {
|
4003
|
+
"type": "structure",
|
4004
|
+
"members": {
|
4005
|
+
"KeyValueStore": {
|
4006
|
+
"shape": "S55"
|
4007
|
+
},
|
4008
|
+
"ETag": {
|
4009
|
+
"location": "header",
|
4010
|
+
"locationName": "ETag"
|
4011
|
+
}
|
4012
|
+
},
|
4013
|
+
"payload": "KeyValueStore"
|
4014
|
+
},
|
4015
|
+
"idempotent": true
|
4016
|
+
},
|
3818
4017
|
"UpdateOriginAccessControl": {
|
3819
4018
|
"http": {
|
3820
4019
|
"method": "PUT",
|
@@ -3828,7 +4027,7 @@
|
|
3828
4027
|
],
|
3829
4028
|
"members": {
|
3830
4029
|
"OriginAccessControlConfig": {
|
3831
|
-
"shape": "
|
4030
|
+
"shape": "S5c",
|
3832
4031
|
"locationName": "OriginAccessControlConfig",
|
3833
4032
|
"xmlNamespace": {
|
3834
4033
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -3849,7 +4048,7 @@
|
|
3849
4048
|
"type": "structure",
|
3850
4049
|
"members": {
|
3851
4050
|
"OriginAccessControl": {
|
3852
|
-
"shape": "
|
4051
|
+
"shape": "S5h"
|
3853
4052
|
},
|
3854
4053
|
"ETag": {
|
3855
4054
|
"location": "header",
|
@@ -3872,7 +4071,7 @@
|
|
3872
4071
|
],
|
3873
4072
|
"members": {
|
3874
4073
|
"OriginRequestPolicyConfig": {
|
3875
|
-
"shape": "
|
4074
|
+
"shape": "S5j",
|
3876
4075
|
"locationName": "OriginRequestPolicyConfig",
|
3877
4076
|
"xmlNamespace": {
|
3878
4077
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -3893,7 +4092,7 @@
|
|
3893
4092
|
"type": "structure",
|
3894
4093
|
"members": {
|
3895
4094
|
"OriginRequestPolicy": {
|
3896
|
-
"shape": "
|
4095
|
+
"shape": "S5r"
|
3897
4096
|
},
|
3898
4097
|
"ETag": {
|
3899
4098
|
"location": "header",
|
@@ -3916,7 +4115,7 @@
|
|
3916
4115
|
],
|
3917
4116
|
"members": {
|
3918
4117
|
"PublicKeyConfig": {
|
3919
|
-
"shape": "
|
4118
|
+
"shape": "S5t",
|
3920
4119
|
"locationName": "PublicKeyConfig",
|
3921
4120
|
"xmlNamespace": {
|
3922
4121
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -3937,7 +4136,7 @@
|
|
3937
4136
|
"type": "structure",
|
3938
4137
|
"members": {
|
3939
4138
|
"PublicKey": {
|
3940
|
-
"shape": "
|
4139
|
+
"shape": "S5v"
|
3941
4140
|
},
|
3942
4141
|
"ETag": {
|
3943
4142
|
"location": "header",
|
@@ -3960,10 +4159,10 @@
|
|
3960
4159
|
"type": "structure",
|
3961
4160
|
"members": {
|
3962
4161
|
"EndPoints": {
|
3963
|
-
"shape": "
|
4162
|
+
"shape": "S5x"
|
3964
4163
|
},
|
3965
4164
|
"Fields": {
|
3966
|
-
"shape": "
|
4165
|
+
"shape": "S60"
|
3967
4166
|
},
|
3968
4167
|
"Name": {},
|
3969
4168
|
"ARN": {},
|
@@ -3976,7 +4175,7 @@
|
|
3976
4175
|
"type": "structure",
|
3977
4176
|
"members": {
|
3978
4177
|
"RealtimeLogConfig": {
|
3979
|
-
"shape": "
|
4178
|
+
"shape": "S62"
|
3980
4179
|
}
|
3981
4180
|
}
|
3982
4181
|
}
|
@@ -3994,7 +4193,7 @@
|
|
3994
4193
|
],
|
3995
4194
|
"members": {
|
3996
4195
|
"ResponseHeadersPolicyConfig": {
|
3997
|
-
"shape": "
|
4196
|
+
"shape": "S64",
|
3998
4197
|
"locationName": "ResponseHeadersPolicyConfig",
|
3999
4198
|
"xmlNamespace": {
|
4000
4199
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -4015,7 +4214,7 @@
|
|
4015
4214
|
"type": "structure",
|
4016
4215
|
"members": {
|
4017
4216
|
"ResponseHeadersPolicy": {
|
4018
|
-
"shape": "
|
4217
|
+
"shape": "S6x"
|
4019
4218
|
},
|
4020
4219
|
"ETag": {
|
4021
4220
|
"location": "header",
|
@@ -4038,7 +4237,7 @@
|
|
4038
4237
|
],
|
4039
4238
|
"members": {
|
4040
4239
|
"StreamingDistributionConfig": {
|
4041
|
-
"shape": "
|
4240
|
+
"shape": "S6z",
|
4042
4241
|
"locationName": "StreamingDistributionConfig",
|
4043
4242
|
"xmlNamespace": {
|
4044
4243
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
@@ -4059,7 +4258,7 @@
|
|
4059
4258
|
"type": "structure",
|
4060
4259
|
"members": {
|
4061
4260
|
"StreamingDistribution": {
|
4062
|
-
"shape": "
|
4261
|
+
"shape": "S73"
|
4063
4262
|
},
|
4064
4263
|
"ETag": {
|
4065
4264
|
"location": "header",
|
@@ -5332,14 +5531,38 @@
|
|
5332
5531
|
],
|
5333
5532
|
"members": {
|
5334
5533
|
"Comment": {},
|
5335
|
-
"Runtime": {}
|
5534
|
+
"Runtime": {},
|
5535
|
+
"KeyValueStoreAssociations": {
|
5536
|
+
"type": "structure",
|
5537
|
+
"required": [
|
5538
|
+
"Quantity"
|
5539
|
+
],
|
5540
|
+
"members": {
|
5541
|
+
"Quantity": {
|
5542
|
+
"type": "integer"
|
5543
|
+
},
|
5544
|
+
"Items": {
|
5545
|
+
"type": "list",
|
5546
|
+
"member": {
|
5547
|
+
"locationName": "KeyValueStoreAssociation",
|
5548
|
+
"type": "structure",
|
5549
|
+
"required": [
|
5550
|
+
"KeyValueStoreARN"
|
5551
|
+
],
|
5552
|
+
"members": {
|
5553
|
+
"KeyValueStoreARN": {}
|
5554
|
+
}
|
5555
|
+
}
|
5556
|
+
}
|
5557
|
+
}
|
5558
|
+
}
|
5336
5559
|
}
|
5337
5560
|
},
|
5338
|
-
"
|
5561
|
+
"S4j": {
|
5339
5562
|
"type": "blob",
|
5340
5563
|
"sensitive": true
|
5341
5564
|
},
|
5342
|
-
"
|
5565
|
+
"S4l": {
|
5343
5566
|
"type": "structure",
|
5344
5567
|
"required": [
|
5345
5568
|
"Name",
|
@@ -5371,7 +5594,7 @@
|
|
5371
5594
|
}
|
5372
5595
|
}
|
5373
5596
|
},
|
5374
|
-
"
|
5597
|
+
"S4p": {
|
5375
5598
|
"type": "structure",
|
5376
5599
|
"required": [
|
5377
5600
|
"Paths",
|
@@ -5398,7 +5621,7 @@
|
|
5398
5621
|
"CallerReference": {}
|
5399
5622
|
}
|
5400
5623
|
},
|
5401
|
-
"
|
5624
|
+
"S4t": {
|
5402
5625
|
"type": "structure",
|
5403
5626
|
"required": [
|
5404
5627
|
"Id",
|
@@ -5413,11 +5636,11 @@
|
|
5413
5636
|
"type": "timestamp"
|
5414
5637
|
},
|
5415
5638
|
"InvalidationBatch": {
|
5416
|
-
"shape": "
|
5639
|
+
"shape": "S4p"
|
5417
5640
|
}
|
5418
5641
|
}
|
5419
5642
|
},
|
5420
|
-
"
|
5643
|
+
"S4v": {
|
5421
5644
|
"type": "structure",
|
5422
5645
|
"required": [
|
5423
5646
|
"Name",
|
@@ -5434,7 +5657,7 @@
|
|
5434
5657
|
"Comment": {}
|
5435
5658
|
}
|
5436
5659
|
},
|
5437
|
-
"
|
5660
|
+
"S4y": {
|
5438
5661
|
"type": "structure",
|
5439
5662
|
"required": [
|
5440
5663
|
"Id",
|
@@ -5447,11 +5670,31 @@
|
|
5447
5670
|
"type": "timestamp"
|
5448
5671
|
},
|
5449
5672
|
"KeyGroupConfig": {
|
5450
|
-
"shape": "
|
5673
|
+
"shape": "S4v"
|
5451
5674
|
}
|
5452
5675
|
}
|
5453
5676
|
},
|
5454
|
-
"
|
5677
|
+
"S55": {
|
5678
|
+
"type": "structure",
|
5679
|
+
"required": [
|
5680
|
+
"Name",
|
5681
|
+
"Id",
|
5682
|
+
"Comment",
|
5683
|
+
"ARN",
|
5684
|
+
"LastModifiedTime"
|
5685
|
+
],
|
5686
|
+
"members": {
|
5687
|
+
"Name": {},
|
5688
|
+
"Id": {},
|
5689
|
+
"Comment": {},
|
5690
|
+
"ARN": {},
|
5691
|
+
"Status": {},
|
5692
|
+
"LastModifiedTime": {
|
5693
|
+
"type": "timestamp"
|
5694
|
+
}
|
5695
|
+
}
|
5696
|
+
},
|
5697
|
+
"S57": {
|
5455
5698
|
"type": "structure",
|
5456
5699
|
"members": {
|
5457
5700
|
"RealtimeMetricsSubscriptionConfig": {
|
@@ -5465,7 +5708,7 @@
|
|
5465
5708
|
}
|
5466
5709
|
}
|
5467
5710
|
},
|
5468
|
-
"
|
5711
|
+
"S5c": {
|
5469
5712
|
"type": "structure",
|
5470
5713
|
"required": [
|
5471
5714
|
"Name",
|
@@ -5481,7 +5724,7 @@
|
|
5481
5724
|
"OriginAccessControlOriginType": {}
|
5482
5725
|
}
|
5483
5726
|
},
|
5484
|
-
"
|
5727
|
+
"S5h": {
|
5485
5728
|
"type": "structure",
|
5486
5729
|
"required": [
|
5487
5730
|
"Id"
|
@@ -5489,11 +5732,11 @@
|
|
5489
5732
|
"members": {
|
5490
5733
|
"Id": {},
|
5491
5734
|
"OriginAccessControlConfig": {
|
5492
|
-
"shape": "
|
5735
|
+
"shape": "S5c"
|
5493
5736
|
}
|
5494
5737
|
}
|
5495
5738
|
},
|
5496
|
-
"
|
5739
|
+
"S5j": {
|
5497
5740
|
"type": "structure",
|
5498
5741
|
"required": [
|
5499
5742
|
"Name",
|
@@ -5542,7 +5785,7 @@
|
|
5542
5785
|
}
|
5543
5786
|
}
|
5544
5787
|
},
|
5545
|
-
"
|
5788
|
+
"S5r": {
|
5546
5789
|
"type": "structure",
|
5547
5790
|
"required": [
|
5548
5791
|
"Id",
|
@@ -5555,11 +5798,11 @@
|
|
5555
5798
|
"type": "timestamp"
|
5556
5799
|
},
|
5557
5800
|
"OriginRequestPolicyConfig": {
|
5558
|
-
"shape": "
|
5801
|
+
"shape": "S5j"
|
5559
5802
|
}
|
5560
5803
|
}
|
5561
5804
|
},
|
5562
|
-
"
|
5805
|
+
"S5t": {
|
5563
5806
|
"type": "structure",
|
5564
5807
|
"required": [
|
5565
5808
|
"CallerReference",
|
@@ -5573,7 +5816,7 @@
|
|
5573
5816
|
"Comment": {}
|
5574
5817
|
}
|
5575
5818
|
},
|
5576
|
-
"
|
5819
|
+
"S5v": {
|
5577
5820
|
"type": "structure",
|
5578
5821
|
"required": [
|
5579
5822
|
"Id",
|
@@ -5586,11 +5829,11 @@
|
|
5586
5829
|
"type": "timestamp"
|
5587
5830
|
},
|
5588
5831
|
"PublicKeyConfig": {
|
5589
|
-
"shape": "
|
5832
|
+
"shape": "S5t"
|
5590
5833
|
}
|
5591
5834
|
}
|
5592
5835
|
},
|
5593
|
-
"
|
5836
|
+
"S5x": {
|
5594
5837
|
"type": "list",
|
5595
5838
|
"member": {
|
5596
5839
|
"type": "structure",
|
@@ -5613,13 +5856,13 @@
|
|
5613
5856
|
}
|
5614
5857
|
}
|
5615
5858
|
},
|
5616
|
-
"
|
5859
|
+
"S60": {
|
5617
5860
|
"type": "list",
|
5618
5861
|
"member": {
|
5619
5862
|
"locationName": "Field"
|
5620
5863
|
}
|
5621
5864
|
},
|
5622
|
-
"
|
5865
|
+
"S62": {
|
5623
5866
|
"type": "structure",
|
5624
5867
|
"required": [
|
5625
5868
|
"ARN",
|
@@ -5635,14 +5878,14 @@
|
|
5635
5878
|
"type": "long"
|
5636
5879
|
},
|
5637
5880
|
"EndPoints": {
|
5638
|
-
"shape": "
|
5881
|
+
"shape": "S5x"
|
5639
5882
|
},
|
5640
5883
|
"Fields": {
|
5641
|
-
"shape": "
|
5884
|
+
"shape": "S60"
|
5642
5885
|
}
|
5643
5886
|
}
|
5644
5887
|
},
|
5645
|
-
"
|
5888
|
+
"S64": {
|
5646
5889
|
"type": "structure",
|
5647
5890
|
"required": [
|
5648
5891
|
"Name"
|
@@ -5907,7 +6150,7 @@
|
|
5907
6150
|
}
|
5908
6151
|
}
|
5909
6152
|
},
|
5910
|
-
"
|
6153
|
+
"S6x": {
|
5911
6154
|
"type": "structure",
|
5912
6155
|
"required": [
|
5913
6156
|
"Id",
|
@@ -5920,11 +6163,11 @@
|
|
5920
6163
|
"type": "timestamp"
|
5921
6164
|
},
|
5922
6165
|
"ResponseHeadersPolicyConfig": {
|
5923
|
-
"shape": "
|
6166
|
+
"shape": "S64"
|
5924
6167
|
}
|
5925
6168
|
}
|
5926
6169
|
},
|
5927
|
-
"
|
6170
|
+
"S6z": {
|
5928
6171
|
"type": "structure",
|
5929
6172
|
"required": [
|
5930
6173
|
"CallerReference",
|
@@ -5936,7 +6179,7 @@
|
|
5936
6179
|
"members": {
|
5937
6180
|
"CallerReference": {},
|
5938
6181
|
"S3Origin": {
|
5939
|
-
"shape": "
|
6182
|
+
"shape": "S70"
|
5940
6183
|
},
|
5941
6184
|
"Aliases": {
|
5942
6185
|
"shape": "Si"
|
@@ -5966,7 +6209,7 @@
|
|
5966
6209
|
}
|
5967
6210
|
}
|
5968
6211
|
},
|
5969
|
-
"
|
6212
|
+
"S70": {
|
5970
6213
|
"type": "structure",
|
5971
6214
|
"required": [
|
5972
6215
|
"DomainName",
|
@@ -5977,7 +6220,7 @@
|
|
5977
6220
|
"OriginAccessIdentity": {}
|
5978
6221
|
}
|
5979
6222
|
},
|
5980
|
-
"
|
6223
|
+
"S73": {
|
5981
6224
|
"type": "structure",
|
5982
6225
|
"required": [
|
5983
6226
|
"Id",
|
@@ -5999,11 +6242,11 @@
|
|
5999
6242
|
"shape": "S9"
|
6000
6243
|
},
|
6001
6244
|
"StreamingDistributionConfig": {
|
6002
|
-
"shape": "
|
6245
|
+
"shape": "S6z"
|
6003
6246
|
}
|
6004
6247
|
}
|
6005
6248
|
},
|
6006
|
-
"
|
6249
|
+
"Sa2": {
|
6007
6250
|
"type": "structure",
|
6008
6251
|
"required": [
|
6009
6252
|
"Marker",
|
@@ -6102,7 +6345,7 @@
|
|
6102
6345
|
}
|
6103
6346
|
}
|
6104
6347
|
},
|
6105
|
-
"
|
6348
|
+
"Sa7": {
|
6106
6349
|
"type": "structure",
|
6107
6350
|
"required": [
|
6108
6351
|
"Marker",
|