@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
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"type": "structure",
|
|
142
142
|
"members": {
|
|
143
143
|
"Snapshot": {
|
|
144
|
-
"shape": "
|
|
144
|
+
"shape": "S1q"
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"AZMode": {},
|
|
159
159
|
"PreferredAvailabilityZone": {},
|
|
160
160
|
"PreferredAvailabilityZones": {
|
|
161
|
-
"shape": "
|
|
161
|
+
"shape": "S1z"
|
|
162
162
|
},
|
|
163
163
|
"NumCacheNodes": {
|
|
164
164
|
"type": "integer"
|
|
@@ -169,16 +169,16 @@
|
|
|
169
169
|
"CacheParameterGroupName": {},
|
|
170
170
|
"CacheSubnetGroupName": {},
|
|
171
171
|
"CacheSecurityGroupNames": {
|
|
172
|
-
"shape": "
|
|
172
|
+
"shape": "S20"
|
|
173
173
|
},
|
|
174
174
|
"SecurityGroupIds": {
|
|
175
|
-
"shape": "
|
|
175
|
+
"shape": "S21"
|
|
176
176
|
},
|
|
177
177
|
"Tags": {
|
|
178
178
|
"shape": "S3"
|
|
179
179
|
},
|
|
180
180
|
"SnapshotArns": {
|
|
181
|
-
"shape": "
|
|
181
|
+
"shape": "S22"
|
|
182
182
|
},
|
|
183
183
|
"SnapshotName": {},
|
|
184
184
|
"PreferredMaintenanceWindow": {},
|
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
"OutpostMode": {},
|
|
198
198
|
"PreferredOutpostArn": {},
|
|
199
199
|
"PreferredOutpostArns": {
|
|
200
|
-
"shape": "
|
|
200
|
+
"shape": "S24"
|
|
201
201
|
},
|
|
202
202
|
"LogDeliveryConfigurations": {
|
|
203
|
-
"shape": "
|
|
203
|
+
"shape": "S25"
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
206
|
},
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"type": "structure",
|
|
210
210
|
"members": {
|
|
211
211
|
"CacheCluster": {
|
|
212
|
-
"shape": "
|
|
212
|
+
"shape": "S28"
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"type": "structure",
|
|
237
237
|
"members": {
|
|
238
238
|
"CacheParameterGroup": {
|
|
239
|
-
"shape": "
|
|
239
|
+
"shape": "S2l"
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
}
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
"CacheSubnetGroupName": {},
|
|
279
279
|
"CacheSubnetGroupDescription": {},
|
|
280
280
|
"SubnetIds": {
|
|
281
|
-
"shape": "
|
|
281
|
+
"shape": "S2p"
|
|
282
282
|
},
|
|
283
283
|
"Tags": {
|
|
284
284
|
"shape": "S3"
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"type": "structure",
|
|
291
291
|
"members": {
|
|
292
292
|
"CacheSubnetGroup": {
|
|
293
|
-
"shape": "
|
|
293
|
+
"shape": "S2r"
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
}
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"type": "structure",
|
|
314
314
|
"members": {
|
|
315
315
|
"GlobalReplicationGroup": {
|
|
316
|
-
"shape": "
|
|
316
|
+
"shape": "S2y"
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
}
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"type": "integer"
|
|
341
341
|
},
|
|
342
342
|
"PreferredCacheClusterAZs": {
|
|
343
|
-
"shape": "
|
|
343
|
+
"shape": "S1v"
|
|
344
344
|
},
|
|
345
345
|
"NumNodeGroups": {
|
|
346
346
|
"type": "integer"
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
"NodeGroupConfiguration": {
|
|
352
352
|
"type": "list",
|
|
353
353
|
"member": {
|
|
354
|
-
"shape": "
|
|
354
|
+
"shape": "S1t",
|
|
355
355
|
"locationName": "NodeGroupConfiguration"
|
|
356
356
|
}
|
|
357
357
|
},
|
|
@@ -361,16 +361,16 @@
|
|
|
361
361
|
"CacheParameterGroupName": {},
|
|
362
362
|
"CacheSubnetGroupName": {},
|
|
363
363
|
"CacheSecurityGroupNames": {
|
|
364
|
-
"shape": "
|
|
364
|
+
"shape": "S20"
|
|
365
365
|
},
|
|
366
366
|
"SecurityGroupIds": {
|
|
367
|
-
"shape": "
|
|
367
|
+
"shape": "S21"
|
|
368
368
|
},
|
|
369
369
|
"Tags": {
|
|
370
370
|
"shape": "S3"
|
|
371
371
|
},
|
|
372
372
|
"SnapshotArns": {
|
|
373
|
-
"shape": "
|
|
373
|
+
"shape": "S22"
|
|
374
374
|
},
|
|
375
375
|
"SnapshotName": {},
|
|
376
376
|
"PreferredMaintenanceWindow": {},
|
|
@@ -398,7 +398,10 @@
|
|
|
398
398
|
"member": {}
|
|
399
399
|
},
|
|
400
400
|
"LogDeliveryConfigurations": {
|
|
401
|
-
"shape": "
|
|
401
|
+
"shape": "S25"
|
|
402
|
+
},
|
|
403
|
+
"DataTieringEnabled": {
|
|
404
|
+
"type": "boolean"
|
|
402
405
|
}
|
|
403
406
|
}
|
|
404
407
|
},
|
|
@@ -433,7 +436,7 @@
|
|
|
433
436
|
"type": "structure",
|
|
434
437
|
"members": {
|
|
435
438
|
"Snapshot": {
|
|
436
|
-
"shape": "
|
|
439
|
+
"shape": "S1q"
|
|
437
440
|
}
|
|
438
441
|
}
|
|
439
442
|
}
|
|
@@ -452,7 +455,7 @@
|
|
|
452
455
|
"UserName": {},
|
|
453
456
|
"Engine": {},
|
|
454
457
|
"Passwords": {
|
|
455
|
-
"shape": "
|
|
458
|
+
"shape": "S3d"
|
|
456
459
|
},
|
|
457
460
|
"AccessString": {},
|
|
458
461
|
"NoPasswordRequired": {
|
|
@@ -464,7 +467,7 @@
|
|
|
464
467
|
}
|
|
465
468
|
},
|
|
466
469
|
"output": {
|
|
467
|
-
"shape": "
|
|
470
|
+
"shape": "S3f",
|
|
468
471
|
"resultWrapper": "CreateUserResult"
|
|
469
472
|
}
|
|
470
473
|
},
|
|
@@ -479,7 +482,7 @@
|
|
|
479
482
|
"UserGroupId": {},
|
|
480
483
|
"Engine": {},
|
|
481
484
|
"UserIds": {
|
|
482
|
-
"shape": "
|
|
485
|
+
"shape": "S3j"
|
|
483
486
|
},
|
|
484
487
|
"Tags": {
|
|
485
488
|
"shape": "S3"
|
|
@@ -487,7 +490,7 @@
|
|
|
487
490
|
}
|
|
488
491
|
},
|
|
489
492
|
"output": {
|
|
490
|
-
"shape": "
|
|
493
|
+
"shape": "S3k",
|
|
491
494
|
"resultWrapper": "CreateUserGroupResult"
|
|
492
495
|
}
|
|
493
496
|
},
|
|
@@ -505,10 +508,10 @@
|
|
|
505
508
|
"type": "integer"
|
|
506
509
|
},
|
|
507
510
|
"GlobalNodeGroupsToRemove": {
|
|
508
|
-
"shape": "
|
|
511
|
+
"shape": "S3p"
|
|
509
512
|
},
|
|
510
513
|
"GlobalNodeGroupsToRetain": {
|
|
511
|
-
"shape": "
|
|
514
|
+
"shape": "S3p"
|
|
512
515
|
},
|
|
513
516
|
"ApplyImmediately": {
|
|
514
517
|
"type": "boolean"
|
|
@@ -520,7 +523,7 @@
|
|
|
520
523
|
"type": "structure",
|
|
521
524
|
"members": {
|
|
522
525
|
"GlobalReplicationGroup": {
|
|
523
|
-
"shape": "
|
|
526
|
+
"shape": "S2y"
|
|
524
527
|
}
|
|
525
528
|
}
|
|
526
529
|
}
|
|
@@ -538,7 +541,7 @@
|
|
|
538
541
|
"type": "integer"
|
|
539
542
|
},
|
|
540
543
|
"ReplicaConfiguration": {
|
|
541
|
-
"shape": "
|
|
544
|
+
"shape": "S3s"
|
|
542
545
|
},
|
|
543
546
|
"ReplicasToRemove": {
|
|
544
547
|
"type": "list",
|
|
@@ -575,7 +578,7 @@
|
|
|
575
578
|
"type": "structure",
|
|
576
579
|
"members": {
|
|
577
580
|
"CacheCluster": {
|
|
578
|
-
"shape": "
|
|
581
|
+
"shape": "S28"
|
|
579
582
|
}
|
|
580
583
|
}
|
|
581
584
|
}
|
|
@@ -632,7 +635,7 @@
|
|
|
632
635
|
"type": "structure",
|
|
633
636
|
"members": {
|
|
634
637
|
"GlobalReplicationGroup": {
|
|
635
|
-
"shape": "
|
|
638
|
+
"shape": "S2y"
|
|
636
639
|
}
|
|
637
640
|
}
|
|
638
641
|
}
|
|
@@ -676,7 +679,7 @@
|
|
|
676
679
|
"type": "structure",
|
|
677
680
|
"members": {
|
|
678
681
|
"Snapshot": {
|
|
679
|
-
"shape": "
|
|
682
|
+
"shape": "S1q"
|
|
680
683
|
}
|
|
681
684
|
}
|
|
682
685
|
}
|
|
@@ -692,7 +695,7 @@
|
|
|
692
695
|
}
|
|
693
696
|
},
|
|
694
697
|
"output": {
|
|
695
|
-
"shape": "
|
|
698
|
+
"shape": "S3f",
|
|
696
699
|
"resultWrapper": "DeleteUserResult"
|
|
697
700
|
}
|
|
698
701
|
},
|
|
@@ -707,7 +710,7 @@
|
|
|
707
710
|
}
|
|
708
711
|
},
|
|
709
712
|
"output": {
|
|
710
|
-
"shape": "
|
|
713
|
+
"shape": "S3k",
|
|
711
714
|
"resultWrapper": "DeleteUserGroupResult"
|
|
712
715
|
}
|
|
713
716
|
},
|
|
@@ -736,7 +739,7 @@
|
|
|
736
739
|
"CacheClusters": {
|
|
737
740
|
"type": "list",
|
|
738
741
|
"member": {
|
|
739
|
-
"shape": "
|
|
742
|
+
"shape": "S28",
|
|
740
743
|
"locationName": "CacheCluster"
|
|
741
744
|
}
|
|
742
745
|
}
|
|
@@ -800,7 +803,7 @@
|
|
|
800
803
|
"CacheParameterGroups": {
|
|
801
804
|
"type": "list",
|
|
802
805
|
"member": {
|
|
803
|
-
"shape": "
|
|
806
|
+
"shape": "S2l",
|
|
804
807
|
"locationName": "CacheParameterGroup"
|
|
805
808
|
}
|
|
806
809
|
}
|
|
@@ -828,10 +831,10 @@
|
|
|
828
831
|
"members": {
|
|
829
832
|
"Marker": {},
|
|
830
833
|
"Parameters": {
|
|
831
|
-
"shape": "
|
|
834
|
+
"shape": "S4l"
|
|
832
835
|
},
|
|
833
836
|
"CacheNodeTypeSpecificParameters": {
|
|
834
|
-
"shape": "
|
|
837
|
+
"shape": "S4o"
|
|
835
838
|
}
|
|
836
839
|
}
|
|
837
840
|
}
|
|
@@ -881,7 +884,7 @@
|
|
|
881
884
|
"CacheSubnetGroups": {
|
|
882
885
|
"type": "list",
|
|
883
886
|
"member": {
|
|
884
|
-
"shape": "
|
|
887
|
+
"shape": "S2r",
|
|
885
888
|
"locationName": "CacheSubnetGroup"
|
|
886
889
|
}
|
|
887
890
|
}
|
|
@@ -912,10 +915,10 @@
|
|
|
912
915
|
"CacheParameterGroupFamily": {},
|
|
913
916
|
"Marker": {},
|
|
914
917
|
"Parameters": {
|
|
915
|
-
"shape": "
|
|
918
|
+
"shape": "S4l"
|
|
916
919
|
},
|
|
917
920
|
"CacheNodeTypeSpecificParameters": {
|
|
918
|
-
"shape": "
|
|
921
|
+
"shape": "S4o"
|
|
919
922
|
}
|
|
920
923
|
},
|
|
921
924
|
"wrapper": true
|
|
@@ -989,7 +992,7 @@
|
|
|
989
992
|
"GlobalReplicationGroups": {
|
|
990
993
|
"type": "list",
|
|
991
994
|
"member": {
|
|
992
|
-
"shape": "
|
|
995
|
+
"shape": "S2y",
|
|
993
996
|
"locationName": "GlobalReplicationGroup"
|
|
994
997
|
}
|
|
995
998
|
}
|
|
@@ -1046,7 +1049,7 @@
|
|
|
1046
1049
|
"ReservedCacheNodes": {
|
|
1047
1050
|
"type": "list",
|
|
1048
1051
|
"member": {
|
|
1049
|
-
"shape": "
|
|
1052
|
+
"shape": "S5f",
|
|
1050
1053
|
"locationName": "ReservedCacheNode"
|
|
1051
1054
|
}
|
|
1052
1055
|
}
|
|
@@ -1093,7 +1096,7 @@
|
|
|
1093
1096
|
"ProductDescription": {},
|
|
1094
1097
|
"OfferingType": {},
|
|
1095
1098
|
"RecurringCharges": {
|
|
1096
|
-
"shape": "
|
|
1099
|
+
"shape": "S5g"
|
|
1097
1100
|
}
|
|
1098
1101
|
},
|
|
1099
1102
|
"wrapper": true
|
|
@@ -1108,7 +1111,7 @@
|
|
|
1108
1111
|
"members": {
|
|
1109
1112
|
"ServiceUpdateName": {},
|
|
1110
1113
|
"ServiceUpdateStatus": {
|
|
1111
|
-
"shape": "
|
|
1114
|
+
"shape": "S5n"
|
|
1112
1115
|
},
|
|
1113
1116
|
"MaxRecords": {
|
|
1114
1117
|
"type": "integer"
|
|
@@ -1178,7 +1181,7 @@
|
|
|
1178
1181
|
"Snapshots": {
|
|
1179
1182
|
"type": "list",
|
|
1180
1183
|
"member": {
|
|
1181
|
-
"shape": "
|
|
1184
|
+
"shape": "S1q",
|
|
1182
1185
|
"locationName": "Snapshot"
|
|
1183
1186
|
}
|
|
1184
1187
|
}
|
|
@@ -1198,7 +1201,7 @@
|
|
|
1198
1201
|
},
|
|
1199
1202
|
"Engine": {},
|
|
1200
1203
|
"ServiceUpdateStatus": {
|
|
1201
|
-
"shape": "
|
|
1204
|
+
"shape": "S5n"
|
|
1202
1205
|
},
|
|
1203
1206
|
"ServiceUpdateTimeRange": {
|
|
1204
1207
|
"type": "structure",
|
|
@@ -1347,7 +1350,7 @@
|
|
|
1347
1350
|
"UserGroups": {
|
|
1348
1351
|
"type": "list",
|
|
1349
1352
|
"member": {
|
|
1350
|
-
"shape": "
|
|
1353
|
+
"shape": "S3k"
|
|
1351
1354
|
}
|
|
1352
1355
|
},
|
|
1353
1356
|
"Marker": {}
|
|
@@ -1390,7 +1393,7 @@
|
|
|
1390
1393
|
"Users": {
|
|
1391
1394
|
"type": "list",
|
|
1392
1395
|
"member": {
|
|
1393
|
-
"shape": "
|
|
1396
|
+
"shape": "S3f"
|
|
1394
1397
|
}
|
|
1395
1398
|
},
|
|
1396
1399
|
"Marker": {}
|
|
@@ -1416,7 +1419,7 @@
|
|
|
1416
1419
|
"type": "structure",
|
|
1417
1420
|
"members": {
|
|
1418
1421
|
"GlobalReplicationGroup": {
|
|
1419
|
-
"shape": "
|
|
1422
|
+
"shape": "S2y"
|
|
1420
1423
|
}
|
|
1421
1424
|
}
|
|
1422
1425
|
}
|
|
@@ -1440,7 +1443,7 @@
|
|
|
1440
1443
|
"type": "structure",
|
|
1441
1444
|
"members": {
|
|
1442
1445
|
"GlobalReplicationGroup": {
|
|
1443
|
-
"shape": "
|
|
1446
|
+
"shape": "S2y"
|
|
1444
1447
|
}
|
|
1445
1448
|
}
|
|
1446
1449
|
}
|
|
@@ -1472,7 +1475,7 @@
|
|
|
1472
1475
|
"ReplicationGroupId": {},
|
|
1473
1476
|
"ReplicationGroupRegion": {},
|
|
1474
1477
|
"ReshardingConfiguration": {
|
|
1475
|
-
"shape": "
|
|
1478
|
+
"shape": "S6u"
|
|
1476
1479
|
}
|
|
1477
1480
|
}
|
|
1478
1481
|
}
|
|
@@ -1487,7 +1490,7 @@
|
|
|
1487
1490
|
"type": "structure",
|
|
1488
1491
|
"members": {
|
|
1489
1492
|
"GlobalReplicationGroup": {
|
|
1490
|
-
"shape": "
|
|
1493
|
+
"shape": "S2y"
|
|
1491
1494
|
}
|
|
1492
1495
|
}
|
|
1493
1496
|
}
|
|
@@ -1505,7 +1508,7 @@
|
|
|
1505
1508
|
"type": "integer"
|
|
1506
1509
|
},
|
|
1507
1510
|
"ReplicaConfiguration": {
|
|
1508
|
-
"shape": "
|
|
1511
|
+
"shape": "S3s"
|
|
1509
1512
|
},
|
|
1510
1513
|
"ApplyImmediately": {
|
|
1511
1514
|
"type": "boolean"
|
|
@@ -1535,10 +1538,10 @@
|
|
|
1535
1538
|
"type": "structure",
|
|
1536
1539
|
"members": {
|
|
1537
1540
|
"ScaleUpModifications": {
|
|
1538
|
-
"shape": "
|
|
1541
|
+
"shape": "S71"
|
|
1539
1542
|
},
|
|
1540
1543
|
"ScaleDownModifications": {
|
|
1541
|
-
"shape": "
|
|
1544
|
+
"shape": "S71"
|
|
1542
1545
|
}
|
|
1543
1546
|
}
|
|
1544
1547
|
}
|
|
@@ -1570,17 +1573,17 @@
|
|
|
1570
1573
|
"type": "integer"
|
|
1571
1574
|
},
|
|
1572
1575
|
"CacheNodeIdsToRemove": {
|
|
1573
|
-
"shape": "
|
|
1576
|
+
"shape": "S2a"
|
|
1574
1577
|
},
|
|
1575
1578
|
"AZMode": {},
|
|
1576
1579
|
"NewAvailabilityZones": {
|
|
1577
|
-
"shape": "
|
|
1580
|
+
"shape": "S1z"
|
|
1578
1581
|
},
|
|
1579
1582
|
"CacheSecurityGroupNames": {
|
|
1580
|
-
"shape": "
|
|
1583
|
+
"shape": "S20"
|
|
1581
1584
|
},
|
|
1582
1585
|
"SecurityGroupIds": {
|
|
1583
|
-
"shape": "
|
|
1586
|
+
"shape": "S21"
|
|
1584
1587
|
},
|
|
1585
1588
|
"PreferredMaintenanceWindow": {},
|
|
1586
1589
|
"NotificationTopicArn": {},
|
|
@@ -1601,7 +1604,7 @@
|
|
|
1601
1604
|
"AuthToken": {},
|
|
1602
1605
|
"AuthTokenUpdateStrategy": {},
|
|
1603
1606
|
"LogDeliveryConfigurations": {
|
|
1604
|
-
"shape": "
|
|
1607
|
+
"shape": "S25"
|
|
1605
1608
|
}
|
|
1606
1609
|
}
|
|
1607
1610
|
},
|
|
@@ -1610,7 +1613,7 @@
|
|
|
1610
1613
|
"type": "structure",
|
|
1611
1614
|
"members": {
|
|
1612
1615
|
"CacheCluster": {
|
|
1613
|
-
"shape": "
|
|
1616
|
+
"shape": "S28"
|
|
1614
1617
|
}
|
|
1615
1618
|
}
|
|
1616
1619
|
}
|
|
@@ -1625,12 +1628,12 @@
|
|
|
1625
1628
|
"members": {
|
|
1626
1629
|
"CacheParameterGroupName": {},
|
|
1627
1630
|
"ParameterNameValues": {
|
|
1628
|
-
"shape": "
|
|
1631
|
+
"shape": "S77"
|
|
1629
1632
|
}
|
|
1630
1633
|
}
|
|
1631
1634
|
},
|
|
1632
1635
|
"output": {
|
|
1633
|
-
"shape": "
|
|
1636
|
+
"shape": "S79",
|
|
1634
1637
|
"resultWrapper": "ModifyCacheParameterGroupResult"
|
|
1635
1638
|
}
|
|
1636
1639
|
},
|
|
@@ -1644,7 +1647,7 @@
|
|
|
1644
1647
|
"CacheSubnetGroupName": {},
|
|
1645
1648
|
"CacheSubnetGroupDescription": {},
|
|
1646
1649
|
"SubnetIds": {
|
|
1647
|
-
"shape": "
|
|
1650
|
+
"shape": "S2p"
|
|
1648
1651
|
}
|
|
1649
1652
|
}
|
|
1650
1653
|
},
|
|
@@ -1653,7 +1656,7 @@
|
|
|
1653
1656
|
"type": "structure",
|
|
1654
1657
|
"members": {
|
|
1655
1658
|
"CacheSubnetGroup": {
|
|
1656
|
-
"shape": "
|
|
1659
|
+
"shape": "S2r"
|
|
1657
1660
|
}
|
|
1658
1661
|
}
|
|
1659
1662
|
}
|
|
@@ -1684,7 +1687,7 @@
|
|
|
1684
1687
|
"type": "structure",
|
|
1685
1688
|
"members": {
|
|
1686
1689
|
"GlobalReplicationGroup": {
|
|
1687
|
-
"shape": "
|
|
1690
|
+
"shape": "S2y"
|
|
1688
1691
|
}
|
|
1689
1692
|
}
|
|
1690
1693
|
}
|
|
@@ -1710,10 +1713,10 @@
|
|
|
1710
1713
|
"deprecated": true
|
|
1711
1714
|
},
|
|
1712
1715
|
"CacheSecurityGroupNames": {
|
|
1713
|
-
"shape": "
|
|
1716
|
+
"shape": "S20"
|
|
1714
1717
|
},
|
|
1715
1718
|
"SecurityGroupIds": {
|
|
1716
|
-
"shape": "
|
|
1719
|
+
"shape": "S21"
|
|
1717
1720
|
},
|
|
1718
1721
|
"PreferredMaintenanceWindow": {},
|
|
1719
1722
|
"NotificationTopicArn": {},
|
|
@@ -1743,7 +1746,7 @@
|
|
|
1743
1746
|
"type": "boolean"
|
|
1744
1747
|
},
|
|
1745
1748
|
"LogDeliveryConfigurations": {
|
|
1746
|
-
"shape": "
|
|
1749
|
+
"shape": "S25"
|
|
1747
1750
|
}
|
|
1748
1751
|
}
|
|
1749
1752
|
},
|
|
@@ -1774,7 +1777,7 @@
|
|
|
1774
1777
|
"type": "boolean"
|
|
1775
1778
|
},
|
|
1776
1779
|
"ReshardingConfiguration": {
|
|
1777
|
-
"shape": "
|
|
1780
|
+
"shape": "S6u"
|
|
1778
1781
|
},
|
|
1779
1782
|
"NodeGroupsToRemove": {
|
|
1780
1783
|
"type": "list",
|
|
@@ -1811,7 +1814,7 @@
|
|
|
1811
1814
|
"AccessString": {},
|
|
1812
1815
|
"AppendAccessString": {},
|
|
1813
1816
|
"Passwords": {
|
|
1814
|
-
"shape": "
|
|
1817
|
+
"shape": "S3d"
|
|
1815
1818
|
},
|
|
1816
1819
|
"NoPasswordRequired": {
|
|
1817
1820
|
"type": "boolean"
|
|
@@ -1819,7 +1822,7 @@
|
|
|
1819
1822
|
}
|
|
1820
1823
|
},
|
|
1821
1824
|
"output": {
|
|
1822
|
-
"shape": "
|
|
1825
|
+
"shape": "S3f",
|
|
1823
1826
|
"resultWrapper": "ModifyUserResult"
|
|
1824
1827
|
}
|
|
1825
1828
|
},
|
|
@@ -1832,15 +1835,15 @@
|
|
|
1832
1835
|
"members": {
|
|
1833
1836
|
"UserGroupId": {},
|
|
1834
1837
|
"UserIdsToAdd": {
|
|
1835
|
-
"shape": "
|
|
1838
|
+
"shape": "S3j"
|
|
1836
1839
|
},
|
|
1837
1840
|
"UserIdsToRemove": {
|
|
1838
|
-
"shape": "
|
|
1841
|
+
"shape": "S3j"
|
|
1839
1842
|
}
|
|
1840
1843
|
}
|
|
1841
1844
|
},
|
|
1842
1845
|
"output": {
|
|
1843
|
-
"shape": "
|
|
1846
|
+
"shape": "S3k",
|
|
1844
1847
|
"resultWrapper": "ModifyUserGroupResult"
|
|
1845
1848
|
}
|
|
1846
1849
|
},
|
|
@@ -1866,7 +1869,7 @@
|
|
|
1866
1869
|
"type": "structure",
|
|
1867
1870
|
"members": {
|
|
1868
1871
|
"ReservedCacheNode": {
|
|
1869
|
-
"shape": "
|
|
1872
|
+
"shape": "S5f"
|
|
1870
1873
|
}
|
|
1871
1874
|
}
|
|
1872
1875
|
}
|
|
@@ -1890,7 +1893,7 @@
|
|
|
1890
1893
|
"type": "structure",
|
|
1891
1894
|
"members": {
|
|
1892
1895
|
"GlobalReplicationGroup": {
|
|
1893
|
-
"shape": "
|
|
1896
|
+
"shape": "S2y"
|
|
1894
1897
|
}
|
|
1895
1898
|
}
|
|
1896
1899
|
}
|
|
@@ -1905,7 +1908,7 @@
|
|
|
1905
1908
|
"members": {
|
|
1906
1909
|
"CacheClusterId": {},
|
|
1907
1910
|
"CacheNodeIdsToReboot": {
|
|
1908
|
-
"shape": "
|
|
1911
|
+
"shape": "S2a"
|
|
1909
1912
|
}
|
|
1910
1913
|
}
|
|
1911
1914
|
},
|
|
@@ -1914,7 +1917,7 @@
|
|
|
1914
1917
|
"type": "structure",
|
|
1915
1918
|
"members": {
|
|
1916
1919
|
"CacheCluster": {
|
|
1917
|
-
"shape": "
|
|
1920
|
+
"shape": "S28"
|
|
1918
1921
|
}
|
|
1919
1922
|
}
|
|
1920
1923
|
}
|
|
@@ -1951,12 +1954,12 @@
|
|
|
1951
1954
|
"type": "boolean"
|
|
1952
1955
|
},
|
|
1953
1956
|
"ParameterNameValues": {
|
|
1954
|
-
"shape": "
|
|
1957
|
+
"shape": "S77"
|
|
1955
1958
|
}
|
|
1956
1959
|
}
|
|
1957
1960
|
},
|
|
1958
1961
|
"output": {
|
|
1959
|
-
"shape": "
|
|
1962
|
+
"shape": "S79",
|
|
1960
1963
|
"resultWrapper": "ResetCacheParameterGroupResult"
|
|
1961
1964
|
}
|
|
1962
1965
|
},
|
|
@@ -2253,7 +2256,8 @@
|
|
|
2253
2256
|
},
|
|
2254
2257
|
"ReplicationGroupCreateTime": {
|
|
2255
2258
|
"type": "timestamp"
|
|
2256
|
-
}
|
|
2259
|
+
},
|
|
2260
|
+
"DataTiering": {}
|
|
2257
2261
|
},
|
|
2258
2262
|
"wrapper": true
|
|
2259
2263
|
},
|
|
@@ -2319,7 +2323,7 @@
|
|
|
2319
2323
|
}
|
|
2320
2324
|
}
|
|
2321
2325
|
},
|
|
2322
|
-
"
|
|
2326
|
+
"S1q": {
|
|
2323
2327
|
"type": "structure",
|
|
2324
2328
|
"members": {
|
|
2325
2329
|
"SnapshotName": {},
|
|
@@ -2368,7 +2372,7 @@
|
|
|
2368
2372
|
"NodeGroupId": {},
|
|
2369
2373
|
"CacheNodeId": {},
|
|
2370
2374
|
"NodeGroupConfiguration": {
|
|
2371
|
-
"shape": "
|
|
2375
|
+
"shape": "S1t"
|
|
2372
2376
|
},
|
|
2373
2377
|
"CacheSize": {},
|
|
2374
2378
|
"CacheNodeCreateTime": {
|
|
@@ -2382,11 +2386,12 @@
|
|
|
2382
2386
|
}
|
|
2383
2387
|
},
|
|
2384
2388
|
"KmsKeyId": {},
|
|
2385
|
-
"ARN": {}
|
|
2389
|
+
"ARN": {},
|
|
2390
|
+
"DataTiering": {}
|
|
2386
2391
|
},
|
|
2387
2392
|
"wrapper": true
|
|
2388
2393
|
},
|
|
2389
|
-
"
|
|
2394
|
+
"S1t": {
|
|
2390
2395
|
"type": "structure",
|
|
2391
2396
|
"members": {
|
|
2392
2397
|
"NodeGroupId": {},
|
|
@@ -2396,7 +2401,7 @@
|
|
|
2396
2401
|
},
|
|
2397
2402
|
"PrimaryAvailabilityZone": {},
|
|
2398
2403
|
"ReplicaAvailabilityZones": {
|
|
2399
|
-
"shape": "
|
|
2404
|
+
"shape": "S1v"
|
|
2400
2405
|
},
|
|
2401
2406
|
"PrimaryOutpostArn": {},
|
|
2402
2407
|
"ReplicaOutpostArns": {
|
|
@@ -2407,43 +2412,43 @@
|
|
|
2407
2412
|
}
|
|
2408
2413
|
}
|
|
2409
2414
|
},
|
|
2410
|
-
"
|
|
2415
|
+
"S1v": {
|
|
2411
2416
|
"type": "list",
|
|
2412
2417
|
"member": {
|
|
2413
2418
|
"locationName": "AvailabilityZone"
|
|
2414
2419
|
}
|
|
2415
2420
|
},
|
|
2416
|
-
"
|
|
2421
|
+
"S1z": {
|
|
2417
2422
|
"type": "list",
|
|
2418
2423
|
"member": {
|
|
2419
2424
|
"locationName": "PreferredAvailabilityZone"
|
|
2420
2425
|
}
|
|
2421
2426
|
},
|
|
2422
|
-
"
|
|
2427
|
+
"S20": {
|
|
2423
2428
|
"type": "list",
|
|
2424
2429
|
"member": {
|
|
2425
2430
|
"locationName": "CacheSecurityGroupName"
|
|
2426
2431
|
}
|
|
2427
2432
|
},
|
|
2428
|
-
"
|
|
2433
|
+
"S21": {
|
|
2429
2434
|
"type": "list",
|
|
2430
2435
|
"member": {
|
|
2431
2436
|
"locationName": "SecurityGroupId"
|
|
2432
2437
|
}
|
|
2433
2438
|
},
|
|
2434
|
-
"
|
|
2439
|
+
"S22": {
|
|
2435
2440
|
"type": "list",
|
|
2436
2441
|
"member": {
|
|
2437
2442
|
"locationName": "SnapshotArn"
|
|
2438
2443
|
}
|
|
2439
2444
|
},
|
|
2440
|
-
"
|
|
2445
|
+
"S24": {
|
|
2441
2446
|
"type": "list",
|
|
2442
2447
|
"member": {
|
|
2443
2448
|
"locationName": "PreferredOutpostArn"
|
|
2444
2449
|
}
|
|
2445
2450
|
},
|
|
2446
|
-
"
|
|
2451
|
+
"S25": {
|
|
2447
2452
|
"type": "list",
|
|
2448
2453
|
"member": {
|
|
2449
2454
|
"locationName": "LogDeliveryConfigurationRequest",
|
|
@@ -2461,7 +2466,7 @@
|
|
|
2461
2466
|
}
|
|
2462
2467
|
}
|
|
2463
2468
|
},
|
|
2464
|
-
"
|
|
2469
|
+
"S28": {
|
|
2465
2470
|
"type": "structure",
|
|
2466
2471
|
"members": {
|
|
2467
2472
|
"CacheClusterId": {},
|
|
@@ -2489,7 +2494,7 @@
|
|
|
2489
2494
|
"type": "integer"
|
|
2490
2495
|
},
|
|
2491
2496
|
"CacheNodeIdsToRemove": {
|
|
2492
|
-
"shape": "
|
|
2497
|
+
"shape": "S2a"
|
|
2493
2498
|
},
|
|
2494
2499
|
"EngineVersion": {},
|
|
2495
2500
|
"CacheNodeType": {},
|
|
@@ -2523,7 +2528,7 @@
|
|
|
2523
2528
|
"CacheParameterGroupName": {},
|
|
2524
2529
|
"ParameterApplyStatus": {},
|
|
2525
2530
|
"CacheNodeIdsToReboot": {
|
|
2526
|
-
"shape": "
|
|
2531
|
+
"shape": "S2a"
|
|
2527
2532
|
}
|
|
2528
2533
|
}
|
|
2529
2534
|
},
|
|
@@ -2589,13 +2594,13 @@
|
|
|
2589
2594
|
},
|
|
2590
2595
|
"wrapper": true
|
|
2591
2596
|
},
|
|
2592
|
-
"
|
|
2597
|
+
"S2a": {
|
|
2593
2598
|
"type": "list",
|
|
2594
2599
|
"member": {
|
|
2595
2600
|
"locationName": "CacheNodeId"
|
|
2596
2601
|
}
|
|
2597
2602
|
},
|
|
2598
|
-
"
|
|
2603
|
+
"S2l": {
|
|
2599
2604
|
"type": "structure",
|
|
2600
2605
|
"members": {
|
|
2601
2606
|
"CacheParameterGroupName": {},
|
|
@@ -2608,13 +2613,13 @@
|
|
|
2608
2613
|
},
|
|
2609
2614
|
"wrapper": true
|
|
2610
2615
|
},
|
|
2611
|
-
"
|
|
2616
|
+
"S2p": {
|
|
2612
2617
|
"type": "list",
|
|
2613
2618
|
"member": {
|
|
2614
2619
|
"locationName": "SubnetIdentifier"
|
|
2615
2620
|
}
|
|
2616
2621
|
},
|
|
2617
|
-
"
|
|
2622
|
+
"S2r": {
|
|
2618
2623
|
"type": "structure",
|
|
2619
2624
|
"members": {
|
|
2620
2625
|
"CacheSubnetGroupName": {},
|
|
@@ -2647,7 +2652,7 @@
|
|
|
2647
2652
|
},
|
|
2648
2653
|
"wrapper": true
|
|
2649
2654
|
},
|
|
2650
|
-
"
|
|
2655
|
+
"S2y": {
|
|
2651
2656
|
"type": "structure",
|
|
2652
2657
|
"members": {
|
|
2653
2658
|
"GlobalReplicationGroupId": {},
|
|
@@ -2698,17 +2703,18 @@
|
|
|
2698
2703
|
},
|
|
2699
2704
|
"wrapper": true
|
|
2700
2705
|
},
|
|
2701
|
-
"
|
|
2706
|
+
"S3d": {
|
|
2702
2707
|
"type": "list",
|
|
2703
2708
|
"member": {}
|
|
2704
2709
|
},
|
|
2705
|
-
"
|
|
2710
|
+
"S3f": {
|
|
2706
2711
|
"type": "structure",
|
|
2707
2712
|
"members": {
|
|
2708
2713
|
"UserId": {},
|
|
2709
2714
|
"UserName": {},
|
|
2710
2715
|
"Status": {},
|
|
2711
2716
|
"Engine": {},
|
|
2717
|
+
"MinimumEngineVersion": {},
|
|
2712
2718
|
"AccessString": {},
|
|
2713
2719
|
"UserGroupIds": {
|
|
2714
2720
|
"shape": "Sx"
|
|
@@ -2725,27 +2731,28 @@
|
|
|
2725
2731
|
"ARN": {}
|
|
2726
2732
|
}
|
|
2727
2733
|
},
|
|
2728
|
-
"
|
|
2734
|
+
"S3j": {
|
|
2729
2735
|
"type": "list",
|
|
2730
2736
|
"member": {}
|
|
2731
2737
|
},
|
|
2732
|
-
"
|
|
2738
|
+
"S3k": {
|
|
2733
2739
|
"type": "structure",
|
|
2734
2740
|
"members": {
|
|
2735
2741
|
"UserGroupId": {},
|
|
2736
2742
|
"Status": {},
|
|
2737
2743
|
"Engine": {},
|
|
2738
2744
|
"UserIds": {
|
|
2739
|
-
"shape": "
|
|
2745
|
+
"shape": "S3l"
|
|
2740
2746
|
},
|
|
2747
|
+
"MinimumEngineVersion": {},
|
|
2741
2748
|
"PendingChanges": {
|
|
2742
2749
|
"type": "structure",
|
|
2743
2750
|
"members": {
|
|
2744
2751
|
"UserIdsToRemove": {
|
|
2745
|
-
"shape": "
|
|
2752
|
+
"shape": "S3l"
|
|
2746
2753
|
},
|
|
2747
2754
|
"UserIdsToAdd": {
|
|
2748
|
-
"shape": "
|
|
2755
|
+
"shape": "S3l"
|
|
2749
2756
|
}
|
|
2750
2757
|
}
|
|
2751
2758
|
},
|
|
@@ -2756,17 +2763,17 @@
|
|
|
2756
2763
|
"ARN": {}
|
|
2757
2764
|
}
|
|
2758
2765
|
},
|
|
2759
|
-
"
|
|
2766
|
+
"S3l": {
|
|
2760
2767
|
"type": "list",
|
|
2761
2768
|
"member": {}
|
|
2762
2769
|
},
|
|
2763
|
-
"
|
|
2770
|
+
"S3p": {
|
|
2764
2771
|
"type": "list",
|
|
2765
2772
|
"member": {
|
|
2766
2773
|
"locationName": "GlobalNodeGroupId"
|
|
2767
2774
|
}
|
|
2768
2775
|
},
|
|
2769
|
-
"
|
|
2776
|
+
"S3s": {
|
|
2770
2777
|
"type": "list",
|
|
2771
2778
|
"member": {
|
|
2772
2779
|
"locationName": "ConfigureShard",
|
|
@@ -2781,15 +2788,15 @@
|
|
|
2781
2788
|
"type": "integer"
|
|
2782
2789
|
},
|
|
2783
2790
|
"PreferredAvailabilityZones": {
|
|
2784
|
-
"shape": "
|
|
2791
|
+
"shape": "S1z"
|
|
2785
2792
|
},
|
|
2786
2793
|
"PreferredOutpostArns": {
|
|
2787
|
-
"shape": "
|
|
2794
|
+
"shape": "S24"
|
|
2788
2795
|
}
|
|
2789
2796
|
}
|
|
2790
2797
|
}
|
|
2791
2798
|
},
|
|
2792
|
-
"
|
|
2799
|
+
"S4l": {
|
|
2793
2800
|
"type": "list",
|
|
2794
2801
|
"member": {
|
|
2795
2802
|
"locationName": "Parameter",
|
|
@@ -2809,7 +2816,7 @@
|
|
|
2809
2816
|
}
|
|
2810
2817
|
}
|
|
2811
2818
|
},
|
|
2812
|
-
"
|
|
2819
|
+
"S4o": {
|
|
2813
2820
|
"type": "list",
|
|
2814
2821
|
"member": {
|
|
2815
2822
|
"locationName": "CacheNodeTypeSpecificParameter",
|
|
@@ -2839,7 +2846,7 @@
|
|
|
2839
2846
|
}
|
|
2840
2847
|
}
|
|
2841
2848
|
},
|
|
2842
|
-
"
|
|
2849
|
+
"S5f": {
|
|
2843
2850
|
"type": "structure",
|
|
2844
2851
|
"members": {
|
|
2845
2852
|
"ReservedCacheNodeId": {},
|
|
@@ -2864,13 +2871,13 @@
|
|
|
2864
2871
|
"OfferingType": {},
|
|
2865
2872
|
"State": {},
|
|
2866
2873
|
"RecurringCharges": {
|
|
2867
|
-
"shape": "
|
|
2874
|
+
"shape": "S5g"
|
|
2868
2875
|
},
|
|
2869
2876
|
"ReservationARN": {}
|
|
2870
2877
|
},
|
|
2871
2878
|
"wrapper": true
|
|
2872
2879
|
},
|
|
2873
|
-
"
|
|
2880
|
+
"S5g": {
|
|
2874
2881
|
"type": "list",
|
|
2875
2882
|
"member": {
|
|
2876
2883
|
"locationName": "RecurringCharge",
|
|
@@ -2884,11 +2891,11 @@
|
|
|
2884
2891
|
"wrapper": true
|
|
2885
2892
|
}
|
|
2886
2893
|
},
|
|
2887
|
-
"
|
|
2894
|
+
"S5n": {
|
|
2888
2895
|
"type": "list",
|
|
2889
2896
|
"member": {}
|
|
2890
2897
|
},
|
|
2891
|
-
"
|
|
2898
|
+
"S6u": {
|
|
2892
2899
|
"type": "list",
|
|
2893
2900
|
"member": {
|
|
2894
2901
|
"locationName": "ReshardingConfiguration",
|
|
@@ -2896,16 +2903,16 @@
|
|
|
2896
2903
|
"members": {
|
|
2897
2904
|
"NodeGroupId": {},
|
|
2898
2905
|
"PreferredAvailabilityZones": {
|
|
2899
|
-
"shape": "
|
|
2906
|
+
"shape": "S1v"
|
|
2900
2907
|
}
|
|
2901
2908
|
}
|
|
2902
2909
|
}
|
|
2903
2910
|
},
|
|
2904
|
-
"
|
|
2911
|
+
"S71": {
|
|
2905
2912
|
"type": "list",
|
|
2906
2913
|
"member": {}
|
|
2907
2914
|
},
|
|
2908
|
-
"
|
|
2915
|
+
"S77": {
|
|
2909
2916
|
"type": "list",
|
|
2910
2917
|
"member": {
|
|
2911
2918
|
"locationName": "ParameterNameValue",
|
|
@@ -2916,7 +2923,7 @@
|
|
|
2916
2923
|
}
|
|
2917
2924
|
}
|
|
2918
2925
|
},
|
|
2919
|
-
"
|
|
2926
|
+
"S79": {
|
|
2920
2927
|
"type": "structure",
|
|
2921
2928
|
"members": {
|
|
2922
2929
|
"CacheParameterGroupName": {}
|