@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
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
|
104
104
|
},
|
|
105
105
|
"Tags": {
|
|
106
|
-
"shape": "
|
|
106
|
+
"shape": "Sj1",
|
|
107
107
|
"locationName": "tags"
|
|
108
108
|
},
|
|
109
109
|
"UserMetadata": {
|
|
110
|
-
"shape": "
|
|
110
|
+
"shape": "Sj1",
|
|
111
111
|
"locationName": "userMetadata"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"type": "structure",
|
|
121
121
|
"members": {
|
|
122
122
|
"Job": {
|
|
123
|
-
"shape": "
|
|
123
|
+
"shape": "Sj3",
|
|
124
124
|
"locationName": "job"
|
|
125
125
|
}
|
|
126
126
|
}
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
"locationName": "queue"
|
|
160
160
|
},
|
|
161
161
|
"Settings": {
|
|
162
|
-
"shape": "
|
|
162
|
+
"shape": "Sjj",
|
|
163
163
|
"locationName": "settings"
|
|
164
164
|
},
|
|
165
165
|
"StatusUpdateInterval": {
|
|
166
166
|
"locationName": "statusUpdateInterval"
|
|
167
167
|
},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "Sj1",
|
|
170
170
|
"locationName": "tags"
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"type": "structure",
|
|
180
180
|
"members": {
|
|
181
181
|
"JobTemplate": {
|
|
182
|
-
"shape": "
|
|
182
|
+
"shape": "Sjn",
|
|
183
183
|
"locationName": "jobTemplate"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
"locationName": "name"
|
|
204
204
|
},
|
|
205
205
|
"Settings": {
|
|
206
|
-
"shape": "
|
|
206
|
+
"shape": "Sjq",
|
|
207
207
|
"locationName": "settings"
|
|
208
208
|
},
|
|
209
209
|
"Tags": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "Sj1",
|
|
211
211
|
"locationName": "tags"
|
|
212
212
|
}
|
|
213
213
|
},
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"type": "structure",
|
|
221
221
|
"members": {
|
|
222
222
|
"Preset": {
|
|
223
|
-
"shape": "
|
|
223
|
+
"shape": "Sju",
|
|
224
224
|
"locationName": "preset"
|
|
225
225
|
}
|
|
226
226
|
}
|
|
@@ -244,14 +244,14 @@
|
|
|
244
244
|
"locationName": "pricingPlan"
|
|
245
245
|
},
|
|
246
246
|
"ReservationPlanSettings": {
|
|
247
|
-
"shape": "
|
|
247
|
+
"shape": "Sjx",
|
|
248
248
|
"locationName": "reservationPlanSettings"
|
|
249
249
|
},
|
|
250
250
|
"Status": {
|
|
251
251
|
"locationName": "status"
|
|
252
252
|
},
|
|
253
253
|
"Tags": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "Sj1",
|
|
255
255
|
"locationName": "tags"
|
|
256
256
|
}
|
|
257
257
|
},
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"type": "structure",
|
|
264
264
|
"members": {
|
|
265
265
|
"Queue": {
|
|
266
|
-
"shape": "
|
|
266
|
+
"shape": "Sk2",
|
|
267
267
|
"locationName": "queue"
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -292,6 +292,21 @@
|
|
|
292
292
|
"members": {}
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
+
"DeletePolicy": {
|
|
296
|
+
"http": {
|
|
297
|
+
"method": "DELETE",
|
|
298
|
+
"requestUri": "/2017-08-29/policy",
|
|
299
|
+
"responseCode": 200
|
|
300
|
+
},
|
|
301
|
+
"input": {
|
|
302
|
+
"type": "structure",
|
|
303
|
+
"members": {}
|
|
304
|
+
},
|
|
305
|
+
"output": {
|
|
306
|
+
"type": "structure",
|
|
307
|
+
"members": {}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
295
310
|
"DeletePreset": {
|
|
296
311
|
"http": {
|
|
297
312
|
"method": "DELETE",
|
|
@@ -424,7 +439,7 @@
|
|
|
424
439
|
"type": "structure",
|
|
425
440
|
"members": {
|
|
426
441
|
"Job": {
|
|
427
|
-
"shape": "
|
|
442
|
+
"shape": "Sj3",
|
|
428
443
|
"locationName": "job"
|
|
429
444
|
}
|
|
430
445
|
}
|
|
@@ -452,12 +467,32 @@
|
|
|
452
467
|
"type": "structure",
|
|
453
468
|
"members": {
|
|
454
469
|
"JobTemplate": {
|
|
455
|
-
"shape": "
|
|
470
|
+
"shape": "Sjn",
|
|
456
471
|
"locationName": "jobTemplate"
|
|
457
472
|
}
|
|
458
473
|
}
|
|
459
474
|
}
|
|
460
475
|
},
|
|
476
|
+
"GetPolicy": {
|
|
477
|
+
"http": {
|
|
478
|
+
"method": "GET",
|
|
479
|
+
"requestUri": "/2017-08-29/policy",
|
|
480
|
+
"responseCode": 200
|
|
481
|
+
},
|
|
482
|
+
"input": {
|
|
483
|
+
"type": "structure",
|
|
484
|
+
"members": {}
|
|
485
|
+
},
|
|
486
|
+
"output": {
|
|
487
|
+
"type": "structure",
|
|
488
|
+
"members": {
|
|
489
|
+
"Policy": {
|
|
490
|
+
"shape": "Skq",
|
|
491
|
+
"locationName": "policy"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
461
496
|
"GetPreset": {
|
|
462
497
|
"http": {
|
|
463
498
|
"method": "GET",
|
|
@@ -480,7 +515,7 @@
|
|
|
480
515
|
"type": "structure",
|
|
481
516
|
"members": {
|
|
482
517
|
"Preset": {
|
|
483
|
-
"shape": "
|
|
518
|
+
"shape": "Sju",
|
|
484
519
|
"locationName": "preset"
|
|
485
520
|
}
|
|
486
521
|
}
|
|
@@ -508,7 +543,7 @@
|
|
|
508
543
|
"type": "structure",
|
|
509
544
|
"members": {
|
|
510
545
|
"Queue": {
|
|
511
|
-
"shape": "
|
|
546
|
+
"shape": "Sk2",
|
|
512
547
|
"locationName": "queue"
|
|
513
548
|
}
|
|
514
549
|
}
|
|
@@ -553,7 +588,7 @@
|
|
|
553
588
|
"locationName": "jobTemplates",
|
|
554
589
|
"type": "list",
|
|
555
590
|
"member": {
|
|
556
|
-
"shape": "
|
|
591
|
+
"shape": "Sjn"
|
|
557
592
|
}
|
|
558
593
|
},
|
|
559
594
|
"NextToken": {
|
|
@@ -601,7 +636,7 @@
|
|
|
601
636
|
"locationName": "jobs",
|
|
602
637
|
"type": "list",
|
|
603
638
|
"member": {
|
|
604
|
-
"shape": "
|
|
639
|
+
"shape": "Sj3"
|
|
605
640
|
}
|
|
606
641
|
},
|
|
607
642
|
"NextToken": {
|
|
@@ -652,7 +687,7 @@
|
|
|
652
687
|
"locationName": "presets",
|
|
653
688
|
"type": "list",
|
|
654
689
|
"member": {
|
|
655
|
-
"shape": "
|
|
690
|
+
"shape": "Sju"
|
|
656
691
|
}
|
|
657
692
|
}
|
|
658
693
|
}
|
|
@@ -696,7 +731,7 @@
|
|
|
696
731
|
"locationName": "queues",
|
|
697
732
|
"type": "list",
|
|
698
733
|
"member": {
|
|
699
|
-
"shape": "
|
|
734
|
+
"shape": "Sk2"
|
|
700
735
|
}
|
|
701
736
|
}
|
|
702
737
|
}
|
|
@@ -731,7 +766,7 @@
|
|
|
731
766
|
"locationName": "arn"
|
|
732
767
|
},
|
|
733
768
|
"Tags": {
|
|
734
|
-
"shape": "
|
|
769
|
+
"shape": "Sj1",
|
|
735
770
|
"locationName": "tags"
|
|
736
771
|
}
|
|
737
772
|
}
|
|
@@ -739,6 +774,34 @@
|
|
|
739
774
|
}
|
|
740
775
|
}
|
|
741
776
|
},
|
|
777
|
+
"PutPolicy": {
|
|
778
|
+
"http": {
|
|
779
|
+
"method": "PUT",
|
|
780
|
+
"requestUri": "/2017-08-29/policy",
|
|
781
|
+
"responseCode": 200
|
|
782
|
+
},
|
|
783
|
+
"input": {
|
|
784
|
+
"type": "structure",
|
|
785
|
+
"members": {
|
|
786
|
+
"Policy": {
|
|
787
|
+
"shape": "Skq",
|
|
788
|
+
"locationName": "policy"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"required": [
|
|
792
|
+
"Policy"
|
|
793
|
+
]
|
|
794
|
+
},
|
|
795
|
+
"output": {
|
|
796
|
+
"type": "structure",
|
|
797
|
+
"members": {
|
|
798
|
+
"Policy": {
|
|
799
|
+
"shape": "Skq",
|
|
800
|
+
"locationName": "policy"
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
742
805
|
"TagResource": {
|
|
743
806
|
"http": {
|
|
744
807
|
"requestUri": "/2017-08-29/tags",
|
|
@@ -751,7 +814,7 @@
|
|
|
751
814
|
"locationName": "arn"
|
|
752
815
|
},
|
|
753
816
|
"Tags": {
|
|
754
|
-
"shape": "
|
|
817
|
+
"shape": "Sj1",
|
|
755
818
|
"locationName": "tags"
|
|
756
819
|
}
|
|
757
820
|
},
|
|
@@ -779,7 +842,7 @@
|
|
|
779
842
|
"location": "uri"
|
|
780
843
|
},
|
|
781
844
|
"TagKeys": {
|
|
782
|
-
"shape": "
|
|
845
|
+
"shape": "Sj8",
|
|
783
846
|
"locationName": "tagKeys"
|
|
784
847
|
}
|
|
785
848
|
},
|
|
@@ -827,7 +890,7 @@
|
|
|
827
890
|
"locationName": "queue"
|
|
828
891
|
},
|
|
829
892
|
"Settings": {
|
|
830
|
-
"shape": "
|
|
893
|
+
"shape": "Sjj",
|
|
831
894
|
"locationName": "settings"
|
|
832
895
|
},
|
|
833
896
|
"StatusUpdateInterval": {
|
|
@@ -842,7 +905,7 @@
|
|
|
842
905
|
"type": "structure",
|
|
843
906
|
"members": {
|
|
844
907
|
"JobTemplate": {
|
|
845
|
-
"shape": "
|
|
908
|
+
"shape": "Sjn",
|
|
846
909
|
"locationName": "jobTemplate"
|
|
847
910
|
}
|
|
848
911
|
}
|
|
@@ -868,7 +931,7 @@
|
|
|
868
931
|
"location": "uri"
|
|
869
932
|
},
|
|
870
933
|
"Settings": {
|
|
871
|
-
"shape": "
|
|
934
|
+
"shape": "Sjq",
|
|
872
935
|
"locationName": "settings"
|
|
873
936
|
}
|
|
874
937
|
},
|
|
@@ -880,7 +943,7 @@
|
|
|
880
943
|
"type": "structure",
|
|
881
944
|
"members": {
|
|
882
945
|
"Preset": {
|
|
883
|
-
"shape": "
|
|
946
|
+
"shape": "Sju",
|
|
884
947
|
"locationName": "preset"
|
|
885
948
|
}
|
|
886
949
|
}
|
|
@@ -903,7 +966,7 @@
|
|
|
903
966
|
"location": "uri"
|
|
904
967
|
},
|
|
905
968
|
"ReservationPlanSettings": {
|
|
906
|
-
"shape": "
|
|
969
|
+
"shape": "Sjx",
|
|
907
970
|
"locationName": "reservationPlanSettings"
|
|
908
971
|
},
|
|
909
972
|
"Status": {
|
|
@@ -918,7 +981,7 @@
|
|
|
918
981
|
"type": "structure",
|
|
919
982
|
"members": {
|
|
920
983
|
"Queue": {
|
|
921
|
-
"shape": "
|
|
984
|
+
"shape": "Sk2",
|
|
922
985
|
"locationName": "queue"
|
|
923
986
|
}
|
|
924
987
|
}
|
|
@@ -994,7 +1057,7 @@
|
|
|
994
1057
|
"locationName": "captionSelectors"
|
|
995
1058
|
},
|
|
996
1059
|
"Crop": {
|
|
997
|
-
"shape": "
|
|
1060
|
+
"shape": "S26",
|
|
998
1061
|
"locationName": "crop"
|
|
999
1062
|
},
|
|
1000
1063
|
"DeblockFilter": {
|
|
@@ -1032,18 +1095,18 @@
|
|
|
1032
1095
|
"type": "integer"
|
|
1033
1096
|
},
|
|
1034
1097
|
"ImageInserter": {
|
|
1035
|
-
"shape": "
|
|
1098
|
+
"shape": "S2j",
|
|
1036
1099
|
"locationName": "imageInserter"
|
|
1037
1100
|
},
|
|
1038
1101
|
"InputClippings": {
|
|
1039
|
-
"shape": "
|
|
1102
|
+
"shape": "S2q",
|
|
1040
1103
|
"locationName": "inputClippings"
|
|
1041
1104
|
},
|
|
1042
1105
|
"InputScanType": {
|
|
1043
1106
|
"locationName": "inputScanType"
|
|
1044
1107
|
},
|
|
1045
1108
|
"Position": {
|
|
1046
|
-
"shape": "
|
|
1109
|
+
"shape": "S26",
|
|
1047
1110
|
"locationName": "position"
|
|
1048
1111
|
},
|
|
1049
1112
|
"ProgramNumber": {
|
|
@@ -1065,38 +1128,38 @@
|
|
|
1065
1128
|
"locationName": "timecodeStart"
|
|
1066
1129
|
},
|
|
1067
1130
|
"VideoSelector": {
|
|
1068
|
-
"shape": "
|
|
1131
|
+
"shape": "S2z",
|
|
1069
1132
|
"locationName": "videoSelector"
|
|
1070
1133
|
}
|
|
1071
1134
|
}
|
|
1072
1135
|
}
|
|
1073
1136
|
},
|
|
1074
1137
|
"KantarWatermark": {
|
|
1075
|
-
"shape": "
|
|
1138
|
+
"shape": "S38",
|
|
1076
1139
|
"locationName": "kantarWatermark"
|
|
1077
1140
|
},
|
|
1078
1141
|
"MotionImageInserter": {
|
|
1079
|
-
"shape": "
|
|
1142
|
+
"shape": "S3g",
|
|
1080
1143
|
"locationName": "motionImageInserter"
|
|
1081
1144
|
},
|
|
1082
1145
|
"NielsenConfiguration": {
|
|
1083
|
-
"shape": "
|
|
1146
|
+
"shape": "S3o",
|
|
1084
1147
|
"locationName": "nielsenConfiguration"
|
|
1085
1148
|
},
|
|
1086
1149
|
"NielsenNonLinearWatermark": {
|
|
1087
|
-
"shape": "
|
|
1150
|
+
"shape": "S3q",
|
|
1088
1151
|
"locationName": "nielsenNonLinearWatermark"
|
|
1089
1152
|
},
|
|
1090
1153
|
"OutputGroups": {
|
|
1091
|
-
"shape": "
|
|
1154
|
+
"shape": "S3x",
|
|
1092
1155
|
"locationName": "outputGroups"
|
|
1093
1156
|
},
|
|
1094
1157
|
"TimecodeConfig": {
|
|
1095
|
-
"shape": "
|
|
1158
|
+
"shape": "Sit",
|
|
1096
1159
|
"locationName": "timecodeConfig"
|
|
1097
1160
|
},
|
|
1098
1161
|
"TimedMetadataInsertion": {
|
|
1099
|
-
"shape": "
|
|
1162
|
+
"shape": "Siw",
|
|
1100
1163
|
"locationName": "timedMetadataInsertion"
|
|
1101
1164
|
}
|
|
1102
1165
|
}
|
|
@@ -1360,6 +1423,9 @@
|
|
|
1360
1423
|
"TimeDelta": {
|
|
1361
1424
|
"locationName": "timeDelta",
|
|
1362
1425
|
"type": "integer"
|
|
1426
|
+
},
|
|
1427
|
+
"TimeDeltaUnits": {
|
|
1428
|
+
"locationName": "timeDeltaUnits"
|
|
1363
1429
|
}
|
|
1364
1430
|
}
|
|
1365
1431
|
},
|
|
@@ -1405,7 +1471,7 @@
|
|
|
1405
1471
|
}
|
|
1406
1472
|
}
|
|
1407
1473
|
},
|
|
1408
|
-
"
|
|
1474
|
+
"S26": {
|
|
1409
1475
|
"type": "structure",
|
|
1410
1476
|
"members": {
|
|
1411
1477
|
"Height": {
|
|
@@ -1426,7 +1492,7 @@
|
|
|
1426
1492
|
}
|
|
1427
1493
|
}
|
|
1428
1494
|
},
|
|
1429
|
-
"
|
|
1495
|
+
"S2j": {
|
|
1430
1496
|
"type": "structure",
|
|
1431
1497
|
"members": {
|
|
1432
1498
|
"InsertableImages": {
|
|
@@ -1482,7 +1548,7 @@
|
|
|
1482
1548
|
}
|
|
1483
1549
|
}
|
|
1484
1550
|
},
|
|
1485
|
-
"
|
|
1551
|
+
"S2q": {
|
|
1486
1552
|
"type": "list",
|
|
1487
1553
|
"member": {
|
|
1488
1554
|
"type": "structure",
|
|
@@ -1496,7 +1562,7 @@
|
|
|
1496
1562
|
}
|
|
1497
1563
|
}
|
|
1498
1564
|
},
|
|
1499
|
-
"
|
|
1565
|
+
"S2z": {
|
|
1500
1566
|
"type": "structure",
|
|
1501
1567
|
"members": {
|
|
1502
1568
|
"AlphaBehavior": {
|
|
@@ -1509,7 +1575,7 @@
|
|
|
1509
1575
|
"locationName": "colorSpaceUsage"
|
|
1510
1576
|
},
|
|
1511
1577
|
"Hdr10Metadata": {
|
|
1512
|
-
"shape": "
|
|
1578
|
+
"shape": "S33",
|
|
1513
1579
|
"locationName": "hdr10Metadata"
|
|
1514
1580
|
},
|
|
1515
1581
|
"Pid": {
|
|
@@ -1528,7 +1594,7 @@
|
|
|
1528
1594
|
}
|
|
1529
1595
|
}
|
|
1530
1596
|
},
|
|
1531
|
-
"
|
|
1597
|
+
"S33": {
|
|
1532
1598
|
"type": "structure",
|
|
1533
1599
|
"members": {
|
|
1534
1600
|
"BluePrimaryX": {
|
|
@@ -1581,7 +1647,7 @@
|
|
|
1581
1647
|
}
|
|
1582
1648
|
}
|
|
1583
1649
|
},
|
|
1584
|
-
"
|
|
1650
|
+
"S38": {
|
|
1585
1651
|
"type": "structure",
|
|
1586
1652
|
"members": {
|
|
1587
1653
|
"ChannelName": {
|
|
@@ -1627,7 +1693,7 @@
|
|
|
1627
1693
|
}
|
|
1628
1694
|
}
|
|
1629
1695
|
},
|
|
1630
|
-
"
|
|
1696
|
+
"S3g": {
|
|
1631
1697
|
"type": "structure",
|
|
1632
1698
|
"members": {
|
|
1633
1699
|
"Framerate": {
|
|
@@ -1672,7 +1738,7 @@
|
|
|
1672
1738
|
}
|
|
1673
1739
|
}
|
|
1674
1740
|
},
|
|
1675
|
-
"
|
|
1741
|
+
"S3o": {
|
|
1676
1742
|
"type": "structure",
|
|
1677
1743
|
"members": {
|
|
1678
1744
|
"BreakoutCode": {
|
|
@@ -1684,7 +1750,7 @@
|
|
|
1684
1750
|
}
|
|
1685
1751
|
}
|
|
1686
1752
|
},
|
|
1687
|
-
"
|
|
1753
|
+
"S3q": {
|
|
1688
1754
|
"type": "structure",
|
|
1689
1755
|
"members": {
|
|
1690
1756
|
"ActiveWatermarkProcess": {
|
|
@@ -1723,7 +1789,7 @@
|
|
|
1723
1789
|
}
|
|
1724
1790
|
}
|
|
1725
1791
|
},
|
|
1726
|
-
"
|
|
1792
|
+
"S3x": {
|
|
1727
1793
|
"type": "list",
|
|
1728
1794
|
"member": {
|
|
1729
1795
|
"type": "structure",
|
|
@@ -1795,7 +1861,7 @@
|
|
|
1795
1861
|
"locationName": "destination"
|
|
1796
1862
|
},
|
|
1797
1863
|
"DestinationSettings": {
|
|
1798
|
-
"shape": "
|
|
1864
|
+
"shape": "S49",
|
|
1799
1865
|
"locationName": "destinationSettings"
|
|
1800
1866
|
},
|
|
1801
1867
|
"Encryption": {
|
|
@@ -1819,11 +1885,11 @@
|
|
|
1819
1885
|
"locationName": "certificateArn"
|
|
1820
1886
|
},
|
|
1821
1887
|
"DashSignaledSystemIds": {
|
|
1822
|
-
"shape": "
|
|
1888
|
+
"shape": "S4n",
|
|
1823
1889
|
"locationName": "dashSignaledSystemIds"
|
|
1824
1890
|
},
|
|
1825
1891
|
"HlsSignaledSystemIds": {
|
|
1826
|
-
"shape": "
|
|
1892
|
+
"shape": "S4n",
|
|
1827
1893
|
"locationName": "hlsSignaledSystemIds"
|
|
1828
1894
|
},
|
|
1829
1895
|
"ResourceId": {
|
|
@@ -1835,7 +1901,7 @@
|
|
|
1835
1901
|
}
|
|
1836
1902
|
},
|
|
1837
1903
|
"StaticKeyProvider": {
|
|
1838
|
-
"shape": "
|
|
1904
|
+
"shape": "S4q",
|
|
1839
1905
|
"locationName": "staticKeyProvider"
|
|
1840
1906
|
},
|
|
1841
1907
|
"Type": {
|
|
@@ -1850,6 +1916,35 @@
|
|
|
1850
1916
|
"ImageBasedTrickPlay": {
|
|
1851
1917
|
"locationName": "imageBasedTrickPlay"
|
|
1852
1918
|
},
|
|
1919
|
+
"ImageBasedTrickPlaySettings": {
|
|
1920
|
+
"locationName": "imageBasedTrickPlaySettings",
|
|
1921
|
+
"type": "structure",
|
|
1922
|
+
"members": {
|
|
1923
|
+
"IntervalCadence": {
|
|
1924
|
+
"locationName": "intervalCadence"
|
|
1925
|
+
},
|
|
1926
|
+
"ThumbnailHeight": {
|
|
1927
|
+
"locationName": "thumbnailHeight",
|
|
1928
|
+
"type": "integer"
|
|
1929
|
+
},
|
|
1930
|
+
"ThumbnailInterval": {
|
|
1931
|
+
"locationName": "thumbnailInterval",
|
|
1932
|
+
"type": "double"
|
|
1933
|
+
},
|
|
1934
|
+
"ThumbnailWidth": {
|
|
1935
|
+
"locationName": "thumbnailWidth",
|
|
1936
|
+
"type": "integer"
|
|
1937
|
+
},
|
|
1938
|
+
"TileHeight": {
|
|
1939
|
+
"locationName": "tileHeight",
|
|
1940
|
+
"type": "integer"
|
|
1941
|
+
},
|
|
1942
|
+
"TileWidth": {
|
|
1943
|
+
"locationName": "tileWidth",
|
|
1944
|
+
"type": "integer"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1853
1948
|
"ManifestCompression": {
|
|
1854
1949
|
"locationName": "manifestCompression"
|
|
1855
1950
|
},
|
|
@@ -1927,7 +2022,7 @@
|
|
|
1927
2022
|
"locationName": "destination"
|
|
1928
2023
|
},
|
|
1929
2024
|
"DestinationSettings": {
|
|
1930
|
-
"shape": "
|
|
2025
|
+
"shape": "S49",
|
|
1931
2026
|
"locationName": "destinationSettings"
|
|
1932
2027
|
},
|
|
1933
2028
|
"Encryption": {
|
|
@@ -1938,7 +2033,7 @@
|
|
|
1938
2033
|
"locationName": "playbackDeviceCompatibility"
|
|
1939
2034
|
},
|
|
1940
2035
|
"SpekeKeyProvider": {
|
|
1941
|
-
"shape": "
|
|
2036
|
+
"shape": "S5k",
|
|
1942
2037
|
"locationName": "spekeKeyProvider"
|
|
1943
2038
|
}
|
|
1944
2039
|
}
|
|
@@ -1953,6 +2048,35 @@
|
|
|
1953
2048
|
"ImageBasedTrickPlay": {
|
|
1954
2049
|
"locationName": "imageBasedTrickPlay"
|
|
1955
2050
|
},
|
|
2051
|
+
"ImageBasedTrickPlaySettings": {
|
|
2052
|
+
"locationName": "imageBasedTrickPlaySettings",
|
|
2053
|
+
"type": "structure",
|
|
2054
|
+
"members": {
|
|
2055
|
+
"IntervalCadence": {
|
|
2056
|
+
"locationName": "intervalCadence"
|
|
2057
|
+
},
|
|
2058
|
+
"ThumbnailHeight": {
|
|
2059
|
+
"locationName": "thumbnailHeight",
|
|
2060
|
+
"type": "integer"
|
|
2061
|
+
},
|
|
2062
|
+
"ThumbnailInterval": {
|
|
2063
|
+
"locationName": "thumbnailInterval",
|
|
2064
|
+
"type": "double"
|
|
2065
|
+
},
|
|
2066
|
+
"ThumbnailWidth": {
|
|
2067
|
+
"locationName": "thumbnailWidth",
|
|
2068
|
+
"type": "integer"
|
|
2069
|
+
},
|
|
2070
|
+
"TileHeight": {
|
|
2071
|
+
"locationName": "tileHeight",
|
|
2072
|
+
"type": "integer"
|
|
2073
|
+
},
|
|
2074
|
+
"TileWidth": {
|
|
2075
|
+
"locationName": "tileWidth",
|
|
2076
|
+
"type": "integer"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
1956
2080
|
"MinBufferTime": {
|
|
1957
2081
|
"locationName": "minBufferTime",
|
|
1958
2082
|
"type": "integer"
|
|
@@ -1990,7 +2114,7 @@
|
|
|
1990
2114
|
"locationName": "destination"
|
|
1991
2115
|
},
|
|
1992
2116
|
"DestinationSettings": {
|
|
1993
|
-
"shape": "
|
|
2117
|
+
"shape": "S49",
|
|
1994
2118
|
"locationName": "destinationSettings"
|
|
1995
2119
|
}
|
|
1996
2120
|
}
|
|
@@ -2061,7 +2185,7 @@
|
|
|
2061
2185
|
"locationName": "destination"
|
|
2062
2186
|
},
|
|
2063
2187
|
"DestinationSettings": {
|
|
2064
|
-
"shape": "
|
|
2188
|
+
"shape": "S49",
|
|
2065
2189
|
"locationName": "destinationSettings"
|
|
2066
2190
|
},
|
|
2067
2191
|
"DirectoryStructure": {
|
|
@@ -2084,11 +2208,11 @@
|
|
|
2084
2208
|
"locationName": "offlineEncrypted"
|
|
2085
2209
|
},
|
|
2086
2210
|
"SpekeKeyProvider": {
|
|
2087
|
-
"shape": "
|
|
2211
|
+
"shape": "S5k",
|
|
2088
2212
|
"locationName": "spekeKeyProvider"
|
|
2089
2213
|
},
|
|
2090
2214
|
"StaticKeyProvider": {
|
|
2091
|
-
"shape": "
|
|
2215
|
+
"shape": "S4q",
|
|
2092
2216
|
"locationName": "staticKeyProvider"
|
|
2093
2217
|
},
|
|
2094
2218
|
"Type": {
|
|
@@ -2099,6 +2223,35 @@
|
|
|
2099
2223
|
"ImageBasedTrickPlay": {
|
|
2100
2224
|
"locationName": "imageBasedTrickPlay"
|
|
2101
2225
|
},
|
|
2226
|
+
"ImageBasedTrickPlaySettings": {
|
|
2227
|
+
"locationName": "imageBasedTrickPlaySettings",
|
|
2228
|
+
"type": "structure",
|
|
2229
|
+
"members": {
|
|
2230
|
+
"IntervalCadence": {
|
|
2231
|
+
"locationName": "intervalCadence"
|
|
2232
|
+
},
|
|
2233
|
+
"ThumbnailHeight": {
|
|
2234
|
+
"locationName": "thumbnailHeight",
|
|
2235
|
+
"type": "integer"
|
|
2236
|
+
},
|
|
2237
|
+
"ThumbnailInterval": {
|
|
2238
|
+
"locationName": "thumbnailInterval",
|
|
2239
|
+
"type": "double"
|
|
2240
|
+
},
|
|
2241
|
+
"ThumbnailWidth": {
|
|
2242
|
+
"locationName": "thumbnailWidth",
|
|
2243
|
+
"type": "integer"
|
|
2244
|
+
},
|
|
2245
|
+
"TileHeight": {
|
|
2246
|
+
"locationName": "tileHeight",
|
|
2247
|
+
"type": "integer"
|
|
2248
|
+
},
|
|
2249
|
+
"TileWidth": {
|
|
2250
|
+
"locationName": "tileWidth",
|
|
2251
|
+
"type": "integer"
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2102
2255
|
"ManifestCompression": {
|
|
2103
2256
|
"locationName": "manifestCompression"
|
|
2104
2257
|
},
|
|
@@ -2183,7 +2336,7 @@
|
|
|
2183
2336
|
"locationName": "destination"
|
|
2184
2337
|
},
|
|
2185
2338
|
"DestinationSettings": {
|
|
2186
|
-
"shape": "
|
|
2339
|
+
"shape": "S49",
|
|
2187
2340
|
"locationName": "destinationSettings"
|
|
2188
2341
|
},
|
|
2189
2342
|
"Encryption": {
|
|
@@ -2191,7 +2344,7 @@
|
|
|
2191
2344
|
"type": "structure",
|
|
2192
2345
|
"members": {
|
|
2193
2346
|
"SpekeKeyProvider": {
|
|
2194
|
-
"shape": "
|
|
2347
|
+
"shape": "S5k",
|
|
2195
2348
|
"locationName": "spekeKeyProvider"
|
|
2196
2349
|
}
|
|
2197
2350
|
}
|
|
@@ -2220,7 +2373,7 @@
|
|
|
2220
2373
|
"type": "structure",
|
|
2221
2374
|
"members": {
|
|
2222
2375
|
"AudioDescriptions": {
|
|
2223
|
-
"shape": "
|
|
2376
|
+
"shape": "S72",
|
|
2224
2377
|
"locationName": "audioDescriptions"
|
|
2225
2378
|
},
|
|
2226
2379
|
"CaptionDescriptions": {
|
|
@@ -2236,7 +2389,7 @@
|
|
|
2236
2389
|
"locationName": "customLanguageCode"
|
|
2237
2390
|
},
|
|
2238
2391
|
"DestinationSettings": {
|
|
2239
|
-
"shape": "
|
|
2392
|
+
"shape": "S9k",
|
|
2240
2393
|
"locationName": "destinationSettings"
|
|
2241
2394
|
},
|
|
2242
2395
|
"LanguageCode": {
|
|
@@ -2249,7 +2402,7 @@
|
|
|
2249
2402
|
}
|
|
2250
2403
|
},
|
|
2251
2404
|
"ContainerSettings": {
|
|
2252
|
-
"shape": "
|
|
2405
|
+
"shape": "Sas",
|
|
2253
2406
|
"locationName": "containerSettings"
|
|
2254
2407
|
},
|
|
2255
2408
|
"Extension": {
|
|
@@ -2295,7 +2448,7 @@
|
|
|
2295
2448
|
"locationName": "preset"
|
|
2296
2449
|
},
|
|
2297
2450
|
"VideoDescription": {
|
|
2298
|
-
"shape": "
|
|
2451
|
+
"shape": "Scw",
|
|
2299
2452
|
"locationName": "videoDescription"
|
|
2300
2453
|
}
|
|
2301
2454
|
}
|
|
@@ -2304,7 +2457,7 @@
|
|
|
2304
2457
|
}
|
|
2305
2458
|
}
|
|
2306
2459
|
},
|
|
2307
|
-
"
|
|
2460
|
+
"S49": {
|
|
2308
2461
|
"type": "structure",
|
|
2309
2462
|
"members": {
|
|
2310
2463
|
"S3Settings": {
|
|
@@ -2339,11 +2492,11 @@
|
|
|
2339
2492
|
}
|
|
2340
2493
|
}
|
|
2341
2494
|
},
|
|
2342
|
-
"
|
|
2495
|
+
"S4n": {
|
|
2343
2496
|
"type": "list",
|
|
2344
2497
|
"member": {}
|
|
2345
2498
|
},
|
|
2346
|
-
"
|
|
2499
|
+
"S4q": {
|
|
2347
2500
|
"type": "structure",
|
|
2348
2501
|
"members": {
|
|
2349
2502
|
"KeyFormat": {
|
|
@@ -2360,7 +2513,7 @@
|
|
|
2360
2513
|
}
|
|
2361
2514
|
}
|
|
2362
2515
|
},
|
|
2363
|
-
"
|
|
2516
|
+
"S5k": {
|
|
2364
2517
|
"type": "structure",
|
|
2365
2518
|
"members": {
|
|
2366
2519
|
"CertificateArn": {
|
|
@@ -2379,7 +2532,7 @@
|
|
|
2379
2532
|
}
|
|
2380
2533
|
}
|
|
2381
2534
|
},
|
|
2382
|
-
"
|
|
2535
|
+
"S72": {
|
|
2383
2536
|
"type": "list",
|
|
2384
2537
|
"member": {
|
|
2385
2538
|
"type": "structure",
|
|
@@ -2789,7 +2942,7 @@
|
|
|
2789
2942
|
}
|
|
2790
2943
|
}
|
|
2791
2944
|
},
|
|
2792
|
-
"
|
|
2945
|
+
"S9k": {
|
|
2793
2946
|
"type": "structure",
|
|
2794
2947
|
"members": {
|
|
2795
2948
|
"BurninDestinationSettings": {
|
|
@@ -2799,6 +2952,9 @@
|
|
|
2799
2952
|
"Alignment": {
|
|
2800
2953
|
"locationName": "alignment"
|
|
2801
2954
|
},
|
|
2955
|
+
"ApplyFontColor": {
|
|
2956
|
+
"locationName": "applyFontColor"
|
|
2957
|
+
},
|
|
2802
2958
|
"BackgroundColor": {
|
|
2803
2959
|
"locationName": "backgroundColor"
|
|
2804
2960
|
},
|
|
@@ -2806,6 +2962,9 @@
|
|
|
2806
2962
|
"locationName": "backgroundOpacity",
|
|
2807
2963
|
"type": "integer"
|
|
2808
2964
|
},
|
|
2965
|
+
"FallbackFont": {
|
|
2966
|
+
"locationName": "fallbackFont"
|
|
2967
|
+
},
|
|
2809
2968
|
"FontColor": {
|
|
2810
2969
|
"locationName": "fontColor"
|
|
2811
2970
|
},
|
|
@@ -2824,6 +2983,9 @@
|
|
|
2824
2983
|
"locationName": "fontSize",
|
|
2825
2984
|
"type": "integer"
|
|
2826
2985
|
},
|
|
2986
|
+
"HexFontColor": {
|
|
2987
|
+
"locationName": "hexFontColor"
|
|
2988
|
+
},
|
|
2827
2989
|
"OutlineColor": {
|
|
2828
2990
|
"locationName": "outlineColor"
|
|
2829
2991
|
},
|
|
@@ -2846,6 +3008,9 @@
|
|
|
2846
3008
|
"locationName": "shadowYOffset",
|
|
2847
3009
|
"type": "integer"
|
|
2848
3010
|
},
|
|
3011
|
+
"StylePassthrough": {
|
|
3012
|
+
"locationName": "stylePassthrough"
|
|
3013
|
+
},
|
|
2849
3014
|
"TeletextSpacing": {
|
|
2850
3015
|
"locationName": "teletextSpacing"
|
|
2851
3016
|
},
|
|
@@ -2869,6 +3034,9 @@
|
|
|
2869
3034
|
"Alignment": {
|
|
2870
3035
|
"locationName": "alignment"
|
|
2871
3036
|
},
|
|
3037
|
+
"ApplyFontColor": {
|
|
3038
|
+
"locationName": "applyFontColor"
|
|
3039
|
+
},
|
|
2872
3040
|
"BackgroundColor": {
|
|
2873
3041
|
"locationName": "backgroundColor"
|
|
2874
3042
|
},
|
|
@@ -2887,6 +3055,9 @@
|
|
|
2887
3055
|
"locationName": "ddsYCoordinate",
|
|
2888
3056
|
"type": "integer"
|
|
2889
3057
|
},
|
|
3058
|
+
"FallbackFont": {
|
|
3059
|
+
"locationName": "fallbackFont"
|
|
3060
|
+
},
|
|
2890
3061
|
"FontColor": {
|
|
2891
3062
|
"locationName": "fontColor"
|
|
2892
3063
|
},
|
|
@@ -2909,6 +3080,9 @@
|
|
|
2909
3080
|
"locationName": "height",
|
|
2910
3081
|
"type": "integer"
|
|
2911
3082
|
},
|
|
3083
|
+
"HexFontColor": {
|
|
3084
|
+
"locationName": "hexFontColor"
|
|
3085
|
+
},
|
|
2912
3086
|
"OutlineColor": {
|
|
2913
3087
|
"locationName": "outlineColor"
|
|
2914
3088
|
},
|
|
@@ -2931,6 +3105,9 @@
|
|
|
2931
3105
|
"locationName": "shadowYOffset",
|
|
2932
3106
|
"type": "integer"
|
|
2933
3107
|
},
|
|
3108
|
+
"StylePassthrough": {
|
|
3109
|
+
"locationName": "stylePassthrough"
|
|
3110
|
+
},
|
|
2934
3111
|
"SubtitlingType": {
|
|
2935
3112
|
"locationName": "subtitlingType"
|
|
2936
3113
|
},
|
|
@@ -3026,7 +3203,7 @@
|
|
|
3026
3203
|
}
|
|
3027
3204
|
}
|
|
3028
3205
|
},
|
|
3029
|
-
"
|
|
3206
|
+
"Sas": {
|
|
3030
3207
|
"type": "structure",
|
|
3031
3208
|
"members": {
|
|
3032
3209
|
"CmfcSettings": {
|
|
@@ -3086,7 +3263,7 @@
|
|
|
3086
3263
|
"type": "integer"
|
|
3087
3264
|
},
|
|
3088
3265
|
"AudioPids": {
|
|
3089
|
-
"shape": "
|
|
3266
|
+
"shape": "Sb6",
|
|
3090
3267
|
"locationName": "audioPids"
|
|
3091
3268
|
},
|
|
3092
3269
|
"Bitrate": {
|
|
@@ -3136,7 +3313,7 @@
|
|
|
3136
3313
|
}
|
|
3137
3314
|
},
|
|
3138
3315
|
"DvbSubPids": {
|
|
3139
|
-
"shape": "
|
|
3316
|
+
"shape": "Sb6",
|
|
3140
3317
|
"locationName": "dvbSubPids"
|
|
3141
3318
|
},
|
|
3142
3319
|
"DvbTdtSettings": {
|
|
@@ -3267,7 +3444,7 @@
|
|
|
3267
3444
|
"type": "integer"
|
|
3268
3445
|
},
|
|
3269
3446
|
"AudioPids": {
|
|
3270
|
-
"shape": "
|
|
3447
|
+
"shape": "Sb6",
|
|
3271
3448
|
"locationName": "audioPids"
|
|
3272
3449
|
},
|
|
3273
3450
|
"DataPTSControl": {
|
|
@@ -3425,13 +3602,13 @@
|
|
|
3425
3602
|
}
|
|
3426
3603
|
}
|
|
3427
3604
|
},
|
|
3428
|
-
"
|
|
3605
|
+
"Sb6": {
|
|
3429
3606
|
"type": "list",
|
|
3430
3607
|
"member": {
|
|
3431
3608
|
"type": "integer"
|
|
3432
3609
|
}
|
|
3433
3610
|
},
|
|
3434
|
-
"
|
|
3611
|
+
"Scw": {
|
|
3435
3612
|
"type": "structure",
|
|
3436
3613
|
"members": {
|
|
3437
3614
|
"AfdSignaling": {
|
|
@@ -4332,7 +4509,7 @@
|
|
|
4332
4509
|
"locationName": "colorMetadata"
|
|
4333
4510
|
},
|
|
4334
4511
|
"Crop": {
|
|
4335
|
-
"shape": "
|
|
4512
|
+
"shape": "S26",
|
|
4336
4513
|
"locationName": "crop"
|
|
4337
4514
|
},
|
|
4338
4515
|
"DropFrameTimecode": {
|
|
@@ -4347,7 +4524,7 @@
|
|
|
4347
4524
|
"type": "integer"
|
|
4348
4525
|
},
|
|
4349
4526
|
"Position": {
|
|
4350
|
-
"shape": "
|
|
4527
|
+
"shape": "S26",
|
|
4351
4528
|
"locationName": "position"
|
|
4352
4529
|
},
|
|
4353
4530
|
"RespondToAfd": {
|
|
@@ -4383,7 +4560,7 @@
|
|
|
4383
4560
|
"type": "integer"
|
|
4384
4561
|
},
|
|
4385
4562
|
"Hdr10Metadata": {
|
|
4386
|
-
"shape": "
|
|
4563
|
+
"shape": "S33",
|
|
4387
4564
|
"locationName": "hdr10Metadata"
|
|
4388
4565
|
},
|
|
4389
4566
|
"Hue": {
|
|
@@ -4455,7 +4632,7 @@
|
|
|
4455
4632
|
}
|
|
4456
4633
|
},
|
|
4457
4634
|
"ImageInserter": {
|
|
4458
|
-
"shape": "
|
|
4635
|
+
"shape": "S2j",
|
|
4459
4636
|
"locationName": "imageInserter"
|
|
4460
4637
|
},
|
|
4461
4638
|
"NoiseReducer": {
|
|
@@ -4565,7 +4742,7 @@
|
|
|
4565
4742
|
}
|
|
4566
4743
|
}
|
|
4567
4744
|
},
|
|
4568
|
-
"
|
|
4745
|
+
"Sit": {
|
|
4569
4746
|
"type": "structure",
|
|
4570
4747
|
"members": {
|
|
4571
4748
|
"Anchor": {
|
|
@@ -4582,7 +4759,7 @@
|
|
|
4582
4759
|
}
|
|
4583
4760
|
}
|
|
4584
4761
|
},
|
|
4585
|
-
"
|
|
4762
|
+
"Siw": {
|
|
4586
4763
|
"type": "structure",
|
|
4587
4764
|
"members": {
|
|
4588
4765
|
"Id3Insertions": {
|
|
@@ -4602,12 +4779,12 @@
|
|
|
4602
4779
|
}
|
|
4603
4780
|
}
|
|
4604
4781
|
},
|
|
4605
|
-
"
|
|
4782
|
+
"Sj1": {
|
|
4606
4783
|
"type": "map",
|
|
4607
4784
|
"key": {},
|
|
4608
4785
|
"value": {}
|
|
4609
4786
|
},
|
|
4610
|
-
"
|
|
4787
|
+
"Sj3": {
|
|
4611
4788
|
"type": "structure",
|
|
4612
4789
|
"members": {
|
|
4613
4790
|
"AccelerationSettings": {
|
|
@@ -4624,7 +4801,7 @@
|
|
|
4624
4801
|
"locationName": "billingTagsSource"
|
|
4625
4802
|
},
|
|
4626
4803
|
"CreatedAt": {
|
|
4627
|
-
"shape": "
|
|
4804
|
+
"shape": "Sj5",
|
|
4628
4805
|
"locationName": "createdAt"
|
|
4629
4806
|
},
|
|
4630
4807
|
"CurrentPhase": {
|
|
@@ -4656,11 +4833,11 @@
|
|
|
4656
4833
|
"type": "structure",
|
|
4657
4834
|
"members": {
|
|
4658
4835
|
"Info": {
|
|
4659
|
-
"shape": "
|
|
4836
|
+
"shape": "Sj8",
|
|
4660
4837
|
"locationName": "info"
|
|
4661
4838
|
},
|
|
4662
4839
|
"Warning": {
|
|
4663
|
-
"shape": "
|
|
4840
|
+
"shape": "Sj8",
|
|
4664
4841
|
"locationName": "warning"
|
|
4665
4842
|
}
|
|
4666
4843
|
}
|
|
@@ -4721,7 +4898,7 @@
|
|
|
4721
4898
|
"locationName": "sourceQueue"
|
|
4722
4899
|
},
|
|
4723
4900
|
"Timestamp": {
|
|
4724
|
-
"shape": "
|
|
4901
|
+
"shape": "Sj5",
|
|
4725
4902
|
"locationName": "timestamp"
|
|
4726
4903
|
}
|
|
4727
4904
|
}
|
|
@@ -4752,21 +4929,21 @@
|
|
|
4752
4929
|
"type": "structure",
|
|
4753
4930
|
"members": {
|
|
4754
4931
|
"FinishTime": {
|
|
4755
|
-
"shape": "
|
|
4932
|
+
"shape": "Sj5",
|
|
4756
4933
|
"locationName": "finishTime"
|
|
4757
4934
|
},
|
|
4758
4935
|
"StartTime": {
|
|
4759
|
-
"shape": "
|
|
4936
|
+
"shape": "Sj5",
|
|
4760
4937
|
"locationName": "startTime"
|
|
4761
4938
|
},
|
|
4762
4939
|
"SubmitTime": {
|
|
4763
|
-
"shape": "
|
|
4940
|
+
"shape": "Sj5",
|
|
4764
4941
|
"locationName": "submitTime"
|
|
4765
4942
|
}
|
|
4766
4943
|
}
|
|
4767
4944
|
},
|
|
4768
4945
|
"UserMetadata": {
|
|
4769
|
-
"shape": "
|
|
4946
|
+
"shape": "Sj1",
|
|
4770
4947
|
"locationName": "userMetadata"
|
|
4771
4948
|
}
|
|
4772
4949
|
},
|
|
@@ -4775,15 +4952,15 @@
|
|
|
4775
4952
|
"Settings"
|
|
4776
4953
|
]
|
|
4777
4954
|
},
|
|
4778
|
-
"
|
|
4955
|
+
"Sj5": {
|
|
4779
4956
|
"type": "timestamp",
|
|
4780
4957
|
"timestampFormat": "unixTimestamp"
|
|
4781
4958
|
},
|
|
4782
|
-
"
|
|
4959
|
+
"Sj8": {
|
|
4783
4960
|
"type": "list",
|
|
4784
4961
|
"member": {}
|
|
4785
4962
|
},
|
|
4786
|
-
"
|
|
4963
|
+
"Sjj": {
|
|
4787
4964
|
"type": "structure",
|
|
4788
4965
|
"members": {
|
|
4789
4966
|
"AdAvailOffset": {
|
|
@@ -4821,7 +4998,7 @@
|
|
|
4821
4998
|
"locationName": "captionSelectors"
|
|
4822
4999
|
},
|
|
4823
5000
|
"Crop": {
|
|
4824
|
-
"shape": "
|
|
5001
|
+
"shape": "S26",
|
|
4825
5002
|
"locationName": "crop"
|
|
4826
5003
|
},
|
|
4827
5004
|
"DeblockFilter": {
|
|
@@ -4838,18 +5015,18 @@
|
|
|
4838
5015
|
"type": "integer"
|
|
4839
5016
|
},
|
|
4840
5017
|
"ImageInserter": {
|
|
4841
|
-
"shape": "
|
|
5018
|
+
"shape": "S2j",
|
|
4842
5019
|
"locationName": "imageInserter"
|
|
4843
5020
|
},
|
|
4844
5021
|
"InputClippings": {
|
|
4845
|
-
"shape": "
|
|
5022
|
+
"shape": "S2q",
|
|
4846
5023
|
"locationName": "inputClippings"
|
|
4847
5024
|
},
|
|
4848
5025
|
"InputScanType": {
|
|
4849
5026
|
"locationName": "inputScanType"
|
|
4850
5027
|
},
|
|
4851
5028
|
"Position": {
|
|
4852
|
-
"shape": "
|
|
5029
|
+
"shape": "S26",
|
|
4853
5030
|
"locationName": "position"
|
|
4854
5031
|
},
|
|
4855
5032
|
"ProgramNumber": {
|
|
@@ -4866,43 +5043,43 @@
|
|
|
4866
5043
|
"locationName": "timecodeStart"
|
|
4867
5044
|
},
|
|
4868
5045
|
"VideoSelector": {
|
|
4869
|
-
"shape": "
|
|
5046
|
+
"shape": "S2z",
|
|
4870
5047
|
"locationName": "videoSelector"
|
|
4871
5048
|
}
|
|
4872
5049
|
}
|
|
4873
5050
|
}
|
|
4874
5051
|
},
|
|
4875
5052
|
"KantarWatermark": {
|
|
4876
|
-
"shape": "
|
|
5053
|
+
"shape": "S38",
|
|
4877
5054
|
"locationName": "kantarWatermark"
|
|
4878
5055
|
},
|
|
4879
5056
|
"MotionImageInserter": {
|
|
4880
|
-
"shape": "
|
|
5057
|
+
"shape": "S3g",
|
|
4881
5058
|
"locationName": "motionImageInserter"
|
|
4882
5059
|
},
|
|
4883
5060
|
"NielsenConfiguration": {
|
|
4884
|
-
"shape": "
|
|
5061
|
+
"shape": "S3o",
|
|
4885
5062
|
"locationName": "nielsenConfiguration"
|
|
4886
5063
|
},
|
|
4887
5064
|
"NielsenNonLinearWatermark": {
|
|
4888
|
-
"shape": "
|
|
5065
|
+
"shape": "S3q",
|
|
4889
5066
|
"locationName": "nielsenNonLinearWatermark"
|
|
4890
5067
|
},
|
|
4891
5068
|
"OutputGroups": {
|
|
4892
|
-
"shape": "
|
|
5069
|
+
"shape": "S3x",
|
|
4893
5070
|
"locationName": "outputGroups"
|
|
4894
5071
|
},
|
|
4895
5072
|
"TimecodeConfig": {
|
|
4896
|
-
"shape": "
|
|
5073
|
+
"shape": "Sit",
|
|
4897
5074
|
"locationName": "timecodeConfig"
|
|
4898
5075
|
},
|
|
4899
5076
|
"TimedMetadataInsertion": {
|
|
4900
|
-
"shape": "
|
|
5077
|
+
"shape": "Siw",
|
|
4901
5078
|
"locationName": "timedMetadataInsertion"
|
|
4902
5079
|
}
|
|
4903
5080
|
}
|
|
4904
5081
|
},
|
|
4905
|
-
"
|
|
5082
|
+
"Sjn": {
|
|
4906
5083
|
"type": "structure",
|
|
4907
5084
|
"members": {
|
|
4908
5085
|
"AccelerationSettings": {
|
|
@@ -4916,7 +5093,7 @@
|
|
|
4916
5093
|
"locationName": "category"
|
|
4917
5094
|
},
|
|
4918
5095
|
"CreatedAt": {
|
|
4919
|
-
"shape": "
|
|
5096
|
+
"shape": "Sj5",
|
|
4920
5097
|
"locationName": "createdAt"
|
|
4921
5098
|
},
|
|
4922
5099
|
"Description": {
|
|
@@ -4927,7 +5104,7 @@
|
|
|
4927
5104
|
"locationName": "hopDestinations"
|
|
4928
5105
|
},
|
|
4929
5106
|
"LastUpdated": {
|
|
4930
|
-
"shape": "
|
|
5107
|
+
"shape": "Sj5",
|
|
4931
5108
|
"locationName": "lastUpdated"
|
|
4932
5109
|
},
|
|
4933
5110
|
"Name": {
|
|
@@ -4941,7 +5118,7 @@
|
|
|
4941
5118
|
"locationName": "queue"
|
|
4942
5119
|
},
|
|
4943
5120
|
"Settings": {
|
|
4944
|
-
"shape": "
|
|
5121
|
+
"shape": "Sjj",
|
|
4945
5122
|
"locationName": "settings"
|
|
4946
5123
|
},
|
|
4947
5124
|
"StatusUpdateInterval": {
|
|
@@ -4956,11 +5133,11 @@
|
|
|
4956
5133
|
"Name"
|
|
4957
5134
|
]
|
|
4958
5135
|
},
|
|
4959
|
-
"
|
|
5136
|
+
"Sjq": {
|
|
4960
5137
|
"type": "structure",
|
|
4961
5138
|
"members": {
|
|
4962
5139
|
"AudioDescriptions": {
|
|
4963
|
-
"shape": "
|
|
5140
|
+
"shape": "S72",
|
|
4964
5141
|
"locationName": "audioDescriptions"
|
|
4965
5142
|
},
|
|
4966
5143
|
"CaptionDescriptions": {
|
|
@@ -4973,7 +5150,7 @@
|
|
|
4973
5150
|
"locationName": "customLanguageCode"
|
|
4974
5151
|
},
|
|
4975
5152
|
"DestinationSettings": {
|
|
4976
|
-
"shape": "
|
|
5153
|
+
"shape": "S9k",
|
|
4977
5154
|
"locationName": "destinationSettings"
|
|
4978
5155
|
},
|
|
4979
5156
|
"LanguageCode": {
|
|
@@ -4986,16 +5163,16 @@
|
|
|
4986
5163
|
}
|
|
4987
5164
|
},
|
|
4988
5165
|
"ContainerSettings": {
|
|
4989
|
-
"shape": "
|
|
5166
|
+
"shape": "Sas",
|
|
4990
5167
|
"locationName": "containerSettings"
|
|
4991
5168
|
},
|
|
4992
5169
|
"VideoDescription": {
|
|
4993
|
-
"shape": "
|
|
5170
|
+
"shape": "Scw",
|
|
4994
5171
|
"locationName": "videoDescription"
|
|
4995
5172
|
}
|
|
4996
5173
|
}
|
|
4997
5174
|
},
|
|
4998
|
-
"
|
|
5175
|
+
"Sju": {
|
|
4999
5176
|
"type": "structure",
|
|
5000
5177
|
"members": {
|
|
5001
5178
|
"Arn": {
|
|
@@ -5005,21 +5182,21 @@
|
|
|
5005
5182
|
"locationName": "category"
|
|
5006
5183
|
},
|
|
5007
5184
|
"CreatedAt": {
|
|
5008
|
-
"shape": "
|
|
5185
|
+
"shape": "Sj5",
|
|
5009
5186
|
"locationName": "createdAt"
|
|
5010
5187
|
},
|
|
5011
5188
|
"Description": {
|
|
5012
5189
|
"locationName": "description"
|
|
5013
5190
|
},
|
|
5014
5191
|
"LastUpdated": {
|
|
5015
|
-
"shape": "
|
|
5192
|
+
"shape": "Sj5",
|
|
5016
5193
|
"locationName": "lastUpdated"
|
|
5017
5194
|
},
|
|
5018
5195
|
"Name": {
|
|
5019
5196
|
"locationName": "name"
|
|
5020
5197
|
},
|
|
5021
5198
|
"Settings": {
|
|
5022
|
-
"shape": "
|
|
5199
|
+
"shape": "Sjq",
|
|
5023
5200
|
"locationName": "settings"
|
|
5024
5201
|
},
|
|
5025
5202
|
"Type": {
|
|
@@ -5031,7 +5208,7 @@
|
|
|
5031
5208
|
"Name"
|
|
5032
5209
|
]
|
|
5033
5210
|
},
|
|
5034
|
-
"
|
|
5211
|
+
"Sjx": {
|
|
5035
5212
|
"type": "structure",
|
|
5036
5213
|
"members": {
|
|
5037
5214
|
"Commitment": {
|
|
@@ -5051,21 +5228,21 @@
|
|
|
5051
5228
|
"RenewalType"
|
|
5052
5229
|
]
|
|
5053
5230
|
},
|
|
5054
|
-
"
|
|
5231
|
+
"Sk2": {
|
|
5055
5232
|
"type": "structure",
|
|
5056
5233
|
"members": {
|
|
5057
5234
|
"Arn": {
|
|
5058
5235
|
"locationName": "arn"
|
|
5059
5236
|
},
|
|
5060
5237
|
"CreatedAt": {
|
|
5061
|
-
"shape": "
|
|
5238
|
+
"shape": "Sj5",
|
|
5062
5239
|
"locationName": "createdAt"
|
|
5063
5240
|
},
|
|
5064
5241
|
"Description": {
|
|
5065
5242
|
"locationName": "description"
|
|
5066
5243
|
},
|
|
5067
5244
|
"LastUpdated": {
|
|
5068
|
-
"shape": "
|
|
5245
|
+
"shape": "Sj5",
|
|
5069
5246
|
"locationName": "lastUpdated"
|
|
5070
5247
|
},
|
|
5071
5248
|
"Name": {
|
|
@@ -5086,11 +5263,11 @@
|
|
|
5086
5263
|
"locationName": "commitment"
|
|
5087
5264
|
},
|
|
5088
5265
|
"ExpiresAt": {
|
|
5089
|
-
"shape": "
|
|
5266
|
+
"shape": "Sj5",
|
|
5090
5267
|
"locationName": "expiresAt"
|
|
5091
5268
|
},
|
|
5092
5269
|
"PurchasedAt": {
|
|
5093
|
-
"shape": "
|
|
5270
|
+
"shape": "Sj5",
|
|
5094
5271
|
"locationName": "purchasedAt"
|
|
5095
5272
|
},
|
|
5096
5273
|
"RenewalType": {
|
|
@@ -5119,6 +5296,20 @@
|
|
|
5119
5296
|
"required": [
|
|
5120
5297
|
"Name"
|
|
5121
5298
|
]
|
|
5299
|
+
},
|
|
5300
|
+
"Skq": {
|
|
5301
|
+
"type": "structure",
|
|
5302
|
+
"members": {
|
|
5303
|
+
"HttpInputs": {
|
|
5304
|
+
"locationName": "httpInputs"
|
|
5305
|
+
},
|
|
5306
|
+
"HttpsInputs": {
|
|
5307
|
+
"locationName": "httpsInputs"
|
|
5308
|
+
},
|
|
5309
|
+
"S3Inputs": {
|
|
5310
|
+
"locationName": "s3Inputs"
|
|
5311
|
+
}
|
|
5312
|
+
}
|
|
5122
5313
|
}
|
|
5123
5314
|
}
|
|
5124
5315
|
}
|