@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
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 +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
"locationName": "statusUpdateInterval"
|
|
104
104
|
},
|
|
105
105
|
"Tags": {
|
|
106
|
-
"shape": "
|
|
106
|
+
"shape": "Sjh",
|
|
107
107
|
"locationName": "tags"
|
|
108
108
|
},
|
|
109
109
|
"UserMetadata": {
|
|
110
|
-
"shape": "
|
|
110
|
+
"shape": "Sjh",
|
|
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": "Sjj",
|
|
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": "Sjz",
|
|
163
163
|
"locationName": "settings"
|
|
164
164
|
},
|
|
165
165
|
"StatusUpdateInterval": {
|
|
166
166
|
"locationName": "statusUpdateInterval"
|
|
167
167
|
},
|
|
168
168
|
"Tags": {
|
|
169
|
-
"shape": "
|
|
169
|
+
"shape": "Sjh",
|
|
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": "Sk3",
|
|
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": "Sk6",
|
|
207
207
|
"locationName": "settings"
|
|
208
208
|
},
|
|
209
209
|
"Tags": {
|
|
210
|
-
"shape": "
|
|
210
|
+
"shape": "Sjh",
|
|
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": "Ska",
|
|
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": "Skd",
|
|
248
248
|
"locationName": "reservationPlanSettings"
|
|
249
249
|
},
|
|
250
250
|
"Status": {
|
|
251
251
|
"locationName": "status"
|
|
252
252
|
},
|
|
253
253
|
"Tags": {
|
|
254
|
-
"shape": "
|
|
254
|
+
"shape": "Sjh",
|
|
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": "Ski",
|
|
267
267
|
"locationName": "queue"
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"type": "structure",
|
|
440
440
|
"members": {
|
|
441
441
|
"Job": {
|
|
442
|
-
"shape": "
|
|
442
|
+
"shape": "Sjj",
|
|
443
443
|
"locationName": "job"
|
|
444
444
|
}
|
|
445
445
|
}
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"type": "structure",
|
|
468
468
|
"members": {
|
|
469
469
|
"JobTemplate": {
|
|
470
|
-
"shape": "
|
|
470
|
+
"shape": "Sk3",
|
|
471
471
|
"locationName": "jobTemplate"
|
|
472
472
|
}
|
|
473
473
|
}
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"type": "structure",
|
|
488
488
|
"members": {
|
|
489
489
|
"Policy": {
|
|
490
|
-
"shape": "
|
|
490
|
+
"shape": "Sl6",
|
|
491
491
|
"locationName": "policy"
|
|
492
492
|
}
|
|
493
493
|
}
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"type": "structure",
|
|
516
516
|
"members": {
|
|
517
517
|
"Preset": {
|
|
518
|
-
"shape": "
|
|
518
|
+
"shape": "Ska",
|
|
519
519
|
"locationName": "preset"
|
|
520
520
|
}
|
|
521
521
|
}
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"type": "structure",
|
|
544
544
|
"members": {
|
|
545
545
|
"Queue": {
|
|
546
|
-
"shape": "
|
|
546
|
+
"shape": "Ski",
|
|
547
547
|
"locationName": "queue"
|
|
548
548
|
}
|
|
549
549
|
}
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
"locationName": "jobTemplates",
|
|
589
589
|
"type": "list",
|
|
590
590
|
"member": {
|
|
591
|
-
"shape": "
|
|
591
|
+
"shape": "Sk3"
|
|
592
592
|
}
|
|
593
593
|
},
|
|
594
594
|
"NextToken": {
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"locationName": "jobs",
|
|
637
637
|
"type": "list",
|
|
638
638
|
"member": {
|
|
639
|
-
"shape": "
|
|
639
|
+
"shape": "Sjj"
|
|
640
640
|
}
|
|
641
641
|
},
|
|
642
642
|
"NextToken": {
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"locationName": "presets",
|
|
688
688
|
"type": "list",
|
|
689
689
|
"member": {
|
|
690
|
-
"shape": "
|
|
690
|
+
"shape": "Ska"
|
|
691
691
|
}
|
|
692
692
|
}
|
|
693
693
|
}
|
|
@@ -731,7 +731,7 @@
|
|
|
731
731
|
"locationName": "queues",
|
|
732
732
|
"type": "list",
|
|
733
733
|
"member": {
|
|
734
|
-
"shape": "
|
|
734
|
+
"shape": "Ski"
|
|
735
735
|
}
|
|
736
736
|
}
|
|
737
737
|
}
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
"locationName": "arn"
|
|
767
767
|
},
|
|
768
768
|
"Tags": {
|
|
769
|
-
"shape": "
|
|
769
|
+
"shape": "Sjh",
|
|
770
770
|
"locationName": "tags"
|
|
771
771
|
}
|
|
772
772
|
}
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"type": "structure",
|
|
785
785
|
"members": {
|
|
786
786
|
"Policy": {
|
|
787
|
-
"shape": "
|
|
787
|
+
"shape": "Sl6",
|
|
788
788
|
"locationName": "policy"
|
|
789
789
|
}
|
|
790
790
|
},
|
|
@@ -796,7 +796,7 @@
|
|
|
796
796
|
"type": "structure",
|
|
797
797
|
"members": {
|
|
798
798
|
"Policy": {
|
|
799
|
-
"shape": "
|
|
799
|
+
"shape": "Sl6",
|
|
800
800
|
"locationName": "policy"
|
|
801
801
|
}
|
|
802
802
|
}
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
"locationName": "arn"
|
|
815
815
|
},
|
|
816
816
|
"Tags": {
|
|
817
|
-
"shape": "
|
|
817
|
+
"shape": "Sjh",
|
|
818
818
|
"locationName": "tags"
|
|
819
819
|
}
|
|
820
820
|
},
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"location": "uri"
|
|
843
843
|
},
|
|
844
844
|
"TagKeys": {
|
|
845
|
-
"shape": "
|
|
845
|
+
"shape": "Sjo",
|
|
846
846
|
"locationName": "tagKeys"
|
|
847
847
|
}
|
|
848
848
|
},
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"locationName": "queue"
|
|
891
891
|
},
|
|
892
892
|
"Settings": {
|
|
893
|
-
"shape": "
|
|
893
|
+
"shape": "Sjz",
|
|
894
894
|
"locationName": "settings"
|
|
895
895
|
},
|
|
896
896
|
"StatusUpdateInterval": {
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
"type": "structure",
|
|
906
906
|
"members": {
|
|
907
907
|
"JobTemplate": {
|
|
908
|
-
"shape": "
|
|
908
|
+
"shape": "Sk3",
|
|
909
909
|
"locationName": "jobTemplate"
|
|
910
910
|
}
|
|
911
911
|
}
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
"location": "uri"
|
|
932
932
|
},
|
|
933
933
|
"Settings": {
|
|
934
|
-
"shape": "
|
|
934
|
+
"shape": "Sk6",
|
|
935
935
|
"locationName": "settings"
|
|
936
936
|
}
|
|
937
937
|
},
|
|
@@ -943,7 +943,7 @@
|
|
|
943
943
|
"type": "structure",
|
|
944
944
|
"members": {
|
|
945
945
|
"Preset": {
|
|
946
|
-
"shape": "
|
|
946
|
+
"shape": "Ska",
|
|
947
947
|
"locationName": "preset"
|
|
948
948
|
}
|
|
949
949
|
}
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
"location": "uri"
|
|
967
967
|
},
|
|
968
968
|
"ReservationPlanSettings": {
|
|
969
|
-
"shape": "
|
|
969
|
+
"shape": "Skd",
|
|
970
970
|
"locationName": "reservationPlanSettings"
|
|
971
971
|
},
|
|
972
972
|
"Status": {
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"type": "structure",
|
|
982
982
|
"members": {
|
|
983
983
|
"Queue": {
|
|
984
|
-
"shape": "
|
|
984
|
+
"shape": "Ski",
|
|
985
985
|
"locationName": "queue"
|
|
986
986
|
}
|
|
987
987
|
}
|
|
@@ -1130,39 +1130,49 @@
|
|
|
1130
1130
|
"TimecodeStart": {
|
|
1131
1131
|
"locationName": "timecodeStart"
|
|
1132
1132
|
},
|
|
1133
|
+
"VideoGenerator": {
|
|
1134
|
+
"locationName": "videoGenerator",
|
|
1135
|
+
"type": "structure",
|
|
1136
|
+
"members": {
|
|
1137
|
+
"Duration": {
|
|
1138
|
+
"locationName": "duration",
|
|
1139
|
+
"type": "integer"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1133
1143
|
"VideoSelector": {
|
|
1134
|
-
"shape": "
|
|
1144
|
+
"shape": "S32",
|
|
1135
1145
|
"locationName": "videoSelector"
|
|
1136
1146
|
}
|
|
1137
1147
|
}
|
|
1138
1148
|
}
|
|
1139
1149
|
},
|
|
1140
1150
|
"KantarWatermark": {
|
|
1141
|
-
"shape": "
|
|
1151
|
+
"shape": "S3d",
|
|
1142
1152
|
"locationName": "kantarWatermark"
|
|
1143
1153
|
},
|
|
1144
1154
|
"MotionImageInserter": {
|
|
1145
|
-
"shape": "
|
|
1155
|
+
"shape": "S3l",
|
|
1146
1156
|
"locationName": "motionImageInserter"
|
|
1147
1157
|
},
|
|
1148
1158
|
"NielsenConfiguration": {
|
|
1149
|
-
"shape": "
|
|
1159
|
+
"shape": "S3t",
|
|
1150
1160
|
"locationName": "nielsenConfiguration"
|
|
1151
1161
|
},
|
|
1152
1162
|
"NielsenNonLinearWatermark": {
|
|
1153
|
-
"shape": "
|
|
1163
|
+
"shape": "S3v",
|
|
1154
1164
|
"locationName": "nielsenNonLinearWatermark"
|
|
1155
1165
|
},
|
|
1156
1166
|
"OutputGroups": {
|
|
1157
|
-
"shape": "
|
|
1167
|
+
"shape": "S42",
|
|
1158
1168
|
"locationName": "outputGroups"
|
|
1159
1169
|
},
|
|
1160
1170
|
"TimecodeConfig": {
|
|
1161
|
-
"shape": "
|
|
1171
|
+
"shape": "Sj9",
|
|
1162
1172
|
"locationName": "timecodeConfig"
|
|
1163
1173
|
},
|
|
1164
1174
|
"TimedMetadataInsertion": {
|
|
1165
|
-
"shape": "
|
|
1175
|
+
"shape": "Sjc",
|
|
1166
1176
|
"locationName": "timedMetadataInsertion"
|
|
1167
1177
|
}
|
|
1168
1178
|
}
|
|
@@ -1565,7 +1575,7 @@
|
|
|
1565
1575
|
}
|
|
1566
1576
|
}
|
|
1567
1577
|
},
|
|
1568
|
-
"
|
|
1578
|
+
"S32": {
|
|
1569
1579
|
"type": "structure",
|
|
1570
1580
|
"members": {
|
|
1571
1581
|
"AlphaBehavior": {
|
|
@@ -1577,10 +1587,16 @@
|
|
|
1577
1587
|
"ColorSpaceUsage": {
|
|
1578
1588
|
"locationName": "colorSpaceUsage"
|
|
1579
1589
|
},
|
|
1590
|
+
"EmbeddedTimecodeOverride": {
|
|
1591
|
+
"locationName": "embeddedTimecodeOverride"
|
|
1592
|
+
},
|
|
1580
1593
|
"Hdr10Metadata": {
|
|
1581
|
-
"shape": "
|
|
1594
|
+
"shape": "S37",
|
|
1582
1595
|
"locationName": "hdr10Metadata"
|
|
1583
1596
|
},
|
|
1597
|
+
"PadVideo": {
|
|
1598
|
+
"locationName": "padVideo"
|
|
1599
|
+
},
|
|
1584
1600
|
"Pid": {
|
|
1585
1601
|
"locationName": "pid",
|
|
1586
1602
|
"type": "integer"
|
|
@@ -1597,7 +1613,7 @@
|
|
|
1597
1613
|
}
|
|
1598
1614
|
}
|
|
1599
1615
|
},
|
|
1600
|
-
"
|
|
1616
|
+
"S37": {
|
|
1601
1617
|
"type": "structure",
|
|
1602
1618
|
"members": {
|
|
1603
1619
|
"BluePrimaryX": {
|
|
@@ -1650,7 +1666,7 @@
|
|
|
1650
1666
|
}
|
|
1651
1667
|
}
|
|
1652
1668
|
},
|
|
1653
|
-
"
|
|
1669
|
+
"S3d": {
|
|
1654
1670
|
"type": "structure",
|
|
1655
1671
|
"members": {
|
|
1656
1672
|
"ChannelName": {
|
|
@@ -1696,7 +1712,7 @@
|
|
|
1696
1712
|
}
|
|
1697
1713
|
}
|
|
1698
1714
|
},
|
|
1699
|
-
"
|
|
1715
|
+
"S3l": {
|
|
1700
1716
|
"type": "structure",
|
|
1701
1717
|
"members": {
|
|
1702
1718
|
"Framerate": {
|
|
@@ -1741,7 +1757,7 @@
|
|
|
1741
1757
|
}
|
|
1742
1758
|
}
|
|
1743
1759
|
},
|
|
1744
|
-
"
|
|
1760
|
+
"S3t": {
|
|
1745
1761
|
"type": "structure",
|
|
1746
1762
|
"members": {
|
|
1747
1763
|
"BreakoutCode": {
|
|
@@ -1753,7 +1769,7 @@
|
|
|
1753
1769
|
}
|
|
1754
1770
|
}
|
|
1755
1771
|
},
|
|
1756
|
-
"
|
|
1772
|
+
"S3v": {
|
|
1757
1773
|
"type": "structure",
|
|
1758
1774
|
"members": {
|
|
1759
1775
|
"ActiveWatermarkProcess": {
|
|
@@ -1792,7 +1808,7 @@
|
|
|
1792
1808
|
}
|
|
1793
1809
|
}
|
|
1794
1810
|
},
|
|
1795
|
-
"
|
|
1811
|
+
"S42": {
|
|
1796
1812
|
"type": "list",
|
|
1797
1813
|
"member": {
|
|
1798
1814
|
"type": "structure",
|
|
@@ -1864,7 +1880,7 @@
|
|
|
1864
1880
|
"locationName": "destination"
|
|
1865
1881
|
},
|
|
1866
1882
|
"DestinationSettings": {
|
|
1867
|
-
"shape": "
|
|
1883
|
+
"shape": "S4e",
|
|
1868
1884
|
"locationName": "destinationSettings"
|
|
1869
1885
|
},
|
|
1870
1886
|
"Encryption": {
|
|
@@ -1888,11 +1904,11 @@
|
|
|
1888
1904
|
"locationName": "certificateArn"
|
|
1889
1905
|
},
|
|
1890
1906
|
"DashSignaledSystemIds": {
|
|
1891
|
-
"shape": "
|
|
1907
|
+
"shape": "S4s",
|
|
1892
1908
|
"locationName": "dashSignaledSystemIds"
|
|
1893
1909
|
},
|
|
1894
1910
|
"HlsSignaledSystemIds": {
|
|
1895
|
-
"shape": "
|
|
1911
|
+
"shape": "S4s",
|
|
1896
1912
|
"locationName": "hlsSignaledSystemIds"
|
|
1897
1913
|
},
|
|
1898
1914
|
"ResourceId": {
|
|
@@ -1904,7 +1920,7 @@
|
|
|
1904
1920
|
}
|
|
1905
1921
|
},
|
|
1906
1922
|
"StaticKeyProvider": {
|
|
1907
|
-
"shape": "
|
|
1923
|
+
"shape": "S4v",
|
|
1908
1924
|
"locationName": "staticKeyProvider"
|
|
1909
1925
|
},
|
|
1910
1926
|
"Type": {
|
|
@@ -2025,7 +2041,7 @@
|
|
|
2025
2041
|
"locationName": "destination"
|
|
2026
2042
|
},
|
|
2027
2043
|
"DestinationSettings": {
|
|
2028
|
-
"shape": "
|
|
2044
|
+
"shape": "S4e",
|
|
2029
2045
|
"locationName": "destinationSettings"
|
|
2030
2046
|
},
|
|
2031
2047
|
"Encryption": {
|
|
@@ -2036,7 +2052,7 @@
|
|
|
2036
2052
|
"locationName": "playbackDeviceCompatibility"
|
|
2037
2053
|
},
|
|
2038
2054
|
"SpekeKeyProvider": {
|
|
2039
|
-
"shape": "
|
|
2055
|
+
"shape": "S5p",
|
|
2040
2056
|
"locationName": "spekeKeyProvider"
|
|
2041
2057
|
}
|
|
2042
2058
|
}
|
|
@@ -2117,7 +2133,7 @@
|
|
|
2117
2133
|
"locationName": "destination"
|
|
2118
2134
|
},
|
|
2119
2135
|
"DestinationSettings": {
|
|
2120
|
-
"shape": "
|
|
2136
|
+
"shape": "S4e",
|
|
2121
2137
|
"locationName": "destinationSettings"
|
|
2122
2138
|
}
|
|
2123
2139
|
}
|
|
@@ -2178,6 +2194,9 @@
|
|
|
2178
2194
|
"CaptionLanguageSetting": {
|
|
2179
2195
|
"locationName": "captionLanguageSetting"
|
|
2180
2196
|
},
|
|
2197
|
+
"CaptionSegmentLengthControl": {
|
|
2198
|
+
"locationName": "captionSegmentLengthControl"
|
|
2199
|
+
},
|
|
2181
2200
|
"ClientCache": {
|
|
2182
2201
|
"locationName": "clientCache"
|
|
2183
2202
|
},
|
|
@@ -2188,7 +2207,7 @@
|
|
|
2188
2207
|
"locationName": "destination"
|
|
2189
2208
|
},
|
|
2190
2209
|
"DestinationSettings": {
|
|
2191
|
-
"shape": "
|
|
2210
|
+
"shape": "S4e",
|
|
2192
2211
|
"locationName": "destinationSettings"
|
|
2193
2212
|
},
|
|
2194
2213
|
"DirectoryStructure": {
|
|
@@ -2211,11 +2230,11 @@
|
|
|
2211
2230
|
"locationName": "offlineEncrypted"
|
|
2212
2231
|
},
|
|
2213
2232
|
"SpekeKeyProvider": {
|
|
2214
|
-
"shape": "
|
|
2233
|
+
"shape": "S5p",
|
|
2215
2234
|
"locationName": "spekeKeyProvider"
|
|
2216
2235
|
},
|
|
2217
2236
|
"StaticKeyProvider": {
|
|
2218
|
-
"shape": "
|
|
2237
|
+
"shape": "S4v",
|
|
2219
2238
|
"locationName": "staticKeyProvider"
|
|
2220
2239
|
},
|
|
2221
2240
|
"Type": {
|
|
@@ -2339,7 +2358,7 @@
|
|
|
2339
2358
|
"locationName": "destination"
|
|
2340
2359
|
},
|
|
2341
2360
|
"DestinationSettings": {
|
|
2342
|
-
"shape": "
|
|
2361
|
+
"shape": "S4e",
|
|
2343
2362
|
"locationName": "destinationSettings"
|
|
2344
2363
|
},
|
|
2345
2364
|
"Encryption": {
|
|
@@ -2347,7 +2366,7 @@
|
|
|
2347
2366
|
"type": "structure",
|
|
2348
2367
|
"members": {
|
|
2349
2368
|
"SpekeKeyProvider": {
|
|
2350
|
-
"shape": "
|
|
2369
|
+
"shape": "S5p",
|
|
2351
2370
|
"locationName": "spekeKeyProvider"
|
|
2352
2371
|
}
|
|
2353
2372
|
}
|
|
@@ -2376,7 +2395,7 @@
|
|
|
2376
2395
|
"type": "structure",
|
|
2377
2396
|
"members": {
|
|
2378
2397
|
"AudioDescriptions": {
|
|
2379
|
-
"shape": "
|
|
2398
|
+
"shape": "S78",
|
|
2380
2399
|
"locationName": "audioDescriptions"
|
|
2381
2400
|
},
|
|
2382
2401
|
"CaptionDescriptions": {
|
|
@@ -2392,7 +2411,7 @@
|
|
|
2392
2411
|
"locationName": "customLanguageCode"
|
|
2393
2412
|
},
|
|
2394
2413
|
"DestinationSettings": {
|
|
2395
|
-
"shape": "
|
|
2414
|
+
"shape": "S9q",
|
|
2396
2415
|
"locationName": "destinationSettings"
|
|
2397
2416
|
},
|
|
2398
2417
|
"LanguageCode": {
|
|
@@ -2405,7 +2424,7 @@
|
|
|
2405
2424
|
}
|
|
2406
2425
|
},
|
|
2407
2426
|
"ContainerSettings": {
|
|
2408
|
-
"shape": "
|
|
2427
|
+
"shape": "Sb0",
|
|
2409
2428
|
"locationName": "containerSettings"
|
|
2410
2429
|
},
|
|
2411
2430
|
"Extension": {
|
|
@@ -2451,7 +2470,7 @@
|
|
|
2451
2470
|
"locationName": "preset"
|
|
2452
2471
|
},
|
|
2453
2472
|
"VideoDescription": {
|
|
2454
|
-
"shape": "
|
|
2473
|
+
"shape": "Sd9",
|
|
2455
2474
|
"locationName": "videoDescription"
|
|
2456
2475
|
}
|
|
2457
2476
|
}
|
|
@@ -2460,7 +2479,7 @@
|
|
|
2460
2479
|
}
|
|
2461
2480
|
}
|
|
2462
2481
|
},
|
|
2463
|
-
"
|
|
2482
|
+
"S4e": {
|
|
2464
2483
|
"type": "structure",
|
|
2465
2484
|
"members": {
|
|
2466
2485
|
"S3Settings": {
|
|
@@ -2495,11 +2514,11 @@
|
|
|
2495
2514
|
}
|
|
2496
2515
|
}
|
|
2497
2516
|
},
|
|
2498
|
-
"
|
|
2517
|
+
"S4s": {
|
|
2499
2518
|
"type": "list",
|
|
2500
2519
|
"member": {}
|
|
2501
2520
|
},
|
|
2502
|
-
"
|
|
2521
|
+
"S4v": {
|
|
2503
2522
|
"type": "structure",
|
|
2504
2523
|
"members": {
|
|
2505
2524
|
"KeyFormat": {
|
|
@@ -2516,7 +2535,7 @@
|
|
|
2516
2535
|
}
|
|
2517
2536
|
}
|
|
2518
2537
|
},
|
|
2519
|
-
"
|
|
2538
|
+
"S5p": {
|
|
2520
2539
|
"type": "structure",
|
|
2521
2540
|
"members": {
|
|
2522
2541
|
"CertificateArn": {
|
|
@@ -2535,7 +2554,7 @@
|
|
|
2535
2554
|
}
|
|
2536
2555
|
}
|
|
2537
2556
|
},
|
|
2538
|
-
"
|
|
2557
|
+
"S78": {
|
|
2539
2558
|
"type": "list",
|
|
2540
2559
|
"member": {
|
|
2541
2560
|
"type": "structure",
|
|
@@ -2945,7 +2964,7 @@
|
|
|
2945
2964
|
}
|
|
2946
2965
|
}
|
|
2947
2966
|
},
|
|
2948
|
-
"
|
|
2967
|
+
"S9q": {
|
|
2949
2968
|
"type": "structure",
|
|
2950
2969
|
"members": {
|
|
2951
2970
|
"BurninDestinationSettings": {
|
|
@@ -3212,7 +3231,7 @@
|
|
|
3212
3231
|
}
|
|
3213
3232
|
}
|
|
3214
3233
|
},
|
|
3215
|
-
"
|
|
3234
|
+
"Sb0": {
|
|
3216
3235
|
"type": "structure",
|
|
3217
3236
|
"members": {
|
|
3218
3237
|
"CmfcSettings": {
|
|
@@ -3237,6 +3256,9 @@
|
|
|
3237
3256
|
"IFrameOnlyManifest": {
|
|
3238
3257
|
"locationName": "iFrameOnlyManifest"
|
|
3239
3258
|
},
|
|
3259
|
+
"KlvMetadata": {
|
|
3260
|
+
"locationName": "klvMetadata"
|
|
3261
|
+
},
|
|
3240
3262
|
"Scte35Esam": {
|
|
3241
3263
|
"locationName": "scte35Esam"
|
|
3242
3264
|
},
|
|
@@ -3275,7 +3297,7 @@
|
|
|
3275
3297
|
"type": "integer"
|
|
3276
3298
|
},
|
|
3277
3299
|
"AudioPids": {
|
|
3278
|
-
"shape": "
|
|
3300
|
+
"shape": "Sbg",
|
|
3279
3301
|
"locationName": "audioPids"
|
|
3280
3302
|
},
|
|
3281
3303
|
"Bitrate": {
|
|
@@ -3325,7 +3347,7 @@
|
|
|
3325
3347
|
}
|
|
3326
3348
|
},
|
|
3327
3349
|
"DvbSubPids": {
|
|
3328
|
-
"shape": "
|
|
3350
|
+
"shape": "Sbg",
|
|
3329
3351
|
"locationName": "dvbSubPids"
|
|
3330
3352
|
},
|
|
3331
3353
|
"DvbTdtSettings": {
|
|
@@ -3358,6 +3380,9 @@
|
|
|
3358
3380
|
"locationName": "fragmentTime",
|
|
3359
3381
|
"type": "double"
|
|
3360
3382
|
},
|
|
3383
|
+
"KlvMetadata": {
|
|
3384
|
+
"locationName": "klvMetadata"
|
|
3385
|
+
},
|
|
3361
3386
|
"MaxPcrInterval": {
|
|
3362
3387
|
"locationName": "maxPcrInterval",
|
|
3363
3388
|
"type": "integer"
|
|
@@ -3456,7 +3481,7 @@
|
|
|
3456
3481
|
"type": "integer"
|
|
3457
3482
|
},
|
|
3458
3483
|
"AudioPids": {
|
|
3459
|
-
"shape": "
|
|
3484
|
+
"shape": "Sbg",
|
|
3460
3485
|
"locationName": "audioPids"
|
|
3461
3486
|
},
|
|
3462
3487
|
"DataPTSControl": {
|
|
@@ -3579,6 +3604,9 @@
|
|
|
3579
3604
|
"CaptionContainerType": {
|
|
3580
3605
|
"locationName": "captionContainerType"
|
|
3581
3606
|
},
|
|
3607
|
+
"KlvMetadata": {
|
|
3608
|
+
"locationName": "klvMetadata"
|
|
3609
|
+
},
|
|
3582
3610
|
"Scte35Esam": {
|
|
3583
3611
|
"locationName": "scte35Esam"
|
|
3584
3612
|
},
|
|
@@ -3617,13 +3645,13 @@
|
|
|
3617
3645
|
}
|
|
3618
3646
|
}
|
|
3619
3647
|
},
|
|
3620
|
-
"
|
|
3648
|
+
"Sbg": {
|
|
3621
3649
|
"type": "list",
|
|
3622
3650
|
"member": {
|
|
3623
3651
|
"type": "integer"
|
|
3624
3652
|
}
|
|
3625
3653
|
},
|
|
3626
|
-
"
|
|
3654
|
+
"Sd9": {
|
|
3627
3655
|
"type": "structure",
|
|
3628
3656
|
"members": {
|
|
3629
3657
|
"AfdSignaling": {
|
|
@@ -4578,7 +4606,7 @@
|
|
|
4578
4606
|
"type": "integer"
|
|
4579
4607
|
},
|
|
4580
4608
|
"Hdr10Metadata": {
|
|
4581
|
-
"shape": "
|
|
4609
|
+
"shape": "S37",
|
|
4582
4610
|
"locationName": "hdr10Metadata"
|
|
4583
4611
|
},
|
|
4584
4612
|
"Hue": {
|
|
@@ -4630,6 +4658,9 @@
|
|
|
4630
4658
|
"L6Mode": {
|
|
4631
4659
|
"locationName": "l6Mode"
|
|
4632
4660
|
},
|
|
4661
|
+
"Mapping": {
|
|
4662
|
+
"locationName": "mapping"
|
|
4663
|
+
},
|
|
4633
4664
|
"Profile": {
|
|
4634
4665
|
"locationName": "profile"
|
|
4635
4666
|
}
|
|
@@ -4763,7 +4794,7 @@
|
|
|
4763
4794
|
}
|
|
4764
4795
|
}
|
|
4765
4796
|
},
|
|
4766
|
-
"
|
|
4797
|
+
"Sj9": {
|
|
4767
4798
|
"type": "structure",
|
|
4768
4799
|
"members": {
|
|
4769
4800
|
"Anchor": {
|
|
@@ -4780,7 +4811,7 @@
|
|
|
4780
4811
|
}
|
|
4781
4812
|
}
|
|
4782
4813
|
},
|
|
4783
|
-
"
|
|
4814
|
+
"Sjc": {
|
|
4784
4815
|
"type": "structure",
|
|
4785
4816
|
"members": {
|
|
4786
4817
|
"Id3Insertions": {
|
|
@@ -4800,12 +4831,12 @@
|
|
|
4800
4831
|
}
|
|
4801
4832
|
}
|
|
4802
4833
|
},
|
|
4803
|
-
"
|
|
4834
|
+
"Sjh": {
|
|
4804
4835
|
"type": "map",
|
|
4805
4836
|
"key": {},
|
|
4806
4837
|
"value": {}
|
|
4807
4838
|
},
|
|
4808
|
-
"
|
|
4839
|
+
"Sjj": {
|
|
4809
4840
|
"type": "structure",
|
|
4810
4841
|
"members": {
|
|
4811
4842
|
"AccelerationSettings": {
|
|
@@ -4822,7 +4853,7 @@
|
|
|
4822
4853
|
"locationName": "billingTagsSource"
|
|
4823
4854
|
},
|
|
4824
4855
|
"CreatedAt": {
|
|
4825
|
-
"shape": "
|
|
4856
|
+
"shape": "Sjl",
|
|
4826
4857
|
"locationName": "createdAt"
|
|
4827
4858
|
},
|
|
4828
4859
|
"CurrentPhase": {
|
|
@@ -4854,11 +4885,11 @@
|
|
|
4854
4885
|
"type": "structure",
|
|
4855
4886
|
"members": {
|
|
4856
4887
|
"Info": {
|
|
4857
|
-
"shape": "
|
|
4888
|
+
"shape": "Sjo",
|
|
4858
4889
|
"locationName": "info"
|
|
4859
4890
|
},
|
|
4860
4891
|
"Warning": {
|
|
4861
|
-
"shape": "
|
|
4892
|
+
"shape": "Sjo",
|
|
4862
4893
|
"locationName": "warning"
|
|
4863
4894
|
}
|
|
4864
4895
|
}
|
|
@@ -4919,7 +4950,7 @@
|
|
|
4919
4950
|
"locationName": "sourceQueue"
|
|
4920
4951
|
},
|
|
4921
4952
|
"Timestamp": {
|
|
4922
|
-
"shape": "
|
|
4953
|
+
"shape": "Sjl",
|
|
4923
4954
|
"locationName": "timestamp"
|
|
4924
4955
|
}
|
|
4925
4956
|
}
|
|
@@ -4950,21 +4981,21 @@
|
|
|
4950
4981
|
"type": "structure",
|
|
4951
4982
|
"members": {
|
|
4952
4983
|
"FinishTime": {
|
|
4953
|
-
"shape": "
|
|
4984
|
+
"shape": "Sjl",
|
|
4954
4985
|
"locationName": "finishTime"
|
|
4955
4986
|
},
|
|
4956
4987
|
"StartTime": {
|
|
4957
|
-
"shape": "
|
|
4988
|
+
"shape": "Sjl",
|
|
4958
4989
|
"locationName": "startTime"
|
|
4959
4990
|
},
|
|
4960
4991
|
"SubmitTime": {
|
|
4961
|
-
"shape": "
|
|
4992
|
+
"shape": "Sjl",
|
|
4962
4993
|
"locationName": "submitTime"
|
|
4963
4994
|
}
|
|
4964
4995
|
}
|
|
4965
4996
|
},
|
|
4966
4997
|
"UserMetadata": {
|
|
4967
|
-
"shape": "
|
|
4998
|
+
"shape": "Sjh",
|
|
4968
4999
|
"locationName": "userMetadata"
|
|
4969
5000
|
}
|
|
4970
5001
|
},
|
|
@@ -4973,15 +5004,15 @@
|
|
|
4973
5004
|
"Settings"
|
|
4974
5005
|
]
|
|
4975
5006
|
},
|
|
4976
|
-
"
|
|
5007
|
+
"Sjl": {
|
|
4977
5008
|
"type": "timestamp",
|
|
4978
5009
|
"timestampFormat": "unixTimestamp"
|
|
4979
5010
|
},
|
|
4980
|
-
"
|
|
5011
|
+
"Sjo": {
|
|
4981
5012
|
"type": "list",
|
|
4982
5013
|
"member": {}
|
|
4983
5014
|
},
|
|
4984
|
-
"
|
|
5015
|
+
"Sjz": {
|
|
4985
5016
|
"type": "structure",
|
|
4986
5017
|
"members": {
|
|
4987
5018
|
"AdAvailOffset": {
|
|
@@ -5067,43 +5098,43 @@
|
|
|
5067
5098
|
"locationName": "timecodeStart"
|
|
5068
5099
|
},
|
|
5069
5100
|
"VideoSelector": {
|
|
5070
|
-
"shape": "
|
|
5101
|
+
"shape": "S32",
|
|
5071
5102
|
"locationName": "videoSelector"
|
|
5072
5103
|
}
|
|
5073
5104
|
}
|
|
5074
5105
|
}
|
|
5075
5106
|
},
|
|
5076
5107
|
"KantarWatermark": {
|
|
5077
|
-
"shape": "
|
|
5108
|
+
"shape": "S3d",
|
|
5078
5109
|
"locationName": "kantarWatermark"
|
|
5079
5110
|
},
|
|
5080
5111
|
"MotionImageInserter": {
|
|
5081
|
-
"shape": "
|
|
5112
|
+
"shape": "S3l",
|
|
5082
5113
|
"locationName": "motionImageInserter"
|
|
5083
5114
|
},
|
|
5084
5115
|
"NielsenConfiguration": {
|
|
5085
|
-
"shape": "
|
|
5116
|
+
"shape": "S3t",
|
|
5086
5117
|
"locationName": "nielsenConfiguration"
|
|
5087
5118
|
},
|
|
5088
5119
|
"NielsenNonLinearWatermark": {
|
|
5089
|
-
"shape": "
|
|
5120
|
+
"shape": "S3v",
|
|
5090
5121
|
"locationName": "nielsenNonLinearWatermark"
|
|
5091
5122
|
},
|
|
5092
5123
|
"OutputGroups": {
|
|
5093
|
-
"shape": "
|
|
5124
|
+
"shape": "S42",
|
|
5094
5125
|
"locationName": "outputGroups"
|
|
5095
5126
|
},
|
|
5096
5127
|
"TimecodeConfig": {
|
|
5097
|
-
"shape": "
|
|
5128
|
+
"shape": "Sj9",
|
|
5098
5129
|
"locationName": "timecodeConfig"
|
|
5099
5130
|
},
|
|
5100
5131
|
"TimedMetadataInsertion": {
|
|
5101
|
-
"shape": "
|
|
5132
|
+
"shape": "Sjc",
|
|
5102
5133
|
"locationName": "timedMetadataInsertion"
|
|
5103
5134
|
}
|
|
5104
5135
|
}
|
|
5105
5136
|
},
|
|
5106
|
-
"
|
|
5137
|
+
"Sk3": {
|
|
5107
5138
|
"type": "structure",
|
|
5108
5139
|
"members": {
|
|
5109
5140
|
"AccelerationSettings": {
|
|
@@ -5117,7 +5148,7 @@
|
|
|
5117
5148
|
"locationName": "category"
|
|
5118
5149
|
},
|
|
5119
5150
|
"CreatedAt": {
|
|
5120
|
-
"shape": "
|
|
5151
|
+
"shape": "Sjl",
|
|
5121
5152
|
"locationName": "createdAt"
|
|
5122
5153
|
},
|
|
5123
5154
|
"Description": {
|
|
@@ -5128,7 +5159,7 @@
|
|
|
5128
5159
|
"locationName": "hopDestinations"
|
|
5129
5160
|
},
|
|
5130
5161
|
"LastUpdated": {
|
|
5131
|
-
"shape": "
|
|
5162
|
+
"shape": "Sjl",
|
|
5132
5163
|
"locationName": "lastUpdated"
|
|
5133
5164
|
},
|
|
5134
5165
|
"Name": {
|
|
@@ -5142,7 +5173,7 @@
|
|
|
5142
5173
|
"locationName": "queue"
|
|
5143
5174
|
},
|
|
5144
5175
|
"Settings": {
|
|
5145
|
-
"shape": "
|
|
5176
|
+
"shape": "Sjz",
|
|
5146
5177
|
"locationName": "settings"
|
|
5147
5178
|
},
|
|
5148
5179
|
"StatusUpdateInterval": {
|
|
@@ -5157,11 +5188,11 @@
|
|
|
5157
5188
|
"Name"
|
|
5158
5189
|
]
|
|
5159
5190
|
},
|
|
5160
|
-
"
|
|
5191
|
+
"Sk6": {
|
|
5161
5192
|
"type": "structure",
|
|
5162
5193
|
"members": {
|
|
5163
5194
|
"AudioDescriptions": {
|
|
5164
|
-
"shape": "
|
|
5195
|
+
"shape": "S78",
|
|
5165
5196
|
"locationName": "audioDescriptions"
|
|
5166
5197
|
},
|
|
5167
5198
|
"CaptionDescriptions": {
|
|
@@ -5174,7 +5205,7 @@
|
|
|
5174
5205
|
"locationName": "customLanguageCode"
|
|
5175
5206
|
},
|
|
5176
5207
|
"DestinationSettings": {
|
|
5177
|
-
"shape": "
|
|
5208
|
+
"shape": "S9q",
|
|
5178
5209
|
"locationName": "destinationSettings"
|
|
5179
5210
|
},
|
|
5180
5211
|
"LanguageCode": {
|
|
@@ -5187,16 +5218,16 @@
|
|
|
5187
5218
|
}
|
|
5188
5219
|
},
|
|
5189
5220
|
"ContainerSettings": {
|
|
5190
|
-
"shape": "
|
|
5221
|
+
"shape": "Sb0",
|
|
5191
5222
|
"locationName": "containerSettings"
|
|
5192
5223
|
},
|
|
5193
5224
|
"VideoDescription": {
|
|
5194
|
-
"shape": "
|
|
5225
|
+
"shape": "Sd9",
|
|
5195
5226
|
"locationName": "videoDescription"
|
|
5196
5227
|
}
|
|
5197
5228
|
}
|
|
5198
5229
|
},
|
|
5199
|
-
"
|
|
5230
|
+
"Ska": {
|
|
5200
5231
|
"type": "structure",
|
|
5201
5232
|
"members": {
|
|
5202
5233
|
"Arn": {
|
|
@@ -5206,21 +5237,21 @@
|
|
|
5206
5237
|
"locationName": "category"
|
|
5207
5238
|
},
|
|
5208
5239
|
"CreatedAt": {
|
|
5209
|
-
"shape": "
|
|
5240
|
+
"shape": "Sjl",
|
|
5210
5241
|
"locationName": "createdAt"
|
|
5211
5242
|
},
|
|
5212
5243
|
"Description": {
|
|
5213
5244
|
"locationName": "description"
|
|
5214
5245
|
},
|
|
5215
5246
|
"LastUpdated": {
|
|
5216
|
-
"shape": "
|
|
5247
|
+
"shape": "Sjl",
|
|
5217
5248
|
"locationName": "lastUpdated"
|
|
5218
5249
|
},
|
|
5219
5250
|
"Name": {
|
|
5220
5251
|
"locationName": "name"
|
|
5221
5252
|
},
|
|
5222
5253
|
"Settings": {
|
|
5223
|
-
"shape": "
|
|
5254
|
+
"shape": "Sk6",
|
|
5224
5255
|
"locationName": "settings"
|
|
5225
5256
|
},
|
|
5226
5257
|
"Type": {
|
|
@@ -5232,7 +5263,7 @@
|
|
|
5232
5263
|
"Name"
|
|
5233
5264
|
]
|
|
5234
5265
|
},
|
|
5235
|
-
"
|
|
5266
|
+
"Skd": {
|
|
5236
5267
|
"type": "structure",
|
|
5237
5268
|
"members": {
|
|
5238
5269
|
"Commitment": {
|
|
@@ -5252,21 +5283,21 @@
|
|
|
5252
5283
|
"RenewalType"
|
|
5253
5284
|
]
|
|
5254
5285
|
},
|
|
5255
|
-
"
|
|
5286
|
+
"Ski": {
|
|
5256
5287
|
"type": "structure",
|
|
5257
5288
|
"members": {
|
|
5258
5289
|
"Arn": {
|
|
5259
5290
|
"locationName": "arn"
|
|
5260
5291
|
},
|
|
5261
5292
|
"CreatedAt": {
|
|
5262
|
-
"shape": "
|
|
5293
|
+
"shape": "Sjl",
|
|
5263
5294
|
"locationName": "createdAt"
|
|
5264
5295
|
},
|
|
5265
5296
|
"Description": {
|
|
5266
5297
|
"locationName": "description"
|
|
5267
5298
|
},
|
|
5268
5299
|
"LastUpdated": {
|
|
5269
|
-
"shape": "
|
|
5300
|
+
"shape": "Sjl",
|
|
5270
5301
|
"locationName": "lastUpdated"
|
|
5271
5302
|
},
|
|
5272
5303
|
"Name": {
|
|
@@ -5287,11 +5318,11 @@
|
|
|
5287
5318
|
"locationName": "commitment"
|
|
5288
5319
|
},
|
|
5289
5320
|
"ExpiresAt": {
|
|
5290
|
-
"shape": "
|
|
5321
|
+
"shape": "Sjl",
|
|
5291
5322
|
"locationName": "expiresAt"
|
|
5292
5323
|
},
|
|
5293
5324
|
"PurchasedAt": {
|
|
5294
|
-
"shape": "
|
|
5325
|
+
"shape": "Sjl",
|
|
5295
5326
|
"locationName": "purchasedAt"
|
|
5296
5327
|
},
|
|
5297
5328
|
"RenewalType": {
|
|
@@ -5321,7 +5352,7 @@
|
|
|
5321
5352
|
"Name"
|
|
5322
5353
|
]
|
|
5323
5354
|
},
|
|
5324
|
-
"
|
|
5355
|
+
"Sl6": {
|
|
5325
5356
|
"type": "structure",
|
|
5326
5357
|
"members": {
|
|
5327
5358
|
"HttpInputs": {
|