@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
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/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"type": "structure",
|
|
140
140
|
"members": {
|
|
141
141
|
"Distribution": {
|
|
142
|
-
"shape": "
|
|
142
|
+
"shape": "S2r"
|
|
143
143
|
},
|
|
144
144
|
"Location": {
|
|
145
145
|
"location": "header",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"shape": "St"
|
|
180
180
|
},
|
|
181
181
|
"Tags": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "S35"
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
}
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"type": "structure",
|
|
191
191
|
"members": {
|
|
192
192
|
"Distribution": {
|
|
193
|
-
"shape": "
|
|
193
|
+
"shape": "S2r"
|
|
194
194
|
},
|
|
195
195
|
"Location": {
|
|
196
196
|
"location": "header",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
],
|
|
217
217
|
"members": {
|
|
218
218
|
"FieldLevelEncryptionConfig": {
|
|
219
|
-
"shape": "
|
|
219
|
+
"shape": "S3c",
|
|
220
220
|
"locationName": "FieldLevelEncryptionConfig",
|
|
221
221
|
"xmlNamespace": {
|
|
222
222
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"type": "structure",
|
|
230
230
|
"members": {
|
|
231
231
|
"FieldLevelEncryption": {
|
|
232
|
-
"shape": "
|
|
232
|
+
"shape": "S3n"
|
|
233
233
|
},
|
|
234
234
|
"Location": {
|
|
235
235
|
"location": "header",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
],
|
|
256
256
|
"members": {
|
|
257
257
|
"FieldLevelEncryptionProfileConfig": {
|
|
258
|
-
"shape": "
|
|
258
|
+
"shape": "S3p",
|
|
259
259
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
260
260
|
"xmlNamespace": {
|
|
261
261
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"type": "structure",
|
|
269
269
|
"members": {
|
|
270
270
|
"FieldLevelEncryptionProfile": {
|
|
271
|
-
"shape": "
|
|
271
|
+
"shape": "S3w"
|
|
272
272
|
},
|
|
273
273
|
"Location": {
|
|
274
274
|
"location": "header",
|
|
@@ -301,10 +301,10 @@
|
|
|
301
301
|
"members": {
|
|
302
302
|
"Name": {},
|
|
303
303
|
"FunctionConfig": {
|
|
304
|
-
"shape": "
|
|
304
|
+
"shape": "S3z"
|
|
305
305
|
},
|
|
306
306
|
"FunctionCode": {
|
|
307
|
-
"shape": "
|
|
307
|
+
"shape": "S41"
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
},
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"type": "structure",
|
|
313
313
|
"members": {
|
|
314
314
|
"FunctionSummary": {
|
|
315
|
-
"shape": "
|
|
315
|
+
"shape": "S43"
|
|
316
316
|
},
|
|
317
317
|
"Location": {
|
|
318
318
|
"location": "header",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"locationName": "DistributionId"
|
|
344
344
|
},
|
|
345
345
|
"InvalidationBatch": {
|
|
346
|
-
"shape": "
|
|
346
|
+
"shape": "S47",
|
|
347
347
|
"locationName": "InvalidationBatch",
|
|
348
348
|
"xmlNamespace": {
|
|
349
349
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"locationName": "Location"
|
|
361
361
|
},
|
|
362
362
|
"Invalidation": {
|
|
363
|
-
"shape": "
|
|
363
|
+
"shape": "S4b"
|
|
364
364
|
}
|
|
365
365
|
},
|
|
366
366
|
"payload": "Invalidation"
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
],
|
|
379
379
|
"members": {
|
|
380
380
|
"KeyGroupConfig": {
|
|
381
|
-
"shape": "
|
|
381
|
+
"shape": "S4d",
|
|
382
382
|
"locationName": "KeyGroupConfig",
|
|
383
383
|
"xmlNamespace": {
|
|
384
384
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"type": "structure",
|
|
392
392
|
"members": {
|
|
393
393
|
"KeyGroup": {
|
|
394
|
-
"shape": "
|
|
394
|
+
"shape": "S4g"
|
|
395
395
|
},
|
|
396
396
|
"Location": {
|
|
397
397
|
"location": "header",
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
"locationName": "DistributionId"
|
|
422
422
|
},
|
|
423
423
|
"MonitoringSubscription": {
|
|
424
|
-
"shape": "
|
|
424
|
+
"shape": "S4i",
|
|
425
425
|
"locationName": "MonitoringSubscription",
|
|
426
426
|
"xmlNamespace": {
|
|
427
427
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"type": "structure",
|
|
435
435
|
"members": {
|
|
436
436
|
"MonitoringSubscription": {
|
|
437
|
-
"shape": "
|
|
437
|
+
"shape": "S4i"
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
440
|
"payload": "MonitoringSubscription"
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
],
|
|
453
453
|
"members": {
|
|
454
454
|
"OriginRequestPolicyConfig": {
|
|
455
|
-
"shape": "
|
|
455
|
+
"shape": "S4n",
|
|
456
456
|
"locationName": "OriginRequestPolicyConfig",
|
|
457
457
|
"xmlNamespace": {
|
|
458
458
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"type": "structure",
|
|
466
466
|
"members": {
|
|
467
467
|
"OriginRequestPolicy": {
|
|
468
|
-
"shape": "
|
|
468
|
+
"shape": "S4v"
|
|
469
469
|
},
|
|
470
470
|
"Location": {
|
|
471
471
|
"location": "header",
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
],
|
|
492
492
|
"members": {
|
|
493
493
|
"PublicKeyConfig": {
|
|
494
|
-
"shape": "
|
|
494
|
+
"shape": "S4x",
|
|
495
495
|
"locationName": "PublicKeyConfig",
|
|
496
496
|
"xmlNamespace": {
|
|
497
497
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"type": "structure",
|
|
505
505
|
"members": {
|
|
506
506
|
"PublicKey": {
|
|
507
|
-
"shape": "
|
|
507
|
+
"shape": "S4z"
|
|
508
508
|
},
|
|
509
509
|
"Location": {
|
|
510
510
|
"location": "header",
|
|
@@ -537,10 +537,10 @@
|
|
|
537
537
|
],
|
|
538
538
|
"members": {
|
|
539
539
|
"EndPoints": {
|
|
540
|
-
"shape": "
|
|
540
|
+
"shape": "S51"
|
|
541
541
|
},
|
|
542
542
|
"Fields": {
|
|
543
|
-
"shape": "
|
|
543
|
+
"shape": "S54"
|
|
544
544
|
},
|
|
545
545
|
"Name": {},
|
|
546
546
|
"SamplingRate": {
|
|
@@ -552,11 +552,50 @@
|
|
|
552
552
|
"type": "structure",
|
|
553
553
|
"members": {
|
|
554
554
|
"RealtimeLogConfig": {
|
|
555
|
-
"shape": "
|
|
555
|
+
"shape": "S56"
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
},
|
|
560
|
+
"CreateResponseHeadersPolicy": {
|
|
561
|
+
"http": {
|
|
562
|
+
"requestUri": "/2020-05-31/response-headers-policy",
|
|
563
|
+
"responseCode": 201
|
|
564
|
+
},
|
|
565
|
+
"input": {
|
|
566
|
+
"type": "structure",
|
|
567
|
+
"required": [
|
|
568
|
+
"ResponseHeadersPolicyConfig"
|
|
569
|
+
],
|
|
570
|
+
"members": {
|
|
571
|
+
"ResponseHeadersPolicyConfig": {
|
|
572
|
+
"shape": "S58",
|
|
573
|
+
"locationName": "ResponseHeadersPolicyConfig",
|
|
574
|
+
"xmlNamespace": {
|
|
575
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"payload": "ResponseHeadersPolicyConfig"
|
|
580
|
+
},
|
|
581
|
+
"output": {
|
|
582
|
+
"type": "structure",
|
|
583
|
+
"members": {
|
|
584
|
+
"ResponseHeadersPolicy": {
|
|
585
|
+
"shape": "S5w"
|
|
586
|
+
},
|
|
587
|
+
"Location": {
|
|
588
|
+
"location": "header",
|
|
589
|
+
"locationName": "Location"
|
|
590
|
+
},
|
|
591
|
+
"ETag": {
|
|
592
|
+
"location": "header",
|
|
593
|
+
"locationName": "ETag"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
"payload": "ResponseHeadersPolicy"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
560
599
|
"CreateStreamingDistribution": {
|
|
561
600
|
"http": {
|
|
562
601
|
"requestUri": "/2020-05-31/streaming-distribution",
|
|
@@ -569,7 +608,7 @@
|
|
|
569
608
|
],
|
|
570
609
|
"members": {
|
|
571
610
|
"StreamingDistributionConfig": {
|
|
572
|
-
"shape": "
|
|
611
|
+
"shape": "S5y",
|
|
573
612
|
"locationName": "StreamingDistributionConfig",
|
|
574
613
|
"xmlNamespace": {
|
|
575
614
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -582,7 +621,7 @@
|
|
|
582
621
|
"type": "structure",
|
|
583
622
|
"members": {
|
|
584
623
|
"StreamingDistribution": {
|
|
585
|
-
"shape": "
|
|
624
|
+
"shape": "S62"
|
|
586
625
|
},
|
|
587
626
|
"Location": {
|
|
588
627
|
"location": "header",
|
|
@@ -619,10 +658,10 @@
|
|
|
619
658
|
],
|
|
620
659
|
"members": {
|
|
621
660
|
"StreamingDistributionConfig": {
|
|
622
|
-
"shape": "
|
|
661
|
+
"shape": "S5y"
|
|
623
662
|
},
|
|
624
663
|
"Tags": {
|
|
625
|
-
"shape": "
|
|
664
|
+
"shape": "S35"
|
|
626
665
|
}
|
|
627
666
|
}
|
|
628
667
|
}
|
|
@@ -633,7 +672,7 @@
|
|
|
633
672
|
"type": "structure",
|
|
634
673
|
"members": {
|
|
635
674
|
"StreamingDistribution": {
|
|
636
|
-
"shape": "
|
|
675
|
+
"shape": "S62"
|
|
637
676
|
},
|
|
638
677
|
"Location": {
|
|
639
678
|
"location": "header",
|
|
@@ -894,6 +933,29 @@
|
|
|
894
933
|
}
|
|
895
934
|
}
|
|
896
935
|
},
|
|
936
|
+
"DeleteResponseHeadersPolicy": {
|
|
937
|
+
"http": {
|
|
938
|
+
"method": "DELETE",
|
|
939
|
+
"requestUri": "/2020-05-31/response-headers-policy/{Id}",
|
|
940
|
+
"responseCode": 204
|
|
941
|
+
},
|
|
942
|
+
"input": {
|
|
943
|
+
"type": "structure",
|
|
944
|
+
"required": [
|
|
945
|
+
"Id"
|
|
946
|
+
],
|
|
947
|
+
"members": {
|
|
948
|
+
"Id": {
|
|
949
|
+
"location": "uri",
|
|
950
|
+
"locationName": "Id"
|
|
951
|
+
},
|
|
952
|
+
"IfMatch": {
|
|
953
|
+
"location": "header",
|
|
954
|
+
"locationName": "If-Match"
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
},
|
|
897
959
|
"DeleteStreamingDistribution": {
|
|
898
960
|
"http": {
|
|
899
961
|
"method": "DELETE",
|
|
@@ -942,7 +1004,7 @@
|
|
|
942
1004
|
"type": "structure",
|
|
943
1005
|
"members": {
|
|
944
1006
|
"FunctionSummary": {
|
|
945
|
-
"shape": "
|
|
1007
|
+
"shape": "S43"
|
|
946
1008
|
},
|
|
947
1009
|
"ETag": {
|
|
948
1010
|
"location": "header",
|
|
@@ -1097,7 +1159,7 @@
|
|
|
1097
1159
|
"type": "structure",
|
|
1098
1160
|
"members": {
|
|
1099
1161
|
"Distribution": {
|
|
1100
|
-
"shape": "
|
|
1162
|
+
"shape": "S2r"
|
|
1101
1163
|
},
|
|
1102
1164
|
"ETag": {
|
|
1103
1165
|
"location": "header",
|
|
@@ -1159,7 +1221,7 @@
|
|
|
1159
1221
|
"type": "structure",
|
|
1160
1222
|
"members": {
|
|
1161
1223
|
"FieldLevelEncryption": {
|
|
1162
|
-
"shape": "
|
|
1224
|
+
"shape": "S3n"
|
|
1163
1225
|
},
|
|
1164
1226
|
"ETag": {
|
|
1165
1227
|
"location": "header",
|
|
@@ -1190,7 +1252,7 @@
|
|
|
1190
1252
|
"type": "structure",
|
|
1191
1253
|
"members": {
|
|
1192
1254
|
"FieldLevelEncryptionConfig": {
|
|
1193
|
-
"shape": "
|
|
1255
|
+
"shape": "S3c"
|
|
1194
1256
|
},
|
|
1195
1257
|
"ETag": {
|
|
1196
1258
|
"location": "header",
|
|
@@ -1221,7 +1283,7 @@
|
|
|
1221
1283
|
"type": "structure",
|
|
1222
1284
|
"members": {
|
|
1223
1285
|
"FieldLevelEncryptionProfile": {
|
|
1224
|
-
"shape": "
|
|
1286
|
+
"shape": "S3w"
|
|
1225
1287
|
},
|
|
1226
1288
|
"ETag": {
|
|
1227
1289
|
"location": "header",
|
|
@@ -1252,7 +1314,7 @@
|
|
|
1252
1314
|
"type": "structure",
|
|
1253
1315
|
"members": {
|
|
1254
1316
|
"FieldLevelEncryptionProfileConfig": {
|
|
1255
|
-
"shape": "
|
|
1317
|
+
"shape": "S3p"
|
|
1256
1318
|
},
|
|
1257
1319
|
"ETag": {
|
|
1258
1320
|
"location": "header",
|
|
@@ -1287,7 +1349,7 @@
|
|
|
1287
1349
|
"type": "structure",
|
|
1288
1350
|
"members": {
|
|
1289
1351
|
"FunctionCode": {
|
|
1290
|
-
"shape": "
|
|
1352
|
+
"shape": "S41"
|
|
1291
1353
|
},
|
|
1292
1354
|
"ETag": {
|
|
1293
1355
|
"location": "header",
|
|
@@ -1327,7 +1389,7 @@
|
|
|
1327
1389
|
"type": "structure",
|
|
1328
1390
|
"members": {
|
|
1329
1391
|
"Invalidation": {
|
|
1330
|
-
"shape": "
|
|
1392
|
+
"shape": "S4b"
|
|
1331
1393
|
}
|
|
1332
1394
|
},
|
|
1333
1395
|
"payload": "Invalidation"
|
|
@@ -1354,7 +1416,7 @@
|
|
|
1354
1416
|
"type": "structure",
|
|
1355
1417
|
"members": {
|
|
1356
1418
|
"KeyGroup": {
|
|
1357
|
-
"shape": "
|
|
1419
|
+
"shape": "S4g"
|
|
1358
1420
|
},
|
|
1359
1421
|
"ETag": {
|
|
1360
1422
|
"location": "header",
|
|
@@ -1385,7 +1447,7 @@
|
|
|
1385
1447
|
"type": "structure",
|
|
1386
1448
|
"members": {
|
|
1387
1449
|
"KeyGroupConfig": {
|
|
1388
|
-
"shape": "
|
|
1450
|
+
"shape": "S4d"
|
|
1389
1451
|
},
|
|
1390
1452
|
"ETag": {
|
|
1391
1453
|
"location": "header",
|
|
@@ -1416,7 +1478,7 @@
|
|
|
1416
1478
|
"type": "structure",
|
|
1417
1479
|
"members": {
|
|
1418
1480
|
"MonitoringSubscription": {
|
|
1419
|
-
"shape": "
|
|
1481
|
+
"shape": "S4i"
|
|
1420
1482
|
}
|
|
1421
1483
|
},
|
|
1422
1484
|
"payload": "MonitoringSubscription"
|
|
@@ -1443,7 +1505,7 @@
|
|
|
1443
1505
|
"type": "structure",
|
|
1444
1506
|
"members": {
|
|
1445
1507
|
"OriginRequestPolicy": {
|
|
1446
|
-
"shape": "
|
|
1508
|
+
"shape": "S4v"
|
|
1447
1509
|
},
|
|
1448
1510
|
"ETag": {
|
|
1449
1511
|
"location": "header",
|
|
@@ -1474,7 +1536,7 @@
|
|
|
1474
1536
|
"type": "structure",
|
|
1475
1537
|
"members": {
|
|
1476
1538
|
"OriginRequestPolicyConfig": {
|
|
1477
|
-
"shape": "
|
|
1539
|
+
"shape": "S4n"
|
|
1478
1540
|
},
|
|
1479
1541
|
"ETag": {
|
|
1480
1542
|
"location": "header",
|
|
@@ -1505,7 +1567,7 @@
|
|
|
1505
1567
|
"type": "structure",
|
|
1506
1568
|
"members": {
|
|
1507
1569
|
"PublicKey": {
|
|
1508
|
-
"shape": "
|
|
1570
|
+
"shape": "S4z"
|
|
1509
1571
|
},
|
|
1510
1572
|
"ETag": {
|
|
1511
1573
|
"location": "header",
|
|
@@ -1536,7 +1598,7 @@
|
|
|
1536
1598
|
"type": "structure",
|
|
1537
1599
|
"members": {
|
|
1538
1600
|
"PublicKeyConfig": {
|
|
1539
|
-
"shape": "
|
|
1601
|
+
"shape": "S4x"
|
|
1540
1602
|
},
|
|
1541
1603
|
"ETag": {
|
|
1542
1604
|
"location": "header",
|
|
@@ -1565,11 +1627,73 @@
|
|
|
1565
1627
|
"type": "structure",
|
|
1566
1628
|
"members": {
|
|
1567
1629
|
"RealtimeLogConfig": {
|
|
1568
|
-
"shape": "
|
|
1630
|
+
"shape": "S56"
|
|
1569
1631
|
}
|
|
1570
1632
|
}
|
|
1571
1633
|
}
|
|
1572
1634
|
},
|
|
1635
|
+
"GetResponseHeadersPolicy": {
|
|
1636
|
+
"http": {
|
|
1637
|
+
"method": "GET",
|
|
1638
|
+
"requestUri": "/2020-05-31/response-headers-policy/{Id}"
|
|
1639
|
+
},
|
|
1640
|
+
"input": {
|
|
1641
|
+
"type": "structure",
|
|
1642
|
+
"required": [
|
|
1643
|
+
"Id"
|
|
1644
|
+
],
|
|
1645
|
+
"members": {
|
|
1646
|
+
"Id": {
|
|
1647
|
+
"location": "uri",
|
|
1648
|
+
"locationName": "Id"
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
"output": {
|
|
1653
|
+
"type": "structure",
|
|
1654
|
+
"members": {
|
|
1655
|
+
"ResponseHeadersPolicy": {
|
|
1656
|
+
"shape": "S5w"
|
|
1657
|
+
},
|
|
1658
|
+
"ETag": {
|
|
1659
|
+
"location": "header",
|
|
1660
|
+
"locationName": "ETag"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"payload": "ResponseHeadersPolicy"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
"GetResponseHeadersPolicyConfig": {
|
|
1667
|
+
"http": {
|
|
1668
|
+
"method": "GET",
|
|
1669
|
+
"requestUri": "/2020-05-31/response-headers-policy/{Id}/config"
|
|
1670
|
+
},
|
|
1671
|
+
"input": {
|
|
1672
|
+
"type": "structure",
|
|
1673
|
+
"required": [
|
|
1674
|
+
"Id"
|
|
1675
|
+
],
|
|
1676
|
+
"members": {
|
|
1677
|
+
"Id": {
|
|
1678
|
+
"location": "uri",
|
|
1679
|
+
"locationName": "Id"
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"output": {
|
|
1684
|
+
"type": "structure",
|
|
1685
|
+
"members": {
|
|
1686
|
+
"ResponseHeadersPolicyConfig": {
|
|
1687
|
+
"shape": "S58"
|
|
1688
|
+
},
|
|
1689
|
+
"ETag": {
|
|
1690
|
+
"location": "header",
|
|
1691
|
+
"locationName": "ETag"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"payload": "ResponseHeadersPolicyConfig"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1573
1697
|
"GetStreamingDistribution": {
|
|
1574
1698
|
"http": {
|
|
1575
1699
|
"method": "GET",
|
|
@@ -1591,7 +1715,7 @@
|
|
|
1591
1715
|
"type": "structure",
|
|
1592
1716
|
"members": {
|
|
1593
1717
|
"StreamingDistribution": {
|
|
1594
|
-
"shape": "
|
|
1718
|
+
"shape": "S62"
|
|
1595
1719
|
},
|
|
1596
1720
|
"ETag": {
|
|
1597
1721
|
"location": "header",
|
|
@@ -1622,7 +1746,7 @@
|
|
|
1622
1746
|
"type": "structure",
|
|
1623
1747
|
"members": {
|
|
1624
1748
|
"StreamingDistributionConfig": {
|
|
1625
|
-
"shape": "
|
|
1749
|
+
"shape": "S5y"
|
|
1626
1750
|
},
|
|
1627
1751
|
"ETag": {
|
|
1628
1752
|
"location": "header",
|
|
@@ -1843,7 +1967,7 @@
|
|
|
1843
1967
|
"type": "structure",
|
|
1844
1968
|
"members": {
|
|
1845
1969
|
"DistributionList": {
|
|
1846
|
-
"shape": "
|
|
1970
|
+
"shape": "S8j"
|
|
1847
1971
|
}
|
|
1848
1972
|
},
|
|
1849
1973
|
"payload": "DistributionList"
|
|
@@ -1878,7 +2002,7 @@
|
|
|
1878
2002
|
"type": "structure",
|
|
1879
2003
|
"members": {
|
|
1880
2004
|
"DistributionIdList": {
|
|
1881
|
-
"shape": "
|
|
2005
|
+
"shape": "S8o"
|
|
1882
2006
|
}
|
|
1883
2007
|
},
|
|
1884
2008
|
"payload": "DistributionIdList"
|
|
@@ -1913,7 +2037,7 @@
|
|
|
1913
2037
|
"type": "structure",
|
|
1914
2038
|
"members": {
|
|
1915
2039
|
"DistributionIdList": {
|
|
1916
|
-
"shape": "
|
|
2040
|
+
"shape": "S8o"
|
|
1917
2041
|
}
|
|
1918
2042
|
},
|
|
1919
2043
|
"payload": "DistributionIdList"
|
|
@@ -1948,7 +2072,7 @@
|
|
|
1948
2072
|
"type": "structure",
|
|
1949
2073
|
"members": {
|
|
1950
2074
|
"DistributionIdList": {
|
|
1951
|
-
"shape": "
|
|
2075
|
+
"shape": "S8o"
|
|
1952
2076
|
}
|
|
1953
2077
|
},
|
|
1954
2078
|
"payload": "DistributionIdList"
|
|
@@ -1975,12 +2099,47 @@
|
|
|
1975
2099
|
"type": "structure",
|
|
1976
2100
|
"members": {
|
|
1977
2101
|
"DistributionList": {
|
|
1978
|
-
"shape": "
|
|
2102
|
+
"shape": "S8j"
|
|
1979
2103
|
}
|
|
1980
2104
|
},
|
|
1981
2105
|
"payload": "DistributionList"
|
|
1982
2106
|
}
|
|
1983
2107
|
},
|
|
2108
|
+
"ListDistributionsByResponseHeadersPolicyId": {
|
|
2109
|
+
"http": {
|
|
2110
|
+
"method": "GET",
|
|
2111
|
+
"requestUri": "/2020-05-31/distributionsByResponseHeadersPolicyId/{ResponseHeadersPolicyId}"
|
|
2112
|
+
},
|
|
2113
|
+
"input": {
|
|
2114
|
+
"type": "structure",
|
|
2115
|
+
"required": [
|
|
2116
|
+
"ResponseHeadersPolicyId"
|
|
2117
|
+
],
|
|
2118
|
+
"members": {
|
|
2119
|
+
"Marker": {
|
|
2120
|
+
"location": "querystring",
|
|
2121
|
+
"locationName": "Marker"
|
|
2122
|
+
},
|
|
2123
|
+
"MaxItems": {
|
|
2124
|
+
"location": "querystring",
|
|
2125
|
+
"locationName": "MaxItems"
|
|
2126
|
+
},
|
|
2127
|
+
"ResponseHeadersPolicyId": {
|
|
2128
|
+
"location": "uri",
|
|
2129
|
+
"locationName": "ResponseHeadersPolicyId"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
"output": {
|
|
2134
|
+
"type": "structure",
|
|
2135
|
+
"members": {
|
|
2136
|
+
"DistributionIdList": {
|
|
2137
|
+
"shape": "S8o"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"payload": "DistributionIdList"
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
1984
2143
|
"ListDistributionsByWebACLId": {
|
|
1985
2144
|
"http": {
|
|
1986
2145
|
"method": "GET",
|
|
@@ -2010,7 +2169,7 @@
|
|
|
2010
2169
|
"type": "structure",
|
|
2011
2170
|
"members": {
|
|
2012
2171
|
"DistributionList": {
|
|
2013
|
-
"shape": "
|
|
2172
|
+
"shape": "S8j"
|
|
2014
2173
|
}
|
|
2015
2174
|
},
|
|
2016
2175
|
"payload": "DistributionList"
|
|
@@ -2067,10 +2226,10 @@
|
|
|
2067
2226
|
},
|
|
2068
2227
|
"Comment": {},
|
|
2069
2228
|
"QueryArgProfileConfig": {
|
|
2070
|
-
"shape": "
|
|
2229
|
+
"shape": "S3d"
|
|
2071
2230
|
},
|
|
2072
2231
|
"ContentTypeProfileConfig": {
|
|
2073
|
-
"shape": "
|
|
2232
|
+
"shape": "S3h"
|
|
2074
2233
|
}
|
|
2075
2234
|
}
|
|
2076
2235
|
}
|
|
@@ -2134,7 +2293,7 @@
|
|
|
2134
2293
|
},
|
|
2135
2294
|
"Name": {},
|
|
2136
2295
|
"EncryptionEntities": {
|
|
2137
|
-
"shape": "
|
|
2296
|
+
"shape": "S3q"
|
|
2138
2297
|
},
|
|
2139
2298
|
"Comment": {}
|
|
2140
2299
|
}
|
|
@@ -2188,7 +2347,7 @@
|
|
|
2188
2347
|
"Items": {
|
|
2189
2348
|
"type": "list",
|
|
2190
2349
|
"member": {
|
|
2191
|
-
"shape": "
|
|
2350
|
+
"shape": "S43",
|
|
2192
2351
|
"locationName": "FunctionSummary"
|
|
2193
2352
|
}
|
|
2194
2353
|
}
|
|
@@ -2316,7 +2475,7 @@
|
|
|
2316
2475
|
],
|
|
2317
2476
|
"members": {
|
|
2318
2477
|
"KeyGroup": {
|
|
2319
|
-
"shape": "
|
|
2478
|
+
"shape": "S4g"
|
|
2320
2479
|
}
|
|
2321
2480
|
}
|
|
2322
2481
|
}
|
|
@@ -2378,7 +2537,7 @@
|
|
|
2378
2537
|
"members": {
|
|
2379
2538
|
"Type": {},
|
|
2380
2539
|
"OriginRequestPolicy": {
|
|
2381
|
-
"shape": "
|
|
2540
|
+
"shape": "S4v"
|
|
2382
2541
|
}
|
|
2383
2542
|
}
|
|
2384
2543
|
}
|
|
@@ -2487,7 +2646,7 @@
|
|
|
2487
2646
|
"Items": {
|
|
2488
2647
|
"type": "list",
|
|
2489
2648
|
"member": {
|
|
2490
|
-
"shape": "
|
|
2649
|
+
"shape": "S56"
|
|
2491
2650
|
}
|
|
2492
2651
|
},
|
|
2493
2652
|
"IsTruncated": {
|
|
@@ -2501,6 +2660,68 @@
|
|
|
2501
2660
|
"payload": "RealtimeLogConfigs"
|
|
2502
2661
|
}
|
|
2503
2662
|
},
|
|
2663
|
+
"ListResponseHeadersPolicies": {
|
|
2664
|
+
"http": {
|
|
2665
|
+
"method": "GET",
|
|
2666
|
+
"requestUri": "/2020-05-31/response-headers-policy"
|
|
2667
|
+
},
|
|
2668
|
+
"input": {
|
|
2669
|
+
"type": "structure",
|
|
2670
|
+
"members": {
|
|
2671
|
+
"Type": {
|
|
2672
|
+
"location": "querystring",
|
|
2673
|
+
"locationName": "Type"
|
|
2674
|
+
},
|
|
2675
|
+
"Marker": {
|
|
2676
|
+
"location": "querystring",
|
|
2677
|
+
"locationName": "Marker"
|
|
2678
|
+
},
|
|
2679
|
+
"MaxItems": {
|
|
2680
|
+
"location": "querystring",
|
|
2681
|
+
"locationName": "MaxItems"
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
"output": {
|
|
2686
|
+
"type": "structure",
|
|
2687
|
+
"members": {
|
|
2688
|
+
"ResponseHeadersPolicyList": {
|
|
2689
|
+
"type": "structure",
|
|
2690
|
+
"required": [
|
|
2691
|
+
"MaxItems",
|
|
2692
|
+
"Quantity"
|
|
2693
|
+
],
|
|
2694
|
+
"members": {
|
|
2695
|
+
"NextMarker": {},
|
|
2696
|
+
"MaxItems": {
|
|
2697
|
+
"type": "integer"
|
|
2698
|
+
},
|
|
2699
|
+
"Quantity": {
|
|
2700
|
+
"type": "integer"
|
|
2701
|
+
},
|
|
2702
|
+
"Items": {
|
|
2703
|
+
"type": "list",
|
|
2704
|
+
"member": {
|
|
2705
|
+
"locationName": "ResponseHeadersPolicySummary",
|
|
2706
|
+
"type": "structure",
|
|
2707
|
+
"required": [
|
|
2708
|
+
"Type",
|
|
2709
|
+
"ResponseHeadersPolicy"
|
|
2710
|
+
],
|
|
2711
|
+
"members": {
|
|
2712
|
+
"Type": {},
|
|
2713
|
+
"ResponseHeadersPolicy": {
|
|
2714
|
+
"shape": "S5w"
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
"payload": "ResponseHeadersPolicyList"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2504
2725
|
"ListStreamingDistributions": {
|
|
2505
2726
|
"http": {
|
|
2506
2727
|
"method": "GET",
|
|
@@ -2569,13 +2790,13 @@
|
|
|
2569
2790
|
},
|
|
2570
2791
|
"DomainName": {},
|
|
2571
2792
|
"S3Origin": {
|
|
2572
|
-
"shape": "
|
|
2793
|
+
"shape": "S5z"
|
|
2573
2794
|
},
|
|
2574
2795
|
"Aliases": {
|
|
2575
2796
|
"shape": "Su"
|
|
2576
2797
|
},
|
|
2577
2798
|
"TrustedSigners": {
|
|
2578
|
-
"shape": "
|
|
2799
|
+
"shape": "S1l"
|
|
2579
2800
|
},
|
|
2580
2801
|
"Comment": {},
|
|
2581
2802
|
"PriceClass": {},
|
|
@@ -2615,7 +2836,7 @@
|
|
|
2615
2836
|
],
|
|
2616
2837
|
"members": {
|
|
2617
2838
|
"Tags": {
|
|
2618
|
-
"shape": "
|
|
2839
|
+
"shape": "S35"
|
|
2619
2840
|
}
|
|
2620
2841
|
},
|
|
2621
2842
|
"payload": "Tags"
|
|
@@ -2646,7 +2867,7 @@
|
|
|
2646
2867
|
"type": "structure",
|
|
2647
2868
|
"members": {
|
|
2648
2869
|
"FunctionSummary": {
|
|
2649
|
-
"shape": "
|
|
2870
|
+
"shape": "S43"
|
|
2650
2871
|
}
|
|
2651
2872
|
},
|
|
2652
2873
|
"payload": "FunctionSummary"
|
|
@@ -2669,7 +2890,7 @@
|
|
|
2669
2890
|
"locationName": "Resource"
|
|
2670
2891
|
},
|
|
2671
2892
|
"Tags": {
|
|
2672
|
-
"shape": "
|
|
2893
|
+
"shape": "S35",
|
|
2673
2894
|
"locationName": "Tags",
|
|
2674
2895
|
"xmlNamespace": {
|
|
2675
2896
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -2717,15 +2938,20 @@
|
|
|
2717
2938
|
"type": "structure",
|
|
2718
2939
|
"members": {
|
|
2719
2940
|
"FunctionSummary": {
|
|
2720
|
-
"shape": "
|
|
2941
|
+
"shape": "S43"
|
|
2721
2942
|
},
|
|
2722
2943
|
"ComputeUtilization": {},
|
|
2723
2944
|
"FunctionExecutionLogs": {
|
|
2724
2945
|
"type": "list",
|
|
2725
|
-
"member": {}
|
|
2946
|
+
"member": {},
|
|
2947
|
+
"sensitive": true
|
|
2948
|
+
},
|
|
2949
|
+
"FunctionErrorMessage": {
|
|
2950
|
+
"shape": "S12"
|
|
2726
2951
|
},
|
|
2727
|
-
"
|
|
2728
|
-
|
|
2952
|
+
"FunctionOutput": {
|
|
2953
|
+
"shape": "S12"
|
|
2954
|
+
}
|
|
2729
2955
|
}
|
|
2730
2956
|
}
|
|
2731
2957
|
},
|
|
@@ -2889,7 +3115,7 @@
|
|
|
2889
3115
|
"type": "structure",
|
|
2890
3116
|
"members": {
|
|
2891
3117
|
"Distribution": {
|
|
2892
|
-
"shape": "
|
|
3118
|
+
"shape": "S2r"
|
|
2893
3119
|
},
|
|
2894
3120
|
"ETag": {
|
|
2895
3121
|
"location": "header",
|
|
@@ -2912,7 +3138,7 @@
|
|
|
2912
3138
|
],
|
|
2913
3139
|
"members": {
|
|
2914
3140
|
"FieldLevelEncryptionConfig": {
|
|
2915
|
-
"shape": "
|
|
3141
|
+
"shape": "S3c",
|
|
2916
3142
|
"locationName": "FieldLevelEncryptionConfig",
|
|
2917
3143
|
"xmlNamespace": {
|
|
2918
3144
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -2933,7 +3159,7 @@
|
|
|
2933
3159
|
"type": "structure",
|
|
2934
3160
|
"members": {
|
|
2935
3161
|
"FieldLevelEncryption": {
|
|
2936
|
-
"shape": "
|
|
3162
|
+
"shape": "S3n"
|
|
2937
3163
|
},
|
|
2938
3164
|
"ETag": {
|
|
2939
3165
|
"location": "header",
|
|
@@ -2956,7 +3182,7 @@
|
|
|
2956
3182
|
],
|
|
2957
3183
|
"members": {
|
|
2958
3184
|
"FieldLevelEncryptionProfileConfig": {
|
|
2959
|
-
"shape": "
|
|
3185
|
+
"shape": "S3p",
|
|
2960
3186
|
"locationName": "FieldLevelEncryptionProfileConfig",
|
|
2961
3187
|
"xmlNamespace": {
|
|
2962
3188
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -2977,7 +3203,7 @@
|
|
|
2977
3203
|
"type": "structure",
|
|
2978
3204
|
"members": {
|
|
2979
3205
|
"FieldLevelEncryptionProfile": {
|
|
2980
|
-
"shape": "
|
|
3206
|
+
"shape": "S3w"
|
|
2981
3207
|
},
|
|
2982
3208
|
"ETag": {
|
|
2983
3209
|
"location": "header",
|
|
@@ -3014,10 +3240,10 @@
|
|
|
3014
3240
|
"locationName": "If-Match"
|
|
3015
3241
|
},
|
|
3016
3242
|
"FunctionConfig": {
|
|
3017
|
-
"shape": "
|
|
3243
|
+
"shape": "S3z"
|
|
3018
3244
|
},
|
|
3019
3245
|
"FunctionCode": {
|
|
3020
|
-
"shape": "
|
|
3246
|
+
"shape": "S41"
|
|
3021
3247
|
}
|
|
3022
3248
|
}
|
|
3023
3249
|
},
|
|
@@ -3025,7 +3251,7 @@
|
|
|
3025
3251
|
"type": "structure",
|
|
3026
3252
|
"members": {
|
|
3027
3253
|
"FunctionSummary": {
|
|
3028
|
-
"shape": "
|
|
3254
|
+
"shape": "S43"
|
|
3029
3255
|
},
|
|
3030
3256
|
"ETag": {
|
|
3031
3257
|
"location": "header",
|
|
@@ -3048,7 +3274,7 @@
|
|
|
3048
3274
|
],
|
|
3049
3275
|
"members": {
|
|
3050
3276
|
"KeyGroupConfig": {
|
|
3051
|
-
"shape": "
|
|
3277
|
+
"shape": "S4d",
|
|
3052
3278
|
"locationName": "KeyGroupConfig",
|
|
3053
3279
|
"xmlNamespace": {
|
|
3054
3280
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3069,7 +3295,7 @@
|
|
|
3069
3295
|
"type": "structure",
|
|
3070
3296
|
"members": {
|
|
3071
3297
|
"KeyGroup": {
|
|
3072
|
-
"shape": "
|
|
3298
|
+
"shape": "S4g"
|
|
3073
3299
|
},
|
|
3074
3300
|
"ETag": {
|
|
3075
3301
|
"location": "header",
|
|
@@ -3092,7 +3318,7 @@
|
|
|
3092
3318
|
],
|
|
3093
3319
|
"members": {
|
|
3094
3320
|
"OriginRequestPolicyConfig": {
|
|
3095
|
-
"shape": "
|
|
3321
|
+
"shape": "S4n",
|
|
3096
3322
|
"locationName": "OriginRequestPolicyConfig",
|
|
3097
3323
|
"xmlNamespace": {
|
|
3098
3324
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3113,7 +3339,7 @@
|
|
|
3113
3339
|
"type": "structure",
|
|
3114
3340
|
"members": {
|
|
3115
3341
|
"OriginRequestPolicy": {
|
|
3116
|
-
"shape": "
|
|
3342
|
+
"shape": "S4v"
|
|
3117
3343
|
},
|
|
3118
3344
|
"ETag": {
|
|
3119
3345
|
"location": "header",
|
|
@@ -3136,7 +3362,7 @@
|
|
|
3136
3362
|
],
|
|
3137
3363
|
"members": {
|
|
3138
3364
|
"PublicKeyConfig": {
|
|
3139
|
-
"shape": "
|
|
3365
|
+
"shape": "S4x",
|
|
3140
3366
|
"locationName": "PublicKeyConfig",
|
|
3141
3367
|
"xmlNamespace": {
|
|
3142
3368
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3157,7 +3383,7 @@
|
|
|
3157
3383
|
"type": "structure",
|
|
3158
3384
|
"members": {
|
|
3159
3385
|
"PublicKey": {
|
|
3160
|
-
"shape": "
|
|
3386
|
+
"shape": "S4z"
|
|
3161
3387
|
},
|
|
3162
3388
|
"ETag": {
|
|
3163
3389
|
"location": "header",
|
|
@@ -3180,10 +3406,10 @@
|
|
|
3180
3406
|
"type": "structure",
|
|
3181
3407
|
"members": {
|
|
3182
3408
|
"EndPoints": {
|
|
3183
|
-
"shape": "
|
|
3409
|
+
"shape": "S51"
|
|
3184
3410
|
},
|
|
3185
3411
|
"Fields": {
|
|
3186
|
-
"shape": "
|
|
3412
|
+
"shape": "S54"
|
|
3187
3413
|
},
|
|
3188
3414
|
"Name": {},
|
|
3189
3415
|
"ARN": {},
|
|
@@ -3196,11 +3422,55 @@
|
|
|
3196
3422
|
"type": "structure",
|
|
3197
3423
|
"members": {
|
|
3198
3424
|
"RealtimeLogConfig": {
|
|
3199
|
-
"shape": "
|
|
3425
|
+
"shape": "S56"
|
|
3200
3426
|
}
|
|
3201
3427
|
}
|
|
3202
3428
|
}
|
|
3203
3429
|
},
|
|
3430
|
+
"UpdateResponseHeadersPolicy": {
|
|
3431
|
+
"http": {
|
|
3432
|
+
"method": "PUT",
|
|
3433
|
+
"requestUri": "/2020-05-31/response-headers-policy/{Id}"
|
|
3434
|
+
},
|
|
3435
|
+
"input": {
|
|
3436
|
+
"type": "structure",
|
|
3437
|
+
"required": [
|
|
3438
|
+
"ResponseHeadersPolicyConfig",
|
|
3439
|
+
"Id"
|
|
3440
|
+
],
|
|
3441
|
+
"members": {
|
|
3442
|
+
"ResponseHeadersPolicyConfig": {
|
|
3443
|
+
"shape": "S58",
|
|
3444
|
+
"locationName": "ResponseHeadersPolicyConfig",
|
|
3445
|
+
"xmlNamespace": {
|
|
3446
|
+
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
"Id": {
|
|
3450
|
+
"location": "uri",
|
|
3451
|
+
"locationName": "Id"
|
|
3452
|
+
},
|
|
3453
|
+
"IfMatch": {
|
|
3454
|
+
"location": "header",
|
|
3455
|
+
"locationName": "If-Match"
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
"payload": "ResponseHeadersPolicyConfig"
|
|
3459
|
+
},
|
|
3460
|
+
"output": {
|
|
3461
|
+
"type": "structure",
|
|
3462
|
+
"members": {
|
|
3463
|
+
"ResponseHeadersPolicy": {
|
|
3464
|
+
"shape": "S5w"
|
|
3465
|
+
},
|
|
3466
|
+
"ETag": {
|
|
3467
|
+
"location": "header",
|
|
3468
|
+
"locationName": "ETag"
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
"payload": "ResponseHeadersPolicy"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3204
3474
|
"UpdateStreamingDistribution": {
|
|
3205
3475
|
"http": {
|
|
3206
3476
|
"method": "PUT",
|
|
@@ -3214,7 +3484,7 @@
|
|
|
3214
3484
|
],
|
|
3215
3485
|
"members": {
|
|
3216
3486
|
"StreamingDistributionConfig": {
|
|
3217
|
-
"shape": "
|
|
3487
|
+
"shape": "S5y",
|
|
3218
3488
|
"locationName": "StreamingDistributionConfig",
|
|
3219
3489
|
"xmlNamespace": {
|
|
3220
3490
|
"uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/"
|
|
@@ -3235,7 +3505,7 @@
|
|
|
3235
3505
|
"type": "structure",
|
|
3236
3506
|
"members": {
|
|
3237
3507
|
"StreamingDistribution": {
|
|
3238
|
-
"shape": "
|
|
3508
|
+
"shape": "S62"
|
|
3239
3509
|
},
|
|
3240
3510
|
"ETag": {
|
|
3241
3511
|
"location": "header",
|
|
@@ -3432,16 +3702,16 @@
|
|
|
3432
3702
|
"shape": "Sw"
|
|
3433
3703
|
},
|
|
3434
3704
|
"OriginGroups": {
|
|
3435
|
-
"shape": "
|
|
3705
|
+
"shape": "S1b"
|
|
3436
3706
|
},
|
|
3437
3707
|
"DefaultCacheBehavior": {
|
|
3438
|
-
"shape": "
|
|
3708
|
+
"shape": "S1k"
|
|
3439
3709
|
},
|
|
3440
3710
|
"CacheBehaviors": {
|
|
3441
|
-
"shape": "
|
|
3711
|
+
"shape": "S28"
|
|
3442
3712
|
},
|
|
3443
3713
|
"CustomErrorResponses": {
|
|
3444
|
-
"shape": "
|
|
3714
|
+
"shape": "S2b"
|
|
3445
3715
|
},
|
|
3446
3716
|
"Comment": {
|
|
3447
3717
|
"type": "string",
|
|
@@ -3471,10 +3741,10 @@
|
|
|
3471
3741
|
"type": "boolean"
|
|
3472
3742
|
},
|
|
3473
3743
|
"ViewerCertificate": {
|
|
3474
|
-
"shape": "
|
|
3744
|
+
"shape": "S2h"
|
|
3475
3745
|
},
|
|
3476
3746
|
"Restrictions": {
|
|
3477
|
-
"shape": "
|
|
3747
|
+
"shape": "S2l"
|
|
3478
3748
|
},
|
|
3479
3749
|
"WebACLId": {},
|
|
3480
3750
|
"HttpVersion": {},
|
|
@@ -3543,7 +3813,9 @@
|
|
|
3543
3813
|
],
|
|
3544
3814
|
"members": {
|
|
3545
3815
|
"HeaderName": {},
|
|
3546
|
-
"HeaderValue": {
|
|
3816
|
+
"HeaderValue": {
|
|
3817
|
+
"shape": "S12"
|
|
3818
|
+
}
|
|
3547
3819
|
}
|
|
3548
3820
|
}
|
|
3549
3821
|
}
|
|
@@ -3622,7 +3894,11 @@
|
|
|
3622
3894
|
}
|
|
3623
3895
|
}
|
|
3624
3896
|
},
|
|
3625
|
-
"
|
|
3897
|
+
"S12": {
|
|
3898
|
+
"type": "string",
|
|
3899
|
+
"sensitive": true
|
|
3900
|
+
},
|
|
3901
|
+
"S1b": {
|
|
3626
3902
|
"type": "structure",
|
|
3627
3903
|
"required": [
|
|
3628
3904
|
"Quantity"
|
|
@@ -3700,7 +3976,7 @@
|
|
|
3700
3976
|
}
|
|
3701
3977
|
}
|
|
3702
3978
|
},
|
|
3703
|
-
"
|
|
3979
|
+
"S1k": {
|
|
3704
3980
|
"type": "structure",
|
|
3705
3981
|
"required": [
|
|
3706
3982
|
"TargetOriginId",
|
|
@@ -3709,14 +3985,14 @@
|
|
|
3709
3985
|
"members": {
|
|
3710
3986
|
"TargetOriginId": {},
|
|
3711
3987
|
"TrustedSigners": {
|
|
3712
|
-
"shape": "
|
|
3988
|
+
"shape": "S1l"
|
|
3713
3989
|
},
|
|
3714
3990
|
"TrustedKeyGroups": {
|
|
3715
|
-
"shape": "
|
|
3991
|
+
"shape": "S1n"
|
|
3716
3992
|
},
|
|
3717
3993
|
"ViewerProtocolPolicy": {},
|
|
3718
3994
|
"AllowedMethods": {
|
|
3719
|
-
"shape": "
|
|
3995
|
+
"shape": "S1q"
|
|
3720
3996
|
},
|
|
3721
3997
|
"SmoothStreaming": {
|
|
3722
3998
|
"type": "boolean"
|
|
@@ -3725,17 +4001,18 @@
|
|
|
3725
4001
|
"type": "boolean"
|
|
3726
4002
|
},
|
|
3727
4003
|
"LambdaFunctionAssociations": {
|
|
3728
|
-
"shape": "
|
|
4004
|
+
"shape": "S1u"
|
|
3729
4005
|
},
|
|
3730
4006
|
"FunctionAssociations": {
|
|
3731
|
-
"shape": "
|
|
4007
|
+
"shape": "S1z"
|
|
3732
4008
|
},
|
|
3733
4009
|
"FieldLevelEncryptionId": {},
|
|
3734
4010
|
"RealtimeLogConfigArn": {},
|
|
3735
4011
|
"CachePolicyId": {},
|
|
3736
4012
|
"OriginRequestPolicyId": {},
|
|
4013
|
+
"ResponseHeadersPolicyId": {},
|
|
3737
4014
|
"ForwardedValues": {
|
|
3738
|
-
"shape": "
|
|
4015
|
+
"shape": "S23",
|
|
3739
4016
|
"deprecated": true
|
|
3740
4017
|
},
|
|
3741
4018
|
"MinTTL": {
|
|
@@ -3752,7 +4029,7 @@
|
|
|
3752
4029
|
}
|
|
3753
4030
|
}
|
|
3754
4031
|
},
|
|
3755
|
-
"
|
|
4032
|
+
"S1l": {
|
|
3756
4033
|
"type": "structure",
|
|
3757
4034
|
"required": [
|
|
3758
4035
|
"Enabled",
|
|
@@ -3773,7 +4050,7 @@
|
|
|
3773
4050
|
}
|
|
3774
4051
|
}
|
|
3775
4052
|
},
|
|
3776
|
-
"
|
|
4053
|
+
"S1n": {
|
|
3777
4054
|
"type": "structure",
|
|
3778
4055
|
"required": [
|
|
3779
4056
|
"Enabled",
|
|
@@ -3794,7 +4071,7 @@
|
|
|
3794
4071
|
}
|
|
3795
4072
|
}
|
|
3796
4073
|
},
|
|
3797
|
-
"
|
|
4074
|
+
"S1q": {
|
|
3798
4075
|
"type": "structure",
|
|
3799
4076
|
"required": [
|
|
3800
4077
|
"Quantity",
|
|
@@ -3805,7 +4082,7 @@
|
|
|
3805
4082
|
"type": "integer"
|
|
3806
4083
|
},
|
|
3807
4084
|
"Items": {
|
|
3808
|
-
"shape": "
|
|
4085
|
+
"shape": "S1r"
|
|
3809
4086
|
},
|
|
3810
4087
|
"CachedMethods": {
|
|
3811
4088
|
"type": "structure",
|
|
@@ -3818,19 +4095,19 @@
|
|
|
3818
4095
|
"type": "integer"
|
|
3819
4096
|
},
|
|
3820
4097
|
"Items": {
|
|
3821
|
-
"shape": "
|
|
4098
|
+
"shape": "S1r"
|
|
3822
4099
|
}
|
|
3823
4100
|
}
|
|
3824
4101
|
}
|
|
3825
4102
|
}
|
|
3826
4103
|
},
|
|
3827
|
-
"
|
|
4104
|
+
"S1r": {
|
|
3828
4105
|
"type": "list",
|
|
3829
4106
|
"member": {
|
|
3830
4107
|
"locationName": "Method"
|
|
3831
4108
|
}
|
|
3832
4109
|
},
|
|
3833
|
-
"
|
|
4110
|
+
"S1u": {
|
|
3834
4111
|
"type": "structure",
|
|
3835
4112
|
"required": [
|
|
3836
4113
|
"Quantity"
|
|
@@ -3859,7 +4136,7 @@
|
|
|
3859
4136
|
}
|
|
3860
4137
|
}
|
|
3861
4138
|
},
|
|
3862
|
-
"
|
|
4139
|
+
"S1z": {
|
|
3863
4140
|
"type": "structure",
|
|
3864
4141
|
"required": [
|
|
3865
4142
|
"Quantity"
|
|
@@ -3885,7 +4162,7 @@
|
|
|
3885
4162
|
}
|
|
3886
4163
|
}
|
|
3887
4164
|
},
|
|
3888
|
-
"
|
|
4165
|
+
"S23": {
|
|
3889
4166
|
"type": "structure",
|
|
3890
4167
|
"required": [
|
|
3891
4168
|
"QueryString",
|
|
@@ -3929,7 +4206,7 @@
|
|
|
3929
4206
|
}
|
|
3930
4207
|
}
|
|
3931
4208
|
},
|
|
3932
|
-
"
|
|
4209
|
+
"S28": {
|
|
3933
4210
|
"type": "structure",
|
|
3934
4211
|
"required": [
|
|
3935
4212
|
"Quantity"
|
|
@@ -3952,14 +4229,14 @@
|
|
|
3952
4229
|
"PathPattern": {},
|
|
3953
4230
|
"TargetOriginId": {},
|
|
3954
4231
|
"TrustedSigners": {
|
|
3955
|
-
"shape": "
|
|
4232
|
+
"shape": "S1l"
|
|
3956
4233
|
},
|
|
3957
4234
|
"TrustedKeyGroups": {
|
|
3958
|
-
"shape": "
|
|
4235
|
+
"shape": "S1n"
|
|
3959
4236
|
},
|
|
3960
4237
|
"ViewerProtocolPolicy": {},
|
|
3961
4238
|
"AllowedMethods": {
|
|
3962
|
-
"shape": "
|
|
4239
|
+
"shape": "S1q"
|
|
3963
4240
|
},
|
|
3964
4241
|
"SmoothStreaming": {
|
|
3965
4242
|
"type": "boolean"
|
|
@@ -3968,17 +4245,18 @@
|
|
|
3968
4245
|
"type": "boolean"
|
|
3969
4246
|
},
|
|
3970
4247
|
"LambdaFunctionAssociations": {
|
|
3971
|
-
"shape": "
|
|
4248
|
+
"shape": "S1u"
|
|
3972
4249
|
},
|
|
3973
4250
|
"FunctionAssociations": {
|
|
3974
|
-
"shape": "
|
|
4251
|
+
"shape": "S1z"
|
|
3975
4252
|
},
|
|
3976
4253
|
"FieldLevelEncryptionId": {},
|
|
3977
4254
|
"RealtimeLogConfigArn": {},
|
|
3978
4255
|
"CachePolicyId": {},
|
|
3979
4256
|
"OriginRequestPolicyId": {},
|
|
4257
|
+
"ResponseHeadersPolicyId": {},
|
|
3980
4258
|
"ForwardedValues": {
|
|
3981
|
-
"shape": "
|
|
4259
|
+
"shape": "S23",
|
|
3982
4260
|
"deprecated": true
|
|
3983
4261
|
},
|
|
3984
4262
|
"MinTTL": {
|
|
@@ -3998,7 +4276,7 @@
|
|
|
3998
4276
|
}
|
|
3999
4277
|
}
|
|
4000
4278
|
},
|
|
4001
|
-
"
|
|
4279
|
+
"S2b": {
|
|
4002
4280
|
"type": "structure",
|
|
4003
4281
|
"required": [
|
|
4004
4282
|
"Quantity"
|
|
@@ -4029,7 +4307,7 @@
|
|
|
4029
4307
|
}
|
|
4030
4308
|
}
|
|
4031
4309
|
},
|
|
4032
|
-
"
|
|
4310
|
+
"S2h": {
|
|
4033
4311
|
"type": "structure",
|
|
4034
4312
|
"members": {
|
|
4035
4313
|
"CloudFrontDefaultCertificate": {
|
|
@@ -4047,7 +4325,7 @@
|
|
|
4047
4325
|
}
|
|
4048
4326
|
}
|
|
4049
4327
|
},
|
|
4050
|
-
"
|
|
4328
|
+
"S2l": {
|
|
4051
4329
|
"type": "structure",
|
|
4052
4330
|
"required": [
|
|
4053
4331
|
"GeoRestriction"
|
|
@@ -4074,7 +4352,7 @@
|
|
|
4074
4352
|
}
|
|
4075
4353
|
}
|
|
4076
4354
|
},
|
|
4077
|
-
"
|
|
4355
|
+
"S2r": {
|
|
4078
4356
|
"type": "structure",
|
|
4079
4357
|
"required": [
|
|
4080
4358
|
"Id",
|
|
@@ -4097,7 +4375,7 @@
|
|
|
4097
4375
|
},
|
|
4098
4376
|
"DomainName": {},
|
|
4099
4377
|
"ActiveTrustedSigners": {
|
|
4100
|
-
"shape": "
|
|
4378
|
+
"shape": "S2s"
|
|
4101
4379
|
},
|
|
4102
4380
|
"ActiveTrustedKeyGroups": {
|
|
4103
4381
|
"type": "structure",
|
|
@@ -4120,7 +4398,7 @@
|
|
|
4120
4398
|
"members": {
|
|
4121
4399
|
"KeyGroupId": {},
|
|
4122
4400
|
"KeyPairIds": {
|
|
4123
|
-
"shape": "
|
|
4401
|
+
"shape": "S2v"
|
|
4124
4402
|
}
|
|
4125
4403
|
}
|
|
4126
4404
|
}
|
|
@@ -4131,11 +4409,11 @@
|
|
|
4131
4409
|
"shape": "St"
|
|
4132
4410
|
},
|
|
4133
4411
|
"AliasICPRecordals": {
|
|
4134
|
-
"shape": "
|
|
4412
|
+
"shape": "S30"
|
|
4135
4413
|
}
|
|
4136
4414
|
}
|
|
4137
4415
|
},
|
|
4138
|
-
"
|
|
4416
|
+
"S2s": {
|
|
4139
4417
|
"type": "structure",
|
|
4140
4418
|
"required": [
|
|
4141
4419
|
"Enabled",
|
|
@@ -4156,14 +4434,14 @@
|
|
|
4156
4434
|
"members": {
|
|
4157
4435
|
"AwsAccountNumber": {},
|
|
4158
4436
|
"KeyPairIds": {
|
|
4159
|
-
"shape": "
|
|
4437
|
+
"shape": "S2v"
|
|
4160
4438
|
}
|
|
4161
4439
|
}
|
|
4162
4440
|
}
|
|
4163
4441
|
}
|
|
4164
4442
|
}
|
|
4165
4443
|
},
|
|
4166
|
-
"
|
|
4444
|
+
"S2v": {
|
|
4167
4445
|
"type": "structure",
|
|
4168
4446
|
"required": [
|
|
4169
4447
|
"Quantity"
|
|
@@ -4180,7 +4458,7 @@
|
|
|
4180
4458
|
}
|
|
4181
4459
|
}
|
|
4182
4460
|
},
|
|
4183
|
-
"
|
|
4461
|
+
"S30": {
|
|
4184
4462
|
"type": "list",
|
|
4185
4463
|
"member": {
|
|
4186
4464
|
"locationName": "AliasICPRecordal",
|
|
@@ -4191,7 +4469,7 @@
|
|
|
4191
4469
|
}
|
|
4192
4470
|
}
|
|
4193
4471
|
},
|
|
4194
|
-
"
|
|
4472
|
+
"S35": {
|
|
4195
4473
|
"type": "structure",
|
|
4196
4474
|
"members": {
|
|
4197
4475
|
"Items": {
|
|
@@ -4210,7 +4488,7 @@
|
|
|
4210
4488
|
}
|
|
4211
4489
|
}
|
|
4212
4490
|
},
|
|
4213
|
-
"
|
|
4491
|
+
"S3c": {
|
|
4214
4492
|
"type": "structure",
|
|
4215
4493
|
"required": [
|
|
4216
4494
|
"CallerReference"
|
|
@@ -4219,14 +4497,14 @@
|
|
|
4219
4497
|
"CallerReference": {},
|
|
4220
4498
|
"Comment": {},
|
|
4221
4499
|
"QueryArgProfileConfig": {
|
|
4222
|
-
"shape": "
|
|
4500
|
+
"shape": "S3d"
|
|
4223
4501
|
},
|
|
4224
4502
|
"ContentTypeProfileConfig": {
|
|
4225
|
-
"shape": "
|
|
4503
|
+
"shape": "S3h"
|
|
4226
4504
|
}
|
|
4227
4505
|
}
|
|
4228
4506
|
},
|
|
4229
|
-
"
|
|
4507
|
+
"S3d": {
|
|
4230
4508
|
"type": "structure",
|
|
4231
4509
|
"required": [
|
|
4232
4510
|
"ForwardWhenQueryArgProfileIsUnknown"
|
|
@@ -4263,7 +4541,7 @@
|
|
|
4263
4541
|
}
|
|
4264
4542
|
}
|
|
4265
4543
|
},
|
|
4266
|
-
"
|
|
4544
|
+
"S3h": {
|
|
4267
4545
|
"type": "structure",
|
|
4268
4546
|
"required": [
|
|
4269
4547
|
"ForwardWhenContentTypeIsUnknown"
|
|
@@ -4301,7 +4579,7 @@
|
|
|
4301
4579
|
}
|
|
4302
4580
|
}
|
|
4303
4581
|
},
|
|
4304
|
-
"
|
|
4582
|
+
"S3n": {
|
|
4305
4583
|
"type": "structure",
|
|
4306
4584
|
"required": [
|
|
4307
4585
|
"Id",
|
|
@@ -4314,11 +4592,11 @@
|
|
|
4314
4592
|
"type": "timestamp"
|
|
4315
4593
|
},
|
|
4316
4594
|
"FieldLevelEncryptionConfig": {
|
|
4317
|
-
"shape": "
|
|
4595
|
+
"shape": "S3c"
|
|
4318
4596
|
}
|
|
4319
4597
|
}
|
|
4320
4598
|
},
|
|
4321
|
-
"
|
|
4599
|
+
"S3p": {
|
|
4322
4600
|
"type": "structure",
|
|
4323
4601
|
"required": [
|
|
4324
4602
|
"Name",
|
|
@@ -4330,11 +4608,11 @@
|
|
|
4330
4608
|
"CallerReference": {},
|
|
4331
4609
|
"Comment": {},
|
|
4332
4610
|
"EncryptionEntities": {
|
|
4333
|
-
"shape": "
|
|
4611
|
+
"shape": "S3q"
|
|
4334
4612
|
}
|
|
4335
4613
|
}
|
|
4336
4614
|
},
|
|
4337
|
-
"
|
|
4615
|
+
"S3q": {
|
|
4338
4616
|
"type": "structure",
|
|
4339
4617
|
"required": [
|
|
4340
4618
|
"Quantity"
|
|
@@ -4378,7 +4656,7 @@
|
|
|
4378
4656
|
}
|
|
4379
4657
|
}
|
|
4380
4658
|
},
|
|
4381
|
-
"
|
|
4659
|
+
"S3w": {
|
|
4382
4660
|
"type": "structure",
|
|
4383
4661
|
"required": [
|
|
4384
4662
|
"Id",
|
|
@@ -4391,11 +4669,11 @@
|
|
|
4391
4669
|
"type": "timestamp"
|
|
4392
4670
|
},
|
|
4393
4671
|
"FieldLevelEncryptionProfileConfig": {
|
|
4394
|
-
"shape": "
|
|
4672
|
+
"shape": "S3p"
|
|
4395
4673
|
}
|
|
4396
4674
|
}
|
|
4397
4675
|
},
|
|
4398
|
-
"
|
|
4676
|
+
"S3z": {
|
|
4399
4677
|
"type": "structure",
|
|
4400
4678
|
"required": [
|
|
4401
4679
|
"Comment",
|
|
@@ -4406,11 +4684,11 @@
|
|
|
4406
4684
|
"Runtime": {}
|
|
4407
4685
|
}
|
|
4408
4686
|
},
|
|
4409
|
-
"
|
|
4687
|
+
"S41": {
|
|
4410
4688
|
"type": "blob",
|
|
4411
4689
|
"sensitive": true
|
|
4412
4690
|
},
|
|
4413
|
-
"
|
|
4691
|
+
"S43": {
|
|
4414
4692
|
"type": "structure",
|
|
4415
4693
|
"required": [
|
|
4416
4694
|
"Name",
|
|
@@ -4421,7 +4699,7 @@
|
|
|
4421
4699
|
"Name": {},
|
|
4422
4700
|
"Status": {},
|
|
4423
4701
|
"FunctionConfig": {
|
|
4424
|
-
"shape": "
|
|
4702
|
+
"shape": "S3z"
|
|
4425
4703
|
},
|
|
4426
4704
|
"FunctionMetadata": {
|
|
4427
4705
|
"type": "structure",
|
|
@@ -4442,7 +4720,7 @@
|
|
|
4442
4720
|
}
|
|
4443
4721
|
}
|
|
4444
4722
|
},
|
|
4445
|
-
"
|
|
4723
|
+
"S47": {
|
|
4446
4724
|
"type": "structure",
|
|
4447
4725
|
"required": [
|
|
4448
4726
|
"Paths",
|
|
@@ -4469,7 +4747,7 @@
|
|
|
4469
4747
|
"CallerReference": {}
|
|
4470
4748
|
}
|
|
4471
4749
|
},
|
|
4472
|
-
"
|
|
4750
|
+
"S4b": {
|
|
4473
4751
|
"type": "structure",
|
|
4474
4752
|
"required": [
|
|
4475
4753
|
"Id",
|
|
@@ -4484,11 +4762,11 @@
|
|
|
4484
4762
|
"type": "timestamp"
|
|
4485
4763
|
},
|
|
4486
4764
|
"InvalidationBatch": {
|
|
4487
|
-
"shape": "
|
|
4765
|
+
"shape": "S47"
|
|
4488
4766
|
}
|
|
4489
4767
|
}
|
|
4490
4768
|
},
|
|
4491
|
-
"
|
|
4769
|
+
"S4d": {
|
|
4492
4770
|
"type": "structure",
|
|
4493
4771
|
"required": [
|
|
4494
4772
|
"Name",
|
|
@@ -4505,7 +4783,7 @@
|
|
|
4505
4783
|
"Comment": {}
|
|
4506
4784
|
}
|
|
4507
4785
|
},
|
|
4508
|
-
"
|
|
4786
|
+
"S4g": {
|
|
4509
4787
|
"type": "structure",
|
|
4510
4788
|
"required": [
|
|
4511
4789
|
"Id",
|
|
@@ -4518,11 +4796,11 @@
|
|
|
4518
4796
|
"type": "timestamp"
|
|
4519
4797
|
},
|
|
4520
4798
|
"KeyGroupConfig": {
|
|
4521
|
-
"shape": "
|
|
4799
|
+
"shape": "S4d"
|
|
4522
4800
|
}
|
|
4523
4801
|
}
|
|
4524
4802
|
},
|
|
4525
|
-
"
|
|
4803
|
+
"S4i": {
|
|
4526
4804
|
"type": "structure",
|
|
4527
4805
|
"members": {
|
|
4528
4806
|
"RealtimeMetricsSubscriptionConfig": {
|
|
@@ -4536,7 +4814,7 @@
|
|
|
4536
4814
|
}
|
|
4537
4815
|
}
|
|
4538
4816
|
},
|
|
4539
|
-
"
|
|
4817
|
+
"S4n": {
|
|
4540
4818
|
"type": "structure",
|
|
4541
4819
|
"required": [
|
|
4542
4820
|
"Name",
|
|
@@ -4585,7 +4863,7 @@
|
|
|
4585
4863
|
}
|
|
4586
4864
|
}
|
|
4587
4865
|
},
|
|
4588
|
-
"
|
|
4866
|
+
"S4v": {
|
|
4589
4867
|
"type": "structure",
|
|
4590
4868
|
"required": [
|
|
4591
4869
|
"Id",
|
|
@@ -4598,11 +4876,11 @@
|
|
|
4598
4876
|
"type": "timestamp"
|
|
4599
4877
|
},
|
|
4600
4878
|
"OriginRequestPolicyConfig": {
|
|
4601
|
-
"shape": "
|
|
4879
|
+
"shape": "S4n"
|
|
4602
4880
|
}
|
|
4603
4881
|
}
|
|
4604
4882
|
},
|
|
4605
|
-
"
|
|
4883
|
+
"S4x": {
|
|
4606
4884
|
"type": "structure",
|
|
4607
4885
|
"required": [
|
|
4608
4886
|
"CallerReference",
|
|
@@ -4616,7 +4894,7 @@
|
|
|
4616
4894
|
"Comment": {}
|
|
4617
4895
|
}
|
|
4618
4896
|
},
|
|
4619
|
-
"
|
|
4897
|
+
"S4z": {
|
|
4620
4898
|
"type": "structure",
|
|
4621
4899
|
"required": [
|
|
4622
4900
|
"Id",
|
|
@@ -4629,11 +4907,11 @@
|
|
|
4629
4907
|
"type": "timestamp"
|
|
4630
4908
|
},
|
|
4631
4909
|
"PublicKeyConfig": {
|
|
4632
|
-
"shape": "
|
|
4910
|
+
"shape": "S4x"
|
|
4633
4911
|
}
|
|
4634
4912
|
}
|
|
4635
4913
|
},
|
|
4636
|
-
"
|
|
4914
|
+
"S51": {
|
|
4637
4915
|
"type": "list",
|
|
4638
4916
|
"member": {
|
|
4639
4917
|
"type": "structure",
|
|
@@ -4656,13 +4934,13 @@
|
|
|
4656
4934
|
}
|
|
4657
4935
|
}
|
|
4658
4936
|
},
|
|
4659
|
-
"
|
|
4937
|
+
"S54": {
|
|
4660
4938
|
"type": "list",
|
|
4661
4939
|
"member": {
|
|
4662
4940
|
"locationName": "Field"
|
|
4663
4941
|
}
|
|
4664
4942
|
},
|
|
4665
|
-
"
|
|
4943
|
+
"S56": {
|
|
4666
4944
|
"type": "structure",
|
|
4667
4945
|
"required": [
|
|
4668
4946
|
"ARN",
|
|
@@ -4678,14 +4956,258 @@
|
|
|
4678
4956
|
"type": "long"
|
|
4679
4957
|
},
|
|
4680
4958
|
"EndPoints": {
|
|
4681
|
-
"shape": "
|
|
4959
|
+
"shape": "S51"
|
|
4682
4960
|
},
|
|
4683
4961
|
"Fields": {
|
|
4684
|
-
"shape": "
|
|
4962
|
+
"shape": "S54"
|
|
4685
4963
|
}
|
|
4686
4964
|
}
|
|
4687
4965
|
},
|
|
4688
|
-
"
|
|
4966
|
+
"S58": {
|
|
4967
|
+
"type": "structure",
|
|
4968
|
+
"required": [
|
|
4969
|
+
"Name"
|
|
4970
|
+
],
|
|
4971
|
+
"members": {
|
|
4972
|
+
"Comment": {},
|
|
4973
|
+
"Name": {},
|
|
4974
|
+
"CorsConfig": {
|
|
4975
|
+
"type": "structure",
|
|
4976
|
+
"required": [
|
|
4977
|
+
"AccessControlAllowOrigins",
|
|
4978
|
+
"AccessControlAllowHeaders",
|
|
4979
|
+
"AccessControlAllowMethods",
|
|
4980
|
+
"AccessControlAllowCredentials",
|
|
4981
|
+
"OriginOverride"
|
|
4982
|
+
],
|
|
4983
|
+
"members": {
|
|
4984
|
+
"AccessControlAllowOrigins": {
|
|
4985
|
+
"type": "structure",
|
|
4986
|
+
"required": [
|
|
4987
|
+
"Quantity",
|
|
4988
|
+
"Items"
|
|
4989
|
+
],
|
|
4990
|
+
"members": {
|
|
4991
|
+
"Quantity": {
|
|
4992
|
+
"type": "integer"
|
|
4993
|
+
},
|
|
4994
|
+
"Items": {
|
|
4995
|
+
"type": "list",
|
|
4996
|
+
"member": {
|
|
4997
|
+
"locationName": "Origin"
|
|
4998
|
+
}
|
|
4999
|
+
}
|
|
5000
|
+
}
|
|
5001
|
+
},
|
|
5002
|
+
"AccessControlAllowHeaders": {
|
|
5003
|
+
"type": "structure",
|
|
5004
|
+
"required": [
|
|
5005
|
+
"Quantity",
|
|
5006
|
+
"Items"
|
|
5007
|
+
],
|
|
5008
|
+
"members": {
|
|
5009
|
+
"Quantity": {
|
|
5010
|
+
"type": "integer"
|
|
5011
|
+
},
|
|
5012
|
+
"Items": {
|
|
5013
|
+
"type": "list",
|
|
5014
|
+
"member": {
|
|
5015
|
+
"locationName": "Header"
|
|
5016
|
+
}
|
|
5017
|
+
}
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
5020
|
+
"AccessControlAllowMethods": {
|
|
5021
|
+
"type": "structure",
|
|
5022
|
+
"required": [
|
|
5023
|
+
"Quantity",
|
|
5024
|
+
"Items"
|
|
5025
|
+
],
|
|
5026
|
+
"members": {
|
|
5027
|
+
"Quantity": {
|
|
5028
|
+
"type": "integer"
|
|
5029
|
+
},
|
|
5030
|
+
"Items": {
|
|
5031
|
+
"type": "list",
|
|
5032
|
+
"member": {
|
|
5033
|
+
"locationName": "Method"
|
|
5034
|
+
}
|
|
5035
|
+
}
|
|
5036
|
+
}
|
|
5037
|
+
},
|
|
5038
|
+
"AccessControlAllowCredentials": {
|
|
5039
|
+
"type": "boolean"
|
|
5040
|
+
},
|
|
5041
|
+
"AccessControlExposeHeaders": {
|
|
5042
|
+
"type": "structure",
|
|
5043
|
+
"required": [
|
|
5044
|
+
"Quantity"
|
|
5045
|
+
],
|
|
5046
|
+
"members": {
|
|
5047
|
+
"Quantity": {
|
|
5048
|
+
"type": "integer"
|
|
5049
|
+
},
|
|
5050
|
+
"Items": {
|
|
5051
|
+
"type": "list",
|
|
5052
|
+
"member": {
|
|
5053
|
+
"locationName": "Header"
|
|
5054
|
+
}
|
|
5055
|
+
}
|
|
5056
|
+
}
|
|
5057
|
+
},
|
|
5058
|
+
"AccessControlMaxAgeSec": {
|
|
5059
|
+
"type": "integer"
|
|
5060
|
+
},
|
|
5061
|
+
"OriginOverride": {
|
|
5062
|
+
"type": "boolean"
|
|
5063
|
+
}
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"SecurityHeadersConfig": {
|
|
5067
|
+
"type": "structure",
|
|
5068
|
+
"members": {
|
|
5069
|
+
"XSSProtection": {
|
|
5070
|
+
"type": "structure",
|
|
5071
|
+
"required": [
|
|
5072
|
+
"Override",
|
|
5073
|
+
"Protection"
|
|
5074
|
+
],
|
|
5075
|
+
"members": {
|
|
5076
|
+
"Override": {
|
|
5077
|
+
"type": "boolean"
|
|
5078
|
+
},
|
|
5079
|
+
"Protection": {
|
|
5080
|
+
"type": "boolean"
|
|
5081
|
+
},
|
|
5082
|
+
"ModeBlock": {
|
|
5083
|
+
"type": "boolean"
|
|
5084
|
+
},
|
|
5085
|
+
"ReportUri": {}
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
5088
|
+
"FrameOptions": {
|
|
5089
|
+
"type": "structure",
|
|
5090
|
+
"required": [
|
|
5091
|
+
"Override",
|
|
5092
|
+
"FrameOption"
|
|
5093
|
+
],
|
|
5094
|
+
"members": {
|
|
5095
|
+
"Override": {
|
|
5096
|
+
"type": "boolean"
|
|
5097
|
+
},
|
|
5098
|
+
"FrameOption": {}
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5101
|
+
"ReferrerPolicy": {
|
|
5102
|
+
"type": "structure",
|
|
5103
|
+
"required": [
|
|
5104
|
+
"Override",
|
|
5105
|
+
"ReferrerPolicy"
|
|
5106
|
+
],
|
|
5107
|
+
"members": {
|
|
5108
|
+
"Override": {
|
|
5109
|
+
"type": "boolean"
|
|
5110
|
+
},
|
|
5111
|
+
"ReferrerPolicy": {}
|
|
5112
|
+
}
|
|
5113
|
+
},
|
|
5114
|
+
"ContentSecurityPolicy": {
|
|
5115
|
+
"type": "structure",
|
|
5116
|
+
"required": [
|
|
5117
|
+
"Override",
|
|
5118
|
+
"ContentSecurityPolicy"
|
|
5119
|
+
],
|
|
5120
|
+
"members": {
|
|
5121
|
+
"Override": {
|
|
5122
|
+
"type": "boolean"
|
|
5123
|
+
},
|
|
5124
|
+
"ContentSecurityPolicy": {}
|
|
5125
|
+
}
|
|
5126
|
+
},
|
|
5127
|
+
"ContentTypeOptions": {
|
|
5128
|
+
"type": "structure",
|
|
5129
|
+
"required": [
|
|
5130
|
+
"Override"
|
|
5131
|
+
],
|
|
5132
|
+
"members": {
|
|
5133
|
+
"Override": {
|
|
5134
|
+
"type": "boolean"
|
|
5135
|
+
}
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5138
|
+
"StrictTransportSecurity": {
|
|
5139
|
+
"type": "structure",
|
|
5140
|
+
"required": [
|
|
5141
|
+
"Override",
|
|
5142
|
+
"AccessControlMaxAgeSec"
|
|
5143
|
+
],
|
|
5144
|
+
"members": {
|
|
5145
|
+
"Override": {
|
|
5146
|
+
"type": "boolean"
|
|
5147
|
+
},
|
|
5148
|
+
"IncludeSubdomains": {
|
|
5149
|
+
"type": "boolean"
|
|
5150
|
+
},
|
|
5151
|
+
"Preload": {
|
|
5152
|
+
"type": "boolean"
|
|
5153
|
+
},
|
|
5154
|
+
"AccessControlMaxAgeSec": {
|
|
5155
|
+
"type": "integer"
|
|
5156
|
+
}
|
|
5157
|
+
}
|
|
5158
|
+
}
|
|
5159
|
+
}
|
|
5160
|
+
},
|
|
5161
|
+
"CustomHeadersConfig": {
|
|
5162
|
+
"type": "structure",
|
|
5163
|
+
"required": [
|
|
5164
|
+
"Quantity"
|
|
5165
|
+
],
|
|
5166
|
+
"members": {
|
|
5167
|
+
"Quantity": {
|
|
5168
|
+
"type": "integer"
|
|
5169
|
+
},
|
|
5170
|
+
"Items": {
|
|
5171
|
+
"type": "list",
|
|
5172
|
+
"member": {
|
|
5173
|
+
"locationName": "ResponseHeadersPolicyCustomHeader",
|
|
5174
|
+
"type": "structure",
|
|
5175
|
+
"required": [
|
|
5176
|
+
"Header",
|
|
5177
|
+
"Value",
|
|
5178
|
+
"Override"
|
|
5179
|
+
],
|
|
5180
|
+
"members": {
|
|
5181
|
+
"Header": {},
|
|
5182
|
+
"Value": {},
|
|
5183
|
+
"Override": {
|
|
5184
|
+
"type": "boolean"
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
}
|
|
5188
|
+
}
|
|
5189
|
+
}
|
|
5190
|
+
}
|
|
5191
|
+
}
|
|
5192
|
+
},
|
|
5193
|
+
"S5w": {
|
|
5194
|
+
"type": "structure",
|
|
5195
|
+
"required": [
|
|
5196
|
+
"Id",
|
|
5197
|
+
"LastModifiedTime",
|
|
5198
|
+
"ResponseHeadersPolicyConfig"
|
|
5199
|
+
],
|
|
5200
|
+
"members": {
|
|
5201
|
+
"Id": {},
|
|
5202
|
+
"LastModifiedTime": {
|
|
5203
|
+
"type": "timestamp"
|
|
5204
|
+
},
|
|
5205
|
+
"ResponseHeadersPolicyConfig": {
|
|
5206
|
+
"shape": "S58"
|
|
5207
|
+
}
|
|
5208
|
+
}
|
|
5209
|
+
},
|
|
5210
|
+
"S5y": {
|
|
4689
5211
|
"type": "structure",
|
|
4690
5212
|
"required": [
|
|
4691
5213
|
"CallerReference",
|
|
@@ -4697,7 +5219,7 @@
|
|
|
4697
5219
|
"members": {
|
|
4698
5220
|
"CallerReference": {},
|
|
4699
5221
|
"S3Origin": {
|
|
4700
|
-
"shape": "
|
|
5222
|
+
"shape": "S5z"
|
|
4701
5223
|
},
|
|
4702
5224
|
"Aliases": {
|
|
4703
5225
|
"shape": "Su"
|
|
@@ -4719,7 +5241,7 @@
|
|
|
4719
5241
|
}
|
|
4720
5242
|
},
|
|
4721
5243
|
"TrustedSigners": {
|
|
4722
|
-
"shape": "
|
|
5244
|
+
"shape": "S1l"
|
|
4723
5245
|
},
|
|
4724
5246
|
"PriceClass": {},
|
|
4725
5247
|
"Enabled": {
|
|
@@ -4727,7 +5249,7 @@
|
|
|
4727
5249
|
}
|
|
4728
5250
|
}
|
|
4729
5251
|
},
|
|
4730
|
-
"
|
|
5252
|
+
"S5z": {
|
|
4731
5253
|
"type": "structure",
|
|
4732
5254
|
"required": [
|
|
4733
5255
|
"DomainName",
|
|
@@ -4738,7 +5260,7 @@
|
|
|
4738
5260
|
"OriginAccessIdentity": {}
|
|
4739
5261
|
}
|
|
4740
5262
|
},
|
|
4741
|
-
"
|
|
5263
|
+
"S62": {
|
|
4742
5264
|
"type": "structure",
|
|
4743
5265
|
"required": [
|
|
4744
5266
|
"Id",
|
|
@@ -4757,14 +5279,14 @@
|
|
|
4757
5279
|
},
|
|
4758
5280
|
"DomainName": {},
|
|
4759
5281
|
"ActiveTrustedSigners": {
|
|
4760
|
-
"shape": "
|
|
5282
|
+
"shape": "S2s"
|
|
4761
5283
|
},
|
|
4762
5284
|
"StreamingDistributionConfig": {
|
|
4763
|
-
"shape": "
|
|
5285
|
+
"shape": "S5y"
|
|
4764
5286
|
}
|
|
4765
5287
|
}
|
|
4766
5288
|
},
|
|
4767
|
-
"
|
|
5289
|
+
"S8j": {
|
|
4768
5290
|
"type": "structure",
|
|
4769
5291
|
"required": [
|
|
4770
5292
|
"Marker",
|
|
@@ -4824,16 +5346,16 @@
|
|
|
4824
5346
|
"shape": "Sw"
|
|
4825
5347
|
},
|
|
4826
5348
|
"OriginGroups": {
|
|
4827
|
-
"shape": "
|
|
5349
|
+
"shape": "S1b"
|
|
4828
5350
|
},
|
|
4829
5351
|
"DefaultCacheBehavior": {
|
|
4830
|
-
"shape": "
|
|
5352
|
+
"shape": "S1k"
|
|
4831
5353
|
},
|
|
4832
5354
|
"CacheBehaviors": {
|
|
4833
|
-
"shape": "
|
|
5355
|
+
"shape": "S28"
|
|
4834
5356
|
},
|
|
4835
5357
|
"CustomErrorResponses": {
|
|
4836
|
-
"shape": "
|
|
5358
|
+
"shape": "S2b"
|
|
4837
5359
|
},
|
|
4838
5360
|
"Comment": {},
|
|
4839
5361
|
"PriceClass": {},
|
|
@@ -4841,10 +5363,10 @@
|
|
|
4841
5363
|
"type": "boolean"
|
|
4842
5364
|
},
|
|
4843
5365
|
"ViewerCertificate": {
|
|
4844
|
-
"shape": "
|
|
5366
|
+
"shape": "S2h"
|
|
4845
5367
|
},
|
|
4846
5368
|
"Restrictions": {
|
|
4847
|
-
"shape": "
|
|
5369
|
+
"shape": "S2l"
|
|
4848
5370
|
},
|
|
4849
5371
|
"WebACLId": {},
|
|
4850
5372
|
"HttpVersion": {},
|
|
@@ -4852,14 +5374,14 @@
|
|
|
4852
5374
|
"type": "boolean"
|
|
4853
5375
|
},
|
|
4854
5376
|
"AliasICPRecordals": {
|
|
4855
|
-
"shape": "
|
|
5377
|
+
"shape": "S30"
|
|
4856
5378
|
}
|
|
4857
5379
|
}
|
|
4858
5380
|
}
|
|
4859
5381
|
}
|
|
4860
5382
|
}
|
|
4861
5383
|
},
|
|
4862
|
-
"
|
|
5384
|
+
"S8o": {
|
|
4863
5385
|
"type": "structure",
|
|
4864
5386
|
"required": [
|
|
4865
5387
|
"Marker",
|