@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30
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/.jsii +5 -5
- package/.projenrc.ts +5 -0
- package/API.md +106 -50
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +153 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
- package/node_modules/aws-sdk/apis/metadata.json +11 -0
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
- package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
- package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
- package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
- package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
- package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
- package/node_modules/aws-sdk/clients/location.d.ts +20 -16
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
- package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
- package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
- package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
- package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
- package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +17 -14
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
|
@@ -1765,7 +1765,7 @@ declare namespace Backup {
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
ControlInputParameters?: ControlInputParameters;
|
|
1767
1767
|
/**
|
|
1768
|
-
* The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see
|
|
1768
|
+
* The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ControlScope.
|
|
1769
1769
|
*/
|
|
1770
1770
|
ControlScope?: ControlScope;
|
|
1771
1771
|
}
|
|
@@ -2004,6 +2004,14 @@ declare namespace Backup {
|
|
|
2004
2004
|
* The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID. If used from an Organizations management account, passing * returns all jobs across the organization.
|
|
2005
2005
|
*/
|
|
2006
2006
|
ByAccountId?: AccountId;
|
|
2007
|
+
/**
|
|
2008
|
+
* Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2009
|
+
*/
|
|
2010
|
+
ByCompleteAfter?: timestamp;
|
|
2011
|
+
/**
|
|
2012
|
+
* Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2013
|
+
*/
|
|
2014
|
+
ByCompleteBefore?: timestamp;
|
|
2007
2015
|
}
|
|
2008
2016
|
export interface ListBackupJobsOutput {
|
|
2009
2017
|
/**
|
|
@@ -2164,6 +2172,14 @@ declare namespace Backup {
|
|
|
2164
2172
|
* The account ID to list the jobs from. Returns only copy jobs associated with the specified account ID.
|
|
2165
2173
|
*/
|
|
2166
2174
|
ByAccountId?: AccountId;
|
|
2175
|
+
/**
|
|
2176
|
+
* Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2177
|
+
*/
|
|
2178
|
+
ByCompleteBefore?: timestamp;
|
|
2179
|
+
/**
|
|
2180
|
+
* Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2181
|
+
*/
|
|
2182
|
+
ByCompleteAfter?: timestamp;
|
|
2167
2183
|
}
|
|
2168
2184
|
export interface ListCopyJobsOutput {
|
|
2169
2185
|
/**
|
|
@@ -2365,6 +2381,14 @@ declare namespace Backup {
|
|
|
2365
2381
|
* Returns only restore jobs associated with the specified job status.
|
|
2366
2382
|
*/
|
|
2367
2383
|
ByStatus?: RestoreJobStatus;
|
|
2384
|
+
/**
|
|
2385
|
+
* Returns only copy jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2386
|
+
*/
|
|
2387
|
+
ByCompleteBefore?: timestamp;
|
|
2388
|
+
/**
|
|
2389
|
+
* Returns only copy jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
|
|
2390
|
+
*/
|
|
2391
|
+
ByCompleteAfter?: timestamp;
|
|
2368
2392
|
}
|
|
2369
2393
|
export interface ListRestoreJobsOutput {
|
|
2370
2394
|
/**
|
|
@@ -20,11 +20,11 @@ declare class Batch extends Service {
|
|
|
20
20
|
*/
|
|
21
21
|
cancelJob(callback?: (err: AWSError, data: Batch.Types.CancelJobResponse) => void): Request<Batch.Types.CancelJobResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have a lot of flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't upgrade the AMIs in a compute environment after
|
|
23
|
+
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have a lot of flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either do not set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Do not specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case Batch will select the latest Amazon ECS optimized AMI supported by Batch at the time the infrastructure update is initiated. Alternatively you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties will trigger an infrastructure update. If the AMI ID is specified in the launch template, it can not be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default)or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that triggers an infrastructure update will cause the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template will be evaluated up at the time of the infrastructure update, even if the launchTemplate was not updated.
|
|
24
24
|
*/
|
|
25
25
|
createComputeEnvironment(params: Batch.Types.CreateComputeEnvironmentRequest, callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have a lot of flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't upgrade the AMIs in a compute environment after
|
|
27
|
+
* Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have a lot of flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either do not set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Do not specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case Batch will select the latest Amazon ECS optimized AMI supported by Batch at the time the infrastructure update is initiated. Alternatively you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties will trigger an infrastructure update. If the AMI ID is specified in the launch template, it can not be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default)or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that triggers an infrastructure update will cause the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template will be evaluated up at the time of the infrastructure update, even if the launchTemplate was not updated.
|
|
28
28
|
*/
|
|
29
29
|
createComputeEnvironment(callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
|
|
30
30
|
/**
|
|
@@ -410,7 +410,7 @@ declare namespace Batch {
|
|
|
410
410
|
*/
|
|
411
411
|
instanceRole?: String;
|
|
412
412
|
/**
|
|
413
|
-
* Key-value pair tags to be applied to EC2 resources that are launched in the compute environment. For Batch, these take the form of "String1": "String2", where String1 is the tag key and String2 is the tag value−for example, { "Name": "Batch Instance - C4OnDemand" }. This is helpful for recognizing your Batch instances in the Amazon EC2 console.
|
|
413
|
+
* Key-value pair tags to be applied to EC2 resources that are launched in the compute environment. For Batch, these take the form of "String1": "String2", where String1 is the tag key and String2 is the tag value−for example, { "Name": "Batch Instance - C4OnDemand" }. This is helpful for recognizing your Batch instances in the Amazon EC2 console. Updating these tags requires an infrastructure update to the compute environment. For more information, see Updating compute environments in the Batch User Guide. These tags aren't seen when using the Batch ListTagsForResource API operation. This parameter isn't applicable to jobs that are running on Fargate resources, and shouldn't be specified.
|
|
414
414
|
*/
|
|
415
415
|
tags?: TagsMap;
|
|
416
416
|
/**
|
|
@@ -1748,7 +1748,7 @@ declare namespace Batch {
|
|
|
1748
1748
|
*/
|
|
1749
1749
|
jobQueue: String;
|
|
1750
1750
|
/**
|
|
1751
|
-
* The share identifier for the job.
|
|
1751
|
+
* The share identifier for the job. If the job queue does not have a scheduling policy, then this parameter must not be specified. If the job queue has a scheduling policy, then this parameter must be specified.
|
|
1752
1752
|
*/
|
|
1753
1753
|
shareIdentifier?: String;
|
|
1754
1754
|
/**
|
|
@@ -44,11 +44,11 @@ declare class Braket extends Service {
|
|
|
44
44
|
*/
|
|
45
45
|
createQuantumTask(callback?: (err: AWSError, data: Braket.Types.CreateQuantumTaskResponse) => void): Request<Braket.Types.CreateQuantumTaskResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Retrieves the devices available in Amazon Braket.
|
|
47
|
+
* Retrieves the devices available in Amazon Braket. For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.
|
|
48
48
|
*/
|
|
49
49
|
getDevice(params: Braket.Types.GetDeviceRequest, callback?: (err: AWSError, data: Braket.Types.GetDeviceResponse) => void): Request<Braket.Types.GetDeviceResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Retrieves the devices available in Amazon Braket.
|
|
51
|
+
* Retrieves the devices available in Amazon Braket. For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.
|
|
52
52
|
*/
|
|
53
53
|
getDevice(callback?: (err: AWSError, data: Braket.Types.GetDeviceResponse) => void): Request<Braket.Types.GetDeviceResponse, AWSError>;
|
|
54
54
|
/**
|
|
@@ -507,6 +507,10 @@ declare namespace Braket {
|
|
|
507
507
|
}
|
|
508
508
|
export type InputFileConfigChannelNameString = string;
|
|
509
509
|
export interface InstanceConfig {
|
|
510
|
+
/**
|
|
511
|
+
* Configures the number of resource instances to use while running an Amazon Braket job on Amazon Braket. The default value is 1.
|
|
512
|
+
*/
|
|
513
|
+
instanceCount?: InstanceConfigInstanceCountInteger;
|
|
510
514
|
/**
|
|
511
515
|
* Configures the type resource instances to use while running an Amazon Braket hybrid job.
|
|
512
516
|
*/
|
|
@@ -516,6 +520,7 @@ declare namespace Braket {
|
|
|
516
520
|
*/
|
|
517
521
|
volumeSizeInGb: InstanceConfigVolumeSizeInGbInteger;
|
|
518
522
|
}
|
|
523
|
+
export type InstanceConfigInstanceCountInteger = number;
|
|
519
524
|
export type InstanceConfigVolumeSizeInGbInteger = number;
|
|
520
525
|
export type InstanceType = "ml.m4.xlarge"|"ml.m4.2xlarge"|"ml.m4.4xlarge"|"ml.m4.10xlarge"|"ml.m4.16xlarge"|"ml.g4dn.xlarge"|"ml.g4dn.2xlarge"|"ml.g4dn.4xlarge"|"ml.g4dn.8xlarge"|"ml.g4dn.12xlarge"|"ml.g4dn.16xlarge"|"ml.m5.large"|"ml.m5.xlarge"|"ml.m5.2xlarge"|"ml.m5.4xlarge"|"ml.m5.12xlarge"|"ml.m5.24xlarge"|"ml.c4.xlarge"|"ml.c4.2xlarge"|"ml.c4.4xlarge"|"ml.c4.8xlarge"|"ml.p2.xlarge"|"ml.p2.8xlarge"|"ml.p2.16xlarge"|"ml.p3.2xlarge"|"ml.p3.8xlarge"|"ml.p3.16xlarge"|"ml.p3dn.24xlarge"|"ml.p4d.24xlarge"|"ml.c5.xlarge"|"ml.c5.2xlarge"|"ml.c5.4xlarge"|"ml.c5.9xlarge"|"ml.c5.18xlarge"|"ml.c5n.xlarge"|"ml.c5n.2xlarge"|"ml.c5n.4xlarge"|"ml.c5n.9xlarge"|"ml.c5n.18xlarge"|string;
|
|
521
526
|
export type Integer = number;
|
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class ChimeSDKMediaPipelines extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: ChimeSDKMediaPipelines.Types.ClientConfiguration)
|
|
13
|
+
config: Config & ChimeSDKMediaPipelines.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
* Creates a media capture pipeline.
|
|
16
|
+
*/
|
|
17
|
+
createMediaCapturePipeline(params: ChimeSDKMediaPipelines.Types.CreateMediaCapturePipelineRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaCapturePipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaCapturePipelineResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
* Creates a media capture pipeline.
|
|
20
|
+
*/
|
|
21
|
+
createMediaCapturePipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.CreateMediaCapturePipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.CreateMediaCapturePipelineResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
* Deletes the media capture pipeline.
|
|
24
|
+
*/
|
|
25
|
+
deleteMediaCapturePipeline(params: ChimeSDKMediaPipelines.Types.DeleteMediaCapturePipelineRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
* Deletes the media capture pipeline.
|
|
28
|
+
*/
|
|
29
|
+
deleteMediaCapturePipeline(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
* Gets an existing media capture pipeline.
|
|
32
|
+
*/
|
|
33
|
+
getMediaCapturePipeline(params: ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
* Gets an existing media capture pipeline.
|
|
36
|
+
*/
|
|
37
|
+
getMediaCapturePipeline(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse) => void): Request<ChimeSDKMediaPipelines.Types.GetMediaCapturePipelineResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
* Returns a list of media capture pipelines.
|
|
40
|
+
*/
|
|
41
|
+
listMediaCapturePipelines(params: ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
* Returns a list of media capture pipelines.
|
|
44
|
+
*/
|
|
45
|
+
listMediaCapturePipelines(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListMediaCapturePipelinesResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
* Lists the tags applied to an Amazon Chime SDK media capture pipeline.
|
|
48
|
+
*/
|
|
49
|
+
listTagsForResource(params: ChimeSDKMediaPipelines.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
* Lists the tags applied to an Amazon Chime SDK media capture pipeline.
|
|
52
|
+
*/
|
|
53
|
+
listTagsForResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.ListTagsForResourceResponse, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.
|
|
56
|
+
*/
|
|
57
|
+
tagResource(params: ChimeSDKMediaPipelines.Types.TagResourceRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.TagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.TagResourceResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Applies the specified tags to the specified Amazon Chime SDK media capture pipeline.
|
|
60
|
+
*/
|
|
61
|
+
tagResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.TagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.TagResourceResponse, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
* Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.
|
|
64
|
+
*/
|
|
65
|
+
untagResource(params: ChimeSDKMediaPipelines.Types.UntagResourceRequest, callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UntagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.UntagResourceResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
* Removes the specified tags from the specified Amazon Chime SDK media capture pipeline.
|
|
68
|
+
*/
|
|
69
|
+
untagResource(callback?: (err: AWSError, data: ChimeSDKMediaPipelines.Types.UntagResourceResponse) => void): Request<ChimeSDKMediaPipelines.Types.UntagResourceResponse, AWSError>;
|
|
70
|
+
}
|
|
71
|
+
declare namespace ChimeSDKMediaPipelines {
|
|
72
|
+
export type AmazonResourceName = string;
|
|
73
|
+
export type Arn = string;
|
|
74
|
+
export interface ArtifactsConfiguration {
|
|
75
|
+
/**
|
|
76
|
+
* The configuration for the audio artifacts.
|
|
77
|
+
*/
|
|
78
|
+
Audio: AudioArtifactsConfiguration;
|
|
79
|
+
/**
|
|
80
|
+
* The configuration for the video artifacts.
|
|
81
|
+
*/
|
|
82
|
+
Video: VideoArtifactsConfiguration;
|
|
83
|
+
/**
|
|
84
|
+
* The configuration for the content artifacts.
|
|
85
|
+
*/
|
|
86
|
+
Content: ContentArtifactsConfiguration;
|
|
87
|
+
}
|
|
88
|
+
export type ArtifactsState = "Enabled"|"Disabled"|string;
|
|
89
|
+
export type AttendeeIdList = GuidString[];
|
|
90
|
+
export interface AudioArtifactsConfiguration {
|
|
91
|
+
/**
|
|
92
|
+
* The MUX type of the audio artifact configuration object.
|
|
93
|
+
*/
|
|
94
|
+
MuxType: AudioMuxType;
|
|
95
|
+
}
|
|
96
|
+
export type AudioMuxType = "AudioOnly"|"AudioWithActiveSpeakerVideo"|string;
|
|
97
|
+
export interface ChimeSdkMeetingConfiguration {
|
|
98
|
+
/**
|
|
99
|
+
* The source configuration for a specified media capture pipline.
|
|
100
|
+
*/
|
|
101
|
+
SourceConfiguration?: SourceConfiguration;
|
|
102
|
+
/**
|
|
103
|
+
* The configuration for the artifacts in an Amazon Chime SDK meeting.
|
|
104
|
+
*/
|
|
105
|
+
ArtifactsConfiguration?: ArtifactsConfiguration;
|
|
106
|
+
}
|
|
107
|
+
export type ClientRequestToken = string;
|
|
108
|
+
export interface ContentArtifactsConfiguration {
|
|
109
|
+
/**
|
|
110
|
+
* Indicates whether the content artifact is enabled or disabled.
|
|
111
|
+
*/
|
|
112
|
+
State: ArtifactsState;
|
|
113
|
+
/**
|
|
114
|
+
* The MUX type of the artifact configuration.
|
|
115
|
+
*/
|
|
116
|
+
MuxType?: ContentMuxType;
|
|
117
|
+
}
|
|
118
|
+
export type ContentMuxType = "ContentOnly"|string;
|
|
119
|
+
export interface CreateMediaCapturePipelineRequest {
|
|
120
|
+
/**
|
|
121
|
+
* Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
|
|
122
|
+
*/
|
|
123
|
+
SourceType: MediaPipelineSourceType;
|
|
124
|
+
/**
|
|
125
|
+
* ARN of the source from which the media artifacts are captured.
|
|
126
|
+
*/
|
|
127
|
+
SourceArn: Arn;
|
|
128
|
+
/**
|
|
129
|
+
* Destination type to which the media artifacts are saved. You must use an S3 bucket.
|
|
130
|
+
*/
|
|
131
|
+
SinkType: MediaPipelineSinkType;
|
|
132
|
+
/**
|
|
133
|
+
* The ARN of the sink type.
|
|
134
|
+
*/
|
|
135
|
+
SinkArn: Arn;
|
|
136
|
+
/**
|
|
137
|
+
* The token assigned to the client making the pipeline request.
|
|
138
|
+
*/
|
|
139
|
+
ClientRequestToken?: ClientRequestToken;
|
|
140
|
+
/**
|
|
141
|
+
* The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.
|
|
142
|
+
*/
|
|
143
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
144
|
+
/**
|
|
145
|
+
* The list of tags.
|
|
146
|
+
*/
|
|
147
|
+
Tags?: TagList;
|
|
148
|
+
}
|
|
149
|
+
export interface CreateMediaCapturePipelineResponse {
|
|
150
|
+
/**
|
|
151
|
+
* A media capture pipeline object, the ID, source type, source ARN, sink type, and sink ARN of a media capture pipeline object.
|
|
152
|
+
*/
|
|
153
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
154
|
+
}
|
|
155
|
+
export interface DeleteMediaCapturePipelineRequest {
|
|
156
|
+
/**
|
|
157
|
+
* The ID of the media capture pipeline being deleted.
|
|
158
|
+
*/
|
|
159
|
+
MediaPipelineId: GuidString;
|
|
160
|
+
}
|
|
161
|
+
export type ExternalUserIdList = ExternalUserIdType[];
|
|
162
|
+
export type ExternalUserIdType = string;
|
|
163
|
+
export interface GetMediaCapturePipelineRequest {
|
|
164
|
+
/**
|
|
165
|
+
* The ID of the pipeline that you want to get.
|
|
166
|
+
*/
|
|
167
|
+
MediaPipelineId: GuidString;
|
|
168
|
+
}
|
|
169
|
+
export interface GetMediaCapturePipelineResponse {
|
|
170
|
+
/**
|
|
171
|
+
* The media capture pipeline object.
|
|
172
|
+
*/
|
|
173
|
+
MediaCapturePipeline?: MediaCapturePipeline;
|
|
174
|
+
}
|
|
175
|
+
export type GuidString = string;
|
|
176
|
+
export type Iso8601Timestamp = Date;
|
|
177
|
+
export interface ListMediaCapturePipelinesRequest {
|
|
178
|
+
/**
|
|
179
|
+
* The token used to retrieve the next page of results.
|
|
180
|
+
*/
|
|
181
|
+
NextToken?: String;
|
|
182
|
+
/**
|
|
183
|
+
* The maximum number of results to return in a single call. Valid Range: 1 - 99.
|
|
184
|
+
*/
|
|
185
|
+
MaxResults?: ResultMax;
|
|
186
|
+
}
|
|
187
|
+
export interface ListMediaCapturePipelinesResponse {
|
|
188
|
+
/**
|
|
189
|
+
* The media capture pipeline objects in the list.
|
|
190
|
+
*/
|
|
191
|
+
MediaCapturePipelines?: MediaCapturePipelineSummaryList;
|
|
192
|
+
/**
|
|
193
|
+
* The token used to retrieve the next page of results.
|
|
194
|
+
*/
|
|
195
|
+
NextToken?: String;
|
|
196
|
+
}
|
|
197
|
+
export interface ListTagsForResourceRequest {
|
|
198
|
+
/**
|
|
199
|
+
* The resource ARN.
|
|
200
|
+
*/
|
|
201
|
+
ResourceARN: AmazonResourceName;
|
|
202
|
+
}
|
|
203
|
+
export interface ListTagsForResourceResponse {
|
|
204
|
+
/**
|
|
205
|
+
* The tag key-value pairs.
|
|
206
|
+
*/
|
|
207
|
+
Tags?: TagList;
|
|
208
|
+
}
|
|
209
|
+
export interface MediaCapturePipeline {
|
|
210
|
+
/**
|
|
211
|
+
* The ID of a media capture pipeline.
|
|
212
|
+
*/
|
|
213
|
+
MediaPipelineId?: GuidString;
|
|
214
|
+
/**
|
|
215
|
+
* The ARN of a media capture pipeline.
|
|
216
|
+
*/
|
|
217
|
+
MediaPipelineArn?: AmazonResourceName;
|
|
218
|
+
/**
|
|
219
|
+
* Source type from which media artifacts are saved. You must use ChimeMeeting.
|
|
220
|
+
*/
|
|
221
|
+
SourceType?: MediaPipelineSourceType;
|
|
222
|
+
/**
|
|
223
|
+
* ARN of the source from which the media artifacts are saved.
|
|
224
|
+
*/
|
|
225
|
+
SourceArn?: Arn;
|
|
226
|
+
/**
|
|
227
|
+
* The status of the media capture pipeline.
|
|
228
|
+
*/
|
|
229
|
+
Status?: MediaPipelineStatus;
|
|
230
|
+
/**
|
|
231
|
+
* Destination type to which the media artifacts are saved. You must use an S3 Bucket.
|
|
232
|
+
*/
|
|
233
|
+
SinkType?: MediaPipelineSinkType;
|
|
234
|
+
/**
|
|
235
|
+
* ARN of the destination to which the media artifacts are saved.
|
|
236
|
+
*/
|
|
237
|
+
SinkArn?: Arn;
|
|
238
|
+
/**
|
|
239
|
+
* The time at which the capture pipeline was created, in ISO 8601 format.
|
|
240
|
+
*/
|
|
241
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
242
|
+
/**
|
|
243
|
+
* The time at which the capture pipeline was updated, in ISO 8601 format.
|
|
244
|
+
*/
|
|
245
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
246
|
+
/**
|
|
247
|
+
* The configuration for a specified media capture pipeline. SourceType must be ChimeSdkMeeting.
|
|
248
|
+
*/
|
|
249
|
+
ChimeSdkMeetingConfiguration?: ChimeSdkMeetingConfiguration;
|
|
250
|
+
}
|
|
251
|
+
export interface MediaCapturePipelineSummary {
|
|
252
|
+
/**
|
|
253
|
+
* The ID of a media capture pipeline.
|
|
254
|
+
*/
|
|
255
|
+
MediaPipelineId?: GuidString;
|
|
256
|
+
/**
|
|
257
|
+
* The ARN of a media capture pipeline.
|
|
258
|
+
*/
|
|
259
|
+
MediaPipelineArn?: AmazonResourceName;
|
|
260
|
+
}
|
|
261
|
+
export type MediaCapturePipelineSummaryList = MediaCapturePipelineSummary[];
|
|
262
|
+
export type MediaPipelineSinkType = "S3Bucket"|string;
|
|
263
|
+
export type MediaPipelineSourceType = "ChimeSdkMeeting"|string;
|
|
264
|
+
export type MediaPipelineStatus = "Initializing"|"InProgress"|"Failed"|"Stopping"|"Stopped"|string;
|
|
265
|
+
export type ResultMax = number;
|
|
266
|
+
export interface SelectedVideoStreams {
|
|
267
|
+
/**
|
|
268
|
+
* The attendee IDs of the streams selected for a media capture pipeline.
|
|
269
|
+
*/
|
|
270
|
+
AttendeeIds?: AttendeeIdList;
|
|
271
|
+
/**
|
|
272
|
+
* The external user IDs of the streams selected for a media capture pipeline.
|
|
273
|
+
*/
|
|
274
|
+
ExternalUserIds?: ExternalUserIdList;
|
|
275
|
+
}
|
|
276
|
+
export interface SourceConfiguration {
|
|
277
|
+
/**
|
|
278
|
+
* The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.
|
|
279
|
+
*/
|
|
280
|
+
SelectedVideoStreams?: SelectedVideoStreams;
|
|
281
|
+
}
|
|
282
|
+
export type String = string;
|
|
283
|
+
export interface Tag {
|
|
284
|
+
/**
|
|
285
|
+
* The key of the tag.
|
|
286
|
+
*/
|
|
287
|
+
Key: TagKey;
|
|
288
|
+
/**
|
|
289
|
+
* The value of the tag.
|
|
290
|
+
*/
|
|
291
|
+
Value: TagValue;
|
|
292
|
+
}
|
|
293
|
+
export type TagKey = string;
|
|
294
|
+
export type TagKeyList = TagKey[];
|
|
295
|
+
export type TagList = Tag[];
|
|
296
|
+
export interface TagResourceRequest {
|
|
297
|
+
/**
|
|
298
|
+
* The resource ARN.
|
|
299
|
+
*/
|
|
300
|
+
ResourceARN: AmazonResourceName;
|
|
301
|
+
/**
|
|
302
|
+
* The tag key-value pairs.
|
|
303
|
+
*/
|
|
304
|
+
Tags: TagList;
|
|
305
|
+
}
|
|
306
|
+
export interface TagResourceResponse {
|
|
307
|
+
}
|
|
308
|
+
export type TagValue = string;
|
|
309
|
+
export interface UntagResourceRequest {
|
|
310
|
+
/**
|
|
311
|
+
* The resource ARN.
|
|
312
|
+
*/
|
|
313
|
+
ResourceARN: AmazonResourceName;
|
|
314
|
+
/**
|
|
315
|
+
* The tag keys.
|
|
316
|
+
*/
|
|
317
|
+
TagKeys: TagKeyList;
|
|
318
|
+
}
|
|
319
|
+
export interface UntagResourceResponse {
|
|
320
|
+
}
|
|
321
|
+
export interface VideoArtifactsConfiguration {
|
|
322
|
+
/**
|
|
323
|
+
* Indicates whether the video artifact is enabled or disabled.
|
|
324
|
+
*/
|
|
325
|
+
State: ArtifactsState;
|
|
326
|
+
/**
|
|
327
|
+
* The MUX type of the video artifact configuration object.
|
|
328
|
+
*/
|
|
329
|
+
MuxType?: VideoMuxType;
|
|
330
|
+
}
|
|
331
|
+
export type VideoMuxType = "VideoOnly"|string;
|
|
332
|
+
/**
|
|
333
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
334
|
+
*/
|
|
335
|
+
export type apiVersion = "2021-07-15"|"latest"|string;
|
|
336
|
+
export interface ClientApiVersions {
|
|
337
|
+
/**
|
|
338
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
339
|
+
*/
|
|
340
|
+
apiVersion?: apiVersion;
|
|
341
|
+
}
|
|
342
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
343
|
+
/**
|
|
344
|
+
* Contains interfaces for use with the ChimeSDKMediaPipelines client.
|
|
345
|
+
*/
|
|
346
|
+
export import Types = ChimeSDKMediaPipelines;
|
|
347
|
+
}
|
|
348
|
+
export = ChimeSDKMediaPipelines;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['chimesdkmediapipelines'] = {};
|
|
7
|
+
AWS.ChimeSDKMediaPipelines = Service.defineService('chimesdkmediapipelines', ['2021-07-15']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['chimesdkmediapipelines'], '2021-07-15', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/chime-sdk-media-pipelines-2021-07-15.min.json');
|
|
11
|
+
model.paginators = require('../apis/chime-sdk-media-pipelines-2021-07-15.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.ChimeSDKMediaPipelines;
|
|
@@ -77,11 +77,11 @@ declare class CloudControl extends Service {
|
|
|
77
77
|
*/
|
|
78
78
|
updateResource(callback?: (err: AWSError, data: CloudControl.Types.UpdateResourceOutput) => void): Request<CloudControl.Types.UpdateResourceOutput, AWSError>;
|
|
79
79
|
/**
|
|
80
|
-
* Waits for the resourceRequestSuccess state by periodically calling the underlying CloudControl.getResourceRequestStatusoperation every 5 seconds (at most
|
|
80
|
+
* Waits for the resourceRequestSuccess state by periodically calling the underlying CloudControl.getResourceRequestStatusoperation every 5 seconds (at most 24 times). Wait until resource operation request is successful
|
|
81
81
|
*/
|
|
82
82
|
waitFor(state: "resourceRequestSuccess", params: CloudControl.Types.GetResourceRequestStatusInput & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: CloudControl.Types.GetResourceRequestStatusOutput) => void): Request<CloudControl.Types.GetResourceRequestStatusOutput, AWSError>;
|
|
83
83
|
/**
|
|
84
|
-
* Waits for the resourceRequestSuccess state by periodically calling the underlying CloudControl.getResourceRequestStatusoperation every 5 seconds (at most
|
|
84
|
+
* Waits for the resourceRequestSuccess state by periodically calling the underlying CloudControl.getResourceRequestStatusoperation every 5 seconds (at most 24 times). Wait until resource operation request is successful
|
|
85
85
|
*/
|
|
86
86
|
waitFor(state: "resourceRequestSuccess", callback?: (err: AWSError, data: CloudControl.Types.GetResourceRequestStatusOutput) => void): Request<CloudControl.Types.GetResourceRequestStatusOutput, AWSError>;
|
|
87
87
|
}
|
|
@@ -114,7 +114,7 @@ declare namespace CloudControl {
|
|
|
114
114
|
*/
|
|
115
115
|
ClientToken?: ClientToken;
|
|
116
116
|
/**
|
|
117
|
-
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format.
|
|
117
|
+
* Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values. Cloud Control API currently supports JSON as a structured data format. <p>Specify the desired state as one of the following:</p> <ul> <li> <p>A JSON blob</p> </li> <li> <p>A local path containing the desired state in JSON data format</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate">Composing the desired state of the resource</a> in the <i>Amazon Web Services Cloud Control API User Guide</i>.</p> <p>For more information about the properties of a specific resource, refer to the related topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource and property types reference</a> in the <i>CloudFormation Users Guide</i>.</p>
|
|
118
118
|
*/
|
|
119
119
|
DesiredState: Properties;
|
|
120
120
|
}
|