@pgarbe/cdk-ecr-sync 0.5.18 → 0.5.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +19 -19
- package/.jsii +2588 -1305
- package/.projenrc.ts +51 -0
- package/API.md +177 -46
- package/lib/ecr-sync.d.ts +6 -6
- package/lib/ecr-sync.js +16 -15
- package/node_modules/aws-sdk/CHANGELOG.md +419 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +5 -4
- package/node_modules/aws-sdk/apis/account-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +123 -0
- package/node_modules/aws-sdk/apis/account-2021-02-01.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +442 -11
- package/node_modules/aws-sdk/apis/amp-2020-08-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/amp-2020-08-01.waiters2.json +43 -0
- package/node_modules/aws-sdk/apis/amplifybackend-2020-08-11.min.json +347 -3
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.examples.json +715 -0
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +48 -38
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +87 -0
- package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +43 -37
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +222 -8
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +51 -30
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +10 -10
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +505 -141
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +97 -77
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +464 -12
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +344 -114
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +189 -60
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +420 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/batch-2016-08-10.examples.json +30 -6
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +267 -72
- package/node_modules/aws-sdk/apis/batch-2016-08-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +388 -11
- package/node_modules/aws-sdk/apis/braket-2019-09-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +287 -201
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +503 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +752 -88
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -27
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +702 -180
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +74 -73
- package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +224 -125
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +242 -68
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +805 -103
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +322 -50
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.min.json +430 -110
- package/node_modules/aws-sdk/apis/databrew-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +460 -39
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +207 -56
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +676 -140
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +31 -2
- package/node_modules/aws-sdk/apis/directconnect-2012-10-25.min.json +133 -36
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +120 -73
- package/node_modules/aws-sdk/apis/drs-2020-02-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +1347 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +296 -261
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4613 -1377
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +90 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +445 -31
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +114 -75
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +131 -124
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +18 -6
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1853 -0
- package/node_modules/aws-sdk/apis/evidently-2021-02-01.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +24 -4
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +602 -36
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +198 -82
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +507 -76
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +358 -75
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +817 -138
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +388 -367
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.examples.json +5 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +728 -0
- package/node_modules/aws-sdk/apis/grafana-2020-08-18.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +2 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +124 -82
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +1993 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.paginators.json +57 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +375 -209
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +31 -3
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +360 -124
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +1675 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1073 -94
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +276 -98
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +7 -12
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +459 -78
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.min.json +960 -0
- package/node_modules/aws-sdk/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +691 -130
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +64 -24
- package/node_modules/aws-sdk/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +608 -8
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +858 -81
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +50 -5
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +180 -120
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +186 -72
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +166 -147
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +39 -7
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +9 -7
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +198 -108
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +321 -130
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +301 -227
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +7 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +411 -149
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +68 -0
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +156 -43
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +1230 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +1032 -0
- package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +850 -157
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +192 -128
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +65 -31
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +2044 -118
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.paginators.json +60 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +752 -957
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +50 -56
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.waiters2.json +234 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +24 -4
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +507 -49
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.examples.json +5 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +1622 -0
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.paginators.json +49 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +338 -31
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +2 -4
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +869 -352
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +752 -74
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +41 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +327 -194
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +16 -11
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +325 -0
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +538 -323
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +253 -148
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +0 -6
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +362 -121
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +1863 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +74 -0
- package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +263 -198
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +85 -13
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +458 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +14 -13
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +138 -138
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +196 -163
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +15 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2264 -1025
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +779 -259
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +72 -70
- package/node_modules/aws-sdk/apis/shield-2016-06-02.min.json +93 -14
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +35 -25
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +90 -18
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +379 -351
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +58 -11
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +39 -9
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +163 -30
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +623 -42
- package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +81 -13
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +80 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +44 -43
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +66 -30
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +903 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +166 -97
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +398 -59
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1525 -0
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +308 -27
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +83 -50
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.examples.json +5 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +1579 -0
- package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.paginators.json +39 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +6 -1
- package/node_modules/aws-sdk/clients/account.d.ts +136 -0
- package/node_modules/aws-sdk/clients/account.js +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +21 -0
- package/node_modules/aws-sdk/clients/all.js +22 -1
- package/node_modules/aws-sdk/clients/amp.d.ts +387 -0
- package/node_modules/aws-sdk/clients/amp.js +1 -0
- package/node_modules/aws-sdk/clients/amplifybackend.d.ts +313 -1
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +1003 -0
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +18 -0
- package/node_modules/aws-sdk/clients/apigateway.d.ts +1 -1
- package/node_modules/aws-sdk/clients/appconfig.d.ts +86 -68
- package/node_modules/aws-sdk/clients/appconfigdata.d.ts +102 -0
- package/node_modules/aws-sdk/clients/appconfigdata.js +18 -0
- package/node_modules/aws-sdk/clients/appflow.d.ts +8 -0
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +273 -2
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +38 -38
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +18 -3
- package/node_modules/aws-sdk/clients/apprunner.d.ts +55 -54
- package/node_modules/aws-sdk/clients/appstream.d.ts +482 -15
- package/node_modules/aws-sdk/clients/appsync.d.ts +35 -13
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +801 -313
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +341 -51
- package/node_modules/aws-sdk/clients/backup.d.ts +162 -32
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +571 -0
- package/node_modules/aws-sdk/clients/backupgateway.js +18 -0
- package/node_modules/aws-sdk/clients/batch.d.ts +250 -34
- package/node_modules/aws-sdk/clients/braket.d.ts +409 -0
- package/node_modules/aws-sdk/clients/chime.d.ts +135 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +314 -2
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +546 -0
- package/node_modules/aws-sdk/clients/chimesdkmeetings.js +18 -0
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +620 -16
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +385 -0
- package/node_modules/aws-sdk/clients/cloudcontrol.js +19 -0
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +46 -14
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +494 -40
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +3 -3
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +71 -17
- package/node_modules/aws-sdk/clients/codebuild.d.ts +8 -3
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +60 -23
- package/node_modules/aws-sdk/clients/comprehend.d.ts +200 -1
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +249 -10
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +846 -48
- package/node_modules/aws-sdk/clients/connectparticipant.d.ts +18 -13
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +322 -11
- package/node_modules/aws-sdk/clients/databrew.d.ts +358 -1
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +525 -23
- package/node_modules/aws-sdk/clients/datasync.d.ts +241 -11
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +707 -81
- package/node_modules/aws-sdk/clients/directconnect.d.ts +208 -49
- package/node_modules/aws-sdk/clients/dms.d.ts +116 -34
- package/node_modules/aws-sdk/clients/drs.d.ts +1737 -0
- package/node_modules/aws-sdk/clients/drs.js +18 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +113 -61
- package/node_modules/aws-sdk/clients/ec2.d.ts +4037 -416
- package/node_modules/aws-sdk/clients/ecr.d.ts +713 -56
- package/node_modules/aws-sdk/clients/ecs.d.ts +416 -345
- package/node_modules/aws-sdk/clients/efs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -23
- package/node_modules/aws-sdk/clients/elasticache.d.ts +51 -30
- package/node_modules/aws-sdk/clients/elbv2.d.ts +29 -12
- package/node_modules/aws-sdk/clients/emr.d.ts +38 -18
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +18 -3
- package/node_modules/aws-sdk/clients/es.d.ts +39 -3
- package/node_modules/aws-sdk/clients/evidently.d.ts +1892 -0
- package/node_modules/aws-sdk/clients/evidently.js +18 -0
- package/node_modules/aws-sdk/clients/finspace.d.ts +26 -0
- package/node_modules/aws-sdk/clients/finspace.js +0 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +741 -65
- package/node_modules/aws-sdk/clients/finspacedata.js +0 -1
- package/node_modules/aws-sdk/clients/firehose.d.ts +62 -0
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +561 -9
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +434 -26
- package/node_modules/aws-sdk/clients/fsx.d.ts +905 -139
- package/node_modules/aws-sdk/clients/gamelift.d.ts +9 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +59 -2
- package/node_modules/aws-sdk/clients/grafana.d.ts +718 -0
- package/node_modules/aws-sdk/clients/grafana.js +18 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +8 -4
- package/node_modules/aws-sdk/clients/health.d.ts +49 -49
- package/node_modules/aws-sdk/clients/iam.d.ts +85 -85
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +102 -42
- package/node_modules/aws-sdk/clients/inspector2.d.ts +2448 -0
- package/node_modules/aws-sdk/clients/inspector2.js +18 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +252 -18
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +90 -60
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +254 -12
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +1672 -0
- package/node_modules/aws-sdk/clients/iottwinmaker.js +19 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +637 -6
- package/node_modules/aws-sdk/clients/ivs.d.ts +353 -124
- package/node_modules/aws-sdk/clients/kafka.d.ts +503 -18
- package/node_modules/aws-sdk/clients/kafkaconnect.d.ts +1132 -0
- package/node_modules/aws-sdk/clients/kafkaconnect.js +18 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +797 -60
- package/node_modules/aws-sdk/clients/kinesis.d.ts +114 -46
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +30 -30
- package/node_modules/aws-sdk/clients/kms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +935 -97
- package/node_modules/aws-sdk/clients/lambda.d.ts +102 -37
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +834 -21
- package/node_modules/aws-sdk/clients/lexmodelsv2.js +0 -1
- package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +12 -7
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +215 -42
- package/node_modules/aws-sdk/clients/lightsail.d.ts +25 -2
- package/node_modules/aws-sdk/clients/location.d.ts +124 -60
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +23 -14
- package/node_modules/aws-sdk/clients/lookoutmetrics.js +0 -1
- package/node_modules/aws-sdk/clients/macie2.d.ts +171 -82
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +280 -81
- package/node_modules/aws-sdk/clients/medialive.d.ts +81 -5
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +8 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +271 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +140 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +1686 -0
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.js +18 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +1335 -0
- package/node_modules/aws-sdk/clients/migrationhubstrategy.js +18 -0
- package/node_modules/aws-sdk/clients/neptune.d.ts +20 -12
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +61 -10
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +2680 -519
- package/node_modules/aws-sdk/clients/nimble.d.ts +499 -299
- package/node_modules/aws-sdk/clients/nimble.js +1 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +43 -1
- package/node_modules/aws-sdk/clients/outposts.d.ts +520 -12
- package/node_modules/aws-sdk/clients/panorama.d.ts +1926 -0
- package/node_modules/aws-sdk/clients/panorama.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +456 -9
- package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +8 -4
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +534 -4
- package/node_modules/aws-sdk/clients/proton.d.ts +984 -152
- package/node_modules/aws-sdk/clients/quicksight.d.ts +337 -193
- package/node_modules/aws-sdk/clients/ram.d.ts +234 -212
- package/node_modules/aws-sdk/clients/rbin.d.ts +355 -0
- package/node_modules/aws-sdk/clients/rbin.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +758 -388
- package/node_modules/aws-sdk/clients/redshift.d.ts +170 -8
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +34 -34
- package/node_modules/aws-sdk/clients/rekognition.d.ts +347 -28
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +2101 -0
- package/node_modules/aws-sdk/clients/resiliencehub.js +18 -0
- package/node_modules/aws-sdk/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/node_modules/aws-sdk/clients/robomaker.d.ts +139 -13
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +94 -0
- package/node_modules/aws-sdk/clients/rum.d.ts +509 -0
- package/node_modules/aws-sdk/clients/rum.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +123 -75
- package/node_modules/aws-sdk/clients/s3control.d.ts +11 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1757 -95
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +27 -27
- package/node_modules/aws-sdk/clients/securityhub.d.ts +829 -13
- package/node_modules/aws-sdk/clients/sesv2.d.ts +128 -108
- package/node_modules/aws-sdk/clients/shield.d.ts +125 -43
- package/node_modules/aws-sdk/clients/snowball.d.ts +73 -55
- package/node_modules/aws-sdk/clients/sns.d.ts +127 -34
- package/node_modules/aws-sdk/clients/sqs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ssm.d.ts +349 -283
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +66 -66
- package/node_modules/aws-sdk/clients/storagegateway.d.ts +101 -36
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/synthetics.d.ts +40 -0
- package/node_modules/aws-sdk/clients/textract.d.ts +167 -8
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +661 -19
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +135 -42
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +75 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +21 -16
- package/node_modules/aws-sdk/clients/translate.d.ts +74 -21
- package/node_modules/aws-sdk/clients/voiceid.d.ts +1133 -0
- package/node_modules/aws-sdk/clients/voiceid.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +113 -31
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +355 -13
- package/node_modules/aws-sdk/clients/wisdom.d.ts +1499 -0
- package/node_modules/aws-sdk/clients/wisdom.js +18 -0
- package/node_modules/aws-sdk/clients/workmail.d.ts +383 -5
- package/node_modules/aws-sdk/clients/workspaces.d.ts +87 -40
- package/node_modules/aws-sdk/clients/workspacesweb.d.ts +1520 -0
- package/node_modules/aws-sdk/clients/workspacesweb.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +129 -80
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1300 -550
- package/node_modules/aws-sdk/dist/aws-sdk.js +12256 -4407
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -87
- package/node_modules/aws-sdk/lib/config-base.d.ts +8 -0
- package/node_modules/aws-sdk/lib/config.js +15 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +42 -0
- package/node_modules/aws-sdk/lib/config_use_dualstack.d.ts +3 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +91 -39
- package/node_modules/aws-sdk/lib/event_listeners.js +1 -2
- package/node_modules/aws-sdk/lib/http_request.d.ts +1 -1
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_config_options.js +12 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode.js +8 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_endpoint_mode_config_options.js +14 -0
- package/node_modules/aws-sdk/lib/metadata_service/get_metadata_service_endpoint.js +4 -4
- package/node_modules/aws-sdk/lib/node_loader.js +63 -21
- package/node_modules/aws-sdk/lib/protocol/rest_json.js +6 -12
- package/node_modules/aws-sdk/lib/region/utils.js +21 -0
- package/node_modules/aws-sdk/lib/region_config.js +13 -13
- package/node_modules/aws-sdk/lib/region_config_data.json +141 -6
- package/node_modules/aws-sdk/lib/request.js +4 -6
- package/node_modules/aws-sdk/lib/service.js +19 -0
- package/node_modules/aws-sdk/lib/services/s3.js +16 -20
- package/node_modules/aws-sdk/lib/services/s3control.js +12 -3
- package/node_modules/aws-sdk/lib/services/s3util.js +17 -7
- package/node_modules/aws-sdk/lib/signers/v4.js +1 -1
- package/node_modules/aws-sdk/package.json +4 -5
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +18 -14
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/.eslintrc.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/AUTHORS +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/CHANGELOG.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/LICENSE.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/README_js.md +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/bin/uuid +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/index.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/bytesToUuid.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/md5.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/rng.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1-browser.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/sha1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/lib/v35.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/package.json +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v1.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v3.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v4.js +0 -0
- package/node_modules/{aws-sdk/node_modules/uuid → uuid}/v5.js +0 -0
- package/package.json +42 -69
- package/node_modules/aws-sdk/lib/metadata_service/endpoint.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_config_options.js +0 -14
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode.js +0 -6
- package/node_modules/aws-sdk/lib/metadata_service/endpoint_mode_config_options.js +0 -16
- package/node_modules/aws-sdk/lib/services/finspace.js +0 -23
- package/node_modules/aws-sdk/lib/services/finspacedata.js +0 -23
- package/node_modules/aws-sdk/lib/services/lexmodelsv2.js +0 -23
- package/node_modules/aws-sdk/lib/services/lookoutmetrics.js +0 -22
- package/node_modules/aws-sdk/scripts/check-node-version.js +0 -8
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"type": "integer"
|
|
211
211
|
},
|
|
212
212
|
"AvailabilityZones": {
|
|
213
|
-
"shape": "
|
|
213
|
+
"shape": "S26"
|
|
214
214
|
},
|
|
215
215
|
"LoadBalancerNames": {
|
|
216
216
|
"shape": "Sa"
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"PlacementGroup": {},
|
|
226
226
|
"VPCZoneIdentifier": {},
|
|
227
227
|
"TerminationPolicies": {
|
|
228
|
-
"shape": "
|
|
228
|
+
"shape": "S29"
|
|
229
229
|
},
|
|
230
230
|
"NewInstancesProtectedFromScaleIn": {
|
|
231
231
|
"type": "boolean"
|
|
@@ -255,13 +255,14 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"Tags": {
|
|
258
|
-
"shape": "
|
|
258
|
+
"shape": "S2j"
|
|
259
259
|
},
|
|
260
260
|
"ServiceLinkedRoleARN": {},
|
|
261
261
|
"MaxInstanceLifetime": {
|
|
262
262
|
"type": "integer"
|
|
263
263
|
},
|
|
264
|
-
"Context": {}
|
|
264
|
+
"Context": {},
|
|
265
|
+
"DesiredCapacityType": {}
|
|
265
266
|
}
|
|
266
267
|
}
|
|
267
268
|
},
|
|
@@ -276,11 +277,11 @@
|
|
|
276
277
|
"ImageId": {},
|
|
277
278
|
"KeyName": {},
|
|
278
279
|
"SecurityGroups": {
|
|
279
|
-
"shape": "
|
|
280
|
+
"shape": "S2r"
|
|
280
281
|
},
|
|
281
282
|
"ClassicLinkVPCId": {},
|
|
282
283
|
"ClassicLinkVPCSecurityGroups": {
|
|
283
|
-
"shape": "
|
|
284
|
+
"shape": "S2s"
|
|
284
285
|
},
|
|
285
286
|
"UserData": {},
|
|
286
287
|
"InstanceId": {},
|
|
@@ -288,10 +289,10 @@
|
|
|
288
289
|
"KernelId": {},
|
|
289
290
|
"RamdiskId": {},
|
|
290
291
|
"BlockDeviceMappings": {
|
|
291
|
-
"shape": "
|
|
292
|
+
"shape": "S2u"
|
|
292
293
|
},
|
|
293
294
|
"InstanceMonitoring": {
|
|
294
|
-
"shape": "
|
|
295
|
+
"shape": "S34"
|
|
295
296
|
},
|
|
296
297
|
"SpotPrice": {},
|
|
297
298
|
"IamInstanceProfile": {},
|
|
@@ -303,7 +304,7 @@
|
|
|
303
304
|
},
|
|
304
305
|
"PlacementTenancy": {},
|
|
305
306
|
"MetadataOptions": {
|
|
306
|
-
"shape": "
|
|
307
|
+
"shape": "S39"
|
|
307
308
|
}
|
|
308
309
|
}
|
|
309
310
|
}
|
|
@@ -316,7 +317,7 @@
|
|
|
316
317
|
],
|
|
317
318
|
"members": {
|
|
318
319
|
"Tags": {
|
|
319
|
-
"shape": "
|
|
320
|
+
"shape": "S2j"
|
|
320
321
|
}
|
|
321
322
|
}
|
|
322
323
|
}
|
|
@@ -410,7 +411,7 @@
|
|
|
410
411
|
],
|
|
411
412
|
"members": {
|
|
412
413
|
"Tags": {
|
|
413
|
-
"shape": "
|
|
414
|
+
"shape": "S2j"
|
|
414
415
|
}
|
|
415
416
|
}
|
|
416
417
|
}
|
|
@@ -476,11 +477,14 @@
|
|
|
476
477
|
"type": "structure",
|
|
477
478
|
"members": {
|
|
478
479
|
"AutoScalingGroupNames": {
|
|
479
|
-
"shape": "
|
|
480
|
+
"shape": "S3y"
|
|
480
481
|
},
|
|
481
482
|
"NextToken": {},
|
|
482
483
|
"MaxRecords": {
|
|
483
484
|
"type": "integer"
|
|
485
|
+
},
|
|
486
|
+
"Filters": {
|
|
487
|
+
"shape": "S40"
|
|
484
488
|
}
|
|
485
489
|
}
|
|
486
490
|
},
|
|
@@ -531,7 +535,7 @@
|
|
|
531
535
|
"type": "integer"
|
|
532
536
|
},
|
|
533
537
|
"AvailabilityZones": {
|
|
534
|
-
"shape": "
|
|
538
|
+
"shape": "S26"
|
|
535
539
|
},
|
|
536
540
|
"LoadBalancerNames": {
|
|
537
541
|
"shape": "Sa"
|
|
@@ -544,7 +548,7 @@
|
|
|
544
548
|
"type": "integer"
|
|
545
549
|
},
|
|
546
550
|
"Instances": {
|
|
547
|
-
"shape": "
|
|
551
|
+
"shape": "S47"
|
|
548
552
|
},
|
|
549
553
|
"CreatedTime": {
|
|
550
554
|
"type": "timestamp"
|
|
@@ -573,10 +577,10 @@
|
|
|
573
577
|
},
|
|
574
578
|
"Status": {},
|
|
575
579
|
"Tags": {
|
|
576
|
-
"shape": "
|
|
580
|
+
"shape": "S4e"
|
|
577
581
|
},
|
|
578
582
|
"TerminationPolicies": {
|
|
579
|
-
"shape": "
|
|
583
|
+
"shape": "S29"
|
|
580
584
|
},
|
|
581
585
|
"NewInstancesProtectedFromScaleIn": {
|
|
582
586
|
"type": "boolean"
|
|
@@ -589,12 +593,13 @@
|
|
|
589
593
|
"type": "boolean"
|
|
590
594
|
},
|
|
591
595
|
"WarmPoolConfiguration": {
|
|
592
|
-
"shape": "
|
|
596
|
+
"shape": "S4g"
|
|
593
597
|
},
|
|
594
598
|
"WarmPoolSize": {
|
|
595
599
|
"type": "integer"
|
|
596
600
|
},
|
|
597
|
-
"Context": {}
|
|
601
|
+
"Context": {},
|
|
602
|
+
"DesiredCapacityType": {}
|
|
598
603
|
}
|
|
599
604
|
}
|
|
600
605
|
},
|
|
@@ -659,7 +664,7 @@
|
|
|
659
664
|
"type": "structure",
|
|
660
665
|
"members": {
|
|
661
666
|
"AutoScalingNotificationTypes": {
|
|
662
|
-
"shape": "
|
|
667
|
+
"shape": "S4r"
|
|
663
668
|
}
|
|
664
669
|
}
|
|
665
670
|
}
|
|
@@ -735,10 +740,10 @@
|
|
|
735
740
|
}
|
|
736
741
|
},
|
|
737
742
|
"Preferences": {
|
|
738
|
-
"shape": "
|
|
743
|
+
"shape": "S53"
|
|
739
744
|
},
|
|
740
745
|
"DesiredConfiguration": {
|
|
741
|
-
"shape": "
|
|
746
|
+
"shape": "S59"
|
|
742
747
|
}
|
|
743
748
|
}
|
|
744
749
|
}
|
|
@@ -784,21 +789,21 @@
|
|
|
784
789
|
"ImageId": {},
|
|
785
790
|
"KeyName": {},
|
|
786
791
|
"SecurityGroups": {
|
|
787
|
-
"shape": "
|
|
792
|
+
"shape": "S2r"
|
|
788
793
|
},
|
|
789
794
|
"ClassicLinkVPCId": {},
|
|
790
795
|
"ClassicLinkVPCSecurityGroups": {
|
|
791
|
-
"shape": "
|
|
796
|
+
"shape": "S2s"
|
|
792
797
|
},
|
|
793
798
|
"UserData": {},
|
|
794
799
|
"InstanceType": {},
|
|
795
800
|
"KernelId": {},
|
|
796
801
|
"RamdiskId": {},
|
|
797
802
|
"BlockDeviceMappings": {
|
|
798
|
-
"shape": "
|
|
803
|
+
"shape": "S2u"
|
|
799
804
|
},
|
|
800
805
|
"InstanceMonitoring": {
|
|
801
|
-
"shape": "
|
|
806
|
+
"shape": "S34"
|
|
802
807
|
},
|
|
803
808
|
"SpotPrice": {},
|
|
804
809
|
"IamInstanceProfile": {},
|
|
@@ -813,7 +818,7 @@
|
|
|
813
818
|
},
|
|
814
819
|
"PlacementTenancy": {},
|
|
815
820
|
"MetadataOptions": {
|
|
816
|
-
"shape": "
|
|
821
|
+
"shape": "S39"
|
|
817
822
|
}
|
|
818
823
|
}
|
|
819
824
|
}
|
|
@@ -828,7 +833,7 @@
|
|
|
828
833
|
"type": "structure",
|
|
829
834
|
"members": {
|
|
830
835
|
"LifecycleHookTypes": {
|
|
831
|
-
"shape": "
|
|
836
|
+
"shape": "S4r"
|
|
832
837
|
}
|
|
833
838
|
}
|
|
834
839
|
}
|
|
@@ -970,7 +975,7 @@
|
|
|
970
975
|
"type": "structure",
|
|
971
976
|
"members": {
|
|
972
977
|
"AutoScalingGroupNames": {
|
|
973
|
-
"shape": "
|
|
978
|
+
"shape": "S3y"
|
|
974
979
|
},
|
|
975
980
|
"NextToken": {},
|
|
976
981
|
"MaxRecords": {
|
|
@@ -1034,7 +1039,7 @@
|
|
|
1034
1039
|
"PolicyType": {},
|
|
1035
1040
|
"AdjustmentType": {},
|
|
1036
1041
|
"MinAdjustmentStep": {
|
|
1037
|
-
"shape": "
|
|
1042
|
+
"shape": "S69"
|
|
1038
1043
|
},
|
|
1039
1044
|
"MinAdjustmentMagnitude": {
|
|
1040
1045
|
"type": "integer"
|
|
@@ -1046,23 +1051,23 @@
|
|
|
1046
1051
|
"type": "integer"
|
|
1047
1052
|
},
|
|
1048
1053
|
"StepAdjustments": {
|
|
1049
|
-
"shape": "
|
|
1054
|
+
"shape": "S6c"
|
|
1050
1055
|
},
|
|
1051
1056
|
"MetricAggregationType": {},
|
|
1052
1057
|
"EstimatedInstanceWarmup": {
|
|
1053
1058
|
"type": "integer"
|
|
1054
1059
|
},
|
|
1055
1060
|
"Alarms": {
|
|
1056
|
-
"shape": "
|
|
1061
|
+
"shape": "S6g"
|
|
1057
1062
|
},
|
|
1058
1063
|
"TargetTrackingConfiguration": {
|
|
1059
|
-
"shape": "
|
|
1064
|
+
"shape": "S6i"
|
|
1060
1065
|
},
|
|
1061
1066
|
"Enabled": {
|
|
1062
1067
|
"type": "boolean"
|
|
1063
1068
|
},
|
|
1064
1069
|
"PredictiveScalingConfiguration": {
|
|
1065
|
-
"shape": "
|
|
1070
|
+
"shape": "S6w"
|
|
1066
1071
|
}
|
|
1067
1072
|
}
|
|
1068
1073
|
}
|
|
@@ -1097,7 +1102,7 @@
|
|
|
1097
1102
|
],
|
|
1098
1103
|
"members": {
|
|
1099
1104
|
"Activities": {
|
|
1100
|
-
"shape": "
|
|
1105
|
+
"shape": "S7n"
|
|
1101
1106
|
},
|
|
1102
1107
|
"NextToken": {}
|
|
1103
1108
|
}
|
|
@@ -1187,17 +1192,7 @@
|
|
|
1187
1192
|
"type": "structure",
|
|
1188
1193
|
"members": {
|
|
1189
1194
|
"Filters": {
|
|
1190
|
-
"
|
|
1191
|
-
"member": {
|
|
1192
|
-
"type": "structure",
|
|
1193
|
-
"members": {
|
|
1194
|
-
"Name": {},
|
|
1195
|
-
"Values": {
|
|
1196
|
-
"type": "list",
|
|
1197
|
-
"member": {}
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1195
|
+
"shape": "S40"
|
|
1201
1196
|
},
|
|
1202
1197
|
"NextToken": {},
|
|
1203
1198
|
"MaxRecords": {
|
|
@@ -1210,7 +1205,7 @@
|
|
|
1210
1205
|
"type": "structure",
|
|
1211
1206
|
"members": {
|
|
1212
1207
|
"Tags": {
|
|
1213
|
-
"shape": "
|
|
1208
|
+
"shape": "S4e"
|
|
1214
1209
|
},
|
|
1215
1210
|
"NextToken": {}
|
|
1216
1211
|
}
|
|
@@ -1222,7 +1217,7 @@
|
|
|
1222
1217
|
"type": "structure",
|
|
1223
1218
|
"members": {
|
|
1224
1219
|
"TerminationPolicyTypes": {
|
|
1225
|
-
"shape": "
|
|
1220
|
+
"shape": "S29"
|
|
1226
1221
|
}
|
|
1227
1222
|
}
|
|
1228
1223
|
}
|
|
@@ -1246,10 +1241,10 @@
|
|
|
1246
1241
|
"type": "structure",
|
|
1247
1242
|
"members": {
|
|
1248
1243
|
"WarmPoolConfiguration": {
|
|
1249
|
-
"shape": "
|
|
1244
|
+
"shape": "S4g"
|
|
1250
1245
|
},
|
|
1251
1246
|
"Instances": {
|
|
1252
|
-
"shape": "
|
|
1247
|
+
"shape": "S47"
|
|
1253
1248
|
},
|
|
1254
1249
|
"NextToken": {}
|
|
1255
1250
|
}
|
|
@@ -1277,7 +1272,7 @@
|
|
|
1277
1272
|
"type": "structure",
|
|
1278
1273
|
"members": {
|
|
1279
1274
|
"Activities": {
|
|
1280
|
-
"shape": "
|
|
1275
|
+
"shape": "S7n"
|
|
1281
1276
|
}
|
|
1282
1277
|
}
|
|
1283
1278
|
}
|
|
@@ -1331,7 +1326,7 @@
|
|
|
1331
1326
|
"members": {
|
|
1332
1327
|
"AutoScalingGroupName": {},
|
|
1333
1328
|
"Metrics": {
|
|
1334
|
-
"shape": "
|
|
1329
|
+
"shape": "S8c"
|
|
1335
1330
|
}
|
|
1336
1331
|
}
|
|
1337
1332
|
}
|
|
@@ -1346,7 +1341,7 @@
|
|
|
1346
1341
|
"members": {
|
|
1347
1342
|
"AutoScalingGroupName": {},
|
|
1348
1343
|
"Metrics": {
|
|
1349
|
-
"shape": "
|
|
1344
|
+
"shape": "S8c"
|
|
1350
1345
|
},
|
|
1351
1346
|
"Granularity": {}
|
|
1352
1347
|
}
|
|
@@ -1374,7 +1369,7 @@
|
|
|
1374
1369
|
"type": "structure",
|
|
1375
1370
|
"members": {
|
|
1376
1371
|
"Activities": {
|
|
1377
|
-
"shape": "
|
|
1372
|
+
"shape": "S7n"
|
|
1378
1373
|
}
|
|
1379
1374
|
}
|
|
1380
1375
|
}
|
|
@@ -1418,7 +1413,7 @@
|
|
|
1418
1413
|
"type": "structure",
|
|
1419
1414
|
"members": {
|
|
1420
1415
|
"Activities": {
|
|
1421
|
-
"shape": "
|
|
1416
|
+
"shape": "S7n"
|
|
1422
1417
|
}
|
|
1423
1418
|
}
|
|
1424
1419
|
}
|
|
@@ -1463,13 +1458,13 @@
|
|
|
1463
1458
|
],
|
|
1464
1459
|
"members": {
|
|
1465
1460
|
"Timestamps": {
|
|
1466
|
-
"shape": "
|
|
1461
|
+
"shape": "S8o"
|
|
1467
1462
|
},
|
|
1468
1463
|
"Values": {
|
|
1469
|
-
"shape": "
|
|
1464
|
+
"shape": "S8p"
|
|
1470
1465
|
},
|
|
1471
1466
|
"MetricSpecification": {
|
|
1472
|
-
"shape": "
|
|
1467
|
+
"shape": "S6y"
|
|
1473
1468
|
}
|
|
1474
1469
|
}
|
|
1475
1470
|
}
|
|
@@ -1482,10 +1477,10 @@
|
|
|
1482
1477
|
],
|
|
1483
1478
|
"members": {
|
|
1484
1479
|
"Timestamps": {
|
|
1485
|
-
"shape": "
|
|
1480
|
+
"shape": "S8o"
|
|
1486
1481
|
},
|
|
1487
1482
|
"Values": {
|
|
1488
|
-
"shape": "
|
|
1483
|
+
"shape": "S8p"
|
|
1489
1484
|
}
|
|
1490
1485
|
}
|
|
1491
1486
|
},
|
|
@@ -1533,7 +1528,7 @@
|
|
|
1533
1528
|
"AutoScalingGroupName": {},
|
|
1534
1529
|
"TopicARN": {},
|
|
1535
1530
|
"NotificationTypes": {
|
|
1536
|
-
"shape": "
|
|
1531
|
+
"shape": "S4r"
|
|
1537
1532
|
}
|
|
1538
1533
|
}
|
|
1539
1534
|
}
|
|
@@ -1551,7 +1546,7 @@
|
|
|
1551
1546
|
"PolicyType": {},
|
|
1552
1547
|
"AdjustmentType": {},
|
|
1553
1548
|
"MinAdjustmentStep": {
|
|
1554
|
-
"shape": "
|
|
1549
|
+
"shape": "S69"
|
|
1555
1550
|
},
|
|
1556
1551
|
"MinAdjustmentMagnitude": {
|
|
1557
1552
|
"type": "integer"
|
|
@@ -1564,19 +1559,19 @@
|
|
|
1564
1559
|
},
|
|
1565
1560
|
"MetricAggregationType": {},
|
|
1566
1561
|
"StepAdjustments": {
|
|
1567
|
-
"shape": "
|
|
1562
|
+
"shape": "S6c"
|
|
1568
1563
|
},
|
|
1569
1564
|
"EstimatedInstanceWarmup": {
|
|
1570
1565
|
"type": "integer"
|
|
1571
1566
|
},
|
|
1572
1567
|
"TargetTrackingConfiguration": {
|
|
1573
|
-
"shape": "
|
|
1568
|
+
"shape": "S6i"
|
|
1574
1569
|
},
|
|
1575
1570
|
"Enabled": {
|
|
1576
1571
|
"type": "boolean"
|
|
1577
1572
|
},
|
|
1578
1573
|
"PredictiveScalingConfiguration": {
|
|
1579
|
-
"shape": "
|
|
1574
|
+
"shape": "S6w"
|
|
1580
1575
|
}
|
|
1581
1576
|
}
|
|
1582
1577
|
},
|
|
@@ -1586,7 +1581,7 @@
|
|
|
1586
1581
|
"members": {
|
|
1587
1582
|
"PolicyARN": {},
|
|
1588
1583
|
"Alarms": {
|
|
1589
|
-
"shape": "
|
|
1584
|
+
"shape": "S6g"
|
|
1590
1585
|
}
|
|
1591
1586
|
}
|
|
1592
1587
|
}
|
|
@@ -1669,7 +1664,7 @@
|
|
|
1669
1664
|
},
|
|
1670
1665
|
"ResumeProcesses": {
|
|
1671
1666
|
"input": {
|
|
1672
|
-
"shape": "
|
|
1667
|
+
"shape": "S91"
|
|
1673
1668
|
}
|
|
1674
1669
|
},
|
|
1675
1670
|
"SetDesiredCapacity": {
|
|
@@ -1740,10 +1735,10 @@
|
|
|
1740
1735
|
"AutoScalingGroupName": {},
|
|
1741
1736
|
"Strategy": {},
|
|
1742
1737
|
"DesiredConfiguration": {
|
|
1743
|
-
"shape": "
|
|
1738
|
+
"shape": "S59"
|
|
1744
1739
|
},
|
|
1745
1740
|
"Preferences": {
|
|
1746
|
-
"shape": "
|
|
1741
|
+
"shape": "S53"
|
|
1747
1742
|
}
|
|
1748
1743
|
}
|
|
1749
1744
|
},
|
|
@@ -1757,7 +1752,7 @@
|
|
|
1757
1752
|
},
|
|
1758
1753
|
"SuspendProcesses": {
|
|
1759
1754
|
"input": {
|
|
1760
|
-
"shape": "
|
|
1755
|
+
"shape": "S91"
|
|
1761
1756
|
}
|
|
1762
1757
|
},
|
|
1763
1758
|
"TerminateInstanceInAutoScalingGroup": {
|
|
@@ -1779,7 +1774,7 @@
|
|
|
1779
1774
|
"type": "structure",
|
|
1780
1775
|
"members": {
|
|
1781
1776
|
"Activity": {
|
|
1782
|
-
"shape": "
|
|
1777
|
+
"shape": "S7o"
|
|
1783
1778
|
}
|
|
1784
1779
|
}
|
|
1785
1780
|
}
|
|
@@ -1812,7 +1807,7 @@
|
|
|
1812
1807
|
"type": "integer"
|
|
1813
1808
|
},
|
|
1814
1809
|
"AvailabilityZones": {
|
|
1815
|
-
"shape": "
|
|
1810
|
+
"shape": "S26"
|
|
1816
1811
|
},
|
|
1817
1812
|
"HealthCheckType": {},
|
|
1818
1813
|
"HealthCheckGracePeriod": {
|
|
@@ -1821,7 +1816,7 @@
|
|
|
1821
1816
|
"PlacementGroup": {},
|
|
1822
1817
|
"VPCZoneIdentifier": {},
|
|
1823
1818
|
"TerminationPolicies": {
|
|
1824
|
-
"shape": "
|
|
1819
|
+
"shape": "S29"
|
|
1825
1820
|
},
|
|
1826
1821
|
"NewInstancesProtectedFromScaleIn": {
|
|
1827
1822
|
"type": "boolean"
|
|
@@ -1833,7 +1828,8 @@
|
|
|
1833
1828
|
"CapacityRebalance": {
|
|
1834
1829
|
"type": "boolean"
|
|
1835
1830
|
},
|
|
1836
|
-
"Context": {}
|
|
1831
|
+
"Context": {},
|
|
1832
|
+
"DesiredCapacityType": {}
|
|
1837
1833
|
}
|
|
1838
1834
|
}
|
|
1839
1835
|
}
|
|
@@ -1895,6 +1891,149 @@
|
|
|
1895
1891
|
"WeightedCapacity": {},
|
|
1896
1892
|
"LaunchTemplateSpecification": {
|
|
1897
1893
|
"shape": "S10"
|
|
1894
|
+
},
|
|
1895
|
+
"InstanceRequirements": {
|
|
1896
|
+
"type": "structure",
|
|
1897
|
+
"required": [
|
|
1898
|
+
"VCpuCount",
|
|
1899
|
+
"MemoryMiB"
|
|
1900
|
+
],
|
|
1901
|
+
"members": {
|
|
1902
|
+
"VCpuCount": {
|
|
1903
|
+
"type": "structure",
|
|
1904
|
+
"required": [
|
|
1905
|
+
"Min"
|
|
1906
|
+
],
|
|
1907
|
+
"members": {
|
|
1908
|
+
"Min": {
|
|
1909
|
+
"type": "integer"
|
|
1910
|
+
},
|
|
1911
|
+
"Max": {
|
|
1912
|
+
"type": "integer"
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"MemoryMiB": {
|
|
1917
|
+
"type": "structure",
|
|
1918
|
+
"required": [
|
|
1919
|
+
"Min"
|
|
1920
|
+
],
|
|
1921
|
+
"members": {
|
|
1922
|
+
"Min": {
|
|
1923
|
+
"type": "integer"
|
|
1924
|
+
},
|
|
1925
|
+
"Max": {
|
|
1926
|
+
"type": "integer"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
"CpuManufacturers": {
|
|
1931
|
+
"type": "list",
|
|
1932
|
+
"member": {}
|
|
1933
|
+
},
|
|
1934
|
+
"MemoryGiBPerVCpu": {
|
|
1935
|
+
"type": "structure",
|
|
1936
|
+
"members": {
|
|
1937
|
+
"Min": {
|
|
1938
|
+
"type": "double"
|
|
1939
|
+
},
|
|
1940
|
+
"Max": {
|
|
1941
|
+
"type": "double"
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"ExcludedInstanceTypes": {
|
|
1946
|
+
"type": "list",
|
|
1947
|
+
"member": {}
|
|
1948
|
+
},
|
|
1949
|
+
"InstanceGenerations": {
|
|
1950
|
+
"type": "list",
|
|
1951
|
+
"member": {}
|
|
1952
|
+
},
|
|
1953
|
+
"SpotMaxPricePercentageOverLowestPrice": {
|
|
1954
|
+
"type": "integer"
|
|
1955
|
+
},
|
|
1956
|
+
"OnDemandMaxPricePercentageOverLowestPrice": {
|
|
1957
|
+
"type": "integer"
|
|
1958
|
+
},
|
|
1959
|
+
"BareMetal": {},
|
|
1960
|
+
"BurstablePerformance": {},
|
|
1961
|
+
"RequireHibernateSupport": {
|
|
1962
|
+
"type": "boolean"
|
|
1963
|
+
},
|
|
1964
|
+
"NetworkInterfaceCount": {
|
|
1965
|
+
"type": "structure",
|
|
1966
|
+
"members": {
|
|
1967
|
+
"Min": {
|
|
1968
|
+
"type": "integer"
|
|
1969
|
+
},
|
|
1970
|
+
"Max": {
|
|
1971
|
+
"type": "integer"
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"LocalStorage": {},
|
|
1976
|
+
"LocalStorageTypes": {
|
|
1977
|
+
"type": "list",
|
|
1978
|
+
"member": {}
|
|
1979
|
+
},
|
|
1980
|
+
"TotalLocalStorageGB": {
|
|
1981
|
+
"type": "structure",
|
|
1982
|
+
"members": {
|
|
1983
|
+
"Min": {
|
|
1984
|
+
"type": "double"
|
|
1985
|
+
},
|
|
1986
|
+
"Max": {
|
|
1987
|
+
"type": "double"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
},
|
|
1991
|
+
"BaselineEbsBandwidthMbps": {
|
|
1992
|
+
"type": "structure",
|
|
1993
|
+
"members": {
|
|
1994
|
+
"Min": {
|
|
1995
|
+
"type": "integer"
|
|
1996
|
+
},
|
|
1997
|
+
"Max": {
|
|
1998
|
+
"type": "integer"
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"AcceleratorTypes": {
|
|
2003
|
+
"type": "list",
|
|
2004
|
+
"member": {}
|
|
2005
|
+
},
|
|
2006
|
+
"AcceleratorCount": {
|
|
2007
|
+
"type": "structure",
|
|
2008
|
+
"members": {
|
|
2009
|
+
"Min": {
|
|
2010
|
+
"type": "integer"
|
|
2011
|
+
},
|
|
2012
|
+
"Max": {
|
|
2013
|
+
"type": "integer"
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2016
|
+
},
|
|
2017
|
+
"AcceleratorManufacturers": {
|
|
2018
|
+
"type": "list",
|
|
2019
|
+
"member": {}
|
|
2020
|
+
},
|
|
2021
|
+
"AcceleratorNames": {
|
|
2022
|
+
"type": "list",
|
|
2023
|
+
"member": {}
|
|
2024
|
+
},
|
|
2025
|
+
"AcceleratorTotalMemoryMiB": {
|
|
2026
|
+
"type": "structure",
|
|
2027
|
+
"members": {
|
|
2028
|
+
"Min": {
|
|
2029
|
+
"type": "integer"
|
|
2030
|
+
},
|
|
2031
|
+
"Max": {
|
|
2032
|
+
"type": "integer"
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
}
|
|
1898
2037
|
}
|
|
1899
2038
|
}
|
|
1900
2039
|
}
|
|
@@ -1920,15 +2059,15 @@
|
|
|
1920
2059
|
}
|
|
1921
2060
|
}
|
|
1922
2061
|
},
|
|
1923
|
-
"
|
|
2062
|
+
"S26": {
|
|
1924
2063
|
"type": "list",
|
|
1925
2064
|
"member": {}
|
|
1926
2065
|
},
|
|
1927
|
-
"
|
|
2066
|
+
"S29": {
|
|
1928
2067
|
"type": "list",
|
|
1929
2068
|
"member": {}
|
|
1930
2069
|
},
|
|
1931
|
-
"
|
|
2070
|
+
"S2j": {
|
|
1932
2071
|
"type": "list",
|
|
1933
2072
|
"member": {
|
|
1934
2073
|
"type": "structure",
|
|
@@ -1946,15 +2085,15 @@
|
|
|
1946
2085
|
}
|
|
1947
2086
|
}
|
|
1948
2087
|
},
|
|
1949
|
-
"
|
|
2088
|
+
"S2r": {
|
|
1950
2089
|
"type": "list",
|
|
1951
2090
|
"member": {}
|
|
1952
2091
|
},
|
|
1953
|
-
"
|
|
2092
|
+
"S2s": {
|
|
1954
2093
|
"type": "list",
|
|
1955
2094
|
"member": {}
|
|
1956
2095
|
},
|
|
1957
|
-
"
|
|
2096
|
+
"S2u": {
|
|
1958
2097
|
"type": "list",
|
|
1959
2098
|
"member": {
|
|
1960
2099
|
"type": "structure",
|
|
@@ -1992,7 +2131,7 @@
|
|
|
1992
2131
|
}
|
|
1993
2132
|
}
|
|
1994
2133
|
},
|
|
1995
|
-
"
|
|
2134
|
+
"S34": {
|
|
1996
2135
|
"type": "structure",
|
|
1997
2136
|
"members": {
|
|
1998
2137
|
"Enabled": {
|
|
@@ -2000,7 +2139,7 @@
|
|
|
2000
2139
|
}
|
|
2001
2140
|
}
|
|
2002
2141
|
},
|
|
2003
|
-
"
|
|
2142
|
+
"S39": {
|
|
2004
2143
|
"type": "structure",
|
|
2005
2144
|
"members": {
|
|
2006
2145
|
"HttpTokens": {},
|
|
@@ -2010,11 +2149,24 @@
|
|
|
2010
2149
|
"HttpEndpoint": {}
|
|
2011
2150
|
}
|
|
2012
2151
|
},
|
|
2013
|
-
"
|
|
2152
|
+
"S3y": {
|
|
2014
2153
|
"type": "list",
|
|
2015
2154
|
"member": {}
|
|
2016
2155
|
},
|
|
2017
|
-
"
|
|
2156
|
+
"S40": {
|
|
2157
|
+
"type": "list",
|
|
2158
|
+
"member": {
|
|
2159
|
+
"type": "structure",
|
|
2160
|
+
"members": {
|
|
2161
|
+
"Name": {},
|
|
2162
|
+
"Values": {
|
|
2163
|
+
"type": "list",
|
|
2164
|
+
"member": {}
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"S47": {
|
|
2018
2170
|
"type": "list",
|
|
2019
2171
|
"member": {
|
|
2020
2172
|
"type": "structure",
|
|
@@ -2042,7 +2194,7 @@
|
|
|
2042
2194
|
}
|
|
2043
2195
|
}
|
|
2044
2196
|
},
|
|
2045
|
-
"
|
|
2197
|
+
"S4e": {
|
|
2046
2198
|
"type": "list",
|
|
2047
2199
|
"member": {
|
|
2048
2200
|
"type": "structure",
|
|
@@ -2057,7 +2209,7 @@
|
|
|
2057
2209
|
}
|
|
2058
2210
|
}
|
|
2059
2211
|
},
|
|
2060
|
-
"
|
|
2212
|
+
"S4g": {
|
|
2061
2213
|
"type": "structure",
|
|
2062
2214
|
"members": {
|
|
2063
2215
|
"MaxGroupPreparedCapacity": {
|
|
@@ -2070,11 +2222,11 @@
|
|
|
2070
2222
|
"Status": {}
|
|
2071
2223
|
}
|
|
2072
2224
|
},
|
|
2073
|
-
"
|
|
2225
|
+
"S4r": {
|
|
2074
2226
|
"type": "list",
|
|
2075
2227
|
"member": {}
|
|
2076
2228
|
},
|
|
2077
|
-
"
|
|
2229
|
+
"S53": {
|
|
2078
2230
|
"type": "structure",
|
|
2079
2231
|
"members": {
|
|
2080
2232
|
"MinHealthyPercentage": {
|
|
@@ -2097,7 +2249,7 @@
|
|
|
2097
2249
|
}
|
|
2098
2250
|
}
|
|
2099
2251
|
},
|
|
2100
|
-
"
|
|
2252
|
+
"S59": {
|
|
2101
2253
|
"type": "structure",
|
|
2102
2254
|
"members": {
|
|
2103
2255
|
"LaunchTemplate": {
|
|
@@ -2108,11 +2260,11 @@
|
|
|
2108
2260
|
}
|
|
2109
2261
|
}
|
|
2110
2262
|
},
|
|
2111
|
-
"
|
|
2263
|
+
"S69": {
|
|
2112
2264
|
"type": "integer",
|
|
2113
2265
|
"deprecated": true
|
|
2114
2266
|
},
|
|
2115
|
-
"
|
|
2267
|
+
"S6c": {
|
|
2116
2268
|
"type": "list",
|
|
2117
2269
|
"member": {
|
|
2118
2270
|
"type": "structure",
|
|
@@ -2132,7 +2284,7 @@
|
|
|
2132
2284
|
}
|
|
2133
2285
|
}
|
|
2134
2286
|
},
|
|
2135
|
-
"
|
|
2287
|
+
"S6g": {
|
|
2136
2288
|
"type": "list",
|
|
2137
2289
|
"member": {
|
|
2138
2290
|
"type": "structure",
|
|
@@ -2142,7 +2294,7 @@
|
|
|
2142
2294
|
}
|
|
2143
2295
|
}
|
|
2144
2296
|
},
|
|
2145
|
-
"
|
|
2297
|
+
"S6i": {
|
|
2146
2298
|
"type": "structure",
|
|
2147
2299
|
"required": [
|
|
2148
2300
|
"TargetValue"
|
|
@@ -2169,18 +2321,7 @@
|
|
|
2169
2321
|
"MetricName": {},
|
|
2170
2322
|
"Namespace": {},
|
|
2171
2323
|
"Dimensions": {
|
|
2172
|
-
"
|
|
2173
|
-
"member": {
|
|
2174
|
-
"type": "structure",
|
|
2175
|
-
"required": [
|
|
2176
|
-
"Name",
|
|
2177
|
-
"Value"
|
|
2178
|
-
],
|
|
2179
|
-
"members": {
|
|
2180
|
-
"Name": {},
|
|
2181
|
-
"Value": {}
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2324
|
+
"shape": "S6o"
|
|
2184
2325
|
},
|
|
2185
2326
|
"Statistic": {},
|
|
2186
2327
|
"Unit": {}
|
|
@@ -2194,7 +2335,21 @@
|
|
|
2194
2335
|
}
|
|
2195
2336
|
}
|
|
2196
2337
|
},
|
|
2197
|
-
"
|
|
2338
|
+
"S6o": {
|
|
2339
|
+
"type": "list",
|
|
2340
|
+
"member": {
|
|
2341
|
+
"type": "structure",
|
|
2342
|
+
"required": [
|
|
2343
|
+
"Name",
|
|
2344
|
+
"Value"
|
|
2345
|
+
],
|
|
2346
|
+
"members": {
|
|
2347
|
+
"Name": {},
|
|
2348
|
+
"Value": {}
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
"S6w": {
|
|
2198
2353
|
"type": "structure",
|
|
2199
2354
|
"required": [
|
|
2200
2355
|
"MetricSpecifications"
|
|
@@ -2203,7 +2358,7 @@
|
|
|
2203
2358
|
"MetricSpecifications": {
|
|
2204
2359
|
"type": "list",
|
|
2205
2360
|
"member": {
|
|
2206
|
-
"shape": "
|
|
2361
|
+
"shape": "S6y"
|
|
2207
2362
|
}
|
|
2208
2363
|
},
|
|
2209
2364
|
"Mode": {},
|
|
@@ -2216,7 +2371,7 @@
|
|
|
2216
2371
|
}
|
|
2217
2372
|
}
|
|
2218
2373
|
},
|
|
2219
|
-
"
|
|
2374
|
+
"S6y": {
|
|
2220
2375
|
"type": "structure",
|
|
2221
2376
|
"required": [
|
|
2222
2377
|
"TargetValue"
|
|
@@ -2254,16 +2409,91 @@
|
|
|
2254
2409
|
"PredefinedMetricType": {},
|
|
2255
2410
|
"ResourceLabel": {}
|
|
2256
2411
|
}
|
|
2412
|
+
},
|
|
2413
|
+
"CustomizedScalingMetricSpecification": {
|
|
2414
|
+
"type": "structure",
|
|
2415
|
+
"required": [
|
|
2416
|
+
"MetricDataQueries"
|
|
2417
|
+
],
|
|
2418
|
+
"members": {
|
|
2419
|
+
"MetricDataQueries": {
|
|
2420
|
+
"shape": "S76"
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
"CustomizedLoadMetricSpecification": {
|
|
2425
|
+
"type": "structure",
|
|
2426
|
+
"required": [
|
|
2427
|
+
"MetricDataQueries"
|
|
2428
|
+
],
|
|
2429
|
+
"members": {
|
|
2430
|
+
"MetricDataQueries": {
|
|
2431
|
+
"shape": "S76"
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
"CustomizedCapacityMetricSpecification": {
|
|
2436
|
+
"type": "structure",
|
|
2437
|
+
"required": [
|
|
2438
|
+
"MetricDataQueries"
|
|
2439
|
+
],
|
|
2440
|
+
"members": {
|
|
2441
|
+
"MetricDataQueries": {
|
|
2442
|
+
"shape": "S76"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
}
|
|
2447
|
+
},
|
|
2448
|
+
"S76": {
|
|
2449
|
+
"type": "list",
|
|
2450
|
+
"member": {
|
|
2451
|
+
"type": "structure",
|
|
2452
|
+
"required": [
|
|
2453
|
+
"Id"
|
|
2454
|
+
],
|
|
2455
|
+
"members": {
|
|
2456
|
+
"Id": {},
|
|
2457
|
+
"Expression": {},
|
|
2458
|
+
"MetricStat": {
|
|
2459
|
+
"type": "structure",
|
|
2460
|
+
"required": [
|
|
2461
|
+
"Metric",
|
|
2462
|
+
"Stat"
|
|
2463
|
+
],
|
|
2464
|
+
"members": {
|
|
2465
|
+
"Metric": {
|
|
2466
|
+
"type": "structure",
|
|
2467
|
+
"required": [
|
|
2468
|
+
"Namespace",
|
|
2469
|
+
"MetricName"
|
|
2470
|
+
],
|
|
2471
|
+
"members": {
|
|
2472
|
+
"Namespace": {},
|
|
2473
|
+
"MetricName": {},
|
|
2474
|
+
"Dimensions": {
|
|
2475
|
+
"shape": "S6o"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"Stat": {},
|
|
2480
|
+
"Unit": {}
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"Label": {},
|
|
2484
|
+
"ReturnData": {
|
|
2485
|
+
"type": "boolean"
|
|
2486
|
+
}
|
|
2257
2487
|
}
|
|
2258
2488
|
}
|
|
2259
2489
|
},
|
|
2260
|
-
"
|
|
2490
|
+
"S7n": {
|
|
2261
2491
|
"type": "list",
|
|
2262
2492
|
"member": {
|
|
2263
|
-
"shape": "
|
|
2493
|
+
"shape": "S7o"
|
|
2264
2494
|
}
|
|
2265
2495
|
},
|
|
2266
|
-
"
|
|
2496
|
+
"S7o": {
|
|
2267
2497
|
"type": "structure",
|
|
2268
2498
|
"required": [
|
|
2269
2499
|
"ActivityId",
|
|
@@ -2293,23 +2523,23 @@
|
|
|
2293
2523
|
"AutoScalingGroupARN": {}
|
|
2294
2524
|
}
|
|
2295
2525
|
},
|
|
2296
|
-
"
|
|
2526
|
+
"S8c": {
|
|
2297
2527
|
"type": "list",
|
|
2298
2528
|
"member": {}
|
|
2299
2529
|
},
|
|
2300
|
-
"
|
|
2530
|
+
"S8o": {
|
|
2301
2531
|
"type": "list",
|
|
2302
2532
|
"member": {
|
|
2303
2533
|
"type": "timestamp"
|
|
2304
2534
|
}
|
|
2305
2535
|
},
|
|
2306
|
-
"
|
|
2536
|
+
"S8p": {
|
|
2307
2537
|
"type": "list",
|
|
2308
2538
|
"member": {
|
|
2309
2539
|
"type": "double"
|
|
2310
2540
|
}
|
|
2311
2541
|
},
|
|
2312
|
-
"
|
|
2542
|
+
"S91": {
|
|
2313
2543
|
"type": "structure",
|
|
2314
2544
|
"required": [
|
|
2315
2545
|
"AutoScalingGroupName"
|