@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +5 -5
- package/API.md +106 -50
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +109 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
- package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
- package/node_modules/aws-sdk/apis/metadata.json +13 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
- package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
- package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
- package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
- package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
- package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
- package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
- package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
- package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
- package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +2 -2
- package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
- package/node_modules/jszip/CHANGES.md +5 -0
- package/node_modules/jszip/README.markdown +1 -3
- package/node_modules/jszip/dist/jszip.js +194 -13
- package/node_modules/jszip/dist/jszip.min.js +4 -4
- package/node_modules/jszip/index.d.ts +1 -1
- package/node_modules/jszip/lib/index.js +1 -1
- package/node_modules/jszip/lib/license_header.js +2 -2
- package/node_modules/jszip/lib/utils.js +1 -1
- package/node_modules/jszip/package.json +2 -2
- package/node_modules/jszip/vendor/FileSaver.js +1 -1
- package/node_modules/setimmediate/LICENSE.txt +20 -0
- package/node_modules/setimmediate/package.json +30 -0
- package/node_modules/setimmediate/setImmediate.js +186 -0
- package/node_modules/uuid/CHANGELOG.md +132 -44
- package/node_modules/uuid/CONTRIBUTING.md +20 -0
- package/node_modules/uuid/LICENSE.md +1 -1
- package/node_modules/uuid/README.md +298 -152
- package/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/uuid/dist/bytesToUuid.js +26 -0
- package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-browser/index.js +4 -0
- package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
- package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
- package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
- package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
- package/node_modules/uuid/dist/esm-node/index.js +4 -0
- package/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/uuid/dist/esm-node/rng.js +4 -0
- package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
- package/node_modules/uuid/dist/esm-node/v4.js +27 -0
- package/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/uuid/dist/index.js +39 -0
- package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
- package/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/uuid/dist/rng-browser.js +21 -0
- package/node_modules/uuid/dist/rng.js +14 -0
- package/node_modules/uuid/dist/sha1-browser.js +95 -0
- package/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/node_modules/uuid/dist/uuid-bin.js +67 -0
- package/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/uuid/dist/v35.js +69 -0
- package/node_modules/uuid/dist/v4.js +40 -0
- package/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/uuid/package.json +92 -19
- package/node_modules/uuid/wrapper.mjs +5 -0
- package/package.json +15 -15
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/node_modules/set-immediate-shim/index.js +0 -7
- package/node_modules/set-immediate-shim/package.json +0 -34
- package/node_modules/set-immediate-shim/readme.md +0 -31
- package/node_modules/uuid/.eslintrc.json +0 -47
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/README_js.md +0 -280
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -24
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -224,7 +224,8 @@
|
|
|
224
224
|
},
|
|
225
225
|
"DeletionProtection": {
|
|
226
226
|
"type": "boolean"
|
|
227
|
-
}
|
|
227
|
+
},
|
|
228
|
+
"GlobalClusterIdentifier": {}
|
|
228
229
|
}
|
|
229
230
|
},
|
|
230
231
|
"output": {
|
|
@@ -232,7 +233,7 @@
|
|
|
232
233
|
"type": "structure",
|
|
233
234
|
"members": {
|
|
234
235
|
"DBCluster": {
|
|
235
|
-
"shape": "
|
|
236
|
+
"shape": "S10"
|
|
236
237
|
}
|
|
237
238
|
}
|
|
238
239
|
}
|
|
@@ -250,10 +251,10 @@
|
|
|
250
251
|
"DBClusterEndpointIdentifier": {},
|
|
251
252
|
"EndpointType": {},
|
|
252
253
|
"StaticMembers": {
|
|
253
|
-
"shape": "
|
|
254
|
+
"shape": "S1b"
|
|
254
255
|
},
|
|
255
256
|
"ExcludedMembers": {
|
|
256
|
-
"shape": "
|
|
257
|
+
"shape": "S1b"
|
|
257
258
|
},
|
|
258
259
|
"Tags": {
|
|
259
260
|
"shape": "Sa"
|
|
@@ -272,10 +273,10 @@
|
|
|
272
273
|
"EndpointType": {},
|
|
273
274
|
"CustomEndpointType": {},
|
|
274
275
|
"StaticMembers": {
|
|
275
|
-
"shape": "
|
|
276
|
+
"shape": "S1b"
|
|
276
277
|
},
|
|
277
278
|
"ExcludedMembers": {
|
|
278
|
-
"shape": "
|
|
279
|
+
"shape": "S1b"
|
|
279
280
|
},
|
|
280
281
|
"DBClusterEndpointArn": {}
|
|
281
282
|
}
|
|
@@ -352,7 +353,7 @@
|
|
|
352
353
|
"MasterUsername": {},
|
|
353
354
|
"MasterUserPassword": {},
|
|
354
355
|
"DBSecurityGroups": {
|
|
355
|
-
"shape": "
|
|
356
|
+
"shape": "S1i"
|
|
356
357
|
},
|
|
357
358
|
"VpcSecurityGroupIds": {
|
|
358
359
|
"shape": "Sw"
|
|
@@ -429,7 +430,7 @@
|
|
|
429
430
|
"type": "structure",
|
|
430
431
|
"members": {
|
|
431
432
|
"DBInstance": {
|
|
432
|
-
"shape": "
|
|
433
|
+
"shape": "S1k"
|
|
433
434
|
}
|
|
434
435
|
}
|
|
435
436
|
}
|
|
@@ -473,7 +474,7 @@
|
|
|
473
474
|
"DBSubnetGroupName": {},
|
|
474
475
|
"DBSubnetGroupDescription": {},
|
|
475
476
|
"SubnetIds": {
|
|
476
|
-
"shape": "
|
|
477
|
+
"shape": "S27"
|
|
477
478
|
},
|
|
478
479
|
"Tags": {
|
|
479
480
|
"shape": "Sa"
|
|
@@ -485,7 +486,7 @@
|
|
|
485
486
|
"type": "structure",
|
|
486
487
|
"members": {
|
|
487
488
|
"DBSubnetGroup": {
|
|
488
|
-
"shape": "
|
|
489
|
+
"shape": "S1q"
|
|
489
490
|
}
|
|
490
491
|
}
|
|
491
492
|
}
|
|
@@ -525,6 +526,35 @@
|
|
|
525
526
|
}
|
|
526
527
|
}
|
|
527
528
|
},
|
|
529
|
+
"CreateGlobalCluster": {
|
|
530
|
+
"input": {
|
|
531
|
+
"type": "structure",
|
|
532
|
+
"required": [
|
|
533
|
+
"GlobalClusterIdentifier"
|
|
534
|
+
],
|
|
535
|
+
"members": {
|
|
536
|
+
"GlobalClusterIdentifier": {},
|
|
537
|
+
"SourceDBClusterIdentifier": {},
|
|
538
|
+
"Engine": {},
|
|
539
|
+
"EngineVersion": {},
|
|
540
|
+
"DeletionProtection": {
|
|
541
|
+
"type": "boolean"
|
|
542
|
+
},
|
|
543
|
+
"StorageEncrypted": {
|
|
544
|
+
"type": "boolean"
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
"output": {
|
|
549
|
+
"resultWrapper": "CreateGlobalClusterResult",
|
|
550
|
+
"type": "structure",
|
|
551
|
+
"members": {
|
|
552
|
+
"GlobalCluster": {
|
|
553
|
+
"shape": "S2d"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
},
|
|
528
558
|
"DeleteDBCluster": {
|
|
529
559
|
"input": {
|
|
530
560
|
"type": "structure",
|
|
@@ -544,7 +574,7 @@
|
|
|
544
574
|
"type": "structure",
|
|
545
575
|
"members": {
|
|
546
576
|
"DBCluster": {
|
|
547
|
-
"shape": "
|
|
577
|
+
"shape": "S10"
|
|
548
578
|
}
|
|
549
579
|
}
|
|
550
580
|
}
|
|
@@ -571,10 +601,10 @@
|
|
|
571
601
|
"EndpointType": {},
|
|
572
602
|
"CustomEndpointType": {},
|
|
573
603
|
"StaticMembers": {
|
|
574
|
-
"shape": "
|
|
604
|
+
"shape": "S1b"
|
|
575
605
|
},
|
|
576
606
|
"ExcludedMembers": {
|
|
577
|
-
"shape": "
|
|
607
|
+
"shape": "S1b"
|
|
578
608
|
},
|
|
579
609
|
"DBClusterEndpointArn": {}
|
|
580
610
|
}
|
|
@@ -630,7 +660,7 @@
|
|
|
630
660
|
"type": "structure",
|
|
631
661
|
"members": {
|
|
632
662
|
"DBInstance": {
|
|
633
|
-
"shape": "
|
|
663
|
+
"shape": "S1k"
|
|
634
664
|
}
|
|
635
665
|
}
|
|
636
666
|
}
|
|
@@ -677,6 +707,26 @@
|
|
|
677
707
|
}
|
|
678
708
|
}
|
|
679
709
|
},
|
|
710
|
+
"DeleteGlobalCluster": {
|
|
711
|
+
"input": {
|
|
712
|
+
"type": "structure",
|
|
713
|
+
"required": [
|
|
714
|
+
"GlobalClusterIdentifier"
|
|
715
|
+
],
|
|
716
|
+
"members": {
|
|
717
|
+
"GlobalClusterIdentifier": {}
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"output": {
|
|
721
|
+
"resultWrapper": "DeleteGlobalClusterResult",
|
|
722
|
+
"type": "structure",
|
|
723
|
+
"members": {
|
|
724
|
+
"GlobalCluster": {
|
|
725
|
+
"shape": "S2d"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
},
|
|
680
730
|
"DescribeDBClusterEndpoints": {
|
|
681
731
|
"input": {
|
|
682
732
|
"type": "structure",
|
|
@@ -684,7 +734,7 @@
|
|
|
684
734
|
"DBClusterIdentifier": {},
|
|
685
735
|
"DBClusterEndpointIdentifier": {},
|
|
686
736
|
"Filters": {
|
|
687
|
-
"shape": "
|
|
737
|
+
"shape": "S2x"
|
|
688
738
|
},
|
|
689
739
|
"MaxRecords": {
|
|
690
740
|
"type": "integer"
|
|
@@ -711,10 +761,10 @@
|
|
|
711
761
|
"EndpointType": {},
|
|
712
762
|
"CustomEndpointType": {},
|
|
713
763
|
"StaticMembers": {
|
|
714
|
-
"shape": "
|
|
764
|
+
"shape": "S1b"
|
|
715
765
|
},
|
|
716
766
|
"ExcludedMembers": {
|
|
717
|
-
"shape": "
|
|
767
|
+
"shape": "S1b"
|
|
718
768
|
},
|
|
719
769
|
"DBClusterEndpointArn": {}
|
|
720
770
|
}
|
|
@@ -729,7 +779,7 @@
|
|
|
729
779
|
"members": {
|
|
730
780
|
"DBClusterParameterGroupName": {},
|
|
731
781
|
"Filters": {
|
|
732
|
-
"shape": "
|
|
782
|
+
"shape": "S2x"
|
|
733
783
|
},
|
|
734
784
|
"MaxRecords": {
|
|
735
785
|
"type": "integer"
|
|
@@ -762,7 +812,7 @@
|
|
|
762
812
|
"DBClusterParameterGroupName": {},
|
|
763
813
|
"Source": {},
|
|
764
814
|
"Filters": {
|
|
765
|
-
"shape": "
|
|
815
|
+
"shape": "S2x"
|
|
766
816
|
},
|
|
767
817
|
"MaxRecords": {
|
|
768
818
|
"type": "integer"
|
|
@@ -775,7 +825,7 @@
|
|
|
775
825
|
"type": "structure",
|
|
776
826
|
"members": {
|
|
777
827
|
"Parameters": {
|
|
778
|
-
"shape": "
|
|
828
|
+
"shape": "S38"
|
|
779
829
|
},
|
|
780
830
|
"Marker": {}
|
|
781
831
|
}
|
|
@@ -796,7 +846,7 @@
|
|
|
796
846
|
"type": "structure",
|
|
797
847
|
"members": {
|
|
798
848
|
"DBClusterSnapshotAttributesResult": {
|
|
799
|
-
"shape": "
|
|
849
|
+
"shape": "S3d"
|
|
800
850
|
}
|
|
801
851
|
}
|
|
802
852
|
}
|
|
@@ -809,7 +859,7 @@
|
|
|
809
859
|
"DBClusterSnapshotIdentifier": {},
|
|
810
860
|
"SnapshotType": {},
|
|
811
861
|
"Filters": {
|
|
812
|
-
"shape": "
|
|
862
|
+
"shape": "S2x"
|
|
813
863
|
},
|
|
814
864
|
"MaxRecords": {
|
|
815
865
|
"type": "integer"
|
|
@@ -844,7 +894,7 @@
|
|
|
844
894
|
"members": {
|
|
845
895
|
"DBClusterIdentifier": {},
|
|
846
896
|
"Filters": {
|
|
847
|
-
"shape": "
|
|
897
|
+
"shape": "S2x"
|
|
848
898
|
},
|
|
849
899
|
"MaxRecords": {
|
|
850
900
|
"type": "integer"
|
|
@@ -860,7 +910,7 @@
|
|
|
860
910
|
"DBClusters": {
|
|
861
911
|
"type": "list",
|
|
862
912
|
"member": {
|
|
863
|
-
"shape": "
|
|
913
|
+
"shape": "S10",
|
|
864
914
|
"locationName": "DBCluster"
|
|
865
915
|
}
|
|
866
916
|
}
|
|
@@ -875,7 +925,7 @@
|
|
|
875
925
|
"EngineVersion": {},
|
|
876
926
|
"DBParameterGroupFamily": {},
|
|
877
927
|
"Filters": {
|
|
878
|
-
"shape": "
|
|
928
|
+
"shape": "S2x"
|
|
879
929
|
},
|
|
880
930
|
"MaxRecords": {
|
|
881
931
|
"type": "integer"
|
|
@@ -909,12 +959,12 @@
|
|
|
909
959
|
"DBEngineDescription": {},
|
|
910
960
|
"DBEngineVersionDescription": {},
|
|
911
961
|
"DefaultCharacterSet": {
|
|
912
|
-
"shape": "
|
|
962
|
+
"shape": "S3r"
|
|
913
963
|
},
|
|
914
964
|
"SupportedCharacterSets": {
|
|
915
965
|
"type": "list",
|
|
916
966
|
"member": {
|
|
917
|
-
"shape": "
|
|
967
|
+
"shape": "S3r",
|
|
918
968
|
"locationName": "CharacterSet"
|
|
919
969
|
}
|
|
920
970
|
},
|
|
@@ -932,6 +982,9 @@
|
|
|
932
982
|
},
|
|
933
983
|
"IsMajorVersionUpgrade": {
|
|
934
984
|
"type": "boolean"
|
|
985
|
+
},
|
|
986
|
+
"SupportsGlobalDatabases": {
|
|
987
|
+
"type": "boolean"
|
|
935
988
|
}
|
|
936
989
|
}
|
|
937
990
|
}
|
|
@@ -954,6 +1007,9 @@
|
|
|
954
1007
|
},
|
|
955
1008
|
"SupportsReadReplica": {
|
|
956
1009
|
"type": "boolean"
|
|
1010
|
+
},
|
|
1011
|
+
"SupportsGlobalDatabases": {
|
|
1012
|
+
"type": "boolean"
|
|
957
1013
|
}
|
|
958
1014
|
}
|
|
959
1015
|
}
|
|
@@ -967,7 +1023,7 @@
|
|
|
967
1023
|
"members": {
|
|
968
1024
|
"DBInstanceIdentifier": {},
|
|
969
1025
|
"Filters": {
|
|
970
|
-
"shape": "
|
|
1026
|
+
"shape": "S2x"
|
|
971
1027
|
},
|
|
972
1028
|
"MaxRecords": {
|
|
973
1029
|
"type": "integer"
|
|
@@ -983,7 +1039,7 @@
|
|
|
983
1039
|
"DBInstances": {
|
|
984
1040
|
"type": "list",
|
|
985
1041
|
"member": {
|
|
986
|
-
"shape": "
|
|
1042
|
+
"shape": "S1k",
|
|
987
1043
|
"locationName": "DBInstance"
|
|
988
1044
|
}
|
|
989
1045
|
}
|
|
@@ -996,7 +1052,7 @@
|
|
|
996
1052
|
"members": {
|
|
997
1053
|
"DBParameterGroupName": {},
|
|
998
1054
|
"Filters": {
|
|
999
|
-
"shape": "
|
|
1055
|
+
"shape": "S2x"
|
|
1000
1056
|
},
|
|
1001
1057
|
"MaxRecords": {
|
|
1002
1058
|
"type": "integer"
|
|
@@ -1029,7 +1085,7 @@
|
|
|
1029
1085
|
"DBParameterGroupName": {},
|
|
1030
1086
|
"Source": {},
|
|
1031
1087
|
"Filters": {
|
|
1032
|
-
"shape": "
|
|
1088
|
+
"shape": "S2x"
|
|
1033
1089
|
},
|
|
1034
1090
|
"MaxRecords": {
|
|
1035
1091
|
"type": "integer"
|
|
@@ -1042,7 +1098,7 @@
|
|
|
1042
1098
|
"type": "structure",
|
|
1043
1099
|
"members": {
|
|
1044
1100
|
"Parameters": {
|
|
1045
|
-
"shape": "
|
|
1101
|
+
"shape": "S38"
|
|
1046
1102
|
},
|
|
1047
1103
|
"Marker": {}
|
|
1048
1104
|
}
|
|
@@ -1054,7 +1110,7 @@
|
|
|
1054
1110
|
"members": {
|
|
1055
1111
|
"DBSubnetGroupName": {},
|
|
1056
1112
|
"Filters": {
|
|
1057
|
-
"shape": "
|
|
1113
|
+
"shape": "S2x"
|
|
1058
1114
|
},
|
|
1059
1115
|
"MaxRecords": {
|
|
1060
1116
|
"type": "integer"
|
|
@@ -1070,7 +1126,7 @@
|
|
|
1070
1126
|
"DBSubnetGroups": {
|
|
1071
1127
|
"type": "list",
|
|
1072
1128
|
"member": {
|
|
1073
|
-
"shape": "
|
|
1129
|
+
"shape": "S1q",
|
|
1074
1130
|
"locationName": "DBSubnetGroup"
|
|
1075
1131
|
}
|
|
1076
1132
|
}
|
|
@@ -1086,7 +1142,7 @@
|
|
|
1086
1142
|
"members": {
|
|
1087
1143
|
"DBParameterGroupFamily": {},
|
|
1088
1144
|
"Filters": {
|
|
1089
|
-
"shape": "
|
|
1145
|
+
"shape": "S2x"
|
|
1090
1146
|
},
|
|
1091
1147
|
"MaxRecords": {
|
|
1092
1148
|
"type": "integer"
|
|
@@ -1099,7 +1155,7 @@
|
|
|
1099
1155
|
"type": "structure",
|
|
1100
1156
|
"members": {
|
|
1101
1157
|
"EngineDefaults": {
|
|
1102
|
-
"shape": "
|
|
1158
|
+
"shape": "S4a"
|
|
1103
1159
|
}
|
|
1104
1160
|
}
|
|
1105
1161
|
}
|
|
@@ -1113,7 +1169,7 @@
|
|
|
1113
1169
|
"members": {
|
|
1114
1170
|
"DBParameterGroupFamily": {},
|
|
1115
1171
|
"Filters": {
|
|
1116
|
-
"shape": "
|
|
1172
|
+
"shape": "S2x"
|
|
1117
1173
|
},
|
|
1118
1174
|
"MaxRecords": {
|
|
1119
1175
|
"type": "integer"
|
|
@@ -1126,7 +1182,7 @@
|
|
|
1126
1182
|
"type": "structure",
|
|
1127
1183
|
"members": {
|
|
1128
1184
|
"EngineDefaults": {
|
|
1129
|
-
"shape": "
|
|
1185
|
+
"shape": "S4a"
|
|
1130
1186
|
}
|
|
1131
1187
|
}
|
|
1132
1188
|
}
|
|
@@ -1137,7 +1193,7 @@
|
|
|
1137
1193
|
"members": {
|
|
1138
1194
|
"SourceType": {},
|
|
1139
1195
|
"Filters": {
|
|
1140
|
-
"shape": "
|
|
1196
|
+
"shape": "S2x"
|
|
1141
1197
|
}
|
|
1142
1198
|
}
|
|
1143
1199
|
},
|
|
@@ -1168,7 +1224,7 @@
|
|
|
1168
1224
|
"members": {
|
|
1169
1225
|
"SubscriptionName": {},
|
|
1170
1226
|
"Filters": {
|
|
1171
|
-
"shape": "
|
|
1227
|
+
"shape": "S2x"
|
|
1172
1228
|
},
|
|
1173
1229
|
"MaxRecords": {
|
|
1174
1230
|
"type": "integer"
|
|
@@ -1210,7 +1266,7 @@
|
|
|
1210
1266
|
"shape": "S7"
|
|
1211
1267
|
},
|
|
1212
1268
|
"Filters": {
|
|
1213
|
-
"shape": "
|
|
1269
|
+
"shape": "S2x"
|
|
1214
1270
|
},
|
|
1215
1271
|
"MaxRecords": {
|
|
1216
1272
|
"type": "integer"
|
|
@@ -1245,6 +1301,32 @@
|
|
|
1245
1301
|
}
|
|
1246
1302
|
}
|
|
1247
1303
|
},
|
|
1304
|
+
"DescribeGlobalClusters": {
|
|
1305
|
+
"input": {
|
|
1306
|
+
"type": "structure",
|
|
1307
|
+
"members": {
|
|
1308
|
+
"GlobalClusterIdentifier": {},
|
|
1309
|
+
"MaxRecords": {
|
|
1310
|
+
"type": "integer"
|
|
1311
|
+
},
|
|
1312
|
+
"Marker": {}
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
"output": {
|
|
1316
|
+
"resultWrapper": "DescribeGlobalClustersResult",
|
|
1317
|
+
"type": "structure",
|
|
1318
|
+
"members": {
|
|
1319
|
+
"Marker": {},
|
|
1320
|
+
"GlobalClusters": {
|
|
1321
|
+
"type": "list",
|
|
1322
|
+
"member": {
|
|
1323
|
+
"shape": "S2d",
|
|
1324
|
+
"locationName": "GlobalClusterMember"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
},
|
|
1248
1330
|
"DescribeOrderableDBInstanceOptions": {
|
|
1249
1331
|
"input": {
|
|
1250
1332
|
"type": "structure",
|
|
@@ -1260,7 +1342,7 @@
|
|
|
1260
1342
|
"type": "boolean"
|
|
1261
1343
|
},
|
|
1262
1344
|
"Filters": {
|
|
1263
|
-
"shape": "
|
|
1345
|
+
"shape": "S2x"
|
|
1264
1346
|
},
|
|
1265
1347
|
"MaxRecords": {
|
|
1266
1348
|
"type": "integer"
|
|
@@ -1285,7 +1367,7 @@
|
|
|
1285
1367
|
"AvailabilityZones": {
|
|
1286
1368
|
"type": "list",
|
|
1287
1369
|
"member": {
|
|
1288
|
-
"shape": "
|
|
1370
|
+
"shape": "S1t",
|
|
1289
1371
|
"locationName": "AvailabilityZone"
|
|
1290
1372
|
}
|
|
1291
1373
|
},
|
|
@@ -1331,6 +1413,9 @@
|
|
|
1331
1413
|
},
|
|
1332
1414
|
"MaxIopsPerGib": {
|
|
1333
1415
|
"type": "double"
|
|
1416
|
+
},
|
|
1417
|
+
"SupportsGlobalDatabases": {
|
|
1418
|
+
"type": "boolean"
|
|
1334
1419
|
}
|
|
1335
1420
|
},
|
|
1336
1421
|
"wrapper": true
|
|
@@ -1346,7 +1431,7 @@
|
|
|
1346
1431
|
"members": {
|
|
1347
1432
|
"ResourceIdentifier": {},
|
|
1348
1433
|
"Filters": {
|
|
1349
|
-
"shape": "
|
|
1434
|
+
"shape": "S2x"
|
|
1350
1435
|
},
|
|
1351
1436
|
"Marker": {},
|
|
1352
1437
|
"MaxRecords": {
|
|
@@ -1394,10 +1479,10 @@
|
|
|
1394
1479
|
"members": {
|
|
1395
1480
|
"StorageType": {},
|
|
1396
1481
|
"StorageSize": {
|
|
1397
|
-
"shape": "
|
|
1482
|
+
"shape": "S56"
|
|
1398
1483
|
},
|
|
1399
1484
|
"ProvisionedIops": {
|
|
1400
|
-
"shape": "
|
|
1485
|
+
"shape": "S56"
|
|
1401
1486
|
},
|
|
1402
1487
|
"IopsToStorageRatio": {
|
|
1403
1488
|
"type": "list",
|
|
@@ -1436,7 +1521,29 @@
|
|
|
1436
1521
|
"type": "structure",
|
|
1437
1522
|
"members": {
|
|
1438
1523
|
"DBCluster": {
|
|
1439
|
-
"shape": "
|
|
1524
|
+
"shape": "S10"
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
"FailoverGlobalCluster": {
|
|
1530
|
+
"input": {
|
|
1531
|
+
"type": "structure",
|
|
1532
|
+
"required": [
|
|
1533
|
+
"GlobalClusterIdentifier",
|
|
1534
|
+
"TargetDbClusterIdentifier"
|
|
1535
|
+
],
|
|
1536
|
+
"members": {
|
|
1537
|
+
"GlobalClusterIdentifier": {},
|
|
1538
|
+
"TargetDbClusterIdentifier": {}
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"output": {
|
|
1542
|
+
"resultWrapper": "FailoverGlobalClusterResult",
|
|
1543
|
+
"type": "structure",
|
|
1544
|
+
"members": {
|
|
1545
|
+
"GlobalCluster": {
|
|
1546
|
+
"shape": "S2d"
|
|
1440
1547
|
}
|
|
1441
1548
|
}
|
|
1442
1549
|
}
|
|
@@ -1450,7 +1557,7 @@
|
|
|
1450
1557
|
"members": {
|
|
1451
1558
|
"ResourceName": {},
|
|
1452
1559
|
"Filters": {
|
|
1453
|
-
"shape": "
|
|
1560
|
+
"shape": "S2x"
|
|
1454
1561
|
}
|
|
1455
1562
|
}
|
|
1456
1563
|
},
|
|
@@ -1494,7 +1601,7 @@
|
|
|
1494
1601
|
"type": "boolean"
|
|
1495
1602
|
},
|
|
1496
1603
|
"CloudwatchLogsExportConfiguration": {
|
|
1497
|
-
"shape": "
|
|
1604
|
+
"shape": "S5i"
|
|
1498
1605
|
},
|
|
1499
1606
|
"EngineVersion": {},
|
|
1500
1607
|
"AllowMajorVersionUpgrade": {
|
|
@@ -1514,7 +1621,7 @@
|
|
|
1514
1621
|
"type": "structure",
|
|
1515
1622
|
"members": {
|
|
1516
1623
|
"DBCluster": {
|
|
1517
|
-
"shape": "
|
|
1624
|
+
"shape": "S10"
|
|
1518
1625
|
}
|
|
1519
1626
|
}
|
|
1520
1627
|
}
|
|
@@ -1529,10 +1636,10 @@
|
|
|
1529
1636
|
"DBClusterEndpointIdentifier": {},
|
|
1530
1637
|
"EndpointType": {},
|
|
1531
1638
|
"StaticMembers": {
|
|
1532
|
-
"shape": "
|
|
1639
|
+
"shape": "S1b"
|
|
1533
1640
|
},
|
|
1534
1641
|
"ExcludedMembers": {
|
|
1535
|
-
"shape": "
|
|
1642
|
+
"shape": "S1b"
|
|
1536
1643
|
}
|
|
1537
1644
|
}
|
|
1538
1645
|
},
|
|
@@ -1548,10 +1655,10 @@
|
|
|
1548
1655
|
"EndpointType": {},
|
|
1549
1656
|
"CustomEndpointType": {},
|
|
1550
1657
|
"StaticMembers": {
|
|
1551
|
-
"shape": "
|
|
1658
|
+
"shape": "S1b"
|
|
1552
1659
|
},
|
|
1553
1660
|
"ExcludedMembers": {
|
|
1554
|
-
"shape": "
|
|
1661
|
+
"shape": "S1b"
|
|
1555
1662
|
},
|
|
1556
1663
|
"DBClusterEndpointArn": {}
|
|
1557
1664
|
}
|
|
@@ -1567,12 +1674,12 @@
|
|
|
1567
1674
|
"members": {
|
|
1568
1675
|
"DBClusterParameterGroupName": {},
|
|
1569
1676
|
"Parameters": {
|
|
1570
|
-
"shape": "
|
|
1677
|
+
"shape": "S38"
|
|
1571
1678
|
}
|
|
1572
1679
|
}
|
|
1573
1680
|
},
|
|
1574
1681
|
"output": {
|
|
1575
|
-
"shape": "
|
|
1682
|
+
"shape": "S5n",
|
|
1576
1683
|
"resultWrapper": "ModifyDBClusterParameterGroupResult"
|
|
1577
1684
|
}
|
|
1578
1685
|
},
|
|
@@ -1587,10 +1694,10 @@
|
|
|
1587
1694
|
"DBClusterSnapshotIdentifier": {},
|
|
1588
1695
|
"AttributeName": {},
|
|
1589
1696
|
"ValuesToAdd": {
|
|
1590
|
-
"shape": "
|
|
1697
|
+
"shape": "S3g"
|
|
1591
1698
|
},
|
|
1592
1699
|
"ValuesToRemove": {
|
|
1593
|
-
"shape": "
|
|
1700
|
+
"shape": "S3g"
|
|
1594
1701
|
}
|
|
1595
1702
|
}
|
|
1596
1703
|
},
|
|
@@ -1599,7 +1706,7 @@
|
|
|
1599
1706
|
"type": "structure",
|
|
1600
1707
|
"members": {
|
|
1601
1708
|
"DBClusterSnapshotAttributesResult": {
|
|
1602
|
-
"shape": "
|
|
1709
|
+
"shape": "S3d"
|
|
1603
1710
|
}
|
|
1604
1711
|
}
|
|
1605
1712
|
}
|
|
@@ -1618,7 +1725,7 @@
|
|
|
1618
1725
|
"DBInstanceClass": {},
|
|
1619
1726
|
"DBSubnetGroupName": {},
|
|
1620
1727
|
"DBSecurityGroups": {
|
|
1621
|
-
"shape": "
|
|
1728
|
+
"shape": "S1i"
|
|
1622
1729
|
},
|
|
1623
1730
|
"VpcSecurityGroupIds": {
|
|
1624
1731
|
"shape": "Sw"
|
|
@@ -1680,7 +1787,7 @@
|
|
|
1680
1787
|
},
|
|
1681
1788
|
"PerformanceInsightsKMSKeyId": {},
|
|
1682
1789
|
"CloudwatchLogsExportConfiguration": {
|
|
1683
|
-
"shape": "
|
|
1790
|
+
"shape": "S5i"
|
|
1684
1791
|
},
|
|
1685
1792
|
"DeletionProtection": {
|
|
1686
1793
|
"type": "boolean"
|
|
@@ -1692,7 +1799,7 @@
|
|
|
1692
1799
|
"type": "structure",
|
|
1693
1800
|
"members": {
|
|
1694
1801
|
"DBInstance": {
|
|
1695
|
-
"shape": "
|
|
1802
|
+
"shape": "S1k"
|
|
1696
1803
|
}
|
|
1697
1804
|
}
|
|
1698
1805
|
}
|
|
@@ -1707,12 +1814,12 @@
|
|
|
1707
1814
|
"members": {
|
|
1708
1815
|
"DBParameterGroupName": {},
|
|
1709
1816
|
"Parameters": {
|
|
1710
|
-
"shape": "
|
|
1817
|
+
"shape": "S38"
|
|
1711
1818
|
}
|
|
1712
1819
|
}
|
|
1713
1820
|
},
|
|
1714
1821
|
"output": {
|
|
1715
|
-
"shape": "
|
|
1822
|
+
"shape": "S5t",
|
|
1716
1823
|
"resultWrapper": "ModifyDBParameterGroupResult"
|
|
1717
1824
|
}
|
|
1718
1825
|
},
|
|
@@ -1727,7 +1834,7 @@
|
|
|
1727
1834
|
"DBSubnetGroupName": {},
|
|
1728
1835
|
"DBSubnetGroupDescription": {},
|
|
1729
1836
|
"SubnetIds": {
|
|
1730
|
-
"shape": "
|
|
1837
|
+
"shape": "S27"
|
|
1731
1838
|
}
|
|
1732
1839
|
}
|
|
1733
1840
|
},
|
|
@@ -1736,7 +1843,7 @@
|
|
|
1736
1843
|
"type": "structure",
|
|
1737
1844
|
"members": {
|
|
1738
1845
|
"DBSubnetGroup": {
|
|
1739
|
-
"shape": "
|
|
1846
|
+
"shape": "S1q"
|
|
1740
1847
|
}
|
|
1741
1848
|
}
|
|
1742
1849
|
}
|
|
@@ -1769,6 +1876,34 @@
|
|
|
1769
1876
|
}
|
|
1770
1877
|
}
|
|
1771
1878
|
},
|
|
1879
|
+
"ModifyGlobalCluster": {
|
|
1880
|
+
"input": {
|
|
1881
|
+
"type": "structure",
|
|
1882
|
+
"required": [
|
|
1883
|
+
"GlobalClusterIdentifier"
|
|
1884
|
+
],
|
|
1885
|
+
"members": {
|
|
1886
|
+
"GlobalClusterIdentifier": {},
|
|
1887
|
+
"NewGlobalClusterIdentifier": {},
|
|
1888
|
+
"DeletionProtection": {
|
|
1889
|
+
"type": "boolean"
|
|
1890
|
+
},
|
|
1891
|
+
"EngineVersion": {},
|
|
1892
|
+
"AllowMajorVersionUpgrade": {
|
|
1893
|
+
"type": "boolean"
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"output": {
|
|
1898
|
+
"resultWrapper": "ModifyGlobalClusterResult",
|
|
1899
|
+
"type": "structure",
|
|
1900
|
+
"members": {
|
|
1901
|
+
"GlobalCluster": {
|
|
1902
|
+
"shape": "S2d"
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1772
1907
|
"PromoteReadReplicaDBCluster": {
|
|
1773
1908
|
"input": {
|
|
1774
1909
|
"type": "structure",
|
|
@@ -1784,7 +1919,7 @@
|
|
|
1784
1919
|
"type": "structure",
|
|
1785
1920
|
"members": {
|
|
1786
1921
|
"DBCluster": {
|
|
1787
|
-
"shape": "
|
|
1922
|
+
"shape": "S10"
|
|
1788
1923
|
}
|
|
1789
1924
|
}
|
|
1790
1925
|
}
|
|
@@ -1807,7 +1942,29 @@
|
|
|
1807
1942
|
"type": "structure",
|
|
1808
1943
|
"members": {
|
|
1809
1944
|
"DBInstance": {
|
|
1810
|
-
"shape": "
|
|
1945
|
+
"shape": "S1k"
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
},
|
|
1950
|
+
"RemoveFromGlobalCluster": {
|
|
1951
|
+
"input": {
|
|
1952
|
+
"type": "structure",
|
|
1953
|
+
"required": [
|
|
1954
|
+
"GlobalClusterIdentifier",
|
|
1955
|
+
"DbClusterIdentifier"
|
|
1956
|
+
],
|
|
1957
|
+
"members": {
|
|
1958
|
+
"GlobalClusterIdentifier": {},
|
|
1959
|
+
"DbClusterIdentifier": {}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"output": {
|
|
1963
|
+
"resultWrapper": "RemoveFromGlobalClusterResult",
|
|
1964
|
+
"type": "structure",
|
|
1965
|
+
"members": {
|
|
1966
|
+
"GlobalCluster": {
|
|
1967
|
+
"shape": "S2d"
|
|
1811
1968
|
}
|
|
1812
1969
|
}
|
|
1813
1970
|
}
|
|
@@ -1876,12 +2033,12 @@
|
|
|
1876
2033
|
"type": "boolean"
|
|
1877
2034
|
},
|
|
1878
2035
|
"Parameters": {
|
|
1879
|
-
"shape": "
|
|
2036
|
+
"shape": "S38"
|
|
1880
2037
|
}
|
|
1881
2038
|
}
|
|
1882
2039
|
},
|
|
1883
2040
|
"output": {
|
|
1884
|
-
"shape": "
|
|
2041
|
+
"shape": "S5n",
|
|
1885
2042
|
"resultWrapper": "ResetDBClusterParameterGroupResult"
|
|
1886
2043
|
}
|
|
1887
2044
|
},
|
|
@@ -1897,12 +2054,12 @@
|
|
|
1897
2054
|
"type": "boolean"
|
|
1898
2055
|
},
|
|
1899
2056
|
"Parameters": {
|
|
1900
|
-
"shape": "
|
|
2057
|
+
"shape": "S38"
|
|
1901
2058
|
}
|
|
1902
2059
|
}
|
|
1903
2060
|
},
|
|
1904
2061
|
"output": {
|
|
1905
|
-
"shape": "
|
|
2062
|
+
"shape": "S5t",
|
|
1906
2063
|
"resultWrapper": "ResetDBParameterGroupResult"
|
|
1907
2064
|
}
|
|
1908
2065
|
},
|
|
@@ -1955,7 +2112,7 @@
|
|
|
1955
2112
|
"type": "structure",
|
|
1956
2113
|
"members": {
|
|
1957
2114
|
"DBCluster": {
|
|
1958
|
-
"shape": "
|
|
2115
|
+
"shape": "S10"
|
|
1959
2116
|
}
|
|
1960
2117
|
}
|
|
1961
2118
|
}
|
|
@@ -2006,7 +2163,7 @@
|
|
|
2006
2163
|
"type": "structure",
|
|
2007
2164
|
"members": {
|
|
2008
2165
|
"DBCluster": {
|
|
2009
|
-
"shape": "
|
|
2166
|
+
"shape": "S10"
|
|
2010
2167
|
}
|
|
2011
2168
|
}
|
|
2012
2169
|
}
|
|
@@ -2026,7 +2183,7 @@
|
|
|
2026
2183
|
"type": "structure",
|
|
2027
2184
|
"members": {
|
|
2028
2185
|
"DBCluster": {
|
|
2029
|
-
"shape": "
|
|
2186
|
+
"shape": "S10"
|
|
2030
2187
|
}
|
|
2031
2188
|
}
|
|
2032
2189
|
}
|
|
@@ -2046,7 +2203,7 @@
|
|
|
2046
2203
|
"type": "structure",
|
|
2047
2204
|
"members": {
|
|
2048
2205
|
"DBCluster": {
|
|
2049
|
-
"shape": "
|
|
2206
|
+
"shape": "S10"
|
|
2050
2207
|
}
|
|
2051
2208
|
}
|
|
2052
2209
|
}
|
|
@@ -2204,7 +2361,7 @@
|
|
|
2204
2361
|
"type": "list",
|
|
2205
2362
|
"member": {}
|
|
2206
2363
|
},
|
|
2207
|
-
"
|
|
2364
|
+
"S10": {
|
|
2208
2365
|
"type": "structure",
|
|
2209
2366
|
"members": {
|
|
2210
2367
|
"AllocatedStorage": {
|
|
@@ -2279,7 +2436,7 @@
|
|
|
2279
2436
|
}
|
|
2280
2437
|
},
|
|
2281
2438
|
"VpcSecurityGroups": {
|
|
2282
|
-
"shape": "
|
|
2439
|
+
"shape": "S16"
|
|
2283
2440
|
},
|
|
2284
2441
|
"HostedZoneId": {},
|
|
2285
2442
|
"StorageEncrypted": {
|
|
@@ -2325,7 +2482,7 @@
|
|
|
2325
2482
|
},
|
|
2326
2483
|
"wrapper": true
|
|
2327
2484
|
},
|
|
2328
|
-
"
|
|
2485
|
+
"S16": {
|
|
2329
2486
|
"type": "list",
|
|
2330
2487
|
"member": {
|
|
2331
2488
|
"locationName": "VpcSecurityGroupMembership",
|
|
@@ -2336,17 +2493,17 @@
|
|
|
2336
2493
|
}
|
|
2337
2494
|
}
|
|
2338
2495
|
},
|
|
2339
|
-
"
|
|
2496
|
+
"S1b": {
|
|
2340
2497
|
"type": "list",
|
|
2341
2498
|
"member": {}
|
|
2342
2499
|
},
|
|
2343
|
-
"
|
|
2500
|
+
"S1i": {
|
|
2344
2501
|
"type": "list",
|
|
2345
2502
|
"member": {
|
|
2346
2503
|
"locationName": "DBSecurityGroupName"
|
|
2347
2504
|
}
|
|
2348
2505
|
},
|
|
2349
|
-
"
|
|
2506
|
+
"S1k": {
|
|
2350
2507
|
"type": "structure",
|
|
2351
2508
|
"members": {
|
|
2352
2509
|
"DBInstanceIdentifier": {},
|
|
@@ -2387,7 +2544,7 @@
|
|
|
2387
2544
|
}
|
|
2388
2545
|
},
|
|
2389
2546
|
"VpcSecurityGroups": {
|
|
2390
|
-
"shape": "
|
|
2547
|
+
"shape": "S16"
|
|
2391
2548
|
},
|
|
2392
2549
|
"DBParameterGroups": {
|
|
2393
2550
|
"type": "list",
|
|
@@ -2402,7 +2559,7 @@
|
|
|
2402
2559
|
},
|
|
2403
2560
|
"AvailabilityZone": {},
|
|
2404
2561
|
"DBSubnetGroup": {
|
|
2405
|
-
"shape": "
|
|
2562
|
+
"shape": "S1q"
|
|
2406
2563
|
},
|
|
2407
2564
|
"PreferredMaintenanceWindow": {},
|
|
2408
2565
|
"PendingModifiedValues": {
|
|
@@ -2557,7 +2714,7 @@
|
|
|
2557
2714
|
},
|
|
2558
2715
|
"wrapper": true
|
|
2559
2716
|
},
|
|
2560
|
-
"
|
|
2717
|
+
"S1q": {
|
|
2561
2718
|
"type": "structure",
|
|
2562
2719
|
"members": {
|
|
2563
2720
|
"DBSubnetGroupName": {},
|
|
@@ -2572,7 +2729,7 @@
|
|
|
2572
2729
|
"members": {
|
|
2573
2730
|
"SubnetIdentifier": {},
|
|
2574
2731
|
"SubnetAvailabilityZone": {
|
|
2575
|
-
"shape": "
|
|
2732
|
+
"shape": "S1t"
|
|
2576
2733
|
},
|
|
2577
2734
|
"SubnetStatus": {}
|
|
2578
2735
|
}
|
|
@@ -2582,20 +2739,56 @@
|
|
|
2582
2739
|
},
|
|
2583
2740
|
"wrapper": true
|
|
2584
2741
|
},
|
|
2585
|
-
"
|
|
2742
|
+
"S1t": {
|
|
2586
2743
|
"type": "structure",
|
|
2587
2744
|
"members": {
|
|
2588
2745
|
"Name": {}
|
|
2589
2746
|
},
|
|
2590
2747
|
"wrapper": true
|
|
2591
2748
|
},
|
|
2592
|
-
"
|
|
2749
|
+
"S27": {
|
|
2593
2750
|
"type": "list",
|
|
2594
2751
|
"member": {
|
|
2595
2752
|
"locationName": "SubnetIdentifier"
|
|
2596
2753
|
}
|
|
2597
2754
|
},
|
|
2598
|
-
"
|
|
2755
|
+
"S2d": {
|
|
2756
|
+
"type": "structure",
|
|
2757
|
+
"members": {
|
|
2758
|
+
"GlobalClusterIdentifier": {},
|
|
2759
|
+
"GlobalClusterResourceId": {},
|
|
2760
|
+
"GlobalClusterArn": {},
|
|
2761
|
+
"Status": {},
|
|
2762
|
+
"Engine": {},
|
|
2763
|
+
"EngineVersion": {},
|
|
2764
|
+
"StorageEncrypted": {
|
|
2765
|
+
"type": "boolean"
|
|
2766
|
+
},
|
|
2767
|
+
"DeletionProtection": {
|
|
2768
|
+
"type": "boolean"
|
|
2769
|
+
},
|
|
2770
|
+
"GlobalClusterMembers": {
|
|
2771
|
+
"type": "list",
|
|
2772
|
+
"member": {
|
|
2773
|
+
"locationName": "GlobalClusterMember",
|
|
2774
|
+
"type": "structure",
|
|
2775
|
+
"members": {
|
|
2776
|
+
"DBClusterArn": {},
|
|
2777
|
+
"Readers": {
|
|
2778
|
+
"type": "list",
|
|
2779
|
+
"member": {}
|
|
2780
|
+
},
|
|
2781
|
+
"IsWriter": {
|
|
2782
|
+
"type": "boolean"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2785
|
+
"wrapper": true
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"wrapper": true
|
|
2790
|
+
},
|
|
2791
|
+
"S2x": {
|
|
2599
2792
|
"type": "list",
|
|
2600
2793
|
"member": {
|
|
2601
2794
|
"locationName": "Filter",
|
|
@@ -2615,7 +2808,7 @@
|
|
|
2615
2808
|
}
|
|
2616
2809
|
}
|
|
2617
2810
|
},
|
|
2618
|
-
"
|
|
2811
|
+
"S38": {
|
|
2619
2812
|
"type": "list",
|
|
2620
2813
|
"member": {
|
|
2621
2814
|
"locationName": "Parameter",
|
|
@@ -2636,7 +2829,7 @@
|
|
|
2636
2829
|
}
|
|
2637
2830
|
}
|
|
2638
2831
|
},
|
|
2639
|
-
"
|
|
2832
|
+
"S3d": {
|
|
2640
2833
|
"type": "structure",
|
|
2641
2834
|
"members": {
|
|
2642
2835
|
"DBClusterSnapshotIdentifier": {},
|
|
@@ -2648,7 +2841,7 @@
|
|
|
2648
2841
|
"members": {
|
|
2649
2842
|
"AttributeName": {},
|
|
2650
2843
|
"AttributeValues": {
|
|
2651
|
-
"shape": "
|
|
2844
|
+
"shape": "S3g"
|
|
2652
2845
|
}
|
|
2653
2846
|
}
|
|
2654
2847
|
}
|
|
@@ -2656,31 +2849,31 @@
|
|
|
2656
2849
|
},
|
|
2657
2850
|
"wrapper": true
|
|
2658
2851
|
},
|
|
2659
|
-
"
|
|
2852
|
+
"S3g": {
|
|
2660
2853
|
"type": "list",
|
|
2661
2854
|
"member": {
|
|
2662
2855
|
"locationName": "AttributeValue"
|
|
2663
2856
|
}
|
|
2664
2857
|
},
|
|
2665
|
-
"
|
|
2858
|
+
"S3r": {
|
|
2666
2859
|
"type": "structure",
|
|
2667
2860
|
"members": {
|
|
2668
2861
|
"CharacterSetName": {},
|
|
2669
2862
|
"CharacterSetDescription": {}
|
|
2670
2863
|
}
|
|
2671
2864
|
},
|
|
2672
|
-
"
|
|
2865
|
+
"S4a": {
|
|
2673
2866
|
"type": "structure",
|
|
2674
2867
|
"members": {
|
|
2675
2868
|
"DBParameterGroupFamily": {},
|
|
2676
2869
|
"Marker": {},
|
|
2677
2870
|
"Parameters": {
|
|
2678
|
-
"shape": "
|
|
2871
|
+
"shape": "S38"
|
|
2679
2872
|
}
|
|
2680
2873
|
},
|
|
2681
2874
|
"wrapper": true
|
|
2682
2875
|
},
|
|
2683
|
-
"
|
|
2876
|
+
"S56": {
|
|
2684
2877
|
"type": "list",
|
|
2685
2878
|
"member": {
|
|
2686
2879
|
"locationName": "Range",
|
|
@@ -2698,7 +2891,7 @@
|
|
|
2698
2891
|
}
|
|
2699
2892
|
}
|
|
2700
2893
|
},
|
|
2701
|
-
"
|
|
2894
|
+
"S5i": {
|
|
2702
2895
|
"type": "structure",
|
|
2703
2896
|
"members": {
|
|
2704
2897
|
"EnableLogTypes": {
|
|
@@ -2709,13 +2902,13 @@
|
|
|
2709
2902
|
}
|
|
2710
2903
|
}
|
|
2711
2904
|
},
|
|
2712
|
-
"
|
|
2905
|
+
"S5n": {
|
|
2713
2906
|
"type": "structure",
|
|
2714
2907
|
"members": {
|
|
2715
2908
|
"DBClusterParameterGroupName": {}
|
|
2716
2909
|
}
|
|
2717
2910
|
},
|
|
2718
|
-
"
|
|
2911
|
+
"S5t": {
|
|
2719
2912
|
"type": "structure",
|
|
2720
2913
|
"members": {
|
|
2721
2914
|
"DBParameterGroupName": {}
|