@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -61,6 +61,14 @@ declare class MediaLive extends Service {
|
|
|
61
61
|
* Cancel an input device transfer that you have requested.
|
|
62
62
|
*/
|
|
63
63
|
cancelInputDeviceTransfer(callback?: (err: AWSError, data: MediaLive.Types.CancelInputDeviceTransferResponse) => void): Request<MediaLive.Types.CancelInputDeviceTransferResponse, AWSError>;
|
|
64
|
+
/**
|
|
65
|
+
* Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor. After the request succeeds, you will own the device.
|
|
66
|
+
*/
|
|
67
|
+
claimDevice(params: MediaLive.Types.ClaimDeviceRequest, callback?: (err: AWSError, data: MediaLive.Types.ClaimDeviceResponse) => void): Request<MediaLive.Types.ClaimDeviceResponse, AWSError>;
|
|
68
|
+
/**
|
|
69
|
+
* Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor. After the request succeeds, you will own the device.
|
|
70
|
+
*/
|
|
71
|
+
claimDevice(callback?: (err: AWSError, data: MediaLive.Types.ClaimDeviceResponse) => void): Request<MediaLive.Types.ClaimDeviceResponse, AWSError>;
|
|
64
72
|
/**
|
|
65
73
|
* Creates a new channel
|
|
66
74
|
*/
|
|
@@ -731,6 +739,10 @@ Leave set to "normal" when input does not contain pre-mixed audio + AD.
|
|
|
731
739
|
Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
|
|
732
740
|
*/
|
|
733
741
|
AudioTypeControl?: AudioDescriptionAudioTypeControl;
|
|
742
|
+
/**
|
|
743
|
+
* Settings to configure one or more solutions that insert audio watermarks in the audio encode
|
|
744
|
+
*/
|
|
745
|
+
AudioWatermarkingSettings?: AudioWatermarkSettings;
|
|
734
746
|
/**
|
|
735
747
|
* Audio codec settings.
|
|
736
748
|
*/
|
|
@@ -874,6 +886,12 @@ Alternate rendition that the client will not try to play back by default. Repres
|
|
|
874
886
|
Tracks: __listOfAudioTrack;
|
|
875
887
|
}
|
|
876
888
|
export type AudioType = "CLEAN_EFFECTS"|"HEARING_IMPAIRED"|"UNDEFINED"|"VISUAL_IMPAIRED_COMMENTARY"|string;
|
|
889
|
+
export interface AudioWatermarkSettings {
|
|
890
|
+
/**
|
|
891
|
+
* Settings to configure Nielsen Watermarks in the audio encode
|
|
892
|
+
*/
|
|
893
|
+
NielsenWatermarksSettings?: NielsenWatermarksSettings;
|
|
894
|
+
}
|
|
877
895
|
export type AuthenticationScheme = "AKAMAI"|"COMMON"|string;
|
|
878
896
|
export interface AutomaticInputFailoverSettings {
|
|
879
897
|
/**
|
|
@@ -1411,10 +1429,18 @@ one destination per packager.
|
|
|
1411
1429
|
*/
|
|
1412
1430
|
Tags?: Tags;
|
|
1413
1431
|
/**
|
|
1414
|
-
* Settings for VPC
|
|
1432
|
+
* Settings for any VPC outputs.
|
|
1415
1433
|
*/
|
|
1416
1434
|
Vpc?: VpcOutputSettingsDescription;
|
|
1417
1435
|
}
|
|
1436
|
+
export interface ClaimDeviceRequest {
|
|
1437
|
+
/**
|
|
1438
|
+
* The id of the device you want to claim.
|
|
1439
|
+
*/
|
|
1440
|
+
Id?: __string;
|
|
1441
|
+
}
|
|
1442
|
+
export interface ClaimDeviceResponse {
|
|
1443
|
+
}
|
|
1418
1444
|
export interface ColorSpacePassthroughSettings {
|
|
1419
1445
|
}
|
|
1420
1446
|
export interface CreateChannelRequest {
|
|
@@ -1463,7 +1489,7 @@ creating multiple resources.
|
|
|
1463
1489
|
*/
|
|
1464
1490
|
Tags?: Tags;
|
|
1465
1491
|
/**
|
|
1466
|
-
* Settings for VPC
|
|
1492
|
+
* Settings for the VPC outputs
|
|
1467
1493
|
*/
|
|
1468
1494
|
Vpc?: VpcOutputSettings;
|
|
1469
1495
|
}
|
|
@@ -2077,7 +2103,7 @@ SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelC
|
|
|
2077
2103
|
InputPartnerIds?: __listOf__string;
|
|
2078
2104
|
/**
|
|
2079
2105
|
* Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
|
|
2080
|
-
during input switch actions. Presently, this functionality only works with MP4_FILE inputs.
|
|
2106
|
+
during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.
|
|
2081
2107
|
|
|
2082
2108
|
*/
|
|
2083
2109
|
InputSourceType?: InputSourceType;
|
|
@@ -3666,7 +3692,7 @@ SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelC
|
|
|
3666
3692
|
InputPartnerIds?: __listOf__string;
|
|
3667
3693
|
/**
|
|
3668
3694
|
* Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes
|
|
3669
|
-
during input switch actions. Presently, this functionality only works with MP4_FILE inputs.
|
|
3695
|
+
during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.
|
|
3670
3696
|
|
|
3671
3697
|
*/
|
|
3672
3698
|
InputSourceType?: InputSourceType;
|
|
@@ -4076,6 +4102,10 @@ to.
|
|
|
4076
4102
|
* Input settings.
|
|
4077
4103
|
*/
|
|
4078
4104
|
NetworkInputSettings?: NetworkInputSettings;
|
|
4105
|
+
/**
|
|
4106
|
+
* PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.
|
|
4107
|
+
*/
|
|
4108
|
+
Scte35Pid?: __integerMin32Max8191;
|
|
4079
4109
|
/**
|
|
4080
4110
|
* Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
|
|
4081
4111
|
- PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
|
|
@@ -4155,7 +4185,7 @@ pulled from.
|
|
|
4155
4185
|
UrlPath?: __listOf__string;
|
|
4156
4186
|
}
|
|
4157
4187
|
export type InputTimecodeSource = "ZEROBASED"|"EMBEDDED"|string;
|
|
4158
|
-
export type InputType = "UDP_PUSH"|"RTP_PUSH"|"RTMP_PUSH"|"RTMP_PULL"|"URL_PULL"|"MP4_FILE"|"MEDIACONNECT"|"INPUT_DEVICE"|"AWS_CDI"|string;
|
|
4188
|
+
export type InputType = "UDP_PUSH"|"RTP_PUSH"|"RTMP_PUSH"|"RTMP_PULL"|"URL_PULL"|"MP4_FILE"|"MEDIACONNECT"|"INPUT_DEVICE"|"AWS_CDI"|"TS_FILE"|string;
|
|
4159
4189
|
export interface InputVpcRequest {
|
|
4160
4190
|
/**
|
|
4161
4191
|
* A list of up to 5 EC2 VPC security group IDs to attach to the Input VPC network interfaces.
|
|
@@ -5212,6 +5242,20 @@ When this field is defined, ConstantBitrate must be undefined.
|
|
|
5212
5242
|
*/
|
|
5213
5243
|
ServerValidation?: NetworkInputServerValidation;
|
|
5214
5244
|
}
|
|
5245
|
+
export interface NielsenCBET {
|
|
5246
|
+
/**
|
|
5247
|
+
* Enter the CBET check digits to use in the watermark.
|
|
5248
|
+
*/
|
|
5249
|
+
CbetCheckDigitString: __stringMin2Max2;
|
|
5250
|
+
/**
|
|
5251
|
+
* Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
|
5252
|
+
*/
|
|
5253
|
+
CbetStepaside: NielsenWatermarksCbetStepaside;
|
|
5254
|
+
/**
|
|
5255
|
+
* Enter the CBET Source ID (CSID) to use in the watermark
|
|
5256
|
+
*/
|
|
5257
|
+
Csid: __stringMin1Max7;
|
|
5258
|
+
}
|
|
5215
5259
|
export interface NielsenConfiguration {
|
|
5216
5260
|
/**
|
|
5217
5261
|
* Enter the Distributor ID assigned to your organization by Nielsen.
|
|
@@ -5222,7 +5266,35 @@ When this field is defined, ConstantBitrate must be undefined.
|
|
|
5222
5266
|
*/
|
|
5223
5267
|
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState;
|
|
5224
5268
|
}
|
|
5269
|
+
export interface NielsenNaesIiNw {
|
|
5270
|
+
/**
|
|
5271
|
+
* Enter the check digit string for the watermark
|
|
5272
|
+
*/
|
|
5273
|
+
CheckDigitString: __stringMin2Max2;
|
|
5274
|
+
/**
|
|
5275
|
+
* Enter the Nielsen Source ID (SID) to include in the watermark
|
|
5276
|
+
*/
|
|
5277
|
+
Sid: __doubleMin1Max65535;
|
|
5278
|
+
}
|
|
5225
5279
|
export type NielsenPcmToId3TaggingState = "DISABLED"|"ENABLED"|string;
|
|
5280
|
+
export type NielsenWatermarksCbetStepaside = "DISABLED"|"ENABLED"|string;
|
|
5281
|
+
export type NielsenWatermarksDistributionTypes = "FINAL_DISTRIBUTOR"|"PROGRAM_CONTENT"|string;
|
|
5282
|
+
export interface NielsenWatermarksSettings {
|
|
5283
|
+
/**
|
|
5284
|
+
* Complete these fields only if you want to insert watermarks of type Nielsen CBET
|
|
5285
|
+
*/
|
|
5286
|
+
NielsenCbetSettings?: NielsenCBET;
|
|
5287
|
+
/**
|
|
5288
|
+
* Choose the distribution types that you want to assign to the watermarks:
|
|
5289
|
+
- PROGRAM_CONTENT
|
|
5290
|
+
- FINAL_DISTRIBUTOR
|
|
5291
|
+
*/
|
|
5292
|
+
NielsenDistributionType?: NielsenWatermarksDistributionTypes;
|
|
5293
|
+
/**
|
|
5294
|
+
* Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
|
|
5295
|
+
*/
|
|
5296
|
+
NielsenNaesIiNwSettings?: NielsenNaesIiNw;
|
|
5297
|
+
}
|
|
5226
5298
|
export interface Offering {
|
|
5227
5299
|
/**
|
|
5228
5300
|
* Unique offering ARN, e.g. 'arn:aws:medialive:us-west-2:123456789012:offering:87654321'
|
|
@@ -6729,6 +6801,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
|
|
|
6729
6801
|
export type __doubleMin0Max1 = number;
|
|
6730
6802
|
export type __doubleMin0Max100 = number;
|
|
6731
6803
|
export type __doubleMin1 = number;
|
|
6804
|
+
export type __doubleMin1Max65535 = number;
|
|
6732
6805
|
export type __doubleMinNegative59Max0 = number;
|
|
6733
6806
|
export type __integer = number;
|
|
6734
6807
|
export type __integerMin0 = number;
|
|
@@ -6774,6 +6847,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
|
|
|
6774
6847
|
export type __integerMin25Max2000 = number;
|
|
6775
6848
|
export type __integerMin3 = number;
|
|
6776
6849
|
export type __integerMin30 = number;
|
|
6850
|
+
export type __integerMin32Max8191 = number;
|
|
6777
6851
|
export type __integerMin4Max20 = number;
|
|
6778
6852
|
export type __integerMin800Max3000 = number;
|
|
6779
6853
|
export type __integerMin96Max600 = number;
|
|
@@ -6842,6 +6916,8 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
|
|
|
6842
6916
|
export type __stringMin1Max255 = string;
|
|
6843
6917
|
export type __stringMin1Max256 = string;
|
|
6844
6918
|
export type __stringMin1Max35 = string;
|
|
6919
|
+
export type __stringMin1Max7 = string;
|
|
6920
|
+
export type __stringMin2Max2 = string;
|
|
6845
6921
|
export type __stringMin32Max32 = string;
|
|
6846
6922
|
export type __stringMin34Max34 = string;
|
|
6847
6923
|
export type __stringMin3Max3 = string;
|
|
@@ -913,6 +913,10 @@ that is greater than 0.
|
|
|
913
913
|
AdTriggers?: AdTriggers;
|
|
914
914
|
AdsOnDeliveryRestrictions?: AdsOnDeliveryRestrictions;
|
|
915
915
|
Encryption?: HlsEncryption;
|
|
916
|
+
/**
|
|
917
|
+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
918
|
+
*/
|
|
919
|
+
IncludeDvbSubtitles?: __boolean;
|
|
916
920
|
/**
|
|
917
921
|
* When enabled, an I-Frame only stream will be included in the output.
|
|
918
922
|
*/
|
|
@@ -534,6 +534,10 @@ rounded to the nearest multiple of the source segment duration.
|
|
|
534
534
|
* The ID of the PackagingConfiguration being applied to the Asset.
|
|
535
535
|
*/
|
|
536
536
|
PackagingConfigurationId?: __string;
|
|
537
|
+
/**
|
|
538
|
+
* The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.
|
|
539
|
+
*/
|
|
540
|
+
Status?: __string;
|
|
537
541
|
/**
|
|
538
542
|
* The URL of the parent manifest for the repackaged Asset.
|
|
539
543
|
*/
|
|
@@ -597,6 +601,10 @@ it will be passed through to HLS output.
|
|
|
597
601
|
* A list of HLS manifest configurations.
|
|
598
602
|
*/
|
|
599
603
|
HlsManifests: __listOfHlsManifest;
|
|
604
|
+
/**
|
|
605
|
+
* When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.
|
|
606
|
+
*/
|
|
607
|
+
IncludeDvbSubtitles?: __boolean;
|
|
600
608
|
/**
|
|
601
609
|
* Duration (in seconds) of each fragment. Actual fragments will be
|
|
602
610
|
rounded to the nearest multiple of the source fragment duration.
|
|
@@ -11,6 +11,14 @@ declare class MediaTailor extends Service {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(options?: MediaTailor.Types.ClientConfiguration)
|
|
13
13
|
config: Config & MediaTailor.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Configures Amazon CloudWatch log settings for a playback configuration.
|
|
16
|
+
*/
|
|
17
|
+
configureLogsForPlaybackConfiguration(params: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationRequest, callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Configures Amazon CloudWatch log settings for a playback configuration.
|
|
20
|
+
*/
|
|
21
|
+
configureLogsForPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.ConfigureLogsForPlaybackConfigurationResponse, AWSError>;
|
|
14
22
|
/**
|
|
15
23
|
* Creates a channel.
|
|
16
24
|
*/
|
|
@@ -19,6 +27,14 @@ declare class MediaTailor extends Service {
|
|
|
19
27
|
* Creates a channel.
|
|
20
28
|
*/
|
|
21
29
|
createChannel(callback?: (err: AWSError, data: MediaTailor.Types.CreateChannelResponse) => void): Request<MediaTailor.Types.CreateChannelResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates a new prefetch schedule for the specified playback configuration.
|
|
32
|
+
*/
|
|
33
|
+
createPrefetchSchedule(params: MediaTailor.Types.CreatePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Creates a new prefetch schedule for the specified playback configuration.
|
|
36
|
+
*/
|
|
37
|
+
createPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.CreatePrefetchScheduleResponse) => void): Request<MediaTailor.Types.CreatePrefetchScheduleResponse, AWSError>;
|
|
22
38
|
/**
|
|
23
39
|
* Creates a program.
|
|
24
40
|
*/
|
|
@@ -67,6 +83,14 @@ declare class MediaTailor extends Service {
|
|
|
67
83
|
* Deletes the playback configuration for the specified name.
|
|
68
84
|
*/
|
|
69
85
|
deletePlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.DeletePlaybackConfigurationResponse) => void): Request<MediaTailor.Types.DeletePlaybackConfigurationResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
* Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
88
|
+
*/
|
|
89
|
+
deletePrefetchSchedule(params: MediaTailor.Types.DeletePrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
* Deletes a prefetch schedule for a specific playback configuration. If you call DeletePrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
92
|
+
*/
|
|
93
|
+
deletePrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.DeletePrefetchScheduleResponse) => void): Request<MediaTailor.Types.DeletePrefetchScheduleResponse, AWSError>;
|
|
70
94
|
/**
|
|
71
95
|
* Deletes a specific program on a specific channel.
|
|
72
96
|
*/
|
|
@@ -147,6 +171,14 @@ declare class MediaTailor extends Service {
|
|
|
147
171
|
* Returns the playback configuration for the specified name.
|
|
148
172
|
*/
|
|
149
173
|
getPlaybackConfiguration(callback?: (err: AWSError, data: MediaTailor.Types.GetPlaybackConfigurationResponse) => void): Request<MediaTailor.Types.GetPlaybackConfigurationResponse, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
* Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
176
|
+
*/
|
|
177
|
+
getPrefetchSchedule(params: MediaTailor.Types.GetPrefetchScheduleRequest, callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Returns information about the prefetch schedule for a specific playback configuration. If you call GetPrefetchSchedule on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.
|
|
180
|
+
*/
|
|
181
|
+
getPrefetchSchedule(callback?: (err: AWSError, data: MediaTailor.Types.GetPrefetchScheduleResponse) => void): Request<MediaTailor.Types.GetPrefetchScheduleResponse, AWSError>;
|
|
150
182
|
/**
|
|
151
183
|
* Returns a list of alerts for the given resource.
|
|
152
184
|
*/
|
|
@@ -171,6 +203,14 @@ declare class MediaTailor extends Service {
|
|
|
171
203
|
* Returns a list of the playback configurations defined in AWS Elemental MediaTailor. You can specify a maximum number of configurations to return at a time. The default maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations than the specified maximum, it provides parameters in the response that you can use to retrieve the next pageful.
|
|
172
204
|
*/
|
|
173
205
|
listPlaybackConfigurations(callback?: (err: AWSError, data: MediaTailor.Types.ListPlaybackConfigurationsResponse) => void): Request<MediaTailor.Types.ListPlaybackConfigurationsResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
* Creates a new prefetch schedule.
|
|
208
|
+
*/
|
|
209
|
+
listPrefetchSchedules(params: MediaTailor.Types.ListPrefetchSchedulesRequest, callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
* Creates a new prefetch schedule.
|
|
212
|
+
*/
|
|
213
|
+
listPrefetchSchedules(callback?: (err: AWSError, data: MediaTailor.Types.ListPrefetchSchedulesResponse) => void): Request<MediaTailor.Types.ListPrefetchSchedulesResponse, AWSError>;
|
|
174
214
|
/**
|
|
175
215
|
* Retrieves a list of source locations.
|
|
176
216
|
*/
|
|
@@ -326,6 +366,16 @@ declare namespace MediaTailor {
|
|
|
326
366
|
*/
|
|
327
367
|
ResourceArn: __string;
|
|
328
368
|
}
|
|
369
|
+
export interface AvailMatchingCriteria {
|
|
370
|
+
/**
|
|
371
|
+
* The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide. You can include up to 100 dynamic variables.
|
|
372
|
+
*/
|
|
373
|
+
DynamicVariable: __string;
|
|
374
|
+
/**
|
|
375
|
+
* For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.
|
|
376
|
+
*/
|
|
377
|
+
Operator: Operator;
|
|
378
|
+
}
|
|
329
379
|
export interface AvailSuppression {
|
|
330
380
|
/**
|
|
331
381
|
* Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.
|
|
@@ -397,13 +447,33 @@ declare namespace MediaTailor {
|
|
|
397
447
|
export type ChannelState = "RUNNING"|"STOPPED"|string;
|
|
398
448
|
export type ConfigurationAliasesRequest = {[key: string]: __mapOf__string};
|
|
399
449
|
export type ConfigurationAliasesResponse = {[key: string]: __mapOf__string};
|
|
450
|
+
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
451
|
+
/**
|
|
452
|
+
* The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
|
|
453
|
+
*/
|
|
454
|
+
PercentEnabled: __integer;
|
|
455
|
+
/**
|
|
456
|
+
* The name of the playback configuration.
|
|
457
|
+
*/
|
|
458
|
+
PlaybackConfigurationName: __string;
|
|
459
|
+
}
|
|
460
|
+
export interface ConfigureLogsForPlaybackConfigurationResponse {
|
|
461
|
+
/**
|
|
462
|
+
* The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
|
|
463
|
+
*/
|
|
464
|
+
PercentEnabled?: __integer;
|
|
465
|
+
/**
|
|
466
|
+
* The name of the playback configuration.
|
|
467
|
+
*/
|
|
468
|
+
PlaybackConfigurationName?: __string;
|
|
469
|
+
}
|
|
400
470
|
export interface CreateChannelRequest {
|
|
401
471
|
/**
|
|
402
472
|
* The identifier for the channel you are working on.
|
|
403
473
|
*/
|
|
404
474
|
ChannelName: __string;
|
|
405
475
|
/**
|
|
406
|
-
* The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses
|
|
476
|
+
* The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses a LINEAR PlaybackMode.
|
|
407
477
|
*/
|
|
408
478
|
FillerSlate?: SlateSource;
|
|
409
479
|
/**
|
|
@@ -457,6 +527,54 @@ declare namespace MediaTailor {
|
|
|
457
527
|
*/
|
|
458
528
|
Tags?: __mapOf__string;
|
|
459
529
|
}
|
|
530
|
+
export interface CreatePrefetchScheduleRequest {
|
|
531
|
+
/**
|
|
532
|
+
* The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
|
|
533
|
+
*/
|
|
534
|
+
Consumption: PrefetchConsumption;
|
|
535
|
+
/**
|
|
536
|
+
* The identifier for the playback configuration.
|
|
537
|
+
*/
|
|
538
|
+
Name: __string;
|
|
539
|
+
/**
|
|
540
|
+
* The name of the playback configuration.
|
|
541
|
+
*/
|
|
542
|
+
PlaybackConfigurationName: __string;
|
|
543
|
+
/**
|
|
544
|
+
* The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
|
|
545
|
+
*/
|
|
546
|
+
Retrieval: PrefetchRetrieval;
|
|
547
|
+
/**
|
|
548
|
+
* An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If StreamId is specified, MediaTailor returns all of the prefetch schedules with an exact match on StreamId. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of StreamId.
|
|
549
|
+
*/
|
|
550
|
+
StreamId?: __string;
|
|
551
|
+
}
|
|
552
|
+
export interface CreatePrefetchScheduleResponse {
|
|
553
|
+
/**
|
|
554
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
555
|
+
*/
|
|
556
|
+
Arn?: __string;
|
|
557
|
+
/**
|
|
558
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
559
|
+
*/
|
|
560
|
+
Consumption?: PrefetchConsumption;
|
|
561
|
+
/**
|
|
562
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
563
|
+
*/
|
|
564
|
+
Name?: __string;
|
|
565
|
+
/**
|
|
566
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
567
|
+
*/
|
|
568
|
+
PlaybackConfigurationName?: __string;
|
|
569
|
+
/**
|
|
570
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
571
|
+
*/
|
|
572
|
+
Retrieval?: PrefetchRetrieval;
|
|
573
|
+
/**
|
|
574
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
575
|
+
*/
|
|
576
|
+
StreamId?: __string;
|
|
577
|
+
}
|
|
460
578
|
export interface CreateProgramRequest {
|
|
461
579
|
/**
|
|
462
580
|
* The ad break configuration settings.
|
|
@@ -693,6 +811,18 @@ declare namespace MediaTailor {
|
|
|
693
811
|
}
|
|
694
812
|
export interface DeletePlaybackConfigurationResponse {
|
|
695
813
|
}
|
|
814
|
+
export interface DeletePrefetchScheduleRequest {
|
|
815
|
+
/**
|
|
816
|
+
* The identifier for the playback configuration.
|
|
817
|
+
*/
|
|
818
|
+
Name: __string;
|
|
819
|
+
/**
|
|
820
|
+
* The name of the playback configuration.
|
|
821
|
+
*/
|
|
822
|
+
PlaybackConfigurationName: __string;
|
|
823
|
+
}
|
|
824
|
+
export interface DeletePrefetchScheduleResponse {
|
|
825
|
+
}
|
|
696
826
|
export interface DeleteProgramRequest {
|
|
697
827
|
/**
|
|
698
828
|
* The identifier for the channel you are working on.
|
|
@@ -972,6 +1102,10 @@ declare namespace MediaTailor {
|
|
|
972
1102
|
* The configuration for pre-roll ad insertion.
|
|
973
1103
|
*/
|
|
974
1104
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1105
|
+
/**
|
|
1106
|
+
* The Amazon CloudWatch log settings for a playback configuration.
|
|
1107
|
+
*/
|
|
1108
|
+
LogConfiguration?: LogConfiguration;
|
|
975
1109
|
/**
|
|
976
1110
|
* The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
|
|
977
1111
|
*/
|
|
@@ -1013,6 +1147,42 @@ declare namespace MediaTailor {
|
|
|
1013
1147
|
*/
|
|
1014
1148
|
VideoContentSourceUrl?: __string;
|
|
1015
1149
|
}
|
|
1150
|
+
export interface GetPrefetchScheduleRequest {
|
|
1151
|
+
/**
|
|
1152
|
+
* The identifier for the playback configuration.
|
|
1153
|
+
*/
|
|
1154
|
+
Name: __string;
|
|
1155
|
+
/**
|
|
1156
|
+
* The name of the playback configuration.
|
|
1157
|
+
*/
|
|
1158
|
+
PlaybackConfigurationName: __string;
|
|
1159
|
+
}
|
|
1160
|
+
export interface GetPrefetchScheduleResponse {
|
|
1161
|
+
/**
|
|
1162
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
1163
|
+
*/
|
|
1164
|
+
Arn?: __string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
1167
|
+
*/
|
|
1168
|
+
Consumption?: PrefetchConsumption;
|
|
1169
|
+
/**
|
|
1170
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
1171
|
+
*/
|
|
1172
|
+
Name?: __string;
|
|
1173
|
+
/**
|
|
1174
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
1175
|
+
*/
|
|
1176
|
+
PlaybackConfigurationName?: __string;
|
|
1177
|
+
/**
|
|
1178
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
1179
|
+
*/
|
|
1180
|
+
Retrieval?: PrefetchRetrieval;
|
|
1181
|
+
/**
|
|
1182
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
1183
|
+
*/
|
|
1184
|
+
StreamId?: __string;
|
|
1185
|
+
}
|
|
1016
1186
|
export interface HlsConfiguration {
|
|
1017
1187
|
/**
|
|
1018
1188
|
* The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.
|
|
@@ -1110,6 +1280,34 @@ declare namespace MediaTailor {
|
|
|
1110
1280
|
*/
|
|
1111
1281
|
NextToken?: __string;
|
|
1112
1282
|
}
|
|
1283
|
+
export interface ListPrefetchSchedulesRequest {
|
|
1284
|
+
/**
|
|
1285
|
+
* The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.
|
|
1286
|
+
*/
|
|
1287
|
+
MaxResults?: __integerMin1Max100;
|
|
1288
|
+
/**
|
|
1289
|
+
* (Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results. For the first ListPrefetchSchedulesRequest request, omit this value. For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request. If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.
|
|
1290
|
+
*/
|
|
1291
|
+
NextToken?: __string;
|
|
1292
|
+
/**
|
|
1293
|
+
* The name of the playback configuration.
|
|
1294
|
+
*/
|
|
1295
|
+
PlaybackConfigurationName: __string;
|
|
1296
|
+
/**
|
|
1297
|
+
* An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.
|
|
1298
|
+
*/
|
|
1299
|
+
StreamId?: __string;
|
|
1300
|
+
}
|
|
1301
|
+
export interface ListPrefetchSchedulesResponse {
|
|
1302
|
+
/**
|
|
1303
|
+
* Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.
|
|
1304
|
+
*/
|
|
1305
|
+
Items?: __listOfPrefetchSchedule;
|
|
1306
|
+
/**
|
|
1307
|
+
* The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
|
|
1308
|
+
*/
|
|
1309
|
+
NextToken?: __string;
|
|
1310
|
+
}
|
|
1113
1311
|
export interface ListSourceLocationsRequest {
|
|
1114
1312
|
/**
|
|
1115
1313
|
* Upper bound on number of records to return. The maximum number of results is 100.
|
|
@@ -1176,6 +1374,12 @@ declare namespace MediaTailor {
|
|
|
1176
1374
|
*/
|
|
1177
1375
|
MaxDurationSeconds?: __integer;
|
|
1178
1376
|
}
|
|
1377
|
+
export interface LogConfiguration {
|
|
1378
|
+
/**
|
|
1379
|
+
* The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode. Valid values: 0 - 100
|
|
1380
|
+
*/
|
|
1381
|
+
PercentEnabled: __integer;
|
|
1382
|
+
}
|
|
1179
1383
|
export interface ManifestProcessingRules {
|
|
1180
1384
|
/**
|
|
1181
1385
|
* For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest. No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.
|
|
@@ -1185,6 +1389,7 @@ declare namespace MediaTailor {
|
|
|
1185
1389
|
export type MaxResults = number;
|
|
1186
1390
|
export type MessageType = "SPLICE_INSERT"|string;
|
|
1187
1391
|
export type Mode = "OFF"|"BEHIND_LIVE_EDGE"|string;
|
|
1392
|
+
export type Operator = "EQUALS"|string;
|
|
1188
1393
|
export type OriginManifestType = "SINGLE_PERIOD"|"MULTI_PERIOD"|string;
|
|
1189
1394
|
export interface PlaybackConfiguration {
|
|
1190
1395
|
/**
|
|
@@ -1219,6 +1424,10 @@ declare namespace MediaTailor {
|
|
|
1219
1424
|
* The configuration for pre-roll ad insertion.
|
|
1220
1425
|
*/
|
|
1221
1426
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1427
|
+
/**
|
|
1428
|
+
* The Amazon CloudWatch log settings for a playback configuration.
|
|
1429
|
+
*/
|
|
1430
|
+
LogConfiguration?: LogConfiguration;
|
|
1222
1431
|
/**
|
|
1223
1432
|
* The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
|
|
1224
1433
|
*/
|
|
@@ -1261,6 +1470,60 @@ declare namespace MediaTailor {
|
|
|
1261
1470
|
VideoContentSourceUrl?: __string;
|
|
1262
1471
|
}
|
|
1263
1472
|
export type PlaybackMode = "LOOP"|"LINEAR"|string;
|
|
1473
|
+
export interface PrefetchConsumption {
|
|
1474
|
+
/**
|
|
1475
|
+
* If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.
|
|
1476
|
+
*/
|
|
1477
|
+
AvailMatchingCriteria?: __listOfAvailMatchingCriteria;
|
|
1478
|
+
/**
|
|
1479
|
+
* The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.
|
|
1480
|
+
*/
|
|
1481
|
+
EndTime: __timestampUnix;
|
|
1482
|
+
/**
|
|
1483
|
+
* The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.
|
|
1484
|
+
*/
|
|
1485
|
+
StartTime?: __timestampUnix;
|
|
1486
|
+
}
|
|
1487
|
+
export interface PrefetchRetrieval {
|
|
1488
|
+
/**
|
|
1489
|
+
* The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS). You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.
|
|
1490
|
+
*/
|
|
1491
|
+
DynamicVariables?: __mapOf__string;
|
|
1492
|
+
/**
|
|
1493
|
+
* The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.
|
|
1494
|
+
*/
|
|
1495
|
+
EndTime: __timestampUnix;
|
|
1496
|
+
/**
|
|
1497
|
+
* The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.
|
|
1498
|
+
*/
|
|
1499
|
+
StartTime?: __timestampUnix;
|
|
1500
|
+
}
|
|
1501
|
+
export interface PrefetchSchedule {
|
|
1502
|
+
/**
|
|
1503
|
+
* The Amazon Resource Name (ARN) of the prefetch schedule.
|
|
1504
|
+
*/
|
|
1505
|
+
Arn: __string;
|
|
1506
|
+
/**
|
|
1507
|
+
* Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
|
|
1508
|
+
*/
|
|
1509
|
+
Consumption: PrefetchConsumption;
|
|
1510
|
+
/**
|
|
1511
|
+
* The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
|
|
1512
|
+
*/
|
|
1513
|
+
Name: __string;
|
|
1514
|
+
/**
|
|
1515
|
+
* The name of the playback configuration to create the prefetch schedule for.
|
|
1516
|
+
*/
|
|
1517
|
+
PlaybackConfigurationName: __string;
|
|
1518
|
+
/**
|
|
1519
|
+
* A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
|
1520
|
+
*/
|
|
1521
|
+
Retrieval: PrefetchRetrieval;
|
|
1522
|
+
/**
|
|
1523
|
+
* An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
|
|
1524
|
+
*/
|
|
1525
|
+
StreamId?: __string;
|
|
1526
|
+
}
|
|
1264
1527
|
export interface PutChannelPolicyRequest {
|
|
1265
1528
|
/**
|
|
1266
1529
|
* The identifier for the channel you are working on.
|
|
@@ -1364,6 +1627,10 @@ declare namespace MediaTailor {
|
|
|
1364
1627
|
* The configuration for pre-roll ad insertion.
|
|
1365
1628
|
*/
|
|
1366
1629
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1630
|
+
/**
|
|
1631
|
+
* The Amazon CloudWatch log settings for a playback configuration.
|
|
1632
|
+
*/
|
|
1633
|
+
LogConfiguration?: LogConfiguration;
|
|
1367
1634
|
/**
|
|
1368
1635
|
* The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.
|
|
1369
1636
|
*/
|
|
@@ -1819,10 +2086,13 @@ declare namespace MediaTailor {
|
|
|
1819
2086
|
export type __boolean = boolean;
|
|
1820
2087
|
export type __integer = number;
|
|
1821
2088
|
export type __integerMin1 = number;
|
|
2089
|
+
export type __integerMin1Max100 = number;
|
|
1822
2090
|
export type __listOfAdBreak = AdBreak[];
|
|
1823
2091
|
export type __listOfAlert = Alert[];
|
|
2092
|
+
export type __listOfAvailMatchingCriteria = AvailMatchingCriteria[];
|
|
1824
2093
|
export type __listOfChannel = Channel[];
|
|
1825
2094
|
export type __listOfPlaybackConfiguration = PlaybackConfiguration[];
|
|
2095
|
+
export type __listOfPrefetchSchedule = PrefetchSchedule[];
|
|
1826
2096
|
export type __listOfScheduleAdBreak = ScheduleAdBreak[];
|
|
1827
2097
|
export type __listOfScheduleEntry = ScheduleEntry[];
|
|
1828
2098
|
export type __listOfSourceLocation = SourceLocation[];
|