@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
|
@@ -203,6 +203,32 @@
|
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
|
+
"CreateFleetAdvisorCollector": {
|
|
207
|
+
"input": {
|
|
208
|
+
"type": "structure",
|
|
209
|
+
"required": [
|
|
210
|
+
"CollectorName",
|
|
211
|
+
"ServiceAccessRoleArn",
|
|
212
|
+
"S3BucketName"
|
|
213
|
+
],
|
|
214
|
+
"members": {
|
|
215
|
+
"CollectorName": {},
|
|
216
|
+
"Description": {},
|
|
217
|
+
"ServiceAccessRoleArn": {},
|
|
218
|
+
"S3BucketName": {}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
"output": {
|
|
222
|
+
"type": "structure",
|
|
223
|
+
"members": {
|
|
224
|
+
"CollectorReferencedId": {},
|
|
225
|
+
"CollectorName": {},
|
|
226
|
+
"Description": {},
|
|
227
|
+
"ServiceAccessRoleArn": {},
|
|
228
|
+
"S3BucketName": {}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
},
|
|
206
232
|
"CreateReplicationInstance": {
|
|
207
233
|
"input": {
|
|
208
234
|
"type": "structure",
|
|
@@ -217,7 +243,7 @@
|
|
|
217
243
|
},
|
|
218
244
|
"ReplicationInstanceClass": {},
|
|
219
245
|
"VpcSecurityGroupIds": {
|
|
220
|
-
"shape": "
|
|
246
|
+
"shape": "S20"
|
|
221
247
|
},
|
|
222
248
|
"AvailabilityZone": {},
|
|
223
249
|
"ReplicationSubnetGroupIdentifier": {},
|
|
@@ -244,7 +270,7 @@
|
|
|
244
270
|
"type": "structure",
|
|
245
271
|
"members": {
|
|
246
272
|
"ReplicationInstance": {
|
|
247
|
-
"shape": "
|
|
273
|
+
"shape": "S22"
|
|
248
274
|
}
|
|
249
275
|
}
|
|
250
276
|
}
|
|
@@ -261,7 +287,7 @@
|
|
|
261
287
|
"ReplicationSubnetGroupIdentifier": {},
|
|
262
288
|
"ReplicationSubnetGroupDescription": {},
|
|
263
289
|
"SubnetIds": {
|
|
264
|
-
"shape": "
|
|
290
|
+
"shape": "S2d"
|
|
265
291
|
},
|
|
266
292
|
"Tags": {
|
|
267
293
|
"shape": "S3"
|
|
@@ -272,7 +298,7 @@
|
|
|
272
298
|
"type": "structure",
|
|
273
299
|
"members": {
|
|
274
300
|
"ReplicationSubnetGroup": {
|
|
275
|
-
"shape": "
|
|
301
|
+
"shape": "S25"
|
|
276
302
|
}
|
|
277
303
|
}
|
|
278
304
|
}
|
|
@@ -312,7 +338,7 @@
|
|
|
312
338
|
"type": "structure",
|
|
313
339
|
"members": {
|
|
314
340
|
"ReplicationTask": {
|
|
315
|
-
"shape": "
|
|
341
|
+
"shape": "S2i"
|
|
316
342
|
}
|
|
317
343
|
}
|
|
318
344
|
}
|
|
@@ -331,7 +357,7 @@
|
|
|
331
357
|
"type": "structure",
|
|
332
358
|
"members": {
|
|
333
359
|
"Certificate": {
|
|
334
|
-
"shape": "
|
|
360
|
+
"shape": "S2n"
|
|
335
361
|
}
|
|
336
362
|
}
|
|
337
363
|
}
|
|
@@ -352,7 +378,7 @@
|
|
|
352
378
|
"type": "structure",
|
|
353
379
|
"members": {
|
|
354
380
|
"Connection": {
|
|
355
|
-
"shape": "
|
|
381
|
+
"shape": "S2r"
|
|
356
382
|
}
|
|
357
383
|
}
|
|
358
384
|
}
|
|
@@ -395,6 +421,38 @@
|
|
|
395
421
|
}
|
|
396
422
|
}
|
|
397
423
|
},
|
|
424
|
+
"DeleteFleetAdvisorCollector": {
|
|
425
|
+
"input": {
|
|
426
|
+
"type": "structure",
|
|
427
|
+
"required": [
|
|
428
|
+
"CollectorReferencedId"
|
|
429
|
+
],
|
|
430
|
+
"members": {
|
|
431
|
+
"CollectorReferencedId": {}
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"DeleteFleetAdvisorDatabases": {
|
|
436
|
+
"input": {
|
|
437
|
+
"type": "structure",
|
|
438
|
+
"required": [
|
|
439
|
+
"DatabaseIds"
|
|
440
|
+
],
|
|
441
|
+
"members": {
|
|
442
|
+
"DatabaseIds": {
|
|
443
|
+
"shape": "S2y"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"output": {
|
|
448
|
+
"type": "structure",
|
|
449
|
+
"members": {
|
|
450
|
+
"DatabaseIds": {
|
|
451
|
+
"shape": "S2y"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
398
456
|
"DeleteReplicationInstance": {
|
|
399
457
|
"input": {
|
|
400
458
|
"type": "structure",
|
|
@@ -409,7 +467,7 @@
|
|
|
409
467
|
"type": "structure",
|
|
410
468
|
"members": {
|
|
411
469
|
"ReplicationInstance": {
|
|
412
|
-
"shape": "
|
|
470
|
+
"shape": "S22"
|
|
413
471
|
}
|
|
414
472
|
}
|
|
415
473
|
}
|
|
@@ -443,7 +501,7 @@
|
|
|
443
501
|
"type": "structure",
|
|
444
502
|
"members": {
|
|
445
503
|
"ReplicationTask": {
|
|
446
|
-
"shape": "
|
|
504
|
+
"shape": "S2i"
|
|
447
505
|
}
|
|
448
506
|
}
|
|
449
507
|
}
|
|
@@ -525,7 +583,7 @@
|
|
|
525
583
|
"type": "structure",
|
|
526
584
|
"members": {
|
|
527
585
|
"Filters": {
|
|
528
|
-
"shape": "
|
|
586
|
+
"shape": "S3g"
|
|
529
587
|
},
|
|
530
588
|
"MaxRecords": {
|
|
531
589
|
"type": "integer"
|
|
@@ -540,7 +598,7 @@
|
|
|
540
598
|
"Certificates": {
|
|
541
599
|
"type": "list",
|
|
542
600
|
"member": {
|
|
543
|
-
"shape": "
|
|
601
|
+
"shape": "S2n"
|
|
544
602
|
}
|
|
545
603
|
}
|
|
546
604
|
}
|
|
@@ -551,7 +609,7 @@
|
|
|
551
609
|
"type": "structure",
|
|
552
610
|
"members": {
|
|
553
611
|
"Filters": {
|
|
554
|
-
"shape": "
|
|
612
|
+
"shape": "S3g"
|
|
555
613
|
},
|
|
556
614
|
"MaxRecords": {
|
|
557
615
|
"type": "integer"
|
|
@@ -566,7 +624,7 @@
|
|
|
566
624
|
"Connections": {
|
|
567
625
|
"type": "list",
|
|
568
626
|
"member": {
|
|
569
|
-
"shape": "
|
|
627
|
+
"shape": "S2r"
|
|
570
628
|
}
|
|
571
629
|
}
|
|
572
630
|
}
|
|
@@ -624,7 +682,7 @@
|
|
|
624
682
|
"type": "structure",
|
|
625
683
|
"members": {
|
|
626
684
|
"Filters": {
|
|
627
|
-
"shape": "
|
|
685
|
+
"shape": "S3g"
|
|
628
686
|
},
|
|
629
687
|
"MaxRecords": {
|
|
630
688
|
"type": "integer"
|
|
@@ -659,7 +717,7 @@
|
|
|
659
717
|
"type": "structure",
|
|
660
718
|
"members": {
|
|
661
719
|
"Filters": {
|
|
662
|
-
"shape": "
|
|
720
|
+
"shape": "S3g"
|
|
663
721
|
},
|
|
664
722
|
"MaxRecords": {
|
|
665
723
|
"type": "integer"
|
|
@@ -686,7 +744,7 @@
|
|
|
686
744
|
"members": {
|
|
687
745
|
"SourceType": {},
|
|
688
746
|
"Filters": {
|
|
689
|
-
"shape": "
|
|
747
|
+
"shape": "S3g"
|
|
690
748
|
}
|
|
691
749
|
}
|
|
692
750
|
},
|
|
@@ -714,7 +772,7 @@
|
|
|
714
772
|
"members": {
|
|
715
773
|
"SubscriptionName": {},
|
|
716
774
|
"Filters": {
|
|
717
|
-
"shape": "
|
|
775
|
+
"shape": "S3g"
|
|
718
776
|
},
|
|
719
777
|
"MaxRecords": {
|
|
720
778
|
"type": "integer"
|
|
@@ -754,7 +812,7 @@
|
|
|
754
812
|
"shape": "S1s"
|
|
755
813
|
},
|
|
756
814
|
"Filters": {
|
|
757
|
-
"shape": "
|
|
815
|
+
"shape": "S3g"
|
|
758
816
|
},
|
|
759
817
|
"MaxRecords": {
|
|
760
818
|
"type": "integer"
|
|
@@ -786,6 +844,260 @@
|
|
|
786
844
|
}
|
|
787
845
|
}
|
|
788
846
|
},
|
|
847
|
+
"DescribeFleetAdvisorCollectors": {
|
|
848
|
+
"input": {
|
|
849
|
+
"type": "structure",
|
|
850
|
+
"members": {
|
|
851
|
+
"Filters": {
|
|
852
|
+
"shape": "S3g"
|
|
853
|
+
},
|
|
854
|
+
"MaxRecords": {
|
|
855
|
+
"type": "integer"
|
|
856
|
+
},
|
|
857
|
+
"NextToken": {}
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"output": {
|
|
861
|
+
"type": "structure",
|
|
862
|
+
"members": {
|
|
863
|
+
"Collectors": {
|
|
864
|
+
"type": "list",
|
|
865
|
+
"member": {
|
|
866
|
+
"type": "structure",
|
|
867
|
+
"members": {
|
|
868
|
+
"CollectorReferencedId": {},
|
|
869
|
+
"CollectorName": {},
|
|
870
|
+
"CollectorVersion": {},
|
|
871
|
+
"VersionStatus": {},
|
|
872
|
+
"Description": {},
|
|
873
|
+
"S3BucketName": {},
|
|
874
|
+
"ServiceAccessRoleArn": {},
|
|
875
|
+
"CollectorHealthCheck": {
|
|
876
|
+
"type": "structure",
|
|
877
|
+
"members": {
|
|
878
|
+
"CollectorStatus": {},
|
|
879
|
+
"LocalCollectorS3Access": {
|
|
880
|
+
"type": "boolean"
|
|
881
|
+
},
|
|
882
|
+
"WebCollectorS3Access": {
|
|
883
|
+
"type": "boolean"
|
|
884
|
+
},
|
|
885
|
+
"WebCollectorGrantedRoleBasedAccess": {
|
|
886
|
+
"type": "boolean"
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"LastDataReceived": {},
|
|
891
|
+
"RegisteredDate": {},
|
|
892
|
+
"CreatedDate": {},
|
|
893
|
+
"ModifiedDate": {},
|
|
894
|
+
"InventoryData": {
|
|
895
|
+
"type": "structure",
|
|
896
|
+
"members": {
|
|
897
|
+
"NumberOfDatabases": {
|
|
898
|
+
"type": "integer"
|
|
899
|
+
},
|
|
900
|
+
"NumberOfSchemas": {
|
|
901
|
+
"type": "integer"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"NextToken": {}
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
"DescribeFleetAdvisorDatabases": {
|
|
913
|
+
"input": {
|
|
914
|
+
"type": "structure",
|
|
915
|
+
"members": {
|
|
916
|
+
"Filters": {
|
|
917
|
+
"shape": "S3g"
|
|
918
|
+
},
|
|
919
|
+
"MaxRecords": {
|
|
920
|
+
"type": "integer"
|
|
921
|
+
},
|
|
922
|
+
"NextToken": {}
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"output": {
|
|
926
|
+
"type": "structure",
|
|
927
|
+
"members": {
|
|
928
|
+
"Databases": {
|
|
929
|
+
"type": "list",
|
|
930
|
+
"member": {
|
|
931
|
+
"type": "structure",
|
|
932
|
+
"members": {
|
|
933
|
+
"DatabaseId": {},
|
|
934
|
+
"DatabaseName": {},
|
|
935
|
+
"IpAddress": {},
|
|
936
|
+
"NumberOfSchemas": {
|
|
937
|
+
"type": "long"
|
|
938
|
+
},
|
|
939
|
+
"Server": {
|
|
940
|
+
"shape": "S4q"
|
|
941
|
+
},
|
|
942
|
+
"SoftwareDetails": {
|
|
943
|
+
"type": "structure",
|
|
944
|
+
"members": {
|
|
945
|
+
"Engine": {},
|
|
946
|
+
"EngineVersion": {},
|
|
947
|
+
"EngineEdition": {},
|
|
948
|
+
"ServicePack": {},
|
|
949
|
+
"SupportLevel": {},
|
|
950
|
+
"OsArchitecture": {
|
|
951
|
+
"type": "integer"
|
|
952
|
+
},
|
|
953
|
+
"Tooltip": {}
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"Collectors": {
|
|
957
|
+
"type": "list",
|
|
958
|
+
"member": {
|
|
959
|
+
"type": "structure",
|
|
960
|
+
"members": {
|
|
961
|
+
"CollectorReferencedId": {},
|
|
962
|
+
"CollectorName": {}
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"NextToken": {}
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"DescribeFleetAdvisorLsaAnalysis": {
|
|
974
|
+
"input": {
|
|
975
|
+
"type": "structure",
|
|
976
|
+
"members": {
|
|
977
|
+
"MaxRecords": {
|
|
978
|
+
"type": "integer"
|
|
979
|
+
},
|
|
980
|
+
"NextToken": {}
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"output": {
|
|
984
|
+
"type": "structure",
|
|
985
|
+
"members": {
|
|
986
|
+
"Analysis": {
|
|
987
|
+
"type": "list",
|
|
988
|
+
"member": {
|
|
989
|
+
"type": "structure",
|
|
990
|
+
"members": {
|
|
991
|
+
"LsaAnalysisId": {},
|
|
992
|
+
"Status": {}
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
"NextToken": {}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
"DescribeFleetAdvisorSchemaObjectSummary": {
|
|
1001
|
+
"input": {
|
|
1002
|
+
"type": "structure",
|
|
1003
|
+
"members": {
|
|
1004
|
+
"Filters": {
|
|
1005
|
+
"shape": "S3g"
|
|
1006
|
+
},
|
|
1007
|
+
"MaxRecords": {
|
|
1008
|
+
"type": "integer"
|
|
1009
|
+
},
|
|
1010
|
+
"NextToken": {}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"output": {
|
|
1014
|
+
"type": "structure",
|
|
1015
|
+
"members": {
|
|
1016
|
+
"FleetAdvisorSchemaObjects": {
|
|
1017
|
+
"type": "list",
|
|
1018
|
+
"member": {
|
|
1019
|
+
"type": "structure",
|
|
1020
|
+
"members": {
|
|
1021
|
+
"SchemaId": {},
|
|
1022
|
+
"ObjectType": {},
|
|
1023
|
+
"NumberOfObjects": {
|
|
1024
|
+
"type": "long"
|
|
1025
|
+
},
|
|
1026
|
+
"CodeLineCount": {
|
|
1027
|
+
"type": "long"
|
|
1028
|
+
},
|
|
1029
|
+
"CodeSize": {
|
|
1030
|
+
"type": "long"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"NextToken": {}
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"DescribeFleetAdvisorSchemas": {
|
|
1040
|
+
"input": {
|
|
1041
|
+
"type": "structure",
|
|
1042
|
+
"members": {
|
|
1043
|
+
"Filters": {
|
|
1044
|
+
"shape": "S3g"
|
|
1045
|
+
},
|
|
1046
|
+
"MaxRecords": {
|
|
1047
|
+
"type": "integer"
|
|
1048
|
+
},
|
|
1049
|
+
"NextToken": {}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"output": {
|
|
1053
|
+
"type": "structure",
|
|
1054
|
+
"members": {
|
|
1055
|
+
"FleetAdvisorSchemas": {
|
|
1056
|
+
"type": "list",
|
|
1057
|
+
"member": {
|
|
1058
|
+
"type": "structure",
|
|
1059
|
+
"members": {
|
|
1060
|
+
"CodeLineCount": {
|
|
1061
|
+
"type": "long"
|
|
1062
|
+
},
|
|
1063
|
+
"CodeSize": {
|
|
1064
|
+
"type": "long"
|
|
1065
|
+
},
|
|
1066
|
+
"Complexity": {},
|
|
1067
|
+
"Server": {
|
|
1068
|
+
"shape": "S4q"
|
|
1069
|
+
},
|
|
1070
|
+
"DatabaseInstance": {
|
|
1071
|
+
"type": "structure",
|
|
1072
|
+
"members": {
|
|
1073
|
+
"DatabaseId": {},
|
|
1074
|
+
"DatabaseName": {},
|
|
1075
|
+
"DatabaseIpAddress": {},
|
|
1076
|
+
"DatabaseEngine": {}
|
|
1077
|
+
}
|
|
1078
|
+
},
|
|
1079
|
+
"SchemaId": {},
|
|
1080
|
+
"SchemaName": {},
|
|
1081
|
+
"OriginalSchema": {
|
|
1082
|
+
"type": "structure",
|
|
1083
|
+
"members": {
|
|
1084
|
+
"SchemaId": {},
|
|
1085
|
+
"SchemaName": {},
|
|
1086
|
+
"DatabaseId": {},
|
|
1087
|
+
"DatabaseName": {},
|
|
1088
|
+
"DatabaseIpAddress": {}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"Similarity": {
|
|
1092
|
+
"type": "double"
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"NextToken": {}
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
},
|
|
789
1101
|
"DescribeOrderableReplicationInstances": {
|
|
790
1102
|
"input": {
|
|
791
1103
|
"type": "structure",
|
|
@@ -837,7 +1149,7 @@
|
|
|
837
1149
|
"members": {
|
|
838
1150
|
"ReplicationInstanceArn": {},
|
|
839
1151
|
"Filters": {
|
|
840
|
-
"shape": "
|
|
1152
|
+
"shape": "S3g"
|
|
841
1153
|
},
|
|
842
1154
|
"Marker": {},
|
|
843
1155
|
"MaxRecords": {
|
|
@@ -872,7 +1184,7 @@
|
|
|
872
1184
|
"type": "structure",
|
|
873
1185
|
"members": {
|
|
874
1186
|
"RefreshSchemasStatus": {
|
|
875
|
-
"shape": "
|
|
1187
|
+
"shape": "S5k"
|
|
876
1188
|
}
|
|
877
1189
|
}
|
|
878
1190
|
}
|
|
@@ -917,7 +1229,7 @@
|
|
|
917
1229
|
"type": "structure",
|
|
918
1230
|
"members": {
|
|
919
1231
|
"Filters": {
|
|
920
|
-
"shape": "
|
|
1232
|
+
"shape": "S3g"
|
|
921
1233
|
},
|
|
922
1234
|
"MaxRecords": {
|
|
923
1235
|
"type": "integer"
|
|
@@ -932,7 +1244,7 @@
|
|
|
932
1244
|
"ReplicationInstances": {
|
|
933
1245
|
"type": "list",
|
|
934
1246
|
"member": {
|
|
935
|
-
"shape": "
|
|
1247
|
+
"shape": "S22"
|
|
936
1248
|
}
|
|
937
1249
|
}
|
|
938
1250
|
}
|
|
@@ -943,7 +1255,7 @@
|
|
|
943
1255
|
"type": "structure",
|
|
944
1256
|
"members": {
|
|
945
1257
|
"Filters": {
|
|
946
|
-
"shape": "
|
|
1258
|
+
"shape": "S3g"
|
|
947
1259
|
},
|
|
948
1260
|
"MaxRecords": {
|
|
949
1261
|
"type": "integer"
|
|
@@ -958,7 +1270,7 @@
|
|
|
958
1270
|
"ReplicationSubnetGroups": {
|
|
959
1271
|
"type": "list",
|
|
960
1272
|
"member": {
|
|
961
|
-
"shape": "
|
|
1273
|
+
"shape": "S25"
|
|
962
1274
|
}
|
|
963
1275
|
}
|
|
964
1276
|
}
|
|
@@ -1005,7 +1317,7 @@
|
|
|
1005
1317
|
"type": "structure",
|
|
1006
1318
|
"members": {
|
|
1007
1319
|
"Filters": {
|
|
1008
|
-
"shape": "
|
|
1320
|
+
"shape": "S3g"
|
|
1009
1321
|
},
|
|
1010
1322
|
"MaxRecords": {
|
|
1011
1323
|
"type": "integer"
|
|
@@ -1031,7 +1343,7 @@
|
|
|
1031
1343
|
"type": "structure",
|
|
1032
1344
|
"members": {
|
|
1033
1345
|
"Filters": {
|
|
1034
|
-
"shape": "
|
|
1346
|
+
"shape": "S3g"
|
|
1035
1347
|
},
|
|
1036
1348
|
"MaxRecords": {
|
|
1037
1349
|
"type": "integer"
|
|
@@ -1066,7 +1378,7 @@
|
|
|
1066
1378
|
"type": "structure",
|
|
1067
1379
|
"members": {
|
|
1068
1380
|
"Filters": {
|
|
1069
|
-
"shape": "
|
|
1381
|
+
"shape": "S3g"
|
|
1070
1382
|
},
|
|
1071
1383
|
"MaxRecords": {
|
|
1072
1384
|
"type": "integer"
|
|
@@ -1084,7 +1396,7 @@
|
|
|
1084
1396
|
"ReplicationTasks": {
|
|
1085
1397
|
"type": "list",
|
|
1086
1398
|
"member": {
|
|
1087
|
-
"shape": "
|
|
1399
|
+
"shape": "S2i"
|
|
1088
1400
|
}
|
|
1089
1401
|
}
|
|
1090
1402
|
}
|
|
@@ -1128,7 +1440,7 @@
|
|
|
1128
1440
|
},
|
|
1129
1441
|
"Marker": {},
|
|
1130
1442
|
"Filters": {
|
|
1131
|
-
"shape": "
|
|
1443
|
+
"shape": "S3g"
|
|
1132
1444
|
}
|
|
1133
1445
|
}
|
|
1134
1446
|
},
|
|
@@ -1218,7 +1530,7 @@
|
|
|
1218
1530
|
"type": "structure",
|
|
1219
1531
|
"members": {
|
|
1220
1532
|
"Certificate": {
|
|
1221
|
-
"shape": "
|
|
1533
|
+
"shape": "S2n"
|
|
1222
1534
|
}
|
|
1223
1535
|
}
|
|
1224
1536
|
}
|
|
@@ -1379,7 +1691,7 @@
|
|
|
1379
1691
|
},
|
|
1380
1692
|
"ReplicationInstanceClass": {},
|
|
1381
1693
|
"VpcSecurityGroupIds": {
|
|
1382
|
-
"shape": "
|
|
1694
|
+
"shape": "S20"
|
|
1383
1695
|
},
|
|
1384
1696
|
"PreferredMaintenanceWindow": {},
|
|
1385
1697
|
"MultiAZ": {
|
|
@@ -1399,7 +1711,7 @@
|
|
|
1399
1711
|
"type": "structure",
|
|
1400
1712
|
"members": {
|
|
1401
1713
|
"ReplicationInstance": {
|
|
1402
|
-
"shape": "
|
|
1714
|
+
"shape": "S22"
|
|
1403
1715
|
}
|
|
1404
1716
|
}
|
|
1405
1717
|
}
|
|
@@ -1415,7 +1727,7 @@
|
|
|
1415
1727
|
"ReplicationSubnetGroupIdentifier": {},
|
|
1416
1728
|
"ReplicationSubnetGroupDescription": {},
|
|
1417
1729
|
"SubnetIds": {
|
|
1418
|
-
"shape": "
|
|
1730
|
+
"shape": "S2d"
|
|
1419
1731
|
}
|
|
1420
1732
|
}
|
|
1421
1733
|
},
|
|
@@ -1423,7 +1735,7 @@
|
|
|
1423
1735
|
"type": "structure",
|
|
1424
1736
|
"members": {
|
|
1425
1737
|
"ReplicationSubnetGroup": {
|
|
1426
|
-
"shape": "
|
|
1738
|
+
"shape": "S25"
|
|
1427
1739
|
}
|
|
1428
1740
|
}
|
|
1429
1741
|
}
|
|
@@ -1452,7 +1764,7 @@
|
|
|
1452
1764
|
"type": "structure",
|
|
1453
1765
|
"members": {
|
|
1454
1766
|
"ReplicationTask": {
|
|
1455
|
-
"shape": "
|
|
1767
|
+
"shape": "S2i"
|
|
1456
1768
|
}
|
|
1457
1769
|
}
|
|
1458
1770
|
}
|
|
@@ -1473,7 +1785,7 @@
|
|
|
1473
1785
|
"type": "structure",
|
|
1474
1786
|
"members": {
|
|
1475
1787
|
"ReplicationTask": {
|
|
1476
|
-
"shape": "
|
|
1788
|
+
"shape": "S2i"
|
|
1477
1789
|
}
|
|
1478
1790
|
}
|
|
1479
1791
|
}
|
|
@@ -1498,7 +1810,7 @@
|
|
|
1498
1810
|
"type": "structure",
|
|
1499
1811
|
"members": {
|
|
1500
1812
|
"ReplicationInstance": {
|
|
1501
|
-
"shape": "
|
|
1813
|
+
"shape": "S22"
|
|
1502
1814
|
}
|
|
1503
1815
|
}
|
|
1504
1816
|
}
|
|
@@ -1519,7 +1831,7 @@
|
|
|
1519
1831
|
"type": "structure",
|
|
1520
1832
|
"members": {
|
|
1521
1833
|
"RefreshSchemasStatus": {
|
|
1522
|
-
"shape": "
|
|
1834
|
+
"shape": "S5k"
|
|
1523
1835
|
}
|
|
1524
1836
|
}
|
|
1525
1837
|
}
|
|
@@ -1577,6 +1889,15 @@
|
|
|
1577
1889
|
"members": {}
|
|
1578
1890
|
}
|
|
1579
1891
|
},
|
|
1892
|
+
"RunFleetAdvisorLsaAnalysis": {
|
|
1893
|
+
"output": {
|
|
1894
|
+
"type": "structure",
|
|
1895
|
+
"members": {
|
|
1896
|
+
"LsaAnalysisId": {},
|
|
1897
|
+
"Status": {}
|
|
1898
|
+
}
|
|
1899
|
+
}
|
|
1900
|
+
},
|
|
1580
1901
|
"StartReplicationTask": {
|
|
1581
1902
|
"input": {
|
|
1582
1903
|
"type": "structure",
|
|
@@ -1598,7 +1919,7 @@
|
|
|
1598
1919
|
"type": "structure",
|
|
1599
1920
|
"members": {
|
|
1600
1921
|
"ReplicationTask": {
|
|
1601
|
-
"shape": "
|
|
1922
|
+
"shape": "S2i"
|
|
1602
1923
|
}
|
|
1603
1924
|
}
|
|
1604
1925
|
}
|
|
@@ -1617,7 +1938,7 @@
|
|
|
1617
1938
|
"type": "structure",
|
|
1618
1939
|
"members": {
|
|
1619
1940
|
"ReplicationTask": {
|
|
1620
|
-
"shape": "
|
|
1941
|
+
"shape": "S2i"
|
|
1621
1942
|
}
|
|
1622
1943
|
}
|
|
1623
1944
|
}
|
|
@@ -1672,7 +1993,7 @@
|
|
|
1672
1993
|
"type": "structure",
|
|
1673
1994
|
"members": {
|
|
1674
1995
|
"ReplicationTask": {
|
|
1675
|
-
"shape": "
|
|
1996
|
+
"shape": "S2i"
|
|
1676
1997
|
}
|
|
1677
1998
|
}
|
|
1678
1999
|
}
|
|
@@ -1693,7 +2014,7 @@
|
|
|
1693
2014
|
"type": "structure",
|
|
1694
2015
|
"members": {
|
|
1695
2016
|
"Connection": {
|
|
1696
|
-
"shape": "
|
|
2017
|
+
"shape": "S2r"
|
|
1697
2018
|
}
|
|
1698
2019
|
}
|
|
1699
2020
|
}
|
|
@@ -2489,11 +2810,11 @@
|
|
|
2489
2810
|
}
|
|
2490
2811
|
}
|
|
2491
2812
|
},
|
|
2492
|
-
"
|
|
2813
|
+
"S20": {
|
|
2493
2814
|
"type": "list",
|
|
2494
2815
|
"member": {}
|
|
2495
2816
|
},
|
|
2496
|
-
"
|
|
2817
|
+
"S22": {
|
|
2497
2818
|
"type": "structure",
|
|
2498
2819
|
"members": {
|
|
2499
2820
|
"ReplicationInstanceIdentifier": {},
|
|
@@ -2517,7 +2838,7 @@
|
|
|
2517
2838
|
},
|
|
2518
2839
|
"AvailabilityZone": {},
|
|
2519
2840
|
"ReplicationSubnetGroup": {
|
|
2520
|
-
"shape": "
|
|
2841
|
+
"shape": "S25"
|
|
2521
2842
|
},
|
|
2522
2843
|
"PreferredMaintenanceWindow": {},
|
|
2523
2844
|
"PendingModifiedValues": {
|
|
@@ -2566,7 +2887,7 @@
|
|
|
2566
2887
|
"DnsNameServers": {}
|
|
2567
2888
|
}
|
|
2568
2889
|
},
|
|
2569
|
-
"
|
|
2890
|
+
"S25": {
|
|
2570
2891
|
"type": "structure",
|
|
2571
2892
|
"members": {
|
|
2572
2893
|
"ReplicationSubnetGroupIdentifier": {},
|
|
@@ -2591,11 +2912,11 @@
|
|
|
2591
2912
|
}
|
|
2592
2913
|
}
|
|
2593
2914
|
},
|
|
2594
|
-
"
|
|
2915
|
+
"S2d": {
|
|
2595
2916
|
"type": "list",
|
|
2596
2917
|
"member": {}
|
|
2597
2918
|
},
|
|
2598
|
-
"
|
|
2919
|
+
"S2i": {
|
|
2599
2920
|
"type": "structure",
|
|
2600
2921
|
"members": {
|
|
2601
2922
|
"ReplicationTaskIdentifier": {},
|
|
@@ -2660,7 +2981,7 @@
|
|
|
2660
2981
|
"TargetReplicationInstanceArn": {}
|
|
2661
2982
|
}
|
|
2662
2983
|
},
|
|
2663
|
-
"
|
|
2984
|
+
"S2n": {
|
|
2664
2985
|
"type": "structure",
|
|
2665
2986
|
"members": {
|
|
2666
2987
|
"CertificateIdentifier": {},
|
|
@@ -2685,7 +3006,7 @@
|
|
|
2685
3006
|
}
|
|
2686
3007
|
}
|
|
2687
3008
|
},
|
|
2688
|
-
"
|
|
3009
|
+
"S2r": {
|
|
2689
3010
|
"type": "structure",
|
|
2690
3011
|
"members": {
|
|
2691
3012
|
"ReplicationInstanceArn": {},
|
|
@@ -2696,7 +3017,11 @@
|
|
|
2696
3017
|
"ReplicationInstanceIdentifier": {}
|
|
2697
3018
|
}
|
|
2698
3019
|
},
|
|
2699
|
-
"
|
|
3020
|
+
"S2y": {
|
|
3021
|
+
"type": "list",
|
|
3022
|
+
"member": {}
|
|
3023
|
+
},
|
|
3024
|
+
"S3g": {
|
|
2700
3025
|
"type": "list",
|
|
2701
3026
|
"member": {
|
|
2702
3027
|
"type": "structure",
|
|
@@ -2713,7 +3038,15 @@
|
|
|
2713
3038
|
}
|
|
2714
3039
|
}
|
|
2715
3040
|
},
|
|
2716
|
-
"
|
|
3041
|
+
"S4q": {
|
|
3042
|
+
"type": "structure",
|
|
3043
|
+
"members": {
|
|
3044
|
+
"ServerId": {},
|
|
3045
|
+
"IpAddress": {},
|
|
3046
|
+
"ServerName": {}
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
"S5k": {
|
|
2717
3050
|
"type": "structure",
|
|
2718
3051
|
"members": {
|
|
2719
3052
|
"EndpointArn": {},
|