@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
|
@@ -36,11 +36,11 @@ declare class IVS extends Service {
|
|
|
36
36
|
*/
|
|
37
37
|
createChannel(callback?: (err: AWSError, data: IVS.Types.CreateChannelResponse) => void): Request<IVS.Types.CreateChannelResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the
|
|
39
|
+
* Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
|
|
40
40
|
*/
|
|
41
41
|
createRecordingConfiguration(params: IVS.Types.CreateRecordingConfigurationRequest, callback?: (err: AWSError, data: IVS.Types.CreateRecordingConfigurationResponse) => void): Request<IVS.Types.CreateRecordingConfigurationResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the
|
|
43
|
+
* Creates a new recording configuration, used to enable recording to Amazon S3. Known issue: In the us-east-1 region, if you use the Amazon Web Services CLI to create a recording configuration, it returns success even if the S3 bucket is in a different region. In this case, the state of the recording configuration is CREATE_FAILED (instead of ACTIVE). (In other regions, the CLI correctly returns failure if the bucket is in a different region.) Workaround: Ensure that your S3 bucket is in the same region as the recording configuration. If you create a recording configuration in a different region as your S3 bucket, delete that recording configuration and create a new one with an S3 bucket from the correct region.
|
|
44
44
|
*/
|
|
45
45
|
createRecordingConfiguration(callback?: (err: AWSError, data: IVS.Types.CreateRecordingConfigurationResponse) => void): Request<IVS.Types.CreateRecordingConfigurationResponse, AWSError>;
|
|
46
46
|
/**
|
|
@@ -123,6 +123,14 @@ declare class IVS extends Service {
|
|
|
123
123
|
* Gets stream-key information for a specified ARN.
|
|
124
124
|
*/
|
|
125
125
|
getStreamKey(callback?: (err: AWSError, data: IVS.Types.GetStreamKeyResponse) => void): Request<IVS.Types.GetStreamKeyResponse, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
* Gets metadata on a specified stream.
|
|
128
|
+
*/
|
|
129
|
+
getStreamSession(params: IVS.Types.GetStreamSessionRequest, callback?: (err: AWSError, data: IVS.Types.GetStreamSessionResponse) => void): Request<IVS.Types.GetStreamSessionResponse, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
* Gets metadata on a specified stream.
|
|
132
|
+
*/
|
|
133
|
+
getStreamSession(callback?: (err: AWSError, data: IVS.Types.GetStreamSessionResponse) => void): Request<IVS.Types.GetStreamSessionResponse, AWSError>;
|
|
126
134
|
/**
|
|
127
135
|
* Imports the public portion of a new key pair and returns its arn and fingerprint. The privateKey can then be used to generate viewer authorization tokens, to grant viewers access to private channels. For more information, see Setting Up Private Channels in the Amazon IVS User Guide.
|
|
128
136
|
*/
|
|
@@ -132,11 +140,11 @@ declare class IVS extends Service {
|
|
|
132
140
|
*/
|
|
133
141
|
importPlaybackKeyPair(callback?: (err: AWSError, data: IVS.Types.ImportPlaybackKeyPairResponse) => void): Request<IVS.Types.ImportPlaybackKeyPairResponse, AWSError>;
|
|
134
142
|
/**
|
|
135
|
-
* Gets summary information about all channels in your account, in the
|
|
143
|
+
* Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
|
|
136
144
|
*/
|
|
137
145
|
listChannels(params: IVS.Types.ListChannelsRequest, callback?: (err: AWSError, data: IVS.Types.ListChannelsResponse) => void): Request<IVS.Types.ListChannelsResponse, AWSError>;
|
|
138
146
|
/**
|
|
139
|
-
* Gets summary information about all channels in your account, in the
|
|
147
|
+
* Gets summary information about all channels in your account, in the Amazon Web Services region where the API request is processed. This list can be filtered to match a specified name or recording-configuration ARN. Filters are mutually exclusive and cannot be used together. If you try to use both filters, you will get an error (409 ConflictException).
|
|
140
148
|
*/
|
|
141
149
|
listChannels(callback?: (err: AWSError, data: IVS.Types.ListChannelsResponse) => void): Request<IVS.Types.ListChannelsResponse, AWSError>;
|
|
142
150
|
/**
|
|
@@ -148,11 +156,11 @@ declare class IVS extends Service {
|
|
|
148
156
|
*/
|
|
149
157
|
listPlaybackKeyPairs(callback?: (err: AWSError, data: IVS.Types.ListPlaybackKeyPairsResponse) => void): Request<IVS.Types.ListPlaybackKeyPairsResponse, AWSError>;
|
|
150
158
|
/**
|
|
151
|
-
* Gets summary information about all recording configurations in your account, in the
|
|
159
|
+
* Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.
|
|
152
160
|
*/
|
|
153
161
|
listRecordingConfigurations(params: IVS.Types.ListRecordingConfigurationsRequest, callback?: (err: AWSError, data: IVS.Types.ListRecordingConfigurationsResponse) => void): Request<IVS.Types.ListRecordingConfigurationsResponse, AWSError>;
|
|
154
162
|
/**
|
|
155
|
-
* Gets summary information about all recording configurations in your account, in the
|
|
163
|
+
* Gets summary information about all recording configurations in your account, in the Amazon Web Services region where the API request is processed.
|
|
156
164
|
*/
|
|
157
165
|
listRecordingConfigurations(callback?: (err: AWSError, data: IVS.Types.ListRecordingConfigurationsResponse) => void): Request<IVS.Types.ListRecordingConfigurationsResponse, AWSError>;
|
|
158
166
|
/**
|
|
@@ -164,27 +172,35 @@ declare class IVS extends Service {
|
|
|
164
172
|
*/
|
|
165
173
|
listStreamKeys(callback?: (err: AWSError, data: IVS.Types.ListStreamKeysResponse) => void): Request<IVS.Types.ListStreamKeysResponse, AWSError>;
|
|
166
174
|
/**
|
|
167
|
-
* Gets summary
|
|
175
|
+
* Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where the API request is processed.
|
|
176
|
+
*/
|
|
177
|
+
listStreamSessions(params: IVS.Types.ListStreamSessionsRequest, callback?: (err: AWSError, data: IVS.Types.ListStreamSessionsResponse) => void): Request<IVS.Types.ListStreamSessionsResponse, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
* Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where the API request is processed.
|
|
180
|
+
*/
|
|
181
|
+
listStreamSessions(callback?: (err: AWSError, data: IVS.Types.ListStreamSessionsResponse) => void): Request<IVS.Types.ListStreamSessionsResponse, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
* Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.
|
|
168
184
|
*/
|
|
169
185
|
listStreams(params: IVS.Types.ListStreamsRequest, callback?: (err: AWSError, data: IVS.Types.ListStreamsResponse) => void): Request<IVS.Types.ListStreamsResponse, AWSError>;
|
|
170
186
|
/**
|
|
171
|
-
* Gets summary information about live streams in your account, in the
|
|
187
|
+
* Gets summary information about live streams in your account, in the Amazon Web Services region where the API request is processed.
|
|
172
188
|
*/
|
|
173
189
|
listStreams(callback?: (err: AWSError, data: IVS.Types.ListStreamsResponse) => void): Request<IVS.Types.ListStreamsResponse, AWSError>;
|
|
174
190
|
/**
|
|
175
|
-
* Gets information about
|
|
191
|
+
* Gets information about Amazon Web Services tags for the specified ARN.
|
|
176
192
|
*/
|
|
177
193
|
listTagsForResource(params: IVS.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: IVS.Types.ListTagsForResourceResponse) => void): Request<IVS.Types.ListTagsForResourceResponse, AWSError>;
|
|
178
194
|
/**
|
|
179
|
-
* Gets information about
|
|
195
|
+
* Gets information about Amazon Web Services tags for the specified ARN.
|
|
180
196
|
*/
|
|
181
197
|
listTagsForResource(callback?: (err: AWSError, data: IVS.Types.ListTagsForResourceResponse) => void): Request<IVS.Types.ListTagsForResourceResponse, AWSError>;
|
|
182
198
|
/**
|
|
183
|
-
* Inserts metadata into the active stream of the specified channel.
|
|
199
|
+
* Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
|
|
184
200
|
*/
|
|
185
201
|
putMetadata(params: IVS.Types.PutMetadataRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
202
|
/**
|
|
187
|
-
* Inserts metadata into the active stream of the specified channel.
|
|
203
|
+
* Inserts metadata into the active stream of the specified channel. At most 5 requests per second per channel are allowed, each with a maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching your data into a single PutMetadata call.) At most 155 requests per second per account are allowed. Also see Embedding Metadata within a Video Stream in the Amazon IVS User Guide.
|
|
188
204
|
*/
|
|
189
205
|
putMetadata(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
206
|
/**
|
|
@@ -196,11 +212,11 @@ declare class IVS extends Service {
|
|
|
196
212
|
*/
|
|
197
213
|
stopStream(callback?: (err: AWSError, data: IVS.Types.StopStreamResponse) => void): Request<IVS.Types.StopStreamResponse, AWSError>;
|
|
198
214
|
/**
|
|
199
|
-
* Adds or updates tags for the
|
|
215
|
+
* Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
|
200
216
|
*/
|
|
201
217
|
tagResource(params: IVS.Types.TagResourceRequest, callback?: (err: AWSError, data: IVS.Types.TagResourceResponse) => void): Request<IVS.Types.TagResourceResponse, AWSError>;
|
|
202
218
|
/**
|
|
203
|
-
* Adds or updates tags for the
|
|
219
|
+
* Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
|
204
220
|
*/
|
|
205
221
|
tagResource(callback?: (err: AWSError, data: IVS.Types.TagResourceResponse) => void): Request<IVS.Types.TagResourceResponse, AWSError>;
|
|
206
222
|
/**
|
|
@@ -221,6 +237,24 @@ declare class IVS extends Service {
|
|
|
221
237
|
updateChannel(callback?: (err: AWSError, data: IVS.Types.UpdateChannelResponse) => void): Request<IVS.Types.UpdateChannelResponse, AWSError>;
|
|
222
238
|
}
|
|
223
239
|
declare namespace IVS {
|
|
240
|
+
export interface AudioConfiguration {
|
|
241
|
+
/**
|
|
242
|
+
* Number of audio channels.
|
|
243
|
+
*/
|
|
244
|
+
channels?: Integer;
|
|
245
|
+
/**
|
|
246
|
+
* Codec used for the audio encoding.
|
|
247
|
+
*/
|
|
248
|
+
codec?: String;
|
|
249
|
+
/**
|
|
250
|
+
* Number of audio samples recorded per second.
|
|
251
|
+
*/
|
|
252
|
+
sampleRate?: Integer;
|
|
253
|
+
/**
|
|
254
|
+
* The expected ingest bitrate (bits per second). This is configured in the encoder.
|
|
255
|
+
*/
|
|
256
|
+
targetBitrate?: Integer;
|
|
257
|
+
}
|
|
224
258
|
export interface BatchError {
|
|
225
259
|
/**
|
|
226
260
|
* Channel ARN.
|
|
@@ -243,6 +277,9 @@ declare namespace IVS {
|
|
|
243
277
|
arns: ChannelArnList;
|
|
244
278
|
}
|
|
245
279
|
export interface BatchGetChannelResponse {
|
|
280
|
+
/**
|
|
281
|
+
*
|
|
282
|
+
*/
|
|
246
283
|
channels?: Channels;
|
|
247
284
|
/**
|
|
248
285
|
* Each error object is related to a specific ARN in the request.
|
|
@@ -256,8 +293,14 @@ declare namespace IVS {
|
|
|
256
293
|
arns: StreamKeyArnList;
|
|
257
294
|
}
|
|
258
295
|
export interface BatchGetStreamKeyResponse {
|
|
259
|
-
|
|
296
|
+
/**
|
|
297
|
+
*
|
|
298
|
+
*/
|
|
260
299
|
errors?: BatchErrors;
|
|
300
|
+
/**
|
|
301
|
+
*
|
|
302
|
+
*/
|
|
303
|
+
streamKeys?: StreamKeys;
|
|
261
304
|
}
|
|
262
305
|
export type Boolean = boolean;
|
|
263
306
|
export interface Channel {
|
|
@@ -266,37 +309,37 @@ declare namespace IVS {
|
|
|
266
309
|
*/
|
|
267
310
|
arn?: ChannelArn;
|
|
268
311
|
/**
|
|
269
|
-
*
|
|
270
|
-
*/
|
|
271
|
-
name?: ChannelName;
|
|
272
|
-
/**
|
|
273
|
-
* Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
|
|
312
|
+
* Whether the channel is private (enabled for playback authorization). Default: false.
|
|
274
313
|
*/
|
|
275
|
-
|
|
314
|
+
authorized?: IsAuthorized;
|
|
276
315
|
/**
|
|
277
|
-
* Channel
|
|
316
|
+
* Channel ingest endpoint, part of the definition of an ingest server, used when you set up streaming software.
|
|
278
317
|
*/
|
|
279
|
-
|
|
318
|
+
ingestEndpoint?: IngestEndpoint;
|
|
280
319
|
/**
|
|
281
|
-
*
|
|
320
|
+
* Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
|
|
282
321
|
*/
|
|
283
|
-
|
|
322
|
+
latencyMode?: ChannelLatencyMode;
|
|
284
323
|
/**
|
|
285
|
-
* Channel
|
|
324
|
+
* Channel name.
|
|
286
325
|
*/
|
|
287
|
-
|
|
326
|
+
name?: ChannelName;
|
|
288
327
|
/**
|
|
289
328
|
* Channel playback URL.
|
|
290
329
|
*/
|
|
291
330
|
playbackUrl?: PlaybackURL;
|
|
292
331
|
/**
|
|
293
|
-
*
|
|
332
|
+
* Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
|
|
294
333
|
*/
|
|
295
|
-
|
|
334
|
+
recordingConfigurationArn?: ChannelRecordingConfigurationArn;
|
|
296
335
|
/**
|
|
297
336
|
* Array of 1-50 maps, each of the form string:string (key:value).
|
|
298
337
|
*/
|
|
299
338
|
tags?: Tags;
|
|
339
|
+
/**
|
|
340
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
|
|
341
|
+
*/
|
|
342
|
+
type?: ChannelType;
|
|
300
343
|
}
|
|
301
344
|
export type ChannelArn = string;
|
|
302
345
|
export type ChannelArnList = ChannelArn[];
|
|
@@ -310,17 +353,17 @@ declare namespace IVS {
|
|
|
310
353
|
*/
|
|
311
354
|
arn?: ChannelArn;
|
|
312
355
|
/**
|
|
313
|
-
*
|
|
356
|
+
* Whether the channel is private (enabled for playback authorization). Default: false.
|
|
314
357
|
*/
|
|
315
|
-
|
|
358
|
+
authorized?: IsAuthorized;
|
|
316
359
|
/**
|
|
317
360
|
* Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
|
|
318
361
|
*/
|
|
319
362
|
latencyMode?: ChannelLatencyMode;
|
|
320
363
|
/**
|
|
321
|
-
*
|
|
364
|
+
* Channel name.
|
|
322
365
|
*/
|
|
323
|
-
|
|
366
|
+
name?: ChannelName;
|
|
324
367
|
/**
|
|
325
368
|
* Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).
|
|
326
369
|
*/
|
|
@@ -334,21 +377,17 @@ declare namespace IVS {
|
|
|
334
377
|
export type Channels = Channel[];
|
|
335
378
|
export interface CreateChannelRequest {
|
|
336
379
|
/**
|
|
337
|
-
*
|
|
380
|
+
* Whether the channel is private (enabled for playback authorization). Default: false.
|
|
338
381
|
*/
|
|
339
|
-
|
|
382
|
+
authorized?: Boolean;
|
|
340
383
|
/**
|
|
341
384
|
* Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.) Default: LOW.
|
|
342
385
|
*/
|
|
343
386
|
latencyMode?: ChannelLatencyMode;
|
|
344
387
|
/**
|
|
345
|
-
* Channel
|
|
346
|
-
*/
|
|
347
|
-
type?: ChannelType;
|
|
348
|
-
/**
|
|
349
|
-
* Whether the channel is private (enabled for playback authorization). Default: false.
|
|
388
|
+
* Channel name.
|
|
350
389
|
*/
|
|
351
|
-
|
|
390
|
+
name?: ChannelName;
|
|
352
391
|
/**
|
|
353
392
|
* Recording-configuration ARN. Default: "" (empty string, recording is disabled).
|
|
354
393
|
*/
|
|
@@ -357,26 +396,39 @@ declare namespace IVS {
|
|
|
357
396
|
* Array of 1-50 maps, each of the form string:string (key:value).
|
|
358
397
|
*/
|
|
359
398
|
tags?: Tags;
|
|
399
|
+
/**
|
|
400
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Default: STANDARD. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
|
|
401
|
+
*/
|
|
402
|
+
type?: ChannelType;
|
|
360
403
|
}
|
|
361
404
|
export interface CreateChannelResponse {
|
|
405
|
+
/**
|
|
406
|
+
*
|
|
407
|
+
*/
|
|
362
408
|
channel?: Channel;
|
|
409
|
+
/**
|
|
410
|
+
*
|
|
411
|
+
*/
|
|
363
412
|
streamKey?: StreamKey;
|
|
364
413
|
}
|
|
365
414
|
export interface CreateRecordingConfigurationRequest {
|
|
366
|
-
/**
|
|
367
|
-
* An arbitrary string (a nickname) that helps the customer identify that resource. The value does not need to be unique.
|
|
368
|
-
*/
|
|
369
|
-
name?: RecordingConfigurationName;
|
|
370
415
|
/**
|
|
371
416
|
* A complex type that contains a destination configuration for where recorded video will be stored.
|
|
372
417
|
*/
|
|
373
418
|
destinationConfiguration: DestinationConfiguration;
|
|
419
|
+
/**
|
|
420
|
+
* Recording-configuration name. The value does not need to be unique.
|
|
421
|
+
*/
|
|
422
|
+
name?: RecordingConfigurationName;
|
|
374
423
|
/**
|
|
375
424
|
* Array of 1-50 maps, each of the form string:string (key:value).
|
|
376
425
|
*/
|
|
377
426
|
tags?: Tags;
|
|
378
427
|
}
|
|
379
428
|
export interface CreateRecordingConfigurationResponse {
|
|
429
|
+
/**
|
|
430
|
+
*
|
|
431
|
+
*/
|
|
380
432
|
recordingConfiguration?: RecordingConfiguration;
|
|
381
433
|
}
|
|
382
434
|
export interface CreateStreamKeyRequest {
|
|
@@ -434,6 +486,9 @@ declare namespace IVS {
|
|
|
434
486
|
arn: ChannelArn;
|
|
435
487
|
}
|
|
436
488
|
export interface GetChannelResponse {
|
|
489
|
+
/**
|
|
490
|
+
*
|
|
491
|
+
*/
|
|
437
492
|
channel?: Channel;
|
|
438
493
|
}
|
|
439
494
|
export interface GetPlaybackKeyPairRequest {
|
|
@@ -443,6 +498,9 @@ declare namespace IVS {
|
|
|
443
498
|
arn: PlaybackKeyPairArn;
|
|
444
499
|
}
|
|
445
500
|
export interface GetPlaybackKeyPairResponse {
|
|
501
|
+
/**
|
|
502
|
+
*
|
|
503
|
+
*/
|
|
446
504
|
keyPair?: PlaybackKeyPair;
|
|
447
505
|
}
|
|
448
506
|
export interface GetRecordingConfigurationRequest {
|
|
@@ -452,6 +510,9 @@ declare namespace IVS {
|
|
|
452
510
|
arn: RecordingConfigurationArn;
|
|
453
511
|
}
|
|
454
512
|
export interface GetRecordingConfigurationResponse {
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
*/
|
|
455
516
|
recordingConfiguration?: RecordingConfiguration;
|
|
456
517
|
}
|
|
457
518
|
export interface GetStreamKeyRequest {
|
|
@@ -461,6 +522,9 @@ declare namespace IVS {
|
|
|
461
522
|
arn: StreamKeyArn;
|
|
462
523
|
}
|
|
463
524
|
export interface GetStreamKeyResponse {
|
|
525
|
+
/**
|
|
526
|
+
*
|
|
527
|
+
*/
|
|
464
528
|
streamKey?: StreamKey;
|
|
465
529
|
}
|
|
466
530
|
export interface GetStreamRequest {
|
|
@@ -470,26 +534,59 @@ declare namespace IVS {
|
|
|
470
534
|
channelArn: ChannelArn;
|
|
471
535
|
}
|
|
472
536
|
export interface GetStreamResponse {
|
|
537
|
+
/**
|
|
538
|
+
*
|
|
539
|
+
*/
|
|
473
540
|
stream?: Stream;
|
|
474
541
|
}
|
|
475
|
-
export interface
|
|
542
|
+
export interface GetStreamSessionRequest {
|
|
476
543
|
/**
|
|
477
|
-
*
|
|
544
|
+
* ARN of the channel resource
|
|
478
545
|
*/
|
|
479
|
-
|
|
546
|
+
channelArn: ChannelArn;
|
|
547
|
+
/**
|
|
548
|
+
* Unique identifier for a live or previously live stream in the specified channel. If no streamId is provided, this returns the most recent stream session for the channel, if it exists.
|
|
549
|
+
*/
|
|
550
|
+
streamId?: StreamId;
|
|
551
|
+
}
|
|
552
|
+
export interface GetStreamSessionResponse {
|
|
553
|
+
/**
|
|
554
|
+
* List of stream details.
|
|
555
|
+
*/
|
|
556
|
+
streamSession?: StreamSession;
|
|
557
|
+
}
|
|
558
|
+
export interface ImportPlaybackKeyPairRequest {
|
|
480
559
|
/**
|
|
481
|
-
*
|
|
560
|
+
* Playback-key-pair name. The value does not need to be unique.
|
|
482
561
|
*/
|
|
483
562
|
name?: PlaybackKeyPairName;
|
|
563
|
+
/**
|
|
564
|
+
* The public portion of a customer-generated key pair.
|
|
565
|
+
*/
|
|
566
|
+
publicKeyMaterial: PlaybackPublicKeyMaterial;
|
|
484
567
|
/**
|
|
485
568
|
* Any tags provided with the request are added to the playback key pair tags.
|
|
486
569
|
*/
|
|
487
570
|
tags?: Tags;
|
|
488
571
|
}
|
|
489
572
|
export interface ImportPlaybackKeyPairResponse {
|
|
573
|
+
/**
|
|
574
|
+
*
|
|
575
|
+
*/
|
|
490
576
|
keyPair?: PlaybackKeyPair;
|
|
491
577
|
}
|
|
578
|
+
export interface IngestConfiguration {
|
|
579
|
+
/**
|
|
580
|
+
* Encoder settings for audio.
|
|
581
|
+
*/
|
|
582
|
+
audio?: AudioConfiguration;
|
|
583
|
+
/**
|
|
584
|
+
* Encoder settings for video.
|
|
585
|
+
*/
|
|
586
|
+
video?: VideoConfiguration;
|
|
587
|
+
}
|
|
492
588
|
export type IngestEndpoint = string;
|
|
589
|
+
export type Integer = number;
|
|
493
590
|
export type IsAuthorized = boolean;
|
|
494
591
|
export interface ListChannelsRequest {
|
|
495
592
|
/**
|
|
@@ -500,14 +597,14 @@ declare namespace IVS {
|
|
|
500
597
|
* Filters the channel list to match the specified recording-configuration ARN.
|
|
501
598
|
*/
|
|
502
599
|
filterByRecordingConfigurationArn?: ChannelRecordingConfigurationArn;
|
|
503
|
-
/**
|
|
504
|
-
* The first channel to retrieve. This is used for pagination; see the nextToken response field.
|
|
505
|
-
*/
|
|
506
|
-
nextToken?: PaginationToken;
|
|
507
600
|
/**
|
|
508
601
|
* Maximum number of channels to return. Default: 50.
|
|
509
602
|
*/
|
|
510
603
|
maxResults?: MaxChannelResults;
|
|
604
|
+
/**
|
|
605
|
+
* The first channel to retrieve. This is used for pagination; see the nextToken response field.
|
|
606
|
+
*/
|
|
607
|
+
nextToken?: PaginationToken;
|
|
511
608
|
}
|
|
512
609
|
export interface ListChannelsResponse {
|
|
513
610
|
/**
|
|
@@ -520,14 +617,14 @@ declare namespace IVS {
|
|
|
520
617
|
nextToken?: PaginationToken;
|
|
521
618
|
}
|
|
522
619
|
export interface ListPlaybackKeyPairsRequest {
|
|
523
|
-
/**
|
|
524
|
-
* Maximum number of key pairs to return.
|
|
525
|
-
*/
|
|
526
|
-
nextToken?: PaginationToken;
|
|
527
620
|
/**
|
|
528
621
|
* The first key pair to retrieve. This is used for pagination; see the nextToken response field. Default: 50.
|
|
529
622
|
*/
|
|
530
623
|
maxResults?: MaxPlaybackKeyPairResults;
|
|
624
|
+
/**
|
|
625
|
+
* Maximum number of key pairs to return.
|
|
626
|
+
*/
|
|
627
|
+
nextToken?: PaginationToken;
|
|
531
628
|
}
|
|
532
629
|
export interface ListPlaybackKeyPairsResponse {
|
|
533
630
|
/**
|
|
@@ -540,110 +637,128 @@ declare namespace IVS {
|
|
|
540
637
|
nextToken?: PaginationToken;
|
|
541
638
|
}
|
|
542
639
|
export interface ListRecordingConfigurationsRequest {
|
|
543
|
-
/**
|
|
544
|
-
* The first recording configuration to retrieve. This is used for pagination; see the nextToken response field.
|
|
545
|
-
*/
|
|
546
|
-
nextToken?: PaginationToken;
|
|
547
640
|
/**
|
|
548
641
|
* Maximum number of recording configurations to return. Default: 50.
|
|
549
642
|
*/
|
|
550
643
|
maxResults?: MaxRecordingConfigurationResults;
|
|
551
|
-
}
|
|
552
|
-
export interface ListRecordingConfigurationsResponse {
|
|
553
644
|
/**
|
|
554
|
-
*
|
|
645
|
+
* The first recording configuration to retrieve. This is used for pagination; see the nextToken response field.
|
|
555
646
|
*/
|
|
556
|
-
|
|
647
|
+
nextToken?: PaginationToken;
|
|
648
|
+
}
|
|
649
|
+
export interface ListRecordingConfigurationsResponse {
|
|
557
650
|
/**
|
|
558
651
|
* If there are more recording configurations than maxResults, use nextToken in the request to get the next set.
|
|
559
652
|
*/
|
|
560
653
|
nextToken?: PaginationToken;
|
|
654
|
+
/**
|
|
655
|
+
* List of the matching recording configurations.
|
|
656
|
+
*/
|
|
657
|
+
recordingConfigurations: RecordingConfigurationList;
|
|
561
658
|
}
|
|
562
659
|
export interface ListStreamKeysRequest {
|
|
563
660
|
/**
|
|
564
661
|
* Channel ARN used to filter the list.
|
|
565
662
|
*/
|
|
566
663
|
channelArn: ChannelArn;
|
|
567
|
-
/**
|
|
568
|
-
* The first stream key to retrieve. This is used for pagination; see the nextToken response field.
|
|
569
|
-
*/
|
|
570
|
-
nextToken?: PaginationToken;
|
|
571
664
|
/**
|
|
572
665
|
* Maximum number of streamKeys to return. Default: 50.
|
|
573
666
|
*/
|
|
574
667
|
maxResults?: MaxStreamKeyResults;
|
|
668
|
+
/**
|
|
669
|
+
* The first stream key to retrieve. This is used for pagination; see the nextToken response field.
|
|
670
|
+
*/
|
|
671
|
+
nextToken?: PaginationToken;
|
|
575
672
|
}
|
|
576
673
|
export interface ListStreamKeysResponse {
|
|
674
|
+
/**
|
|
675
|
+
* If there are more stream keys than maxResults, use nextToken in the request to get the next set.
|
|
676
|
+
*/
|
|
677
|
+
nextToken?: PaginationToken;
|
|
577
678
|
/**
|
|
578
679
|
* List of stream keys.
|
|
579
680
|
*/
|
|
580
681
|
streamKeys: StreamKeyList;
|
|
682
|
+
}
|
|
683
|
+
export interface ListStreamSessionsRequest {
|
|
581
684
|
/**
|
|
582
|
-
*
|
|
685
|
+
* Channel ARN used to filter the list.
|
|
686
|
+
*/
|
|
687
|
+
channelArn: ChannelArn;
|
|
688
|
+
/**
|
|
689
|
+
* Maximum number of streams to return. Default: 50.
|
|
690
|
+
*/
|
|
691
|
+
maxResults?: MaxStreamResults;
|
|
692
|
+
/**
|
|
693
|
+
* The first stream to retrieve. This is used for pagination; see the nextToken response field.
|
|
583
694
|
*/
|
|
584
695
|
nextToken?: PaginationToken;
|
|
585
696
|
}
|
|
586
|
-
export interface
|
|
697
|
+
export interface ListStreamSessionsResponse {
|
|
587
698
|
/**
|
|
588
|
-
*
|
|
699
|
+
* If there are more streams than maxResults, use nextToken in the request to get the next set.
|
|
589
700
|
*/
|
|
590
701
|
nextToken?: PaginationToken;
|
|
702
|
+
/**
|
|
703
|
+
*
|
|
704
|
+
*/
|
|
705
|
+
streamSessions: StreamSessionList;
|
|
706
|
+
}
|
|
707
|
+
export interface ListStreamsRequest {
|
|
708
|
+
/**
|
|
709
|
+
* Filters the stream list to match the specified criterion.
|
|
710
|
+
*/
|
|
711
|
+
filterBy?: StreamFilters;
|
|
591
712
|
/**
|
|
592
713
|
* Maximum number of streams to return. Default: 50.
|
|
593
714
|
*/
|
|
594
715
|
maxResults?: MaxStreamResults;
|
|
595
|
-
}
|
|
596
|
-
export interface ListStreamsResponse {
|
|
597
716
|
/**
|
|
598
|
-
*
|
|
717
|
+
* The first stream to retrieve. This is used for pagination; see the nextToken response field.
|
|
599
718
|
*/
|
|
600
|
-
|
|
719
|
+
nextToken?: PaginationToken;
|
|
720
|
+
}
|
|
721
|
+
export interface ListStreamsResponse {
|
|
601
722
|
/**
|
|
602
723
|
* If there are more streams than maxResults, use nextToken in the request to get the next set.
|
|
603
724
|
*/
|
|
604
725
|
nextToken?: PaginationToken;
|
|
726
|
+
/**
|
|
727
|
+
* List of streams.
|
|
728
|
+
*/
|
|
729
|
+
streams: StreamList;
|
|
605
730
|
}
|
|
606
731
|
export interface ListTagsForResourceRequest {
|
|
607
732
|
/**
|
|
608
733
|
* The ARN of the resource to be retrieved.
|
|
609
734
|
*/
|
|
610
735
|
resourceArn: ResourceArn;
|
|
611
|
-
/**
|
|
612
|
-
* The first tag to retrieve. This is used for pagination; see the nextToken response field.
|
|
613
|
-
*/
|
|
614
|
-
nextToken?: String;
|
|
615
|
-
/**
|
|
616
|
-
* Maximum number of tags to return. Default: 50.
|
|
617
|
-
*/
|
|
618
|
-
maxResults?: MaxTagResults;
|
|
619
736
|
}
|
|
620
737
|
export interface ListTagsForResourceResponse {
|
|
621
|
-
tags: Tags;
|
|
622
738
|
/**
|
|
623
|
-
*
|
|
739
|
+
*
|
|
624
740
|
*/
|
|
625
|
-
|
|
741
|
+
tags: Tags;
|
|
626
742
|
}
|
|
627
743
|
export type MaxChannelResults = number;
|
|
628
744
|
export type MaxPlaybackKeyPairResults = number;
|
|
629
745
|
export type MaxRecordingConfigurationResults = number;
|
|
630
746
|
export type MaxStreamKeyResults = number;
|
|
631
747
|
export type MaxStreamResults = number;
|
|
632
|
-
export type MaxTagResults = number;
|
|
633
748
|
export type PaginationToken = string;
|
|
634
749
|
export interface PlaybackKeyPair {
|
|
635
750
|
/**
|
|
636
751
|
* Key-pair ARN.
|
|
637
752
|
*/
|
|
638
753
|
arn?: PlaybackKeyPairArn;
|
|
639
|
-
/**
|
|
640
|
-
* An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
|
|
641
|
-
*/
|
|
642
|
-
name?: PlaybackKeyPairName;
|
|
643
754
|
/**
|
|
644
755
|
* Key-pair identifier.
|
|
645
756
|
*/
|
|
646
757
|
fingerprint?: PlaybackKeyPairFingerprint;
|
|
758
|
+
/**
|
|
759
|
+
* Playback-key-pair name. The value does not need to be unique.
|
|
760
|
+
*/
|
|
761
|
+
name?: PlaybackKeyPairName;
|
|
647
762
|
/**
|
|
648
763
|
* Array of 1-50 maps, each of the form string:string (key:value).
|
|
649
764
|
*/
|
|
@@ -659,7 +774,7 @@ declare namespace IVS {
|
|
|
659
774
|
*/
|
|
660
775
|
arn?: PlaybackKeyPairArn;
|
|
661
776
|
/**
|
|
662
|
-
*
|
|
777
|
+
* Playback-key-pair name. The value does not need to be unique.
|
|
663
778
|
*/
|
|
664
779
|
name?: PlaybackKeyPairName;
|
|
665
780
|
/**
|
|
@@ -684,14 +799,14 @@ declare namespace IVS {
|
|
|
684
799
|
* Recording-configuration ARN.
|
|
685
800
|
*/
|
|
686
801
|
arn: RecordingConfigurationArn;
|
|
687
|
-
/**
|
|
688
|
-
* An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
|
|
689
|
-
*/
|
|
690
|
-
name?: RecordingConfigurationName;
|
|
691
802
|
/**
|
|
692
803
|
* A complex type that contains information about where recorded video will be stored.
|
|
693
804
|
*/
|
|
694
805
|
destinationConfiguration: DestinationConfiguration;
|
|
806
|
+
/**
|
|
807
|
+
* Recording-configuration name. The value does not need to be unique.
|
|
808
|
+
*/
|
|
809
|
+
name?: RecordingConfigurationName;
|
|
695
810
|
/**
|
|
696
811
|
* Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.
|
|
697
812
|
*/
|
|
@@ -710,14 +825,14 @@ declare namespace IVS {
|
|
|
710
825
|
* Recording-configuration ARN.
|
|
711
826
|
*/
|
|
712
827
|
arn: RecordingConfigurationArn;
|
|
713
|
-
/**
|
|
714
|
-
* An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
|
|
715
|
-
*/
|
|
716
|
-
name?: RecordingConfigurationName;
|
|
717
828
|
/**
|
|
718
829
|
* A complex type that contains information about where recorded video will be stored.
|
|
719
830
|
*/
|
|
720
831
|
destinationConfiguration: DestinationConfiguration;
|
|
832
|
+
/**
|
|
833
|
+
* Recording-configuration name. The value does not need to be unique.
|
|
834
|
+
*/
|
|
835
|
+
name?: RecordingConfigurationName;
|
|
721
836
|
/**
|
|
722
837
|
* Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.
|
|
723
838
|
*/
|
|
@@ -748,12 +863,16 @@ declare namespace IVS {
|
|
|
748
863
|
* Channel ARN for the stream.
|
|
749
864
|
*/
|
|
750
865
|
channelArn?: ChannelArn;
|
|
866
|
+
/**
|
|
867
|
+
* The stream’s health.
|
|
868
|
+
*/
|
|
869
|
+
health?: StreamHealth;
|
|
751
870
|
/**
|
|
752
871
|
* URL of the master playlist, required by the video player to play the HLS stream.
|
|
753
872
|
*/
|
|
754
873
|
playbackUrl?: PlaybackURL;
|
|
755
874
|
/**
|
|
756
|
-
*
|
|
875
|
+
* Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
|
|
757
876
|
*/
|
|
758
877
|
startTime?: StreamStartTime;
|
|
759
878
|
/**
|
|
@@ -761,24 +880,42 @@ declare namespace IVS {
|
|
|
761
880
|
*/
|
|
762
881
|
state?: StreamState;
|
|
763
882
|
/**
|
|
764
|
-
*
|
|
883
|
+
* Unique identifier for a live or previously live stream in the specified channel.
|
|
765
884
|
*/
|
|
766
|
-
|
|
885
|
+
streamId?: StreamId;
|
|
767
886
|
/**
|
|
768
|
-
*
|
|
887
|
+
* A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.
|
|
769
888
|
*/
|
|
770
889
|
viewerCount?: StreamViewerCount;
|
|
771
890
|
}
|
|
891
|
+
export interface StreamEvent {
|
|
892
|
+
/**
|
|
893
|
+
* UTC ISO-8601 formatted timestamp of when the event occurred.
|
|
894
|
+
*/
|
|
895
|
+
eventTime?: Time;
|
|
896
|
+
/**
|
|
897
|
+
* Name that identifies the stream event within a type.
|
|
898
|
+
*/
|
|
899
|
+
name?: String;
|
|
900
|
+
/**
|
|
901
|
+
* Logical group for certain events.
|
|
902
|
+
*/
|
|
903
|
+
type?: String;
|
|
904
|
+
}
|
|
905
|
+
export type StreamEvents = StreamEvent[];
|
|
906
|
+
export interface StreamFilters {
|
|
907
|
+
/**
|
|
908
|
+
* The stream’s health.
|
|
909
|
+
*/
|
|
910
|
+
health?: StreamHealth;
|
|
911
|
+
}
|
|
772
912
|
export type StreamHealth = "HEALTHY"|"STARVING"|"UNKNOWN"|string;
|
|
913
|
+
export type StreamId = string;
|
|
773
914
|
export interface StreamKey {
|
|
774
915
|
/**
|
|
775
916
|
* Stream-key ARN.
|
|
776
917
|
*/
|
|
777
918
|
arn?: StreamKeyArn;
|
|
778
|
-
/**
|
|
779
|
-
* Stream-key value.
|
|
780
|
-
*/
|
|
781
|
-
value?: StreamKeyValue;
|
|
782
919
|
/**
|
|
783
920
|
* Channel ARN for the stream.
|
|
784
921
|
*/
|
|
@@ -787,6 +924,10 @@ declare namespace IVS {
|
|
|
787
924
|
* Array of 1-50 maps, each of the form string:string (key:value).
|
|
788
925
|
*/
|
|
789
926
|
tags?: Tags;
|
|
927
|
+
/**
|
|
928
|
+
* Stream-key value.
|
|
929
|
+
*/
|
|
930
|
+
value?: StreamKeyValue;
|
|
790
931
|
}
|
|
791
932
|
export type StreamKeyArn = string;
|
|
792
933
|
export type StreamKeyArnList = StreamKeyArn[];
|
|
@@ -809,6 +950,55 @@ declare namespace IVS {
|
|
|
809
950
|
export type StreamKeys = StreamKey[];
|
|
810
951
|
export type StreamList = StreamSummary[];
|
|
811
952
|
export type StreamMetadata = string;
|
|
953
|
+
export interface StreamSession {
|
|
954
|
+
/**
|
|
955
|
+
* The properties of the channel at the time of going live.
|
|
956
|
+
*/
|
|
957
|
+
channel?: Channel;
|
|
958
|
+
/**
|
|
959
|
+
* UTC ISO-8601 formatted timestamp of when the channel went offline. For live streams, this is NULL.
|
|
960
|
+
*/
|
|
961
|
+
endTime?: Time;
|
|
962
|
+
/**
|
|
963
|
+
* The properties of the incoming RTMP stream for the stream.
|
|
964
|
+
*/
|
|
965
|
+
ingestConfiguration?: IngestConfiguration;
|
|
966
|
+
/**
|
|
967
|
+
* The properties of recording the live stream.
|
|
968
|
+
*/
|
|
969
|
+
recordingConfiguration?: RecordingConfiguration;
|
|
970
|
+
/**
|
|
971
|
+
* UTC ISO-8601 formatted timestamp of when the channel went live.
|
|
972
|
+
*/
|
|
973
|
+
startTime?: Time;
|
|
974
|
+
/**
|
|
975
|
+
* Unique identifier for a live or previously live stream in the specified channel.
|
|
976
|
+
*/
|
|
977
|
+
streamId?: StreamId;
|
|
978
|
+
/**
|
|
979
|
+
* List of Amazon IVS events that the stream encountered. The list is sorted by most recent events and contains up to 500 events. For Amazon IVS events, see Using Amazon EventBridge with Amazon IVS.
|
|
980
|
+
*/
|
|
981
|
+
truncatedEvents?: StreamEvents;
|
|
982
|
+
}
|
|
983
|
+
export type StreamSessionList = StreamSessionSummary[];
|
|
984
|
+
export interface StreamSessionSummary {
|
|
985
|
+
/**
|
|
986
|
+
* UTC ISO-8601 formatted timestamp of when the channel went offline. For live streams, this is NULL.
|
|
987
|
+
*/
|
|
988
|
+
endTime?: Time;
|
|
989
|
+
/**
|
|
990
|
+
* If true, this stream encountered a quota breach or failure.
|
|
991
|
+
*/
|
|
992
|
+
hasErrorEvent?: Boolean;
|
|
993
|
+
/**
|
|
994
|
+
* UTC ISO-8601 formatted timestamp of when the channel went live.
|
|
995
|
+
*/
|
|
996
|
+
startTime?: Time;
|
|
997
|
+
/**
|
|
998
|
+
* Unique identifier for a live or previously live stream in the specified channel.
|
|
999
|
+
*/
|
|
1000
|
+
streamId?: StreamId;
|
|
1001
|
+
}
|
|
812
1002
|
export type StreamStartTime = Date;
|
|
813
1003
|
export type StreamState = "LIVE"|"OFFLINE"|string;
|
|
814
1004
|
export interface StreamSummary {
|
|
@@ -816,22 +1006,26 @@ declare namespace IVS {
|
|
|
816
1006
|
* Channel ARN for the stream.
|
|
817
1007
|
*/
|
|
818
1008
|
channelArn?: ChannelArn;
|
|
1009
|
+
/**
|
|
1010
|
+
* The stream’s health.
|
|
1011
|
+
*/
|
|
1012
|
+
health?: StreamHealth;
|
|
1013
|
+
/**
|
|
1014
|
+
* Time of the stream’s start. This is an ISO 8601 timestamp returned as a string.
|
|
1015
|
+
*/
|
|
1016
|
+
startTime?: StreamStartTime;
|
|
819
1017
|
/**
|
|
820
1018
|
* The stream’s state.
|
|
821
1019
|
*/
|
|
822
1020
|
state?: StreamState;
|
|
823
1021
|
/**
|
|
824
|
-
*
|
|
1022
|
+
* Unique identifier for a live or previously live stream in the specified channel.
|
|
825
1023
|
*/
|
|
826
|
-
|
|
1024
|
+
streamId?: StreamId;
|
|
827
1025
|
/**
|
|
828
|
-
*
|
|
1026
|
+
* A count of concurrent views of the stream. Typically, a new view appears in viewerCount within 15 seconds of when video playback starts and a view is removed from viewerCount within 1 minute of when video playback ends. A value of -1 indicates that the request timed out; in this case, retry.
|
|
829
1027
|
*/
|
|
830
1028
|
viewerCount?: StreamViewerCount;
|
|
831
|
-
/**
|
|
832
|
-
* ISO-8601 formatted timestamp of the stream’s start.
|
|
833
|
-
*/
|
|
834
|
-
startTime?: StreamStartTime;
|
|
835
1029
|
}
|
|
836
1030
|
export type StreamViewerCount = number;
|
|
837
1031
|
export type String = string;
|
|
@@ -851,6 +1045,7 @@ declare namespace IVS {
|
|
|
851
1045
|
}
|
|
852
1046
|
export type TagValue = string;
|
|
853
1047
|
export type Tags = {[key: string]: TagValue};
|
|
1048
|
+
export type Time = Date;
|
|
854
1049
|
export interface UntagResourceRequest {
|
|
855
1050
|
/**
|
|
856
1051
|
* ARN of the resource for which tags are to be removed.
|
|
@@ -869,29 +1064,63 @@ declare namespace IVS {
|
|
|
869
1064
|
*/
|
|
870
1065
|
arn: ChannelArn;
|
|
871
1066
|
/**
|
|
872
|
-
*
|
|
1067
|
+
* Whether the channel is private (enabled for playback authorization).
|
|
873
1068
|
*/
|
|
874
|
-
|
|
1069
|
+
authorized?: Boolean;
|
|
875
1070
|
/**
|
|
876
1071
|
* Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)
|
|
877
1072
|
*/
|
|
878
1073
|
latencyMode?: ChannelLatencyMode;
|
|
879
1074
|
/**
|
|
880
|
-
* Channel
|
|
881
|
-
*/
|
|
882
|
-
type?: ChannelType;
|
|
883
|
-
/**
|
|
884
|
-
* Whether the channel is private (enabled for playback authorization).
|
|
1075
|
+
* Channel name.
|
|
885
1076
|
*/
|
|
886
|
-
|
|
1077
|
+
name?: ChannelName;
|
|
887
1078
|
/**
|
|
888
1079
|
* Recording-configuration ARN. If this is set to an empty string, recording is disabled. A value other than an empty string indicates that recording is enabled
|
|
889
1080
|
*/
|
|
890
1081
|
recordingConfigurationArn?: ChannelRecordingConfigurationArn;
|
|
1082
|
+
/**
|
|
1083
|
+
* Channel type, which determines the allowable resolution and bitrate. If you exceed the allowable resolution or bitrate, the stream probably will disconnect immediately. Valid values: STANDARD: Multiple qualities are generated from the original input, to automatically give viewers the best experience for their devices and network conditions. Resolution can be up to 1080p and bitrate can be up to 8.5 Mbps. Audio is transcoded only for renditions 360p and below; above that, audio is passed through. BASIC: Amazon IVS delivers the original input to viewers. The viewer’s video-quality choice is limited to the original input. Resolution can be up to 480p and bitrate can be up to 1.5 Mbps.
|
|
1084
|
+
*/
|
|
1085
|
+
type?: ChannelType;
|
|
891
1086
|
}
|
|
892
1087
|
export interface UpdateChannelResponse {
|
|
893
1088
|
channel?: Channel;
|
|
894
1089
|
}
|
|
1090
|
+
export interface VideoConfiguration {
|
|
1091
|
+
/**
|
|
1092
|
+
* Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification.
|
|
1093
|
+
*/
|
|
1094
|
+
avcLevel?: String;
|
|
1095
|
+
/**
|
|
1096
|
+
* Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.
|
|
1097
|
+
*/
|
|
1098
|
+
avcProfile?: String;
|
|
1099
|
+
/**
|
|
1100
|
+
* Codec used for the video encoding.
|
|
1101
|
+
*/
|
|
1102
|
+
codec?: String;
|
|
1103
|
+
/**
|
|
1104
|
+
* Software or hardware used to encode the video.
|
|
1105
|
+
*/
|
|
1106
|
+
encoder?: String;
|
|
1107
|
+
/**
|
|
1108
|
+
* The expected ingest bitrate (bits per second). This is configured in the encoder.
|
|
1109
|
+
*/
|
|
1110
|
+
targetBitrate?: Integer;
|
|
1111
|
+
/**
|
|
1112
|
+
* The expected ingest framerate. This is configured in the encoder.
|
|
1113
|
+
*/
|
|
1114
|
+
targetFramerate?: Integer;
|
|
1115
|
+
/**
|
|
1116
|
+
* Video-resolution height in pixels.
|
|
1117
|
+
*/
|
|
1118
|
+
videoHeight?: Integer;
|
|
1119
|
+
/**
|
|
1120
|
+
* Video-resolution width in pixels.
|
|
1121
|
+
*/
|
|
1122
|
+
videoWidth?: Integer;
|
|
1123
|
+
}
|
|
895
1124
|
export type errorCode = string;
|
|
896
1125
|
export type errorMessage = string;
|
|
897
1126
|
/**
|