@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
|
@@ -340,7 +340,8 @@
|
|
|
340
340
|
"AvailabilityZoneRelocation": {
|
|
341
341
|
"type": "boolean"
|
|
342
342
|
},
|
|
343
|
-
"AquaConfigurationStatus": {}
|
|
343
|
+
"AquaConfigurationStatus": {},
|
|
344
|
+
"DefaultIamRoleArn": {}
|
|
344
345
|
}
|
|
345
346
|
},
|
|
346
347
|
"output": {
|
|
@@ -375,7 +376,7 @@
|
|
|
375
376
|
"type": "structure",
|
|
376
377
|
"members": {
|
|
377
378
|
"ClusterParameterGroup": {
|
|
378
|
-
"shape": "
|
|
379
|
+
"shape": "S31"
|
|
379
380
|
}
|
|
380
381
|
}
|
|
381
382
|
}
|
|
@@ -445,7 +446,7 @@
|
|
|
445
446
|
"ClusterSubnetGroupName": {},
|
|
446
447
|
"Description": {},
|
|
447
448
|
"SubnetIds": {
|
|
448
|
-
"shape": "
|
|
449
|
+
"shape": "S37"
|
|
449
450
|
},
|
|
450
451
|
"Tags": {
|
|
451
452
|
"shape": "St"
|
|
@@ -457,7 +458,7 @@
|
|
|
457
458
|
"type": "structure",
|
|
458
459
|
"members": {
|
|
459
460
|
"ClusterSubnetGroup": {
|
|
460
|
-
"shape": "
|
|
461
|
+
"shape": "S39"
|
|
461
462
|
}
|
|
462
463
|
}
|
|
463
464
|
}
|
|
@@ -480,7 +481,7 @@
|
|
|
480
481
|
}
|
|
481
482
|
},
|
|
482
483
|
"output": {
|
|
483
|
-
"shape": "
|
|
484
|
+
"shape": "S3g",
|
|
484
485
|
"resultWrapper": "CreateEndpointAccessResult"
|
|
485
486
|
}
|
|
486
487
|
},
|
|
@@ -496,10 +497,10 @@
|
|
|
496
497
|
"SnsTopicArn": {},
|
|
497
498
|
"SourceType": {},
|
|
498
499
|
"SourceIds": {
|
|
499
|
-
"shape": "
|
|
500
|
+
"shape": "S3i"
|
|
500
501
|
},
|
|
501
502
|
"EventCategories": {
|
|
502
|
-
"shape": "
|
|
503
|
+
"shape": "S3j"
|
|
503
504
|
},
|
|
504
505
|
"Severity": {},
|
|
505
506
|
"Enabled": {
|
|
@@ -515,7 +516,7 @@
|
|
|
515
516
|
"type": "structure",
|
|
516
517
|
"members": {
|
|
517
518
|
"EventSubscription": {
|
|
518
|
-
"shape": "
|
|
519
|
+
"shape": "S3l"
|
|
519
520
|
}
|
|
520
521
|
}
|
|
521
522
|
}
|
|
@@ -538,7 +539,7 @@
|
|
|
538
539
|
"type": "structure",
|
|
539
540
|
"members": {
|
|
540
541
|
"HsmClientCertificate": {
|
|
541
|
-
"shape": "
|
|
542
|
+
"shape": "S3o"
|
|
542
543
|
}
|
|
543
544
|
}
|
|
544
545
|
}
|
|
@@ -571,7 +572,7 @@
|
|
|
571
572
|
"type": "structure",
|
|
572
573
|
"members": {
|
|
573
574
|
"HsmConfiguration": {
|
|
574
|
-
"shape": "
|
|
575
|
+
"shape": "S3r"
|
|
575
576
|
}
|
|
576
577
|
}
|
|
577
578
|
}
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
"members": {
|
|
589
590
|
"ScheduledActionName": {},
|
|
590
591
|
"TargetAction": {
|
|
591
|
-
"shape": "
|
|
592
|
+
"shape": "S3t"
|
|
592
593
|
},
|
|
593
594
|
"Schedule": {},
|
|
594
595
|
"IamRole": {},
|
|
@@ -605,7 +606,7 @@
|
|
|
605
606
|
}
|
|
606
607
|
},
|
|
607
608
|
"output": {
|
|
608
|
-
"shape": "
|
|
609
|
+
"shape": "S3x",
|
|
609
610
|
"resultWrapper": "CreateScheduledActionResult"
|
|
610
611
|
}
|
|
611
612
|
},
|
|
@@ -628,7 +629,7 @@
|
|
|
628
629
|
"type": "structure",
|
|
629
630
|
"members": {
|
|
630
631
|
"SnapshotCopyGrant": {
|
|
631
|
-
"shape": "
|
|
632
|
+
"shape": "S42"
|
|
632
633
|
}
|
|
633
634
|
}
|
|
634
635
|
}
|
|
@@ -638,7 +639,7 @@
|
|
|
638
639
|
"type": "structure",
|
|
639
640
|
"members": {
|
|
640
641
|
"ScheduleDefinitions": {
|
|
641
|
-
"shape": "
|
|
642
|
+
"shape": "S44"
|
|
642
643
|
},
|
|
643
644
|
"ScheduleIdentifier": {},
|
|
644
645
|
"ScheduleDescription": {},
|
|
@@ -654,7 +655,7 @@
|
|
|
654
655
|
}
|
|
655
656
|
},
|
|
656
657
|
"output": {
|
|
657
|
-
"shape": "
|
|
658
|
+
"shape": "S45",
|
|
658
659
|
"resultWrapper": "CreateSnapshotScheduleResult"
|
|
659
660
|
}
|
|
660
661
|
},
|
|
@@ -697,7 +698,7 @@
|
|
|
697
698
|
}
|
|
698
699
|
},
|
|
699
700
|
"output": {
|
|
700
|
-
"shape": "
|
|
701
|
+
"shape": "S4f",
|
|
701
702
|
"resultWrapper": "CreateUsageLimitResult"
|
|
702
703
|
}
|
|
703
704
|
},
|
|
@@ -821,7 +822,7 @@
|
|
|
821
822
|
}
|
|
822
823
|
},
|
|
823
824
|
"output": {
|
|
824
|
-
"shape": "
|
|
825
|
+
"shape": "S3g",
|
|
825
826
|
"resultWrapper": "DeleteEndpointAccessResult"
|
|
826
827
|
}
|
|
827
828
|
},
|
|
@@ -910,7 +911,7 @@
|
|
|
910
911
|
"members": {
|
|
911
912
|
"ResourceName": {},
|
|
912
913
|
"TagKeys": {
|
|
913
|
-
"shape": "
|
|
914
|
+
"shape": "S4x"
|
|
914
915
|
}
|
|
915
916
|
}
|
|
916
917
|
}
|
|
@@ -1046,10 +1047,10 @@
|
|
|
1046
1047
|
},
|
|
1047
1048
|
"Marker": {},
|
|
1048
1049
|
"TagKeys": {
|
|
1049
|
-
"shape": "
|
|
1050
|
+
"shape": "S4x"
|
|
1050
1051
|
},
|
|
1051
1052
|
"TagValues": {
|
|
1052
|
-
"shape": "
|
|
1053
|
+
"shape": "S5h"
|
|
1053
1054
|
}
|
|
1054
1055
|
}
|
|
1055
1056
|
},
|
|
@@ -1061,7 +1062,7 @@
|
|
|
1061
1062
|
"ParameterGroups": {
|
|
1062
1063
|
"type": "list",
|
|
1063
1064
|
"member": {
|
|
1064
|
-
"shape": "
|
|
1065
|
+
"shape": "S31",
|
|
1065
1066
|
"locationName": "ClusterParameterGroup"
|
|
1066
1067
|
}
|
|
1067
1068
|
}
|
|
@@ -1088,7 +1089,7 @@
|
|
|
1088
1089
|
"type": "structure",
|
|
1089
1090
|
"members": {
|
|
1090
1091
|
"Parameters": {
|
|
1091
|
-
"shape": "
|
|
1092
|
+
"shape": "S5m"
|
|
1092
1093
|
},
|
|
1093
1094
|
"Marker": {}
|
|
1094
1095
|
}
|
|
@@ -1104,10 +1105,10 @@
|
|
|
1104
1105
|
},
|
|
1105
1106
|
"Marker": {},
|
|
1106
1107
|
"TagKeys": {
|
|
1107
|
-
"shape": "
|
|
1108
|
+
"shape": "S4x"
|
|
1108
1109
|
},
|
|
1109
1110
|
"TagValues": {
|
|
1110
|
-
"shape": "
|
|
1111
|
+
"shape": "S5h"
|
|
1111
1112
|
}
|
|
1112
1113
|
}
|
|
1113
1114
|
},
|
|
@@ -1145,10 +1146,10 @@
|
|
|
1145
1146
|
"Marker": {},
|
|
1146
1147
|
"OwnerAccount": {},
|
|
1147
1148
|
"TagKeys": {
|
|
1148
|
-
"shape": "
|
|
1149
|
+
"shape": "S4x"
|
|
1149
1150
|
},
|
|
1150
1151
|
"TagValues": {
|
|
1151
|
-
"shape": "
|
|
1152
|
+
"shape": "S5h"
|
|
1152
1153
|
},
|
|
1153
1154
|
"ClusterExists": {
|
|
1154
1155
|
"type": "boolean"
|
|
@@ -1194,10 +1195,10 @@
|
|
|
1194
1195
|
},
|
|
1195
1196
|
"Marker": {},
|
|
1196
1197
|
"TagKeys": {
|
|
1197
|
-
"shape": "
|
|
1198
|
+
"shape": "S4x"
|
|
1198
1199
|
},
|
|
1199
1200
|
"TagValues": {
|
|
1200
|
-
"shape": "
|
|
1201
|
+
"shape": "S5h"
|
|
1201
1202
|
}
|
|
1202
1203
|
}
|
|
1203
1204
|
},
|
|
@@ -1209,7 +1210,7 @@
|
|
|
1209
1210
|
"ClusterSubnetGroups": {
|
|
1210
1211
|
"type": "list",
|
|
1211
1212
|
"member": {
|
|
1212
|
-
"shape": "
|
|
1213
|
+
"shape": "S39",
|
|
1213
1214
|
"locationName": "ClusterSubnetGroup"
|
|
1214
1215
|
}
|
|
1215
1216
|
}
|
|
@@ -1309,10 +1310,10 @@
|
|
|
1309
1310
|
},
|
|
1310
1311
|
"Marker": {},
|
|
1311
1312
|
"TagKeys": {
|
|
1312
|
-
"shape": "
|
|
1313
|
+
"shape": "S4x"
|
|
1313
1314
|
},
|
|
1314
1315
|
"TagValues": {
|
|
1315
|
-
"shape": "
|
|
1316
|
+
"shape": "S5h"
|
|
1316
1317
|
}
|
|
1317
1318
|
}
|
|
1318
1319
|
},
|
|
@@ -1347,7 +1348,7 @@
|
|
|
1347
1348
|
"type": "structure",
|
|
1348
1349
|
"members": {
|
|
1349
1350
|
"DataShares": {
|
|
1350
|
-
"shape": "
|
|
1351
|
+
"shape": "S6j"
|
|
1351
1352
|
},
|
|
1352
1353
|
"Marker": {}
|
|
1353
1354
|
}
|
|
@@ -1370,7 +1371,7 @@
|
|
|
1370
1371
|
"type": "structure",
|
|
1371
1372
|
"members": {
|
|
1372
1373
|
"DataShares": {
|
|
1373
|
-
"shape": "
|
|
1374
|
+
"shape": "S6j"
|
|
1374
1375
|
},
|
|
1375
1376
|
"Marker": {}
|
|
1376
1377
|
}
|
|
@@ -1393,7 +1394,7 @@
|
|
|
1393
1394
|
"type": "structure",
|
|
1394
1395
|
"members": {
|
|
1395
1396
|
"DataShares": {
|
|
1396
|
-
"shape": "
|
|
1397
|
+
"shape": "S6j"
|
|
1397
1398
|
},
|
|
1398
1399
|
"Marker": {}
|
|
1399
1400
|
}
|
|
@@ -1423,7 +1424,7 @@
|
|
|
1423
1424
|
"ParameterGroupFamily": {},
|
|
1424
1425
|
"Marker": {},
|
|
1425
1426
|
"Parameters": {
|
|
1426
|
-
"shape": "
|
|
1427
|
+
"shape": "S5m"
|
|
1427
1428
|
}
|
|
1428
1429
|
},
|
|
1429
1430
|
"wrapper": true
|
|
@@ -1452,7 +1453,7 @@
|
|
|
1452
1453
|
"EndpointAccessList": {
|
|
1453
1454
|
"type": "list",
|
|
1454
1455
|
"member": {
|
|
1455
|
-
"shape": "
|
|
1456
|
+
"shape": "S3g"
|
|
1456
1457
|
}
|
|
1457
1458
|
},
|
|
1458
1459
|
"Marker": {}
|
|
@@ -1514,7 +1515,7 @@
|
|
|
1514
1515
|
"members": {
|
|
1515
1516
|
"EventId": {},
|
|
1516
1517
|
"EventCategories": {
|
|
1517
|
-
"shape": "
|
|
1518
|
+
"shape": "S3j"
|
|
1518
1519
|
},
|
|
1519
1520
|
"EventDescription": {},
|
|
1520
1521
|
"Severity": {}
|
|
@@ -1539,10 +1540,10 @@
|
|
|
1539
1540
|
},
|
|
1540
1541
|
"Marker": {},
|
|
1541
1542
|
"TagKeys": {
|
|
1542
|
-
"shape": "
|
|
1543
|
+
"shape": "S4x"
|
|
1543
1544
|
},
|
|
1544
1545
|
"TagValues": {
|
|
1545
|
-
"shape": "
|
|
1546
|
+
"shape": "S5h"
|
|
1546
1547
|
}
|
|
1547
1548
|
}
|
|
1548
1549
|
},
|
|
@@ -1554,7 +1555,7 @@
|
|
|
1554
1555
|
"EventSubscriptionsList": {
|
|
1555
1556
|
"type": "list",
|
|
1556
1557
|
"member": {
|
|
1557
|
-
"shape": "
|
|
1558
|
+
"shape": "S3l",
|
|
1558
1559
|
"locationName": "EventSubscription"
|
|
1559
1560
|
}
|
|
1560
1561
|
}
|
|
@@ -1597,7 +1598,7 @@
|
|
|
1597
1598
|
"SourceType": {},
|
|
1598
1599
|
"Message": {},
|
|
1599
1600
|
"EventCategories": {
|
|
1600
|
-
"shape": "
|
|
1601
|
+
"shape": "S3j"
|
|
1601
1602
|
},
|
|
1602
1603
|
"Severity": {},
|
|
1603
1604
|
"Date": {
|
|
@@ -1620,10 +1621,10 @@
|
|
|
1620
1621
|
},
|
|
1621
1622
|
"Marker": {},
|
|
1622
1623
|
"TagKeys": {
|
|
1623
|
-
"shape": "
|
|
1624
|
+
"shape": "S4x"
|
|
1624
1625
|
},
|
|
1625
1626
|
"TagValues": {
|
|
1626
|
-
"shape": "
|
|
1627
|
+
"shape": "S5h"
|
|
1627
1628
|
}
|
|
1628
1629
|
}
|
|
1629
1630
|
},
|
|
@@ -1635,7 +1636,7 @@
|
|
|
1635
1636
|
"HsmClientCertificates": {
|
|
1636
1637
|
"type": "list",
|
|
1637
1638
|
"member": {
|
|
1638
|
-
"shape": "
|
|
1639
|
+
"shape": "S3o",
|
|
1639
1640
|
"locationName": "HsmClientCertificate"
|
|
1640
1641
|
}
|
|
1641
1642
|
}
|
|
@@ -1652,10 +1653,10 @@
|
|
|
1652
1653
|
},
|
|
1653
1654
|
"Marker": {},
|
|
1654
1655
|
"TagKeys": {
|
|
1655
|
-
"shape": "
|
|
1656
|
+
"shape": "S4x"
|
|
1656
1657
|
},
|
|
1657
1658
|
"TagValues": {
|
|
1658
|
-
"shape": "
|
|
1659
|
+
"shape": "S5h"
|
|
1659
1660
|
}
|
|
1660
1661
|
}
|
|
1661
1662
|
},
|
|
@@ -1667,7 +1668,7 @@
|
|
|
1667
1668
|
"HsmConfigurations": {
|
|
1668
1669
|
"type": "list",
|
|
1669
1670
|
"member": {
|
|
1670
|
-
"shape": "
|
|
1671
|
+
"shape": "S3r",
|
|
1671
1672
|
"locationName": "HsmConfiguration"
|
|
1672
1673
|
}
|
|
1673
1674
|
}
|
|
@@ -1685,7 +1686,7 @@
|
|
|
1685
1686
|
}
|
|
1686
1687
|
},
|
|
1687
1688
|
"output": {
|
|
1688
|
-
"shape": "
|
|
1689
|
+
"shape": "S7k",
|
|
1689
1690
|
"resultWrapper": "DescribeLoggingStatusResult"
|
|
1690
1691
|
}
|
|
1691
1692
|
},
|
|
@@ -1710,7 +1711,7 @@
|
|
|
1710
1711
|
"Name": {},
|
|
1711
1712
|
"Operator": {},
|
|
1712
1713
|
"Values": {
|
|
1713
|
-
"shape": "
|
|
1714
|
+
"shape": "S7r",
|
|
1714
1715
|
"locationName": "Value"
|
|
1715
1716
|
}
|
|
1716
1717
|
}
|
|
@@ -1775,7 +1776,7 @@
|
|
|
1775
1776
|
"AvailabilityZones": {
|
|
1776
1777
|
"type": "list",
|
|
1777
1778
|
"member": {
|
|
1778
|
-
"shape": "
|
|
1779
|
+
"shape": "S3c",
|
|
1779
1780
|
"locationName": "AvailabilityZone"
|
|
1780
1781
|
}
|
|
1781
1782
|
}
|
|
@@ -1827,6 +1828,33 @@
|
|
|
1827
1828
|
}
|
|
1828
1829
|
}
|
|
1829
1830
|
},
|
|
1831
|
+
"DescribeReservedNodeExchangeStatus": {
|
|
1832
|
+
"input": {
|
|
1833
|
+
"type": "structure",
|
|
1834
|
+
"members": {
|
|
1835
|
+
"ReservedNodeId": {},
|
|
1836
|
+
"ReservedNodeExchangeRequestId": {},
|
|
1837
|
+
"MaxRecords": {
|
|
1838
|
+
"type": "integer"
|
|
1839
|
+
},
|
|
1840
|
+
"Marker": {}
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"output": {
|
|
1844
|
+
"resultWrapper": "DescribeReservedNodeExchangeStatusResult",
|
|
1845
|
+
"type": "structure",
|
|
1846
|
+
"members": {
|
|
1847
|
+
"ReservedNodeExchangeStatusDetails": {
|
|
1848
|
+
"type": "list",
|
|
1849
|
+
"member": {
|
|
1850
|
+
"shape": "S2x",
|
|
1851
|
+
"locationName": "ReservedNodeExchangeStatus"
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
"Marker": {}
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1830
1858
|
"DescribeReservedNodeOfferings": {
|
|
1831
1859
|
"input": {
|
|
1832
1860
|
"type": "structure",
|
|
@@ -1844,7 +1872,7 @@
|
|
|
1844
1872
|
"members": {
|
|
1845
1873
|
"Marker": {},
|
|
1846
1874
|
"ReservedNodeOfferings": {
|
|
1847
|
-
"shape": "
|
|
1875
|
+
"shape": "S8c"
|
|
1848
1876
|
}
|
|
1849
1877
|
}
|
|
1850
1878
|
}
|
|
@@ -1917,7 +1945,7 @@
|
|
|
1917
1945
|
"members": {
|
|
1918
1946
|
"Name": {},
|
|
1919
1947
|
"Values": {
|
|
1920
|
-
"shape": "
|
|
1948
|
+
"shape": "S7r"
|
|
1921
1949
|
}
|
|
1922
1950
|
}
|
|
1923
1951
|
}
|
|
@@ -1936,7 +1964,7 @@
|
|
|
1936
1964
|
"ScheduledActions": {
|
|
1937
1965
|
"type": "list",
|
|
1938
1966
|
"member": {
|
|
1939
|
-
"shape": "
|
|
1967
|
+
"shape": "S3x",
|
|
1940
1968
|
"locationName": "ScheduledAction"
|
|
1941
1969
|
}
|
|
1942
1970
|
}
|
|
@@ -1953,10 +1981,10 @@
|
|
|
1953
1981
|
},
|
|
1954
1982
|
"Marker": {},
|
|
1955
1983
|
"TagKeys": {
|
|
1956
|
-
"shape": "
|
|
1984
|
+
"shape": "S4x"
|
|
1957
1985
|
},
|
|
1958
1986
|
"TagValues": {
|
|
1959
|
-
"shape": "
|
|
1987
|
+
"shape": "S5h"
|
|
1960
1988
|
}
|
|
1961
1989
|
}
|
|
1962
1990
|
},
|
|
@@ -1968,7 +1996,7 @@
|
|
|
1968
1996
|
"SnapshotCopyGrants": {
|
|
1969
1997
|
"type": "list",
|
|
1970
1998
|
"member": {
|
|
1971
|
-
"shape": "
|
|
1999
|
+
"shape": "S42",
|
|
1972
2000
|
"locationName": "SnapshotCopyGrant"
|
|
1973
2001
|
}
|
|
1974
2002
|
}
|
|
@@ -1982,10 +2010,10 @@
|
|
|
1982
2010
|
"ClusterIdentifier": {},
|
|
1983
2011
|
"ScheduleIdentifier": {},
|
|
1984
2012
|
"TagKeys": {
|
|
1985
|
-
"shape": "
|
|
2013
|
+
"shape": "S4x"
|
|
1986
2014
|
},
|
|
1987
2015
|
"TagValues": {
|
|
1988
|
-
"shape": "
|
|
2016
|
+
"shape": "S5h"
|
|
1989
2017
|
},
|
|
1990
2018
|
"Marker": {},
|
|
1991
2019
|
"MaxRecords": {
|
|
@@ -2000,7 +2028,7 @@
|
|
|
2000
2028
|
"SnapshotSchedules": {
|
|
2001
2029
|
"type": "list",
|
|
2002
2030
|
"member": {
|
|
2003
|
-
"shape": "
|
|
2031
|
+
"shape": "S45",
|
|
2004
2032
|
"locationName": "SnapshotSchedule"
|
|
2005
2033
|
}
|
|
2006
2034
|
},
|
|
@@ -2041,7 +2069,7 @@
|
|
|
2041
2069
|
"TableRestoreStatusDetails": {
|
|
2042
2070
|
"type": "list",
|
|
2043
2071
|
"member": {
|
|
2044
|
-
"shape": "
|
|
2072
|
+
"shape": "S8z",
|
|
2045
2073
|
"locationName": "TableRestoreStatus"
|
|
2046
2074
|
}
|
|
2047
2075
|
},
|
|
@@ -2060,10 +2088,10 @@
|
|
|
2060
2088
|
},
|
|
2061
2089
|
"Marker": {},
|
|
2062
2090
|
"TagKeys": {
|
|
2063
|
-
"shape": "
|
|
2091
|
+
"shape": "S4x"
|
|
2064
2092
|
},
|
|
2065
2093
|
"TagValues": {
|
|
2066
|
-
"shape": "
|
|
2094
|
+
"shape": "S5h"
|
|
2067
2095
|
}
|
|
2068
2096
|
}
|
|
2069
2097
|
},
|
|
@@ -2101,10 +2129,10 @@
|
|
|
2101
2129
|
},
|
|
2102
2130
|
"Marker": {},
|
|
2103
2131
|
"TagKeys": {
|
|
2104
|
-
"shape": "
|
|
2132
|
+
"shape": "S4x"
|
|
2105
2133
|
},
|
|
2106
2134
|
"TagValues": {
|
|
2107
|
-
"shape": "
|
|
2135
|
+
"shape": "S5h"
|
|
2108
2136
|
}
|
|
2109
2137
|
}
|
|
2110
2138
|
},
|
|
@@ -2115,7 +2143,7 @@
|
|
|
2115
2143
|
"UsageLimits": {
|
|
2116
2144
|
"type": "list",
|
|
2117
2145
|
"member": {
|
|
2118
|
-
"shape": "
|
|
2146
|
+
"shape": "S4f"
|
|
2119
2147
|
}
|
|
2120
2148
|
},
|
|
2121
2149
|
"Marker": {}
|
|
@@ -2133,7 +2161,7 @@
|
|
|
2133
2161
|
}
|
|
2134
2162
|
},
|
|
2135
2163
|
"output": {
|
|
2136
|
-
"shape": "
|
|
2164
|
+
"shape": "S7k",
|
|
2137
2165
|
"resultWrapper": "DisableLoggingResult"
|
|
2138
2166
|
}
|
|
2139
2167
|
},
|
|
@@ -2190,7 +2218,7 @@
|
|
|
2190
2218
|
}
|
|
2191
2219
|
},
|
|
2192
2220
|
"output": {
|
|
2193
|
-
"shape": "
|
|
2221
|
+
"shape": "S7k",
|
|
2194
2222
|
"resultWrapper": "EnableLoggingResult"
|
|
2195
2223
|
}
|
|
2196
2224
|
},
|
|
@@ -2263,6 +2291,49 @@
|
|
|
2263
2291
|
}
|
|
2264
2292
|
}
|
|
2265
2293
|
},
|
|
2294
|
+
"GetReservedNodeExchangeConfigurationOptions": {
|
|
2295
|
+
"input": {
|
|
2296
|
+
"type": "structure",
|
|
2297
|
+
"required": [
|
|
2298
|
+
"ActionType"
|
|
2299
|
+
],
|
|
2300
|
+
"members": {
|
|
2301
|
+
"ActionType": {},
|
|
2302
|
+
"ClusterIdentifier": {},
|
|
2303
|
+
"SnapshotIdentifier": {},
|
|
2304
|
+
"MaxRecords": {
|
|
2305
|
+
"type": "integer"
|
|
2306
|
+
},
|
|
2307
|
+
"Marker": {}
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
"output": {
|
|
2311
|
+
"resultWrapper": "GetReservedNodeExchangeConfigurationOptionsResult",
|
|
2312
|
+
"type": "structure",
|
|
2313
|
+
"members": {
|
|
2314
|
+
"Marker": {},
|
|
2315
|
+
"ReservedNodeConfigurationOptionList": {
|
|
2316
|
+
"type": "list",
|
|
2317
|
+
"member": {
|
|
2318
|
+
"locationName": "ReservedNodeConfigurationOption",
|
|
2319
|
+
"type": "structure",
|
|
2320
|
+
"members": {
|
|
2321
|
+
"SourceReservedNode": {
|
|
2322
|
+
"shape": "S4"
|
|
2323
|
+
},
|
|
2324
|
+
"TargetReservedNodeCount": {
|
|
2325
|
+
"type": "integer"
|
|
2326
|
+
},
|
|
2327
|
+
"TargetReservedNodeOffering": {
|
|
2328
|
+
"shape": "S8d"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
"wrapper": true
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
2266
2337
|
"GetReservedNodeExchangeOfferings": {
|
|
2267
2338
|
"input": {
|
|
2268
2339
|
"type": "structure",
|
|
@@ -2283,7 +2354,7 @@
|
|
|
2283
2354
|
"members": {
|
|
2284
2355
|
"Marker": {},
|
|
2285
2356
|
"ReservedNodeOfferings": {
|
|
2286
|
-
"shape": "
|
|
2357
|
+
"shape": "S8c"
|
|
2287
2358
|
}
|
|
2288
2359
|
}
|
|
2289
2360
|
}
|
|
@@ -2431,7 +2502,8 @@
|
|
|
2431
2502
|
},
|
|
2432
2503
|
"RemoveIamRoles": {
|
|
2433
2504
|
"shape": "S1z"
|
|
2434
|
-
}
|
|
2505
|
+
},
|
|
2506
|
+
"DefaultIamRoleArn": {}
|
|
2435
2507
|
}
|
|
2436
2508
|
},
|
|
2437
2509
|
"output": {
|
|
@@ -2487,12 +2559,12 @@
|
|
|
2487
2559
|
"members": {
|
|
2488
2560
|
"ParameterGroupName": {},
|
|
2489
2561
|
"Parameters": {
|
|
2490
|
-
"shape": "
|
|
2562
|
+
"shape": "S5m"
|
|
2491
2563
|
}
|
|
2492
2564
|
}
|
|
2493
2565
|
},
|
|
2494
2566
|
"output": {
|
|
2495
|
-
"shape": "
|
|
2567
|
+
"shape": "Sa3",
|
|
2496
2568
|
"resultWrapper": "ModifyClusterParameterGroupResult"
|
|
2497
2569
|
}
|
|
2498
2570
|
},
|
|
@@ -2548,7 +2620,7 @@
|
|
|
2548
2620
|
"ClusterSubnetGroupName": {},
|
|
2549
2621
|
"Description": {},
|
|
2550
2622
|
"SubnetIds": {
|
|
2551
|
-
"shape": "
|
|
2623
|
+
"shape": "S37"
|
|
2552
2624
|
}
|
|
2553
2625
|
}
|
|
2554
2626
|
},
|
|
@@ -2557,7 +2629,7 @@
|
|
|
2557
2629
|
"type": "structure",
|
|
2558
2630
|
"members": {
|
|
2559
2631
|
"ClusterSubnetGroup": {
|
|
2560
|
-
"shape": "
|
|
2632
|
+
"shape": "S39"
|
|
2561
2633
|
}
|
|
2562
2634
|
}
|
|
2563
2635
|
}
|
|
@@ -2576,7 +2648,7 @@
|
|
|
2576
2648
|
}
|
|
2577
2649
|
},
|
|
2578
2650
|
"output": {
|
|
2579
|
-
"shape": "
|
|
2651
|
+
"shape": "S3g",
|
|
2580
2652
|
"resultWrapper": "ModifyEndpointAccessResult"
|
|
2581
2653
|
}
|
|
2582
2654
|
},
|
|
@@ -2591,10 +2663,10 @@
|
|
|
2591
2663
|
"SnsTopicArn": {},
|
|
2592
2664
|
"SourceType": {},
|
|
2593
2665
|
"SourceIds": {
|
|
2594
|
-
"shape": "
|
|
2666
|
+
"shape": "S3i"
|
|
2595
2667
|
},
|
|
2596
2668
|
"EventCategories": {
|
|
2597
|
-
"shape": "
|
|
2669
|
+
"shape": "S3j"
|
|
2598
2670
|
},
|
|
2599
2671
|
"Severity": {},
|
|
2600
2672
|
"Enabled": {
|
|
@@ -2607,7 +2679,7 @@
|
|
|
2607
2679
|
"type": "structure",
|
|
2608
2680
|
"members": {
|
|
2609
2681
|
"EventSubscription": {
|
|
2610
|
-
"shape": "
|
|
2682
|
+
"shape": "S3l"
|
|
2611
2683
|
}
|
|
2612
2684
|
}
|
|
2613
2685
|
}
|
|
@@ -2621,7 +2693,7 @@
|
|
|
2621
2693
|
"members": {
|
|
2622
2694
|
"ScheduledActionName": {},
|
|
2623
2695
|
"TargetAction": {
|
|
2624
|
-
"shape": "
|
|
2696
|
+
"shape": "S3t"
|
|
2625
2697
|
},
|
|
2626
2698
|
"Schedule": {},
|
|
2627
2699
|
"IamRole": {},
|
|
@@ -2638,7 +2710,7 @@
|
|
|
2638
2710
|
}
|
|
2639
2711
|
},
|
|
2640
2712
|
"output": {
|
|
2641
|
-
"shape": "
|
|
2713
|
+
"shape": "S3x",
|
|
2642
2714
|
"resultWrapper": "ModifyScheduledActionResult"
|
|
2643
2715
|
}
|
|
2644
2716
|
},
|
|
@@ -2679,12 +2751,12 @@
|
|
|
2679
2751
|
"members": {
|
|
2680
2752
|
"ScheduleIdentifier": {},
|
|
2681
2753
|
"ScheduleDefinitions": {
|
|
2682
|
-
"shape": "
|
|
2754
|
+
"shape": "S44"
|
|
2683
2755
|
}
|
|
2684
2756
|
}
|
|
2685
2757
|
},
|
|
2686
2758
|
"output": {
|
|
2687
|
-
"shape": "
|
|
2759
|
+
"shape": "S45",
|
|
2688
2760
|
"resultWrapper": "ModifySnapshotScheduleResult"
|
|
2689
2761
|
}
|
|
2690
2762
|
},
|
|
@@ -2703,13 +2775,13 @@
|
|
|
2703
2775
|
}
|
|
2704
2776
|
},
|
|
2705
2777
|
"output": {
|
|
2706
|
-
"shape": "
|
|
2778
|
+
"shape": "S4f",
|
|
2707
2779
|
"resultWrapper": "ModifyUsageLimitResult"
|
|
2708
2780
|
}
|
|
2709
2781
|
},
|
|
2710
2782
|
"PauseCluster": {
|
|
2711
2783
|
"input": {
|
|
2712
|
-
"shape": "
|
|
2784
|
+
"shape": "S3v"
|
|
2713
2785
|
},
|
|
2714
2786
|
"output": {
|
|
2715
2787
|
"resultWrapper": "PauseClusterResult",
|
|
@@ -2791,18 +2863,18 @@
|
|
|
2791
2863
|
"type": "boolean"
|
|
2792
2864
|
},
|
|
2793
2865
|
"Parameters": {
|
|
2794
|
-
"shape": "
|
|
2866
|
+
"shape": "S5m"
|
|
2795
2867
|
}
|
|
2796
2868
|
}
|
|
2797
2869
|
},
|
|
2798
2870
|
"output": {
|
|
2799
|
-
"shape": "
|
|
2871
|
+
"shape": "Sa3",
|
|
2800
2872
|
"resultWrapper": "ResetClusterParameterGroupResult"
|
|
2801
2873
|
}
|
|
2802
2874
|
},
|
|
2803
2875
|
"ResizeCluster": {
|
|
2804
2876
|
"input": {
|
|
2805
|
-
"shape": "
|
|
2877
|
+
"shape": "S3u"
|
|
2806
2878
|
},
|
|
2807
2879
|
"output": {
|
|
2808
2880
|
"resultWrapper": "ResizeClusterResult",
|
|
@@ -2871,7 +2943,10 @@
|
|
|
2871
2943
|
"AvailabilityZoneRelocation": {
|
|
2872
2944
|
"type": "boolean"
|
|
2873
2945
|
},
|
|
2874
|
-
"AquaConfigurationStatus": {}
|
|
2946
|
+
"AquaConfigurationStatus": {},
|
|
2947
|
+
"DefaultIamRoleArn": {},
|
|
2948
|
+
"ReservedNodeId": {},
|
|
2949
|
+
"TargetReservedNodeOfferingId": {}
|
|
2875
2950
|
}
|
|
2876
2951
|
},
|
|
2877
2952
|
"output": {
|
|
@@ -2913,14 +2988,14 @@
|
|
|
2913
2988
|
"type": "structure",
|
|
2914
2989
|
"members": {
|
|
2915
2990
|
"TableRestoreStatus": {
|
|
2916
|
-
"shape": "
|
|
2991
|
+
"shape": "S8z"
|
|
2917
2992
|
}
|
|
2918
2993
|
}
|
|
2919
2994
|
}
|
|
2920
2995
|
},
|
|
2921
2996
|
"ResumeCluster": {
|
|
2922
2997
|
"input": {
|
|
2923
|
-
"shape": "
|
|
2998
|
+
"shape": "S3w"
|
|
2924
2999
|
},
|
|
2925
3000
|
"output": {
|
|
2926
3001
|
"resultWrapper": "ResumeClusterResult",
|
|
@@ -3654,6 +3729,10 @@
|
|
|
3654
3729
|
},
|
|
3655
3730
|
"AquaConfiguration": {
|
|
3656
3731
|
"shape": "S2v"
|
|
3732
|
+
},
|
|
3733
|
+
"DefaultIamRoleArn": {},
|
|
3734
|
+
"ReservedNodeExchangeStatus": {
|
|
3735
|
+
"shape": "S2x"
|
|
3657
3736
|
}
|
|
3658
3737
|
},
|
|
3659
3738
|
"wrapper": true
|
|
@@ -3696,7 +3775,28 @@
|
|
|
3696
3775
|
"AquaConfigurationStatus": {}
|
|
3697
3776
|
}
|
|
3698
3777
|
},
|
|
3699
|
-
"
|
|
3778
|
+
"S2x": {
|
|
3779
|
+
"type": "structure",
|
|
3780
|
+
"members": {
|
|
3781
|
+
"ReservedNodeExchangeRequestId": {},
|
|
3782
|
+
"Status": {},
|
|
3783
|
+
"RequestTime": {
|
|
3784
|
+
"type": "timestamp"
|
|
3785
|
+
},
|
|
3786
|
+
"SourceReservedNodeId": {},
|
|
3787
|
+
"SourceReservedNodeType": {},
|
|
3788
|
+
"SourceReservedNodeCount": {
|
|
3789
|
+
"type": "integer"
|
|
3790
|
+
},
|
|
3791
|
+
"TargetReservedNodeOfferingId": {},
|
|
3792
|
+
"TargetReservedNodeType": {},
|
|
3793
|
+
"TargetReservedNodeCount": {
|
|
3794
|
+
"type": "integer"
|
|
3795
|
+
}
|
|
3796
|
+
},
|
|
3797
|
+
"wrapper": true
|
|
3798
|
+
},
|
|
3799
|
+
"S31": {
|
|
3700
3800
|
"type": "structure",
|
|
3701
3801
|
"members": {
|
|
3702
3802
|
"ParameterGroupName": {},
|
|
@@ -3708,13 +3808,13 @@
|
|
|
3708
3808
|
},
|
|
3709
3809
|
"wrapper": true
|
|
3710
3810
|
},
|
|
3711
|
-
"
|
|
3811
|
+
"S37": {
|
|
3712
3812
|
"type": "list",
|
|
3713
3813
|
"member": {
|
|
3714
3814
|
"locationName": "SubnetIdentifier"
|
|
3715
3815
|
}
|
|
3716
3816
|
},
|
|
3717
|
-
"
|
|
3817
|
+
"S39": {
|
|
3718
3818
|
"type": "structure",
|
|
3719
3819
|
"members": {
|
|
3720
3820
|
"ClusterSubnetGroupName": {},
|
|
@@ -3729,7 +3829,7 @@
|
|
|
3729
3829
|
"members": {
|
|
3730
3830
|
"SubnetIdentifier": {},
|
|
3731
3831
|
"SubnetAvailabilityZone": {
|
|
3732
|
-
"shape": "
|
|
3832
|
+
"shape": "S3c"
|
|
3733
3833
|
},
|
|
3734
3834
|
"SubnetStatus": {}
|
|
3735
3835
|
}
|
|
@@ -3741,7 +3841,7 @@
|
|
|
3741
3841
|
},
|
|
3742
3842
|
"wrapper": true
|
|
3743
3843
|
},
|
|
3744
|
-
"
|
|
3844
|
+
"S3c": {
|
|
3745
3845
|
"type": "structure",
|
|
3746
3846
|
"members": {
|
|
3747
3847
|
"Name": {},
|
|
@@ -3759,7 +3859,7 @@
|
|
|
3759
3859
|
},
|
|
3760
3860
|
"wrapper": true
|
|
3761
3861
|
},
|
|
3762
|
-
"
|
|
3862
|
+
"S3g": {
|
|
3763
3863
|
"type": "structure",
|
|
3764
3864
|
"members": {
|
|
3765
3865
|
"ClusterIdentifier": {},
|
|
@@ -3782,19 +3882,19 @@
|
|
|
3782
3882
|
}
|
|
3783
3883
|
}
|
|
3784
3884
|
},
|
|
3785
|
-
"
|
|
3885
|
+
"S3i": {
|
|
3786
3886
|
"type": "list",
|
|
3787
3887
|
"member": {
|
|
3788
3888
|
"locationName": "SourceId"
|
|
3789
3889
|
}
|
|
3790
3890
|
},
|
|
3791
|
-
"
|
|
3891
|
+
"S3j": {
|
|
3792
3892
|
"type": "list",
|
|
3793
3893
|
"member": {
|
|
3794
3894
|
"locationName": "EventCategory"
|
|
3795
3895
|
}
|
|
3796
3896
|
},
|
|
3797
|
-
"
|
|
3897
|
+
"S3l": {
|
|
3798
3898
|
"type": "structure",
|
|
3799
3899
|
"members": {
|
|
3800
3900
|
"CustomerAwsId": {},
|
|
@@ -3806,10 +3906,10 @@
|
|
|
3806
3906
|
},
|
|
3807
3907
|
"SourceType": {},
|
|
3808
3908
|
"SourceIdsList": {
|
|
3809
|
-
"shape": "
|
|
3909
|
+
"shape": "S3i"
|
|
3810
3910
|
},
|
|
3811
3911
|
"EventCategoriesList": {
|
|
3812
|
-
"shape": "
|
|
3912
|
+
"shape": "S3j"
|
|
3813
3913
|
},
|
|
3814
3914
|
"Severity": {},
|
|
3815
3915
|
"Enabled": {
|
|
@@ -3821,7 +3921,7 @@
|
|
|
3821
3921
|
},
|
|
3822
3922
|
"wrapper": true
|
|
3823
3923
|
},
|
|
3824
|
-
"
|
|
3924
|
+
"S3o": {
|
|
3825
3925
|
"type": "structure",
|
|
3826
3926
|
"members": {
|
|
3827
3927
|
"HsmClientCertificateIdentifier": {},
|
|
@@ -3832,7 +3932,7 @@
|
|
|
3832
3932
|
},
|
|
3833
3933
|
"wrapper": true
|
|
3834
3934
|
},
|
|
3835
|
-
"
|
|
3935
|
+
"S3r": {
|
|
3836
3936
|
"type": "structure",
|
|
3837
3937
|
"members": {
|
|
3838
3938
|
"HsmConfigurationIdentifier": {},
|
|
@@ -3845,21 +3945,21 @@
|
|
|
3845
3945
|
},
|
|
3846
3946
|
"wrapper": true
|
|
3847
3947
|
},
|
|
3848
|
-
"
|
|
3948
|
+
"S3t": {
|
|
3849
3949
|
"type": "structure",
|
|
3850
3950
|
"members": {
|
|
3851
3951
|
"ResizeCluster": {
|
|
3852
|
-
"shape": "
|
|
3952
|
+
"shape": "S3u"
|
|
3853
3953
|
},
|
|
3854
3954
|
"PauseCluster": {
|
|
3855
|
-
"shape": "
|
|
3955
|
+
"shape": "S3v"
|
|
3856
3956
|
},
|
|
3857
3957
|
"ResumeCluster": {
|
|
3858
|
-
"shape": "
|
|
3958
|
+
"shape": "S3w"
|
|
3859
3959
|
}
|
|
3860
3960
|
}
|
|
3861
3961
|
},
|
|
3862
|
-
"
|
|
3962
|
+
"S3u": {
|
|
3863
3963
|
"type": "structure",
|
|
3864
3964
|
"required": [
|
|
3865
3965
|
"ClusterIdentifier"
|
|
@@ -3873,10 +3973,12 @@
|
|
|
3873
3973
|
},
|
|
3874
3974
|
"Classic": {
|
|
3875
3975
|
"type": "boolean"
|
|
3876
|
-
}
|
|
3976
|
+
},
|
|
3977
|
+
"ReservedNodeId": {},
|
|
3978
|
+
"TargetReservedNodeOfferingId": {}
|
|
3877
3979
|
}
|
|
3878
3980
|
},
|
|
3879
|
-
"
|
|
3981
|
+
"S3v": {
|
|
3880
3982
|
"type": "structure",
|
|
3881
3983
|
"required": [
|
|
3882
3984
|
"ClusterIdentifier"
|
|
@@ -3885,7 +3987,7 @@
|
|
|
3885
3987
|
"ClusterIdentifier": {}
|
|
3886
3988
|
}
|
|
3887
3989
|
},
|
|
3888
|
-
"
|
|
3990
|
+
"S3w": {
|
|
3889
3991
|
"type": "structure",
|
|
3890
3992
|
"required": [
|
|
3891
3993
|
"ClusterIdentifier"
|
|
@@ -3894,12 +3996,12 @@
|
|
|
3894
3996
|
"ClusterIdentifier": {}
|
|
3895
3997
|
}
|
|
3896
3998
|
},
|
|
3897
|
-
"
|
|
3999
|
+
"S3x": {
|
|
3898
4000
|
"type": "structure",
|
|
3899
4001
|
"members": {
|
|
3900
4002
|
"ScheduledActionName": {},
|
|
3901
4003
|
"TargetAction": {
|
|
3902
|
-
"shape": "
|
|
4004
|
+
"shape": "S3t"
|
|
3903
4005
|
},
|
|
3904
4006
|
"Schedule": {},
|
|
3905
4007
|
"IamRole": {},
|
|
@@ -3920,7 +4022,7 @@
|
|
|
3920
4022
|
}
|
|
3921
4023
|
}
|
|
3922
4024
|
},
|
|
3923
|
-
"
|
|
4025
|
+
"S42": {
|
|
3924
4026
|
"type": "structure",
|
|
3925
4027
|
"members": {
|
|
3926
4028
|
"SnapshotCopyGrantName": {},
|
|
@@ -3931,17 +4033,17 @@
|
|
|
3931
4033
|
},
|
|
3932
4034
|
"wrapper": true
|
|
3933
4035
|
},
|
|
3934
|
-
"
|
|
4036
|
+
"S44": {
|
|
3935
4037
|
"type": "list",
|
|
3936
4038
|
"member": {
|
|
3937
4039
|
"locationName": "ScheduleDefinition"
|
|
3938
4040
|
}
|
|
3939
4041
|
},
|
|
3940
|
-
"
|
|
4042
|
+
"S45": {
|
|
3941
4043
|
"type": "structure",
|
|
3942
4044
|
"members": {
|
|
3943
4045
|
"ScheduleDefinitions": {
|
|
3944
|
-
"shape": "
|
|
4046
|
+
"shape": "S44"
|
|
3945
4047
|
},
|
|
3946
4048
|
"ScheduleIdentifier": {},
|
|
3947
4049
|
"ScheduleDescription": {},
|
|
@@ -3971,7 +4073,7 @@
|
|
|
3971
4073
|
}
|
|
3972
4074
|
}
|
|
3973
4075
|
},
|
|
3974
|
-
"
|
|
4076
|
+
"S4f": {
|
|
3975
4077
|
"type": "structure",
|
|
3976
4078
|
"members": {
|
|
3977
4079
|
"UsageLimitId": {},
|
|
@@ -3988,19 +4090,19 @@
|
|
|
3988
4090
|
}
|
|
3989
4091
|
}
|
|
3990
4092
|
},
|
|
3991
|
-
"
|
|
4093
|
+
"S4x": {
|
|
3992
4094
|
"type": "list",
|
|
3993
4095
|
"member": {
|
|
3994
4096
|
"locationName": "TagKey"
|
|
3995
4097
|
}
|
|
3996
4098
|
},
|
|
3997
|
-
"
|
|
4099
|
+
"S5h": {
|
|
3998
4100
|
"type": "list",
|
|
3999
4101
|
"member": {
|
|
4000
4102
|
"locationName": "TagValue"
|
|
4001
4103
|
}
|
|
4002
4104
|
},
|
|
4003
|
-
"
|
|
4105
|
+
"S5m": {
|
|
4004
4106
|
"type": "list",
|
|
4005
4107
|
"member": {
|
|
4006
4108
|
"locationName": "Parameter",
|
|
@@ -4020,13 +4122,13 @@
|
|
|
4020
4122
|
}
|
|
4021
4123
|
}
|
|
4022
4124
|
},
|
|
4023
|
-
"
|
|
4125
|
+
"S6j": {
|
|
4024
4126
|
"type": "list",
|
|
4025
4127
|
"member": {
|
|
4026
4128
|
"shape": "Sj"
|
|
4027
4129
|
}
|
|
4028
4130
|
},
|
|
4029
|
-
"
|
|
4131
|
+
"S7k": {
|
|
4030
4132
|
"type": "structure",
|
|
4031
4133
|
"members": {
|
|
4032
4134
|
"LoggingEnabled": {
|
|
@@ -4043,40 +4145,43 @@
|
|
|
4043
4145
|
"LastFailureMessage": {}
|
|
4044
4146
|
}
|
|
4045
4147
|
},
|
|
4046
|
-
"
|
|
4148
|
+
"S7r": {
|
|
4047
4149
|
"type": "list",
|
|
4048
4150
|
"member": {
|
|
4049
4151
|
"locationName": "item"
|
|
4050
4152
|
}
|
|
4051
4153
|
},
|
|
4052
|
-
"
|
|
4154
|
+
"S8c": {
|
|
4053
4155
|
"type": "list",
|
|
4054
4156
|
"member": {
|
|
4055
|
-
"
|
|
4056
|
-
"
|
|
4057
|
-
"members": {
|
|
4058
|
-
"ReservedNodeOfferingId": {},
|
|
4059
|
-
"NodeType": {},
|
|
4060
|
-
"Duration": {
|
|
4061
|
-
"type": "integer"
|
|
4062
|
-
},
|
|
4063
|
-
"FixedPrice": {
|
|
4064
|
-
"type": "double"
|
|
4065
|
-
},
|
|
4066
|
-
"UsagePrice": {
|
|
4067
|
-
"type": "double"
|
|
4068
|
-
},
|
|
4069
|
-
"CurrencyCode": {},
|
|
4070
|
-
"OfferingType": {},
|
|
4071
|
-
"RecurringCharges": {
|
|
4072
|
-
"shape": "S8"
|
|
4073
|
-
},
|
|
4074
|
-
"ReservedNodeOfferingType": {}
|
|
4075
|
-
},
|
|
4076
|
-
"wrapper": true
|
|
4157
|
+
"shape": "S8d",
|
|
4158
|
+
"locationName": "ReservedNodeOffering"
|
|
4077
4159
|
}
|
|
4078
4160
|
},
|
|
4079
|
-
"
|
|
4161
|
+
"S8d": {
|
|
4162
|
+
"type": "structure",
|
|
4163
|
+
"members": {
|
|
4164
|
+
"ReservedNodeOfferingId": {},
|
|
4165
|
+
"NodeType": {},
|
|
4166
|
+
"Duration": {
|
|
4167
|
+
"type": "integer"
|
|
4168
|
+
},
|
|
4169
|
+
"FixedPrice": {
|
|
4170
|
+
"type": "double"
|
|
4171
|
+
},
|
|
4172
|
+
"UsagePrice": {
|
|
4173
|
+
"type": "double"
|
|
4174
|
+
},
|
|
4175
|
+
"CurrencyCode": {},
|
|
4176
|
+
"OfferingType": {},
|
|
4177
|
+
"RecurringCharges": {
|
|
4178
|
+
"shape": "S8"
|
|
4179
|
+
},
|
|
4180
|
+
"ReservedNodeOfferingType": {}
|
|
4181
|
+
},
|
|
4182
|
+
"wrapper": true
|
|
4183
|
+
},
|
|
4184
|
+
"S8z": {
|
|
4080
4185
|
"type": "structure",
|
|
4081
4186
|
"members": {
|
|
4082
4187
|
"TableRestoreRequestId": {},
|
|
@@ -4102,7 +4207,7 @@
|
|
|
4102
4207
|
},
|
|
4103
4208
|
"wrapper": true
|
|
4104
4209
|
},
|
|
4105
|
-
"
|
|
4210
|
+
"Sa3": {
|
|
4106
4211
|
"type": "structure",
|
|
4107
4212
|
"members": {
|
|
4108
4213
|
"ParameterGroupName": {},
|