@pgarbe/cdk-ecr-sync 0.5.26 → 0.5.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +0 -1
- package/.jsii +5 -5
- package/.projenrc.ts +5 -3
- package/CHANGELOG.md +1 -1
- package/lib/ecr-sync.d.ts +1 -0
- package/lib/ecr-sync.d.ts.map +1 -0
- package/lib/ecr-sync.js +1 -1
- package/lib/image.d.ts +1 -0
- package/lib/image.d.ts.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/lambda/docker-adapter.d.ts +1 -0
- package/lib/lambda/docker-adapter.d.ts.map +1 -0
- package/lib/lambda/ecr-adapter.d.ts +1 -0
- package/lib/lambda/ecr-adapter.d.ts.map +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts +1 -0
- package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +384 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +56 -25
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +68 -50
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +47 -7
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +144 -65
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +177 -113
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +206 -44
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +9 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +79 -33
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +31 -46
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +113 -90
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
- package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +143 -94
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +1374 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.paginators.json +62 -0
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.waiters2.json +4 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +107 -45
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +206 -125
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +16 -11
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +25 -2
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +119 -118
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +143 -2
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +217 -113
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +552 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +537 -200
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +41 -38
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +83 -4
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -74
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +213 -119
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +10 -2
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +10 -4
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1098 -848
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +14 -11
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +4 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +10 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +262 -19
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +14 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +454 -7
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +107 -15
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +265 -82
- package/node_modules/aws-sdk/apis/fms-2018-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +297 -61
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +120 -98
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +4 -2
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +5 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +1376 -0
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2257 -440
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +194 -19
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +107 -73
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -202
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iot-data-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +516 -168
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +75 -68
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +95 -48
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +324 -83
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +562 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
- package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +239 -9
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +80 -12
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +418 -149
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +54 -2
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +117 -56
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +20 -12
- package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +2 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +165 -41
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +0 -1
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +31 -28
- package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +83 -27
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +151 -120
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +222 -154
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +402 -153
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +20 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +15 -19
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +0 -2
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +47 -11
- package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
- package/node_modules/aws-sdk/apis/organizations-2016-11-28.min.json +77 -62
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +74 -0
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +414 -346
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +197 -47
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
- package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +4 -1
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +186 -44
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +289 -413
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +0 -12
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +41 -23
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +13 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +49 -3
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +772 -239
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +52 -51
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +64 -24
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +722 -689
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +15 -13
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +378 -304
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +16 -8
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +8 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +333 -294
- package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +41 -36
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +82 -45
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +31 -25
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +59 -48
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +27 -8
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +45 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +19 -18
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +313 -131
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +60 -19
- package/node_modules/aws-sdk/apis/worklink-2018-09-25.min.json +99 -33
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +195 -27
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
- package/node_modules/aws-sdk/clients/acmpca.d.ts +72 -36
- package/node_modules/aws-sdk/clients/all.d.ts +6 -0
- package/node_modules/aws-sdk/clients/all.js +7 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +12 -7
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +48 -12
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +142 -18
- package/node_modules/aws-sdk/clients/appflow.d.ts +80 -1
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +195 -11
- package/node_modules/aws-sdk/clients/appstream.d.ts +13 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +70 -9
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +62 -34
- package/node_modules/aws-sdk/clients/backup.d.ts +49 -25
- package/node_modules/aws-sdk/clients/batch.d.ts +120 -52
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +1554 -0
- package/node_modules/aws-sdk/clients/billingconductor.js +19 -0
- package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +107 -48
- package/node_modules/aws-sdk/clients/chime.d.ts +10 -6
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +31 -5
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +24 -24
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +34 -26
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +44 -12
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +78 -73
- package/node_modules/aws-sdk/clients/comprehend.d.ts +218 -24
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +220 -49
- package/node_modules/aws-sdk/clients/connect.d.ts +539 -9
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +91 -5
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +365 -2
- package/node_modules/aws-sdk/clients/databrew.d.ts +8 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +117 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +103 -16
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +109 -3
- package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
- package/node_modules/aws-sdk/clients/docdb.d.ts +56 -40
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +10 -2
- package/node_modules/aws-sdk/clients/ebs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +450 -138
- package/node_modules/aws-sdk/clients/ecr.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +51 -35
- package/node_modules/aws-sdk/clients/efs.d.ts +40 -40
- package/node_modules/aws-sdk/clients/eks.d.ts +14 -14
- package/node_modules/aws-sdk/clients/elasticache.d.ts +14 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +380 -7
- package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
- package/node_modules/aws-sdk/clients/evidently.d.ts +19 -7
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +520 -46
- package/node_modules/aws-sdk/clients/fis.d.ts +124 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +333 -3
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +355 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +95 -63
- package/node_modules/aws-sdk/clients/gamelift.d.ts +186 -186
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +1344 -0
- package/node_modules/aws-sdk/clients/gamesparks.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +2581 -181
- package/node_modules/aws-sdk/clients/grafana.d.ts +153 -6
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +55 -24
- package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
- package/node_modules/aws-sdk/clients/iam.d.ts +10 -10
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +55 -6
- package/node_modules/aws-sdk/clients/iot.d.ts +87 -21
- package/node_modules/aws-sdk/clients/iotdata.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +369 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +25 -8
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
- package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
- package/node_modules/aws-sdk/clients/ivschat.js +18 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +50 -5
- package/node_modules/aws-sdk/clients/kendra.d.ts +408 -93
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +652 -0
- package/node_modules/aws-sdk/clients/keyspaces.js +19 -0
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
- package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
- package/node_modules/aws-sdk/clients/kms.d.ts +209 -119
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +319 -16
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lightsail.d.ts +175 -64
- package/node_modules/aws-sdk/clients/location.d.ts +28 -19
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +165 -0
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +4 -4
- package/node_modules/aws-sdk/clients/macie.d.ts +50 -50
- package/node_modules/aws-sdk/clients/macie2.d.ts +7 -2
- package/node_modules/aws-sdk/clients/mediaconnect.d.ts +47 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +63 -17
- package/node_modules/aws-sdk/clients/medialive.d.ts +79 -3
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +5 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +316 -12
- package/node_modules/aws-sdk/clients/mgn.d.ts +63 -50
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +17 -17
- package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
- package/node_modules/aws-sdk/clients/organizations.d.ts +146 -131
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -22
- package/node_modules/aws-sdk/clients/panorama.d.ts +467 -406
- package/node_modules/aws-sdk/clients/personalize.d.ts +196 -30
- package/node_modules/aws-sdk/clients/pi.d.ts +26 -26
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +4 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +2367 -0
- package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +3 -3
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/proton.d.ts +105 -101
- package/node_modules/aws-sdk/clients/quicksight.d.ts +151 -17
- package/node_modules/aws-sdk/clients/ram.d.ts +5 -5
- package/node_modules/aws-sdk/clients/rds.d.ts +587 -766
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
- package/node_modules/aws-sdk/clients/redshift.d.ts +68 -30
- package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
- package/node_modules/aws-sdk/clients/robomaker.d.ts +7 -6
- package/node_modules/aws-sdk/clients/route53.d.ts +12 -12
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +82 -10
- package/node_modules/aws-sdk/clients/s3.d.ts +735 -204
- package/node_modules/aws-sdk/clients/s3control.d.ts +8 -3
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +50 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +225 -175
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +151 -7
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +8 -4
- package/node_modules/aws-sdk/clients/sns.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssm.d.ts +90 -37
- package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +21 -7
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +24 -24
- package/node_modules/aws-sdk/clients/sts.d.ts +5 -5
- package/node_modules/aws-sdk/clients/synthetics.d.ts +10 -5
- package/node_modules/aws-sdk/clients/textract.d.ts +47 -14
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +113 -103
- package/node_modules/aws-sdk/clients/transfer.d.ts +82 -14
- package/node_modules/aws-sdk/clients/transfer.js +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +2 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +274 -34
- package/node_modules/aws-sdk/clients/wisdom.d.ts +77 -32
- package/node_modules/aws-sdk/clients/workspaces.d.ts +243 -4
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +11 -6
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1322 -1034
- package/node_modules/aws-sdk/dist/aws-sdk.js +6144 -3175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -92
- package/node_modules/aws-sdk/lib/config-base.d.ts +1 -0
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +12 -0
- package/node_modules/aws-sdk/lib/core.d.ts +1 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/credential_provider_chain.js +1 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +28 -18
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +75 -18
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +179 -0
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +8 -0
- package/node_modules/aws-sdk/lib/model/operation.js +6 -1
- package/node_modules/aws-sdk/lib/node_loader.js +2 -0
- package/node_modules/aws-sdk/lib/param_validator.js +1 -2
- package/node_modules/aws-sdk/lib/region_config_data.json +10 -0
- package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +2 -1
- package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +8 -5
- package/node_modules/jszip/.github/workflows/pr.yaml +41 -0
- package/node_modules/jszip/CHANGES.md +20 -1
- package/node_modules/jszip/LICENSE.markdown +1 -1
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +229 -16
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +80 -15
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/load.js +8 -1
- package/node_modules/jszip/lib/utils.js +28 -3
- package/node_modules/jszip/package.json +10 -9
- package/node_modules/jszip/tsconfig.json +101 -0
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/.npmignore +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/CHANGELOG.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/LICENSE +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/README.md +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/Utility.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLAttribute.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLCData.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLComment.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDAttList.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDEntity.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDTDNotation.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDeclaration.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocType.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocument.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLDocumentCB.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLElement.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLNode.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLProcessingInstruction.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLRaw.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStreamWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringWriter.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLStringifier.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLText.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/XMLWriterBase.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/lib/index.js +0 -0
- package/node_modules/{xmlbuilder → xml2js/node_modules/xmlbuilder}/package.json +0 -0
- package/package.json +18 -13
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
"distributionConfigurationArn": {},
|
|
189
189
|
"infrastructureConfigurationArn": {},
|
|
190
190
|
"imageTestsConfiguration": {
|
|
191
|
-
"shape": "
|
|
191
|
+
"shape": "S25"
|
|
192
192
|
},
|
|
193
193
|
"enhancedImageMetadataEnabled": {
|
|
194
194
|
"type": "boolean"
|
|
@@ -230,13 +230,13 @@
|
|
|
230
230
|
"infrastructureConfigurationArn": {},
|
|
231
231
|
"distributionConfigurationArn": {},
|
|
232
232
|
"imageTestsConfiguration": {
|
|
233
|
-
"shape": "
|
|
233
|
+
"shape": "S25"
|
|
234
234
|
},
|
|
235
235
|
"enhancedImageMetadataEnabled": {
|
|
236
236
|
"type": "boolean"
|
|
237
237
|
},
|
|
238
238
|
"schedule": {
|
|
239
|
-
"shape": "
|
|
239
|
+
"shape": "S29"
|
|
240
240
|
},
|
|
241
241
|
"status": {},
|
|
242
242
|
"tags": {
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
},
|
|
287
287
|
"workingDirectory": {},
|
|
288
288
|
"additionalInstanceConfiguration": {
|
|
289
|
-
"shape": "
|
|
289
|
+
"shape": "S2g"
|
|
290
290
|
},
|
|
291
291
|
"clientToken": {
|
|
292
292
|
"idempotencyToken": true
|
|
@@ -318,15 +318,15 @@
|
|
|
318
318
|
"name": {},
|
|
319
319
|
"description": {},
|
|
320
320
|
"instanceTypes": {
|
|
321
|
-
"shape": "
|
|
321
|
+
"shape": "S2l"
|
|
322
322
|
},
|
|
323
323
|
"instanceProfileName": {},
|
|
324
324
|
"securityGroupIds": {
|
|
325
|
-
"shape": "
|
|
325
|
+
"shape": "S2o"
|
|
326
326
|
},
|
|
327
327
|
"subnetId": {},
|
|
328
328
|
"logging": {
|
|
329
|
-
"shape": "
|
|
329
|
+
"shape": "S2p"
|
|
330
330
|
},
|
|
331
331
|
"keyPair": {},
|
|
332
332
|
"terminateInstanceOnFailure": {
|
|
@@ -334,10 +334,10 @@
|
|
|
334
334
|
},
|
|
335
335
|
"snsTopicArn": {},
|
|
336
336
|
"resourceTags": {
|
|
337
|
-
"shape": "
|
|
337
|
+
"shape": "S2s"
|
|
338
338
|
},
|
|
339
339
|
"instanceMetadataOptions": {
|
|
340
|
-
"shape": "
|
|
340
|
+
"shape": "S2t"
|
|
341
341
|
},
|
|
342
342
|
"tags": {
|
|
343
343
|
"shape": "Se"
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"shape": "Sa"
|
|
567
567
|
},
|
|
568
568
|
"state": {
|
|
569
|
-
"shape": "
|
|
569
|
+
"shape": "S3g"
|
|
570
570
|
},
|
|
571
571
|
"parameters": {
|
|
572
572
|
"type": "list",
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"members": {
|
|
649
649
|
"requestId": {},
|
|
650
650
|
"containerRecipe": {
|
|
651
|
-
"shape": "
|
|
651
|
+
"shape": "S3t"
|
|
652
652
|
}
|
|
653
653
|
}
|
|
654
654
|
}
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
"members": {
|
|
701
701
|
"requestId": {},
|
|
702
702
|
"distributionConfiguration": {
|
|
703
|
-
"shape": "
|
|
703
|
+
"shape": "S3z"
|
|
704
704
|
}
|
|
705
705
|
}
|
|
706
706
|
}
|
|
@@ -739,28 +739,28 @@
|
|
|
739
739
|
},
|
|
740
740
|
"osVersion": {},
|
|
741
741
|
"state": {
|
|
742
|
-
"shape": "
|
|
742
|
+
"shape": "S46"
|
|
743
743
|
},
|
|
744
744
|
"imageRecipe": {
|
|
745
|
-
"shape": "
|
|
745
|
+
"shape": "S48"
|
|
746
746
|
},
|
|
747
747
|
"containerRecipe": {
|
|
748
|
-
"shape": "
|
|
748
|
+
"shape": "S3t"
|
|
749
749
|
},
|
|
750
750
|
"sourcePipelineName": {},
|
|
751
751
|
"sourcePipelineArn": {},
|
|
752
752
|
"infrastructureConfiguration": {
|
|
753
|
-
"shape": "
|
|
753
|
+
"shape": "S4a"
|
|
754
754
|
},
|
|
755
755
|
"distributionConfiguration": {
|
|
756
|
-
"shape": "
|
|
756
|
+
"shape": "S3z"
|
|
757
757
|
},
|
|
758
758
|
"imageTestsConfiguration": {
|
|
759
|
-
"shape": "
|
|
759
|
+
"shape": "S25"
|
|
760
760
|
},
|
|
761
761
|
"dateCreated": {},
|
|
762
762
|
"outputResources": {
|
|
763
|
-
"shape": "
|
|
763
|
+
"shape": "S4b"
|
|
764
764
|
},
|
|
765
765
|
"tags": {
|
|
766
766
|
"shape": "Se"
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"members": {
|
|
794
794
|
"requestId": {},
|
|
795
795
|
"imagePipeline": {
|
|
796
|
-
"shape": "
|
|
796
|
+
"shape": "S4j"
|
|
797
797
|
}
|
|
798
798
|
}
|
|
799
799
|
}
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"members": {
|
|
846
846
|
"requestId": {},
|
|
847
847
|
"imageRecipe": {
|
|
848
|
-
"shape": "
|
|
848
|
+
"shape": "S48"
|
|
849
849
|
}
|
|
850
850
|
}
|
|
851
851
|
}
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"members": {
|
|
898
898
|
"requestId": {},
|
|
899
899
|
"infrastructureConfiguration": {
|
|
900
|
-
"shape": "
|
|
900
|
+
"shape": "S4a"
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
903
|
}
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
"shape": "Sa"
|
|
1018
1018
|
},
|
|
1019
1019
|
"state": {
|
|
1020
|
-
"shape": "
|
|
1020
|
+
"shape": "S3g"
|
|
1021
1021
|
},
|
|
1022
1022
|
"type": {},
|
|
1023
1023
|
"owner": {},
|
|
@@ -1043,7 +1043,7 @@
|
|
|
1043
1043
|
"members": {
|
|
1044
1044
|
"owner": {},
|
|
1045
1045
|
"filters": {
|
|
1046
|
-
"shape": "
|
|
1046
|
+
"shape": "S56"
|
|
1047
1047
|
},
|
|
1048
1048
|
"byName": {
|
|
1049
1049
|
"type": "boolean"
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
"members": {
|
|
1091
1091
|
"owner": {},
|
|
1092
1092
|
"filters": {
|
|
1093
|
-
"shape": "
|
|
1093
|
+
"shape": "S56"
|
|
1094
1094
|
},
|
|
1095
1095
|
"maxResults": {
|
|
1096
1096
|
"type": "integer"
|
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"type": "structure",
|
|
1133
1133
|
"members": {
|
|
1134
1134
|
"filters": {
|
|
1135
|
-
"shape": "
|
|
1135
|
+
"shape": "S56"
|
|
1136
1136
|
},
|
|
1137
1137
|
"maxResults": {
|
|
1138
1138
|
"type": "integer"
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
"members": {
|
|
1181
1181
|
"imageVersionArn": {},
|
|
1182
1182
|
"filters": {
|
|
1183
|
-
"shape": "
|
|
1183
|
+
"shape": "S56"
|
|
1184
1184
|
},
|
|
1185
1185
|
"maxResults": {
|
|
1186
1186
|
"type": "integer"
|
|
@@ -1193,7 +1193,7 @@
|
|
|
1193
1193
|
"members": {
|
|
1194
1194
|
"requestId": {},
|
|
1195
1195
|
"imageSummaryList": {
|
|
1196
|
-
"shape": "
|
|
1196
|
+
"shape": "S5q"
|
|
1197
1197
|
},
|
|
1198
1198
|
"nextToken": {}
|
|
1199
1199
|
}
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
"members": {
|
|
1247
1247
|
"imagePipelineArn": {},
|
|
1248
1248
|
"filters": {
|
|
1249
|
-
"shape": "
|
|
1249
|
+
"shape": "S56"
|
|
1250
1250
|
},
|
|
1251
1251
|
"maxResults": {
|
|
1252
1252
|
"type": "integer"
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"members": {
|
|
1260
1260
|
"requestId": {},
|
|
1261
1261
|
"imageSummaryList": {
|
|
1262
|
-
"shape": "
|
|
1262
|
+
"shape": "S5q"
|
|
1263
1263
|
},
|
|
1264
1264
|
"nextToken": {}
|
|
1265
1265
|
}
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
"type": "structure",
|
|
1274
1274
|
"members": {
|
|
1275
1275
|
"filters": {
|
|
1276
|
-
"shape": "
|
|
1276
|
+
"shape": "S56"
|
|
1277
1277
|
},
|
|
1278
1278
|
"maxResults": {
|
|
1279
1279
|
"type": "integer"
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
"imagePipelineList": {
|
|
1289
1289
|
"type": "list",
|
|
1290
1290
|
"member": {
|
|
1291
|
-
"shape": "
|
|
1291
|
+
"shape": "S4j"
|
|
1292
1292
|
}
|
|
1293
1293
|
},
|
|
1294
1294
|
"nextToken": {}
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
"members": {
|
|
1305
1305
|
"owner": {},
|
|
1306
1306
|
"filters": {
|
|
1307
|
-
"shape": "
|
|
1307
|
+
"shape": "S56"
|
|
1308
1308
|
},
|
|
1309
1309
|
"maxResults": {
|
|
1310
1310
|
"type": "integer"
|
|
@@ -1346,7 +1346,7 @@
|
|
|
1346
1346
|
"members": {
|
|
1347
1347
|
"owner": {},
|
|
1348
1348
|
"filters": {
|
|
1349
|
-
"shape": "
|
|
1349
|
+
"shape": "S56"
|
|
1350
1350
|
},
|
|
1351
1351
|
"byName": {
|
|
1352
1352
|
"type": "boolean"
|
|
@@ -1393,7 +1393,7 @@
|
|
|
1393
1393
|
"type": "structure",
|
|
1394
1394
|
"members": {
|
|
1395
1395
|
"filters": {
|
|
1396
|
-
"shape": "
|
|
1396
|
+
"shape": "S56"
|
|
1397
1397
|
},
|
|
1398
1398
|
"maxResults": {
|
|
1399
1399
|
"type": "integer"
|
|
@@ -1416,13 +1416,13 @@
|
|
|
1416
1416
|
"dateCreated": {},
|
|
1417
1417
|
"dateUpdated": {},
|
|
1418
1418
|
"resourceTags": {
|
|
1419
|
-
"shape": "
|
|
1419
|
+
"shape": "S2s"
|
|
1420
1420
|
},
|
|
1421
1421
|
"tags": {
|
|
1422
1422
|
"shape": "Se"
|
|
1423
1423
|
},
|
|
1424
1424
|
"instanceTypes": {
|
|
1425
|
-
"shape": "
|
|
1425
|
+
"shape": "S2l"
|
|
1426
1426
|
},
|
|
1427
1427
|
"instanceProfileName": {}
|
|
1428
1428
|
}
|
|
@@ -1687,13 +1687,13 @@
|
|
|
1687
1687
|
"infrastructureConfigurationArn": {},
|
|
1688
1688
|
"distributionConfigurationArn": {},
|
|
1689
1689
|
"imageTestsConfiguration": {
|
|
1690
|
-
"shape": "
|
|
1690
|
+
"shape": "S25"
|
|
1691
1691
|
},
|
|
1692
1692
|
"enhancedImageMetadataEnabled": {
|
|
1693
1693
|
"type": "boolean"
|
|
1694
1694
|
},
|
|
1695
1695
|
"schedule": {
|
|
1696
|
-
"shape": "
|
|
1696
|
+
"shape": "S29"
|
|
1697
1697
|
},
|
|
1698
1698
|
"status": {},
|
|
1699
1699
|
"clientToken": {
|
|
@@ -1726,15 +1726,15 @@
|
|
|
1726
1726
|
"infrastructureConfigurationArn": {},
|
|
1727
1727
|
"description": {},
|
|
1728
1728
|
"instanceTypes": {
|
|
1729
|
-
"shape": "
|
|
1729
|
+
"shape": "S2l"
|
|
1730
1730
|
},
|
|
1731
1731
|
"instanceProfileName": {},
|
|
1732
1732
|
"securityGroupIds": {
|
|
1733
|
-
"shape": "
|
|
1733
|
+
"shape": "S2o"
|
|
1734
1734
|
},
|
|
1735
1735
|
"subnetId": {},
|
|
1736
1736
|
"logging": {
|
|
1737
|
-
"shape": "
|
|
1737
|
+
"shape": "S2p"
|
|
1738
1738
|
},
|
|
1739
1739
|
"keyPair": {},
|
|
1740
1740
|
"terminateInstanceOnFailure": {
|
|
@@ -1745,10 +1745,10 @@
|
|
|
1745
1745
|
"idempotencyToken": true
|
|
1746
1746
|
},
|
|
1747
1747
|
"resourceTags": {
|
|
1748
|
-
"shape": "
|
|
1748
|
+
"shape": "S2s"
|
|
1749
1749
|
},
|
|
1750
1750
|
"instanceMetadataOptions": {
|
|
1751
|
-
"shape": "
|
|
1751
|
+
"shape": "S2t"
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
1754
1754
|
},
|
|
@@ -1948,6 +1948,40 @@
|
|
|
1948
1948
|
"s3Bucket": {},
|
|
1949
1949
|
"s3Prefix": {}
|
|
1950
1950
|
}
|
|
1951
|
+
},
|
|
1952
|
+
"fastLaunchConfigurations": {
|
|
1953
|
+
"type": "list",
|
|
1954
|
+
"member": {
|
|
1955
|
+
"type": "structure",
|
|
1956
|
+
"required": [
|
|
1957
|
+
"enabled"
|
|
1958
|
+
],
|
|
1959
|
+
"members": {
|
|
1960
|
+
"enabled": {
|
|
1961
|
+
"type": "boolean"
|
|
1962
|
+
},
|
|
1963
|
+
"snapshotConfiguration": {
|
|
1964
|
+
"type": "structure",
|
|
1965
|
+
"members": {
|
|
1966
|
+
"targetResourceCount": {
|
|
1967
|
+
"type": "integer"
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
"maxParallelLaunches": {
|
|
1972
|
+
"type": "integer"
|
|
1973
|
+
},
|
|
1974
|
+
"launchTemplate": {
|
|
1975
|
+
"type": "structure",
|
|
1976
|
+
"members": {
|
|
1977
|
+
"launchTemplateId": {},
|
|
1978
|
+
"launchTemplateName": {},
|
|
1979
|
+
"launchTemplateVersion": {}
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
"accountId": {}
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1951
1985
|
}
|
|
1952
1986
|
}
|
|
1953
1987
|
}
|
|
@@ -1960,7 +1994,7 @@
|
|
|
1960
1994
|
"type": "list",
|
|
1961
1995
|
"member": {}
|
|
1962
1996
|
},
|
|
1963
|
-
"
|
|
1997
|
+
"S25": {
|
|
1964
1998
|
"type": "structure",
|
|
1965
1999
|
"members": {
|
|
1966
2000
|
"imageTestsEnabled": {
|
|
@@ -1971,7 +2005,7 @@
|
|
|
1971
2005
|
}
|
|
1972
2006
|
}
|
|
1973
2007
|
},
|
|
1974
|
-
"
|
|
2008
|
+
"S29": {
|
|
1975
2009
|
"type": "structure",
|
|
1976
2010
|
"members": {
|
|
1977
2011
|
"scheduleExpression": {},
|
|
@@ -1979,7 +2013,7 @@
|
|
|
1979
2013
|
"pipelineExecutionStartCondition": {}
|
|
1980
2014
|
}
|
|
1981
2015
|
},
|
|
1982
|
-
"
|
|
2016
|
+
"S2g": {
|
|
1983
2017
|
"type": "structure",
|
|
1984
2018
|
"members": {
|
|
1985
2019
|
"systemsManagerAgent": {
|
|
@@ -1993,15 +2027,15 @@
|
|
|
1993
2027
|
"userDataOverride": {}
|
|
1994
2028
|
}
|
|
1995
2029
|
},
|
|
1996
|
-
"
|
|
2030
|
+
"S2l": {
|
|
1997
2031
|
"type": "list",
|
|
1998
2032
|
"member": {}
|
|
1999
2033
|
},
|
|
2000
|
-
"
|
|
2034
|
+
"S2o": {
|
|
2001
2035
|
"type": "list",
|
|
2002
2036
|
"member": {}
|
|
2003
2037
|
},
|
|
2004
|
-
"
|
|
2038
|
+
"S2p": {
|
|
2005
2039
|
"type": "structure",
|
|
2006
2040
|
"members": {
|
|
2007
2041
|
"s3Logs": {
|
|
@@ -2013,12 +2047,12 @@
|
|
|
2013
2047
|
}
|
|
2014
2048
|
}
|
|
2015
2049
|
},
|
|
2016
|
-
"
|
|
2050
|
+
"S2s": {
|
|
2017
2051
|
"type": "map",
|
|
2018
2052
|
"key": {},
|
|
2019
2053
|
"value": {}
|
|
2020
2054
|
},
|
|
2021
|
-
"
|
|
2055
|
+
"S2t": {
|
|
2022
2056
|
"type": "structure",
|
|
2023
2057
|
"members": {
|
|
2024
2058
|
"httpTokens": {},
|
|
@@ -2027,14 +2061,14 @@
|
|
|
2027
2061
|
}
|
|
2028
2062
|
}
|
|
2029
2063
|
},
|
|
2030
|
-
"
|
|
2064
|
+
"S3g": {
|
|
2031
2065
|
"type": "structure",
|
|
2032
2066
|
"members": {
|
|
2033
2067
|
"status": {},
|
|
2034
2068
|
"reason": {}
|
|
2035
2069
|
}
|
|
2036
2070
|
},
|
|
2037
|
-
"
|
|
2071
|
+
"S3t": {
|
|
2038
2072
|
"type": "structure",
|
|
2039
2073
|
"members": {
|
|
2040
2074
|
"arn": {},
|
|
@@ -2066,7 +2100,7 @@
|
|
|
2066
2100
|
}
|
|
2067
2101
|
}
|
|
2068
2102
|
},
|
|
2069
|
-
"
|
|
2103
|
+
"S3z": {
|
|
2070
2104
|
"type": "structure",
|
|
2071
2105
|
"required": [
|
|
2072
2106
|
"timeoutMinutes"
|
|
@@ -2088,14 +2122,14 @@
|
|
|
2088
2122
|
}
|
|
2089
2123
|
}
|
|
2090
2124
|
},
|
|
2091
|
-
"
|
|
2125
|
+
"S46": {
|
|
2092
2126
|
"type": "structure",
|
|
2093
2127
|
"members": {
|
|
2094
2128
|
"status": {},
|
|
2095
2129
|
"reason": {}
|
|
2096
2130
|
}
|
|
2097
2131
|
},
|
|
2098
|
-
"
|
|
2132
|
+
"S48": {
|
|
2099
2133
|
"type": "structure",
|
|
2100
2134
|
"members": {
|
|
2101
2135
|
"arn": {},
|
|
@@ -2118,26 +2152,26 @@
|
|
|
2118
2152
|
},
|
|
2119
2153
|
"workingDirectory": {},
|
|
2120
2154
|
"additionalInstanceConfiguration": {
|
|
2121
|
-
"shape": "
|
|
2155
|
+
"shape": "S2g"
|
|
2122
2156
|
}
|
|
2123
2157
|
}
|
|
2124
2158
|
},
|
|
2125
|
-
"
|
|
2159
|
+
"S4a": {
|
|
2126
2160
|
"type": "structure",
|
|
2127
2161
|
"members": {
|
|
2128
2162
|
"arn": {},
|
|
2129
2163
|
"name": {},
|
|
2130
2164
|
"description": {},
|
|
2131
2165
|
"instanceTypes": {
|
|
2132
|
-
"shape": "
|
|
2166
|
+
"shape": "S2l"
|
|
2133
2167
|
},
|
|
2134
2168
|
"instanceProfileName": {},
|
|
2135
2169
|
"securityGroupIds": {
|
|
2136
|
-
"shape": "
|
|
2170
|
+
"shape": "S2o"
|
|
2137
2171
|
},
|
|
2138
2172
|
"subnetId": {},
|
|
2139
2173
|
"logging": {
|
|
2140
|
-
"shape": "
|
|
2174
|
+
"shape": "S2p"
|
|
2141
2175
|
},
|
|
2142
2176
|
"keyPair": {},
|
|
2143
2177
|
"terminateInstanceOnFailure": {
|
|
@@ -2147,17 +2181,17 @@
|
|
|
2147
2181
|
"dateCreated": {},
|
|
2148
2182
|
"dateUpdated": {},
|
|
2149
2183
|
"resourceTags": {
|
|
2150
|
-
"shape": "
|
|
2184
|
+
"shape": "S2s"
|
|
2151
2185
|
},
|
|
2152
2186
|
"instanceMetadataOptions": {
|
|
2153
|
-
"shape": "
|
|
2187
|
+
"shape": "S2t"
|
|
2154
2188
|
},
|
|
2155
2189
|
"tags": {
|
|
2156
2190
|
"shape": "Se"
|
|
2157
2191
|
}
|
|
2158
2192
|
}
|
|
2159
2193
|
},
|
|
2160
|
-
"
|
|
2194
|
+
"S4b": {
|
|
2161
2195
|
"type": "structure",
|
|
2162
2196
|
"members": {
|
|
2163
2197
|
"amis": {
|
|
@@ -2170,7 +2204,7 @@
|
|
|
2170
2204
|
"name": {},
|
|
2171
2205
|
"description": {},
|
|
2172
2206
|
"state": {
|
|
2173
|
-
"shape": "
|
|
2207
|
+
"shape": "S46"
|
|
2174
2208
|
},
|
|
2175
2209
|
"accountId": {}
|
|
2176
2210
|
}
|
|
@@ -2190,7 +2224,7 @@
|
|
|
2190
2224
|
}
|
|
2191
2225
|
}
|
|
2192
2226
|
},
|
|
2193
|
-
"
|
|
2227
|
+
"S4j": {
|
|
2194
2228
|
"type": "structure",
|
|
2195
2229
|
"members": {
|
|
2196
2230
|
"arn": {},
|
|
@@ -2205,10 +2239,10 @@
|
|
|
2205
2239
|
"infrastructureConfigurationArn": {},
|
|
2206
2240
|
"distributionConfigurationArn": {},
|
|
2207
2241
|
"imageTestsConfiguration": {
|
|
2208
|
-
"shape": "
|
|
2242
|
+
"shape": "S25"
|
|
2209
2243
|
},
|
|
2210
2244
|
"schedule": {
|
|
2211
|
-
"shape": "
|
|
2245
|
+
"shape": "S29"
|
|
2212
2246
|
},
|
|
2213
2247
|
"status": {},
|
|
2214
2248
|
"dateCreated": {},
|
|
@@ -2220,7 +2254,7 @@
|
|
|
2220
2254
|
}
|
|
2221
2255
|
}
|
|
2222
2256
|
},
|
|
2223
|
-
"
|
|
2257
|
+
"S56": {
|
|
2224
2258
|
"type": "list",
|
|
2225
2259
|
"member": {
|
|
2226
2260
|
"type": "structure",
|
|
@@ -2233,7 +2267,7 @@
|
|
|
2233
2267
|
}
|
|
2234
2268
|
}
|
|
2235
2269
|
},
|
|
2236
|
-
"
|
|
2270
|
+
"S5q": {
|
|
2237
2271
|
"type": "list",
|
|
2238
2272
|
"member": {
|
|
2239
2273
|
"type": "structure",
|
|
@@ -2245,12 +2279,12 @@
|
|
|
2245
2279
|
"platform": {},
|
|
2246
2280
|
"osVersion": {},
|
|
2247
2281
|
"state": {
|
|
2248
|
-
"shape": "
|
|
2282
|
+
"shape": "S46"
|
|
2249
2283
|
},
|
|
2250
2284
|
"owner": {},
|
|
2251
2285
|
"dateCreated": {},
|
|
2252
2286
|
"outputResources": {
|
|
2253
|
-
"shape": "
|
|
2287
|
+
"shape": "S4b"
|
|
2254
2288
|
},
|
|
2255
2289
|
"tags": {
|
|
2256
2290
|
"shape": "Se"
|