@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
|
@@ -358,6 +358,16 @@ declare namespace MediaConnect {
|
|
|
358
358
|
*/
|
|
359
359
|
VpcInterfaces?: __listOfVpcInterface;
|
|
360
360
|
}
|
|
361
|
+
export interface AddMaintenance {
|
|
362
|
+
/**
|
|
363
|
+
* A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
|
364
|
+
*/
|
|
365
|
+
MaintenanceDay: MaintenanceDay;
|
|
366
|
+
/**
|
|
367
|
+
* UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
|
|
368
|
+
*/
|
|
369
|
+
MaintenanceStartHour: __string;
|
|
370
|
+
}
|
|
361
371
|
export interface AddMediaStreamRequest {
|
|
362
372
|
/**
|
|
363
373
|
* The attributes that you want to assign to the new media stream.
|
|
@@ -480,6 +490,7 @@ declare namespace MediaConnect {
|
|
|
480
490
|
* The VPC interfaces you want on the flow.
|
|
481
491
|
*/
|
|
482
492
|
VpcInterfaces?: __listOfVpcInterfaceRequest;
|
|
493
|
+
Maintenance?: AddMaintenance;
|
|
483
494
|
}
|
|
484
495
|
export interface CreateFlowResponse {
|
|
485
496
|
Flow?: Flow;
|
|
@@ -712,6 +723,7 @@ declare namespace MediaConnect {
|
|
|
712
723
|
* The VPC Interfaces for this flow.
|
|
713
724
|
*/
|
|
714
725
|
VpcInterfaces?: __listOfVpcInterface;
|
|
726
|
+
Maintenance?: Maintenance;
|
|
715
727
|
}
|
|
716
728
|
export interface Fmtp {
|
|
717
729
|
/**
|
|
@@ -987,7 +999,27 @@ declare namespace MediaConnect {
|
|
|
987
999
|
* The current status of the flow.
|
|
988
1000
|
*/
|
|
989
1001
|
Status: Status;
|
|
1002
|
+
Maintenance?: Maintenance;
|
|
990
1003
|
}
|
|
1004
|
+
export interface Maintenance {
|
|
1005
|
+
/**
|
|
1006
|
+
* A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
|
1007
|
+
*/
|
|
1008
|
+
MaintenanceDay?: MaintenanceDay;
|
|
1009
|
+
/**
|
|
1010
|
+
* The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.
|
|
1011
|
+
*/
|
|
1012
|
+
MaintenanceDeadline?: __string;
|
|
1013
|
+
/**
|
|
1014
|
+
* A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.
|
|
1015
|
+
*/
|
|
1016
|
+
MaintenanceScheduledDate?: __string;
|
|
1017
|
+
/**
|
|
1018
|
+
* UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
|
|
1019
|
+
*/
|
|
1020
|
+
MaintenanceStartHour?: __string;
|
|
1021
|
+
}
|
|
1022
|
+
export type MaintenanceDay = "Monday"|"Tuesday"|"Wednesday"|"Thursday"|"Friday"|"Saturday"|"Sunday"|string;
|
|
991
1023
|
export type MaxResults = number;
|
|
992
1024
|
export interface MediaStream {
|
|
993
1025
|
/**
|
|
@@ -1841,6 +1873,7 @@ declare namespace MediaConnect {
|
|
|
1841
1873
|
*/
|
|
1842
1874
|
FlowArn: __string;
|
|
1843
1875
|
SourceFailoverConfig?: UpdateFailoverConfig;
|
|
1876
|
+
Maintenance?: UpdateMaintenance;
|
|
1844
1877
|
}
|
|
1845
1878
|
export interface UpdateFlowResponse {
|
|
1846
1879
|
Flow?: Flow;
|
|
@@ -1925,6 +1958,20 @@ declare namespace MediaConnect {
|
|
|
1925
1958
|
*/
|
|
1926
1959
|
Source?: Source;
|
|
1927
1960
|
}
|
|
1961
|
+
export interface UpdateMaintenance {
|
|
1962
|
+
/**
|
|
1963
|
+
* A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
|
1964
|
+
*/
|
|
1965
|
+
MaintenanceDay?: MaintenanceDay;
|
|
1966
|
+
/**
|
|
1967
|
+
* A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.
|
|
1968
|
+
*/
|
|
1969
|
+
MaintenanceScheduledDate?: __string;
|
|
1970
|
+
/**
|
|
1971
|
+
* UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
|
|
1972
|
+
*/
|
|
1973
|
+
MaintenanceStartHour?: __string;
|
|
1974
|
+
}
|
|
1928
1975
|
export interface VpcInterface {
|
|
1929
1976
|
/**
|
|
1930
1977
|
* Immutable and has to be a unique against other VpcInterfaces in this Flow.
|
|
@@ -1152,6 +1152,7 @@ declare namespace MediaConvert {
|
|
|
1152
1152
|
export type CmfcAudioTrackType = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"|"ALTERNATE_AUDIO_AUTO_SELECT"|"ALTERNATE_AUDIO_NOT_AUTO_SELECT"|string;
|
|
1153
1153
|
export type CmfcDescriptiveVideoServiceFlag = "DONT_FLAG"|"FLAG"|string;
|
|
1154
1154
|
export type CmfcIFrameOnlyManifest = "INCLUDE"|"EXCLUDE"|string;
|
|
1155
|
+
export type CmfcKlvMetadata = "PASSTHROUGH"|"NONE"|string;
|
|
1155
1156
|
export type CmfcScte35Esam = "INSERT"|"NONE"|string;
|
|
1156
1157
|
export type CmfcScte35Source = "PASSTHROUGH"|"NONE"|string;
|
|
1157
1158
|
export interface CmfcSettings {
|
|
@@ -1179,6 +1180,10 @@ declare namespace MediaConvert {
|
|
|
1179
1180
|
* Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for this rendition, in addition to your regular manifest for this rendition. You might use this manifest as part of a workflow that creates preview functions for your video. MediaConvert adds both the I-frame only child manifest and the regular child manifest to the parent manifest. When you don't need the I-frame only child manifest, keep the default value Exclude (EXCLUDE).
|
|
1180
1181
|
*/
|
|
1181
1182
|
IFrameOnlyManifest?: CmfcIFrameOnlyManifest;
|
|
1183
|
+
/**
|
|
1184
|
+
* Applies to CMAF outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
|
|
1185
|
+
*/
|
|
1186
|
+
KlvMetadata?: CmfcKlvMetadata;
|
|
1182
1187
|
/**
|
|
1183
1188
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
1184
1189
|
*/
|
|
@@ -1188,7 +1193,7 @@ declare namespace MediaConvert {
|
|
|
1188
1193
|
*/
|
|
1189
1194
|
Scte35Source?: CmfcScte35Source;
|
|
1190
1195
|
/**
|
|
1191
|
-
*
|
|
1196
|
+
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
1192
1197
|
*/
|
|
1193
1198
|
TimedMetadata?: CmfcTimedMetadata;
|
|
1194
1199
|
}
|
|
@@ -1661,7 +1666,11 @@ declare namespace MediaConvert {
|
|
|
1661
1666
|
*/
|
|
1662
1667
|
L6Mode?: DolbyVisionLevel6Mode;
|
|
1663
1668
|
/**
|
|
1664
|
-
*
|
|
1669
|
+
* Required when you set Dolby Vision Profile (Profile) to Profile 8.1 (PROFILE_8_1). When you set Content mapping (Mapping) to None (HDR10_NOMAP), content mapping is not applied to the HDR10-compatible signal. Depending on the source peak nit level, clipping might occur on HDR devices without Dolby Vision. When you set Content mapping to Static (HDR10_1000), the transcoder creates a 1,000 nits peak HDR10-compatible signal by applying static content mapping to the source. This mode is speed-optimized for PQ10 sources with metadata that is created from analysis. For graded Dolby Vision content, be aware that creative intent might not be guaranteed with extreme 1,000 nits trims.
|
|
1670
|
+
*/
|
|
1671
|
+
Mapping?: DolbyVisionMapping;
|
|
1672
|
+
/**
|
|
1673
|
+
* Required when you use Dolby Vision (DolbyVision) processing. Set Profile (DolbyVisionProfile) to Profile 5 (Profile_5) to only include frame-interleaved Dolby Vision metadata in your output. Set Profile to Profile 8.1 (Profile_8_1) to include both frame-interleaved Dolby Vision metadata and HDR10 metadata in your output.
|
|
1665
1674
|
*/
|
|
1666
1675
|
Profile?: DolbyVisionProfile;
|
|
1667
1676
|
}
|
|
@@ -1676,7 +1685,8 @@ declare namespace MediaConvert {
|
|
|
1676
1685
|
MaxFall?: __integerMin0Max65535;
|
|
1677
1686
|
}
|
|
1678
1687
|
export type DolbyVisionLevel6Mode = "PASSTHROUGH"|"RECALCULATE"|"SPECIFY"|string;
|
|
1679
|
-
export type
|
|
1688
|
+
export type DolbyVisionMapping = "HDR10_NOMAP"|"HDR10_1000"|string;
|
|
1689
|
+
export type DolbyVisionProfile = "PROFILE_5"|"PROFILE_8_1"|string;
|
|
1680
1690
|
export type DropFrameTimecode = "DISABLED"|"ENABLED"|string;
|
|
1681
1691
|
export interface DvbNitSettings {
|
|
1682
1692
|
/**
|
|
@@ -2055,6 +2065,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2055
2065
|
TerminateCaptions?: EmbeddedTerminateCaptions;
|
|
2056
2066
|
}
|
|
2057
2067
|
export type EmbeddedTerminateCaptions = "END_OF_INPUT"|"DISABLED"|string;
|
|
2068
|
+
export type EmbeddedTimecodeOverride = "NONE"|"USE_MDPM"|string;
|
|
2058
2069
|
export interface Endpoint {
|
|
2059
2070
|
/**
|
|
2060
2071
|
* URL of endpoint
|
|
@@ -2707,6 +2718,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2707
2718
|
LanguageDescription?: __string;
|
|
2708
2719
|
}
|
|
2709
2720
|
export type HlsCaptionLanguageSetting = "INSERT"|"OMIT"|"NONE"|string;
|
|
2721
|
+
export type HlsCaptionSegmentLengthControl = "LARGE_SEGMENTS"|"MATCH_VIDEO"|string;
|
|
2710
2722
|
export type HlsClientCache = "DISABLED"|"ENABLED"|string;
|
|
2711
2723
|
export type HlsCodecSpecification = "RFC_6381"|"RFC_4281"|string;
|
|
2712
2724
|
export type HlsDescriptiveVideoServiceFlag = "DONT_FLAG"|"FLAG"|string;
|
|
@@ -2767,6 +2779,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2767
2779
|
* Applies only to 608 Embedded output captions. Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the caption selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match up properly with the output captions. None: Include CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
|
|
2768
2780
|
*/
|
|
2769
2781
|
CaptionLanguageSetting?: HlsCaptionLanguageSetting;
|
|
2782
|
+
/**
|
|
2783
|
+
* Set Caption segment length control (CaptionSegmentLengthControl) to Match video (MATCH_VIDEO) to create caption segments that align with the video segments from the first video output in this output group. For example, if the video segments are 2 seconds long, your WebVTT segments will also be 2 seconds long. Keep the default setting, Large segments (LARGE_SEGMENTS) to create caption segments that are 300 seconds long.
|
|
2784
|
+
*/
|
|
2785
|
+
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl;
|
|
2770
2786
|
/**
|
|
2771
2787
|
* Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.
|
|
2772
2788
|
*/
|
|
@@ -2852,11 +2868,11 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2852
2868
|
*/
|
|
2853
2869
|
TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode;
|
|
2854
2870
|
/**
|
|
2855
|
-
*
|
|
2871
|
+
* Specify the type of the ID3 frame (timedMetadataId3Frame) to use for ID3 timestamps (timedMetadataId3Period) in your output. To include ID3 timestamps: Specify PRIV (PRIV) or TDRL (TDRL) and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). To exclude ID3 timestamps: Set ID3 timestamp frame type to None (NONE).
|
|
2856
2872
|
*/
|
|
2857
2873
|
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame;
|
|
2858
2874
|
/**
|
|
2859
|
-
*
|
|
2875
|
+
* Specify the interval in seconds to write ID3 timestamps in your output. The first timestamp starts at the output timecode and date, and increases incrementally with each ID3 timestamp. To use the default interval of 10 seconds: Leave blank. To include this metadata in your output: Set ID3 timestamp frame type (timedMetadataId3Frame) to PRIV (PRIV) or TDRL (TDRL), and set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
|
2860
2876
|
*/
|
|
2861
2877
|
TimedMetadataId3Period?: __integerMinNegative2147483648Max2147483647;
|
|
2862
2878
|
/**
|
|
@@ -2965,7 +2981,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2965
2981
|
}
|
|
2966
2982
|
export interface Id3Insertion {
|
|
2967
2983
|
/**
|
|
2968
|
-
* Use ID3 tag (Id3) to provide a tag
|
|
2984
|
+
* Use ID3 tag (Id3) to provide a fully formed ID3 tag in base64-encode format.
|
|
2969
2985
|
*/
|
|
2970
2986
|
Id3?: __stringPatternAZaZ0902;
|
|
2971
2987
|
/**
|
|
@@ -2982,7 +2998,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
2982
2998
|
export type ImscAccessibilitySubs = "DISABLED"|"ENABLED"|string;
|
|
2983
2999
|
export interface ImscDestinationSettings {
|
|
2984
3000
|
/**
|
|
2985
|
-
*
|
|
3001
|
+
* Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
|
|
2986
3002
|
*/
|
|
2987
3003
|
Accessibility?: ImscAccessibilitySubs;
|
|
2988
3004
|
/**
|
|
@@ -3072,6 +3088,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3072
3088
|
* Specify the timecode that you want the service to use for this input's initial frame. To use this setting, you must set the Timecode source setting, located under the input settings (InputTimecodeSource), to Specified start (SPECIFIEDSTART). For more information about timecodes, see https://docs.aws.amazon.com/console/mediaconvert/timecode.
|
|
3073
3089
|
*/
|
|
3074
3090
|
TimecodeStart?: __stringMin11Max11Pattern01D20305D205D;
|
|
3091
|
+
/**
|
|
3092
|
+
* Use this setting if you do not have a video input or if you want to add black video frames before, or after, other inputs. When you include Video generator, MediaConvert creates a video input with black frames and without an audio track. You can specify a value for Video generator, or you can specify an Input file, but you cannot specify both.
|
|
3093
|
+
*/
|
|
3094
|
+
VideoGenerator?: InputVideoGenerator;
|
|
3075
3095
|
/**
|
|
3076
3096
|
* Input video selectors contain the video settings for the input. Each of your inputs can have up to one video selector.
|
|
3077
3097
|
*/
|
|
@@ -3188,6 +3208,12 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3188
3208
|
VideoSelector?: VideoSelector;
|
|
3189
3209
|
}
|
|
3190
3210
|
export type InputTimecodeSource = "EMBEDDED"|"ZEROBASED"|"SPECIFIEDSTART"|string;
|
|
3211
|
+
export interface InputVideoGenerator {
|
|
3212
|
+
/**
|
|
3213
|
+
* Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that many milliseconds. Required when you include Video generator.
|
|
3214
|
+
*/
|
|
3215
|
+
Duration?: __integerMin50Max86400000;
|
|
3216
|
+
}
|
|
3191
3217
|
export interface InsertableImage {
|
|
3192
3218
|
/**
|
|
3193
3219
|
* Specify the time, in milliseconds, for the image to remain on the output video. This duration includes fade-in time but not fade-out time.
|
|
@@ -3393,7 +3419,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3393
3419
|
*/
|
|
3394
3420
|
TimecodeConfig?: TimecodeConfig;
|
|
3395
3421
|
/**
|
|
3396
|
-
*
|
|
3422
|
+
* Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
|
3397
3423
|
*/
|
|
3398
3424
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
3399
3425
|
}
|
|
@@ -3499,7 +3525,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3499
3525
|
*/
|
|
3500
3526
|
TimecodeConfig?: TimecodeConfig;
|
|
3501
3527
|
/**
|
|
3502
|
-
*
|
|
3528
|
+
* Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
|
3503
3529
|
*/
|
|
3504
3530
|
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
3505
3531
|
}
|
|
@@ -3702,6 +3728,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3702
3728
|
export type M2tsEbpPlacement = "VIDEO_AND_AUDIO_PIDS"|"VIDEO_PID"|string;
|
|
3703
3729
|
export type M2tsEsRateInPes = "INCLUDE"|"EXCLUDE"|string;
|
|
3704
3730
|
export type M2tsForceTsVideoEbpOrder = "FORCE"|"DEFAULT"|string;
|
|
3731
|
+
export type M2tsKlvMetadata = "PASSTHROUGH"|"NONE"|string;
|
|
3705
3732
|
export type M2tsNielsenId3 = "INSERT"|"NONE"|string;
|
|
3706
3733
|
export type M2tsPcrControl = "PCR_EVERY_PES_PACKET"|"CONFIGURED_PCR_PERIOD"|string;
|
|
3707
3734
|
export type M2tsRateMode = "VBR"|"CBR"|string;
|
|
@@ -3783,6 +3810,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3783
3810
|
* The length, in seconds, of each fragment. Only used with EBP markers.
|
|
3784
3811
|
*/
|
|
3785
3812
|
FragmentTime?: __doubleMin0;
|
|
3813
|
+
/**
|
|
3814
|
+
* Applies to MPEG-TS outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
|
|
3815
|
+
*/
|
|
3816
|
+
KlvMetadata?: M2tsKlvMetadata;
|
|
3786
3817
|
/**
|
|
3787
3818
|
* Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
|
|
3788
3819
|
*/
|
|
@@ -3935,11 +3966,11 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
3935
3966
|
*/
|
|
3936
3967
|
Scte35Source?: M3u8Scte35Source;
|
|
3937
3968
|
/**
|
|
3938
|
-
*
|
|
3969
|
+
* Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH) to include ID3 metadata in this output. This includes ID3 metadata from the following features: ID3 timestamp period (timedMetadataId3Period), and Custom ID3 metadata inserter (timedMetadataInsertion). To exclude this ID3 metadata in this output: set ID3 metadata to None (NONE) or leave blank.
|
|
3939
3970
|
*/
|
|
3940
3971
|
TimedMetadata?: TimedMetadata;
|
|
3941
3972
|
/**
|
|
3942
|
-
* Packet Identifier (PID) of the
|
|
3973
|
+
* Packet Identifier (PID) of the ID3 metadata stream in the transport stream.
|
|
3943
3974
|
*/
|
|
3944
3975
|
TimedMetadataPid?: __integerMin32Max8182;
|
|
3945
3976
|
/**
|
|
@@ -4095,6 +4126,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4095
4126
|
export type MpdAccessibilityCaptionHints = "INCLUDE"|"EXCLUDE"|string;
|
|
4096
4127
|
export type MpdAudioDuration = "DEFAULT_CODEC_DURATION"|"MATCH_VIDEO_DURATION"|string;
|
|
4097
4128
|
export type MpdCaptionContainerType = "RAW"|"FRAGMENTED_MP4"|string;
|
|
4129
|
+
export type MpdKlvMetadata = "NONE"|"PASSTHROUGH"|string;
|
|
4098
4130
|
export type MpdScte35Esam = "INSERT"|"NONE"|string;
|
|
4099
4131
|
export type MpdScte35Source = "PASSTHROUGH"|"NONE"|string;
|
|
4100
4132
|
export interface MpdSettings {
|
|
@@ -4110,6 +4142,10 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4110
4142
|
* Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and audio fragmented MP4 files.
|
|
4111
4143
|
*/
|
|
4112
4144
|
CaptionContainerType?: MpdCaptionContainerType;
|
|
4145
|
+
/**
|
|
4146
|
+
* Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from the input in this output.
|
|
4147
|
+
*/
|
|
4148
|
+
KlvMetadata?: MpdKlvMetadata;
|
|
4113
4149
|
/**
|
|
4114
4150
|
* Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
|
|
4115
4151
|
*/
|
|
@@ -4119,7 +4155,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4119
4155
|
*/
|
|
4120
4156
|
Scte35Source?: MpdScte35Source;
|
|
4121
4157
|
/**
|
|
4122
|
-
*
|
|
4158
|
+
* To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH). Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set ID3 metadata to None (NONE) or leave blank.
|
|
4123
4159
|
*/
|
|
4124
4160
|
TimedMetadata?: MpdTimedMetadata;
|
|
4125
4161
|
}
|
|
@@ -4477,11 +4513,11 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4477
4513
|
*/
|
|
4478
4514
|
AggressiveMode?: __integerMin0Max4;
|
|
4479
4515
|
/**
|
|
4480
|
-
* When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the sharpness of your output is reduced. You can optionally use Post temporal sharpening (
|
|
4516
|
+
* When you set Noise reducer (noiseReducer) to Temporal (TEMPORAL), the bandwidth and sharpness of your output is reduced. You can optionally use Post temporal sharpening (postTemporalSharpening) to apply sharpening to the edges of your output. Note that Post temporal sharpening will also make the bandwidth reduction from the Noise reducer smaller. The default behavior, Auto (AUTO), allows the transcoder to determine whether to apply sharpening, depending on your input type and quality. When you set Post temporal sharpening to Enabled (ENABLED), specify how much sharpening is applied using Post temporal sharpening strength (postTemporalSharpeningStrength). Set Post temporal sharpening to Disabled (DISABLED) to not apply sharpening.
|
|
4481
4517
|
*/
|
|
4482
4518
|
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening;
|
|
4483
4519
|
/**
|
|
4484
|
-
* Use Post temporal sharpening strength (
|
|
4520
|
+
* Use Post temporal sharpening strength (postTemporalSharpeningStrength) to define the amount of sharpening the transcoder applies to your output. Set Post temporal sharpening strength to Low (LOW), Medium (MEDIUM), or High (HIGH) to indicate the amount of sharpening.
|
|
4485
4521
|
*/
|
|
4486
4522
|
PostTemporalSharpeningStrength?: NoiseFilterPostTemporalSharpeningStrength;
|
|
4487
4523
|
/**
|
|
@@ -4624,6 +4660,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
4624
4660
|
*/
|
|
4625
4661
|
HlsSettings?: HlsSettings;
|
|
4626
4662
|
}
|
|
4663
|
+
export type PadVideo = "DISABLED"|"BLACK"|string;
|
|
4627
4664
|
export interface PartnerWatermarking {
|
|
4628
4665
|
/**
|
|
4629
4666
|
* For forensic video watermarking, MediaConvert supports Nagra NexGuard File Marker watermarking. MediaConvert supports both PreRelease Content (NGPR/G2) and OTT Streaming workflows.
|
|
@@ -5447,10 +5484,18 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
5447
5484
|
* There are two sources for color metadata, the input file and the job input settings Color space (ColorSpace) and HDR master display information settings(Hdr10Metadata). The Color space usage setting determines which takes precedence. Choose Force (FORCE) to use color metadata from the input job settings. If you don't specify values for those settings, the service defaults to using metadata from your input. FALLBACK - Choose Fallback (FALLBACK) to use color metadata from the source when it is present. If there's no color metadata in your input file, the service defaults to using values you specify in the input settings.
|
|
5448
5485
|
*/
|
|
5449
5486
|
ColorSpaceUsage?: ColorSpaceUsage;
|
|
5487
|
+
/**
|
|
5488
|
+
* Set Embedded timecode override (embeddedTimecodeOverride) to Use MDPM (USE_MDPM) when your AVCHD input contains timecode tag data in the Modified Digital Video Pack Metadata (MDPM). When you do, we recommend you also set Timecode source (inputTimecodeSource) to Embedded (EMBEDDED). Leave Embedded timecode override blank, or set to None (NONE), when your input does not contain MDPM timecode.
|
|
5489
|
+
*/
|
|
5490
|
+
EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride;
|
|
5450
5491
|
/**
|
|
5451
5492
|
* Use these settings to provide HDR 10 metadata that is missing or inaccurate in your input video. Appropriate values vary depending on the input video and must be provided by a color grader. The color grader generates these values during the HDR 10 mastering process. The valid range for each of these settings is 0 to 50,000. Each increment represents 0.00002 in CIE1931 color coordinate. Related settings - When you specify these values, you must also set Color space (ColorSpace) to HDR 10 (HDR10). To specify whether the the values you specify here take precedence over the values in the metadata of your input file, set Color space usage (ColorSpaceUsage). To specify whether color metadata is included in an output, set Color metadata (ColorMetadata). For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
|
5452
5493
|
*/
|
|
5453
5494
|
Hdr10Metadata?: Hdr10Metadata;
|
|
5495
|
+
/**
|
|
5496
|
+
* Use this setting if your input has video and audio durations that don't align, and your output or player has strict alignment requirements. Examples: Input audio track has a delayed start. Input video track ends before audio ends. When you set Pad video (padVideo) to Black (BLACK), MediaConvert generates black video frames so that output video and audio durations match. Black video frames are added at the beginning or end, depending on your input. To keep the default behavior and not generate black video, set Pad video to Disabled (DISABLED) or leave blank.
|
|
5497
|
+
*/
|
|
5498
|
+
PadVideo?: PadVideo;
|
|
5454
5499
|
/**
|
|
5455
5500
|
* Use PID (Pid) to select specific video data from an input file. Specify this value as an integer; the system automatically converts it to the hexidecimal value. For example, 257 selects PID 0x101. A PID, or packet identifier, is an identifier for a set of data in an MPEG-2 transport stream container.
|
|
5456
5501
|
*/
|
|
@@ -5624,11 +5669,11 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
5624
5669
|
export type WebvttAccessibilitySubs = "DISABLED"|"ENABLED"|string;
|
|
5625
5670
|
export interface WebvttDestinationSettings {
|
|
5626
5671
|
/**
|
|
5627
|
-
*
|
|
5672
|
+
* Set Accessibility subtitles (Accessibility) to Enabled (ENABLED) if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled (DISABLED), if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
|
|
5628
5673
|
*/
|
|
5629
5674
|
Accessibility?: WebvttAccessibilitySubs;
|
|
5630
5675
|
/**
|
|
5631
|
-
*
|
|
5676
|
+
* To use the available style, color, and position information from your input captions: Set Style passthrough (stylePassthrough) to Enabled (ENABLED). MediaConvert uses default settings when style and position information is missing from your input captions. To recreate the input captions exactly: Set Style passthrough to Strict (STRICT). MediaConvert automatically applies timing adjustments, including adjustments for frame rate conversion, ad avails, and input clipping. Your input captions format must be WebVTT. To ignore the style and position information from your input captions and use simplified output captions: Set Style passthrough to Disabled (DISABLED), or leave blank.
|
|
5632
5677
|
*/
|
|
5633
5678
|
StylePassthrough?: WebvttStylePassthrough;
|
|
5634
5679
|
}
|
|
@@ -5646,7 +5691,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
5646
5691
|
*/
|
|
5647
5692
|
RenditionName?: __string;
|
|
5648
5693
|
}
|
|
5649
|
-
export type WebvttStylePassthrough = "ENABLED"|"DISABLED"|string;
|
|
5694
|
+
export type WebvttStylePassthrough = "ENABLED"|"DISABLED"|"STRICT"|string;
|
|
5650
5695
|
export type Xavc4kIntraCbgProfileClass = "CLASS_100"|"CLASS_300"|"CLASS_480"|string;
|
|
5651
5696
|
export interface Xavc4kIntraCbgProfileSettings {
|
|
5652
5697
|
/**
|
|
@@ -5907,6 +5952,7 @@ Within your job settings, all of your DVB-Sub settings must be identical.
|
|
|
5907
5952
|
export type __integerMin3Max15 = number;
|
|
5908
5953
|
export type __integerMin48000Max48000 = number;
|
|
5909
5954
|
export type __integerMin4Max12 = number;
|
|
5955
|
+
export type __integerMin50Max86400000 = number;
|
|
5910
5956
|
export type __integerMin6000Max1024000 = number;
|
|
5911
5957
|
export type __integerMin64000Max640000 = number;
|
|
5912
5958
|
export type __integerMin8000Max192000 = number;
|
|
@@ -1337,6 +1337,10 @@ one destination per packager.
|
|
|
1337
1337
|
* The log level being written to CloudWatch Logs.
|
|
1338
1338
|
*/
|
|
1339
1339
|
LogLevel?: LogLevel;
|
|
1340
|
+
/**
|
|
1341
|
+
* Maintenance settings for this channel.
|
|
1342
|
+
*/
|
|
1343
|
+
Maintenance?: MaintenanceStatus;
|
|
1340
1344
|
/**
|
|
1341
1345
|
* The name of the channel. (user-mutable)
|
|
1342
1346
|
*/
|
|
@@ -1411,6 +1415,10 @@ one destination per packager.
|
|
|
1411
1415
|
* The log level being written to CloudWatch Logs.
|
|
1412
1416
|
*/
|
|
1413
1417
|
LogLevel?: LogLevel;
|
|
1418
|
+
/**
|
|
1419
|
+
* Maintenance settings for this channel.
|
|
1420
|
+
*/
|
|
1421
|
+
Maintenance?: MaintenanceStatus;
|
|
1414
1422
|
/**
|
|
1415
1423
|
* The name of the channel. (user-mutable)
|
|
1416
1424
|
*/
|
|
@@ -1466,6 +1474,10 @@ one destination per packager.
|
|
|
1466
1474
|
* The log level to write to CloudWatch Logs.
|
|
1467
1475
|
*/
|
|
1468
1476
|
LogLevel?: LogLevel;
|
|
1477
|
+
/**
|
|
1478
|
+
* Maintenance settings for this channel.
|
|
1479
|
+
*/
|
|
1480
|
+
Maintenance?: MaintenanceCreateSettings;
|
|
1469
1481
|
/**
|
|
1470
1482
|
* Name of channel.
|
|
1471
1483
|
*/
|
|
@@ -1686,6 +1698,10 @@ one destination per packager.
|
|
|
1686
1698
|
* The log level being written to CloudWatch Logs.
|
|
1687
1699
|
*/
|
|
1688
1700
|
LogLevel?: LogLevel;
|
|
1701
|
+
/**
|
|
1702
|
+
* Maintenance settings for this channel.
|
|
1703
|
+
*/
|
|
1704
|
+
Maintenance?: MaintenanceStatus;
|
|
1689
1705
|
/**
|
|
1690
1706
|
* The name of the channel. (user-mutable)
|
|
1691
1707
|
*/
|
|
@@ -1950,6 +1966,10 @@ one destination per packager.
|
|
|
1950
1966
|
* The log level being written to CloudWatch Logs.
|
|
1951
1967
|
*/
|
|
1952
1968
|
LogLevel?: LogLevel;
|
|
1969
|
+
/**
|
|
1970
|
+
* Maintenance settings for this channel.
|
|
1971
|
+
*/
|
|
1972
|
+
Maintenance?: MaintenanceStatus;
|
|
1953
1973
|
/**
|
|
1954
1974
|
* The name of the channel. (user-mutable)
|
|
1955
1975
|
*/
|
|
@@ -2623,7 +2643,7 @@ provide the language to consider when translating the image-based source to text
|
|
|
2623
2643
|
export type Eac3SurroundMode = "DISABLED"|"ENABLED"|"NOT_INDICATED"|string;
|
|
2624
2644
|
export interface EbuTtDDestinationSettings {
|
|
2625
2645
|
/**
|
|
2626
|
-
*
|
|
2646
|
+
* Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata.
|
|
2627
2647
|
*/
|
|
2628
2648
|
CopyrightHolder?: __stringMax1000;
|
|
2629
2649
|
/**
|
|
@@ -4728,6 +4748,49 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
|
|
|
4728
4748
|
VideoPid?: __string;
|
|
4729
4749
|
}
|
|
4730
4750
|
export type M3u8TimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
|
|
4751
|
+
export interface MaintenanceCreateSettings {
|
|
4752
|
+
/**
|
|
4753
|
+
* Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
|
|
4754
|
+
*/
|
|
4755
|
+
MaintenanceDay?: MaintenanceDay;
|
|
4756
|
+
/**
|
|
4757
|
+
* Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
|
|
4758
|
+
*/
|
|
4759
|
+
MaintenanceStartTime?: __stringPattern010920300;
|
|
4760
|
+
}
|
|
4761
|
+
export type MaintenanceDay = "MONDAY"|"TUESDAY"|"WEDNESDAY"|"THURSDAY"|"FRIDAY"|"SATURDAY"|"SUNDAY"|string;
|
|
4762
|
+
export interface MaintenanceStatus {
|
|
4763
|
+
/**
|
|
4764
|
+
* The currently selected maintenance day.
|
|
4765
|
+
*/
|
|
4766
|
+
MaintenanceDay?: MaintenanceDay;
|
|
4767
|
+
/**
|
|
4768
|
+
* Maintenance is required by the displayed date and time. Date and time is in ISO.
|
|
4769
|
+
*/
|
|
4770
|
+
MaintenanceDeadline?: __string;
|
|
4771
|
+
/**
|
|
4772
|
+
* The currently scheduled maintenance date and time. Date and time is in ISO.
|
|
4773
|
+
*/
|
|
4774
|
+
MaintenanceScheduledDate?: __string;
|
|
4775
|
+
/**
|
|
4776
|
+
* The currently selected maintenance start time. Time is in UTC.
|
|
4777
|
+
*/
|
|
4778
|
+
MaintenanceStartTime?: __string;
|
|
4779
|
+
}
|
|
4780
|
+
export interface MaintenanceUpdateSettings {
|
|
4781
|
+
/**
|
|
4782
|
+
* Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
|
|
4783
|
+
*/
|
|
4784
|
+
MaintenanceDay?: MaintenanceDay;
|
|
4785
|
+
/**
|
|
4786
|
+
* Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
|
|
4787
|
+
*/
|
|
4788
|
+
MaintenanceScheduledDate?: __string;
|
|
4789
|
+
/**
|
|
4790
|
+
* Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
|
|
4791
|
+
*/
|
|
4792
|
+
MaintenanceStartTime?: __stringPattern010920300;
|
|
4793
|
+
}
|
|
4731
4794
|
export type MaxResults = number;
|
|
4732
4795
|
export interface MediaConnectFlow {
|
|
4733
4796
|
/**
|
|
@@ -5412,7 +5475,7 @@ When this field is defined, ConstantBitrate must be undefined.
|
|
|
5412
5475
|
}
|
|
5413
5476
|
export interface OutputGroup {
|
|
5414
5477
|
/**
|
|
5415
|
-
* Custom output group name optionally defined by the user.
|
|
5478
|
+
* Custom output group name optionally defined by the user.
|
|
5416
5479
|
*/
|
|
5417
5480
|
Name?: __stringMax32;
|
|
5418
5481
|
/**
|
|
@@ -6020,6 +6083,10 @@ one destination per packager.
|
|
|
6020
6083
|
* The log level being written to CloudWatch Logs.
|
|
6021
6084
|
*/
|
|
6022
6085
|
LogLevel?: LogLevel;
|
|
6086
|
+
/**
|
|
6087
|
+
* Maintenance settings for this channel.
|
|
6088
|
+
*/
|
|
6089
|
+
Maintenance?: MaintenanceStatus;
|
|
6023
6090
|
/**
|
|
6024
6091
|
* The name of the channel. (user-mutable)
|
|
6025
6092
|
*/
|
|
@@ -6209,6 +6276,10 @@ one destination per packager.
|
|
|
6209
6276
|
* The log level being written to CloudWatch Logs.
|
|
6210
6277
|
*/
|
|
6211
6278
|
LogLevel?: LogLevel;
|
|
6279
|
+
/**
|
|
6280
|
+
* Maintenance settings for this channel.
|
|
6281
|
+
*/
|
|
6282
|
+
Maintenance?: MaintenanceStatus;
|
|
6212
6283
|
/**
|
|
6213
6284
|
* The name of the channel. (user-mutable)
|
|
6214
6285
|
*/
|
|
@@ -6374,7 +6445,7 @@ one destination per packager.
|
|
|
6374
6445
|
}
|
|
6375
6446
|
export interface TtmlDestinationSettings {
|
|
6376
6447
|
/**
|
|
6377
|
-
*
|
|
6448
|
+
* This field is not currently supported and will not affect the output styling. Leave the default value.
|
|
6378
6449
|
*/
|
|
6379
6450
|
StyleControl?: TtmlDestinationStyleControl;
|
|
6380
6451
|
}
|
|
@@ -6455,6 +6526,10 @@ one destination per packager.
|
|
|
6455
6526
|
* The log level to write to CloudWatch Logs.
|
|
6456
6527
|
*/
|
|
6457
6528
|
LogLevel?: LogLevel;
|
|
6529
|
+
/**
|
|
6530
|
+
* Maintenance settings for this channel.
|
|
6531
|
+
*/
|
|
6532
|
+
Maintenance?: MaintenanceUpdateSettings;
|
|
6458
6533
|
/**
|
|
6459
6534
|
* The name of the channel.
|
|
6460
6535
|
*/
|
|
@@ -6931,6 +7006,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
|
|
|
6931
7006
|
export type __stringMin34Max34 = string;
|
|
6932
7007
|
export type __stringMin3Max3 = string;
|
|
6933
7008
|
export type __stringMin6Max6 = string;
|
|
7009
|
+
export type __stringPattern010920300 = string;
|
|
6934
7010
|
export type InputDeviceThumbnail = Buffer|Uint8Array|Blob|string|Readable;
|
|
6935
7011
|
export type AcceptHeader = "image/jpeg"|string;
|
|
6936
7012
|
export type ContentType = "image/jpeg"|string;
|
|
@@ -516,7 +516,7 @@ the Channel source contains SCTE-35 ad markers.
|
|
|
516
516
|
*/
|
|
517
517
|
PeriodTriggers?: __listOf__PeriodTriggersElement;
|
|
518
518
|
/**
|
|
519
|
-
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
|
|
519
|
+
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled. When set to "DVB-DASH_2014", DVB-DASH 2014 compliant output is enabled.
|
|
520
520
|
*/
|
|
521
521
|
Profile?: Profile;
|
|
522
522
|
/**
|
|
@@ -539,7 +539,7 @@ rounded to the nearest multiple of the source segment duration.
|
|
|
539
539
|
*/
|
|
540
540
|
UtcTiming?: UtcTiming;
|
|
541
541
|
/**
|
|
542
|
-
* Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO or HTTP-
|
|
542
|
+
* Specifies the value attribute of the UTCTiming field when utcTiming is set to HTTP-ISO, HTTP-HEAD or HTTP-XSDATE
|
|
543
543
|
*/
|
|
544
544
|
UtcTimingUri?: __string;
|
|
545
545
|
}
|
|
@@ -1135,7 +1135,7 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
|
1135
1135
|
export type PlaylistType = "NONE"|"EVENT"|"VOD"|string;
|
|
1136
1136
|
export type PresetSpeke20Audio = "PRESET-AUDIO-1"|string;
|
|
1137
1137
|
export type PresetSpeke20Video = "PRESET-VIDEO-1"|string;
|
|
1138
|
-
export type Profile = "NONE"|"HBBTV_1_5"|string;
|
|
1138
|
+
export type Profile = "NONE"|"HBBTV_1_5"|"HYBRIDCAST"|"DVB_DASH_2014"|string;
|
|
1139
1139
|
export interface RotateChannelCredentialsRequest {
|
|
1140
1140
|
/**
|
|
1141
1141
|
* The ID of the channel to update.
|
|
@@ -1387,7 +1387,7 @@ If not specified, there will be no time delay in effect for the OriginEndpoint.
|
|
|
1387
1387
|
*/
|
|
1388
1388
|
Whitelist?: __listOf__string;
|
|
1389
1389
|
}
|
|
1390
|
-
export type UtcTiming = "NONE"|"HTTP-HEAD"|"HTTP-ISO"|string;
|
|
1390
|
+
export type UtcTiming = "NONE"|"HTTP-HEAD"|"HTTP-ISO"|"HTTP-XSDATE"|string;
|
|
1391
1391
|
export type __AdTriggersElement = "SPLICE_INSERT"|"BREAK"|"PROVIDER_ADVERTISEMENT"|"DISTRIBUTOR_ADVERTISEMENT"|"PROVIDER_PLACEMENT_OPPORTUNITY"|"DISTRIBUTOR_PLACEMENT_OPPORTUNITY"|"PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY"|"DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY"|string;
|
|
1392
1392
|
export type __PeriodTriggersElement = "ADS"|string;
|
|
1393
1393
|
export type __boolean = boolean;
|
|
@@ -378,6 +378,10 @@ rounded to the nearest multiple of the source fragment duration.
|
|
|
378
378
|
* The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.
|
|
379
379
|
*/
|
|
380
380
|
Profile?: Profile;
|
|
381
|
+
/**
|
|
382
|
+
* The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.
|
|
383
|
+
*/
|
|
384
|
+
ScteMarkersSource?: ScteMarkersSource;
|
|
381
385
|
StreamSelection?: StreamSelection;
|
|
382
386
|
}
|
|
383
387
|
export interface DashPackage {
|
|
@@ -756,6 +760,7 @@ rounded to the nearest multiple of the source fragment duration.
|
|
|
756
760
|
Tags?: Tags;
|
|
757
761
|
}
|
|
758
762
|
export type Profile = "NONE"|"HBBTV_1_5"|string;
|
|
763
|
+
export type ScteMarkersSource = "SEGMENTS"|"MANIFEST"|string;
|
|
759
764
|
export type SegmentTemplateFormat = "NUMBER_WITH_TIMELINE"|"TIME_WITH_TIMELINE"|"NUMBER_WITH_DURATION"|string;
|
|
760
765
|
export interface SpekeKeyProvider {
|
|
761
766
|
/**
|