@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
|
@@ -13,6 +13,32 @@
|
|
|
13
13
|
"uid": "drs-2020-02-26"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"CreateExtendedSourceServer": {
|
|
17
|
+
"http": {
|
|
18
|
+
"requestUri": "/CreateExtendedSourceServer",
|
|
19
|
+
"responseCode": 201
|
|
20
|
+
},
|
|
21
|
+
"input": {
|
|
22
|
+
"type": "structure",
|
|
23
|
+
"required": [
|
|
24
|
+
"sourceServerArn"
|
|
25
|
+
],
|
|
26
|
+
"members": {
|
|
27
|
+
"sourceServerArn": {},
|
|
28
|
+
"tags": {
|
|
29
|
+
"shape": "S3"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"output": {
|
|
34
|
+
"type": "structure",
|
|
35
|
+
"members": {
|
|
36
|
+
"sourceServer": {
|
|
37
|
+
"shape": "S7"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
16
42
|
"CreateReplicationConfigurationTemplate": {
|
|
17
43
|
"http": {
|
|
18
44
|
"requestUri": "/CreateReplicationConfigurationTemplate",
|
|
@@ -49,18 +75,18 @@
|
|
|
49
75
|
"ebsEncryption": {},
|
|
50
76
|
"ebsEncryptionKeyArn": {},
|
|
51
77
|
"pitPolicy": {
|
|
52
|
-
"shape": "
|
|
78
|
+
"shape": "S1g"
|
|
53
79
|
},
|
|
54
80
|
"replicationServerInstanceType": {},
|
|
55
81
|
"replicationServersSecurityGroupsIDs": {
|
|
56
|
-
"shape": "
|
|
82
|
+
"shape": "S1k"
|
|
57
83
|
},
|
|
58
84
|
"stagingAreaSubnetId": {},
|
|
59
85
|
"stagingAreaTags": {
|
|
60
|
-
"shape": "
|
|
86
|
+
"shape": "S3"
|
|
61
87
|
},
|
|
62
88
|
"tags": {
|
|
63
|
-
"shape": "
|
|
89
|
+
"shape": "S3"
|
|
64
90
|
},
|
|
65
91
|
"useDedicatedReplicationServer": {
|
|
66
92
|
"type": "boolean"
|
|
@@ -68,7 +94,7 @@
|
|
|
68
94
|
}
|
|
69
95
|
},
|
|
70
96
|
"output": {
|
|
71
|
-
"shape": "
|
|
97
|
+
"shape": "S1n"
|
|
72
98
|
}
|
|
73
99
|
},
|
|
74
100
|
"DeleteJob": {
|
|
@@ -176,6 +202,32 @@
|
|
|
176
202
|
"eventData": {
|
|
177
203
|
"type": "structure",
|
|
178
204
|
"members": {
|
|
205
|
+
"conversionProperties": {
|
|
206
|
+
"type": "structure",
|
|
207
|
+
"members": {
|
|
208
|
+
"dataTimestamp": {},
|
|
209
|
+
"forceUefi": {
|
|
210
|
+
"type": "boolean"
|
|
211
|
+
},
|
|
212
|
+
"rootVolumeName": {},
|
|
213
|
+
"volumeToConversionMap": {
|
|
214
|
+
"type": "map",
|
|
215
|
+
"key": {},
|
|
216
|
+
"value": {
|
|
217
|
+
"type": "map",
|
|
218
|
+
"key": {},
|
|
219
|
+
"value": {}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"volumeToVolumeSize": {
|
|
223
|
+
"type": "map",
|
|
224
|
+
"key": {},
|
|
225
|
+
"value": {
|
|
226
|
+
"type": "long"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
},
|
|
179
231
|
"conversionServerID": {},
|
|
180
232
|
"rawError": {},
|
|
181
233
|
"sourceServerID": {},
|
|
@@ -197,9 +249,6 @@
|
|
|
197
249
|
},
|
|
198
250
|
"input": {
|
|
199
251
|
"type": "structure",
|
|
200
|
-
"required": [
|
|
201
|
-
"filters"
|
|
202
|
-
],
|
|
203
252
|
"members": {
|
|
204
253
|
"filters": {
|
|
205
254
|
"type": "structure",
|
|
@@ -224,7 +273,7 @@
|
|
|
224
273
|
"items": {
|
|
225
274
|
"type": "list",
|
|
226
275
|
"member": {
|
|
227
|
-
"shape": "
|
|
276
|
+
"shape": "S2d"
|
|
228
277
|
}
|
|
229
278
|
},
|
|
230
279
|
"nextToken": {}
|
|
@@ -238,9 +287,6 @@
|
|
|
238
287
|
},
|
|
239
288
|
"input": {
|
|
240
289
|
"type": "structure",
|
|
241
|
-
"required": [
|
|
242
|
-
"filters"
|
|
243
|
-
],
|
|
244
290
|
"members": {
|
|
245
291
|
"filters": {
|
|
246
292
|
"type": "structure",
|
|
@@ -350,7 +396,7 @@
|
|
|
350
396
|
"type": "structure",
|
|
351
397
|
"members": {
|
|
352
398
|
"cpus": {
|
|
353
|
-
"shape": "
|
|
399
|
+
"shape": "Sw"
|
|
354
400
|
},
|
|
355
401
|
"disks": {
|
|
356
402
|
"type": "list",
|
|
@@ -366,14 +412,14 @@
|
|
|
366
412
|
}
|
|
367
413
|
},
|
|
368
414
|
"identificationHints": {
|
|
369
|
-
"shape": "
|
|
415
|
+
"shape": "S10"
|
|
370
416
|
},
|
|
371
417
|
"lastUpdatedDateTime": {},
|
|
372
418
|
"networkInterfaces": {
|
|
373
|
-
"shape": "
|
|
419
|
+
"shape": "S12"
|
|
374
420
|
},
|
|
375
421
|
"os": {
|
|
376
|
-
"shape": "
|
|
422
|
+
"shape": "S16"
|
|
377
423
|
},
|
|
378
424
|
"ramBytes": {
|
|
379
425
|
"type": "long"
|
|
@@ -382,7 +428,7 @@
|
|
|
382
428
|
},
|
|
383
429
|
"sourceServerID": {},
|
|
384
430
|
"tags": {
|
|
385
|
-
"shape": "
|
|
431
|
+
"shape": "S3"
|
|
386
432
|
}
|
|
387
433
|
}
|
|
388
434
|
}
|
|
@@ -452,9 +498,6 @@
|
|
|
452
498
|
},
|
|
453
499
|
"input": {
|
|
454
500
|
"type": "structure",
|
|
455
|
-
"required": [
|
|
456
|
-
"replicationConfigurationTemplateIDs"
|
|
457
|
-
],
|
|
458
501
|
"members": {
|
|
459
502
|
"maxResults": {
|
|
460
503
|
"type": "integer"
|
|
@@ -472,7 +515,7 @@
|
|
|
472
515
|
"items": {
|
|
473
516
|
"type": "list",
|
|
474
517
|
"member": {
|
|
475
|
-
"shape": "
|
|
518
|
+
"shape": "S1n"
|
|
476
519
|
}
|
|
477
520
|
},
|
|
478
521
|
"nextToken": {}
|
|
@@ -486,9 +529,6 @@
|
|
|
486
529
|
},
|
|
487
530
|
"input": {
|
|
488
531
|
"type": "structure",
|
|
489
|
-
"required": [
|
|
490
|
-
"filters"
|
|
491
|
-
],
|
|
492
532
|
"members": {
|
|
493
533
|
"filters": {
|
|
494
534
|
"type": "structure",
|
|
@@ -497,6 +537,10 @@
|
|
|
497
537
|
"sourceServerIDs": {
|
|
498
538
|
"type": "list",
|
|
499
539
|
"member": {}
|
|
540
|
+
},
|
|
541
|
+
"stagingAccountIDs": {
|
|
542
|
+
"type": "list",
|
|
543
|
+
"member": {}
|
|
500
544
|
}
|
|
501
545
|
}
|
|
502
546
|
},
|
|
@@ -512,7 +556,7 @@
|
|
|
512
556
|
"items": {
|
|
513
557
|
"type": "list",
|
|
514
558
|
"member": {
|
|
515
|
-
"shape": "
|
|
559
|
+
"shape": "S7"
|
|
516
560
|
}
|
|
517
561
|
},
|
|
518
562
|
"nextToken": {}
|
|
@@ -549,7 +593,7 @@
|
|
|
549
593
|
}
|
|
550
594
|
},
|
|
551
595
|
"output": {
|
|
552
|
-
"shape": "
|
|
596
|
+
"shape": "S7"
|
|
553
597
|
}
|
|
554
598
|
},
|
|
555
599
|
"GetFailbackReplicationConfiguration": {
|
|
@@ -598,7 +642,7 @@
|
|
|
598
642
|
}
|
|
599
643
|
},
|
|
600
644
|
"output": {
|
|
601
|
-
"shape": "
|
|
645
|
+
"shape": "S3w"
|
|
602
646
|
}
|
|
603
647
|
},
|
|
604
648
|
"GetReplicationConfiguration": {
|
|
@@ -616,7 +660,7 @@
|
|
|
616
660
|
}
|
|
617
661
|
},
|
|
618
662
|
"output": {
|
|
619
|
-
"shape": "
|
|
663
|
+
"shape": "S42"
|
|
620
664
|
}
|
|
621
665
|
},
|
|
622
666
|
"InitializeService": {
|
|
@@ -633,6 +677,80 @@
|
|
|
633
677
|
"members": {}
|
|
634
678
|
}
|
|
635
679
|
},
|
|
680
|
+
"ListExtensibleSourceServers": {
|
|
681
|
+
"http": {
|
|
682
|
+
"requestUri": "/ListExtensibleSourceServers",
|
|
683
|
+
"responseCode": 200
|
|
684
|
+
},
|
|
685
|
+
"input": {
|
|
686
|
+
"type": "structure",
|
|
687
|
+
"required": [
|
|
688
|
+
"stagingAccountID"
|
|
689
|
+
],
|
|
690
|
+
"members": {
|
|
691
|
+
"maxResults": {
|
|
692
|
+
"type": "integer"
|
|
693
|
+
},
|
|
694
|
+
"nextToken": {},
|
|
695
|
+
"stagingAccountID": {}
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"output": {
|
|
699
|
+
"type": "structure",
|
|
700
|
+
"members": {
|
|
701
|
+
"items": {
|
|
702
|
+
"type": "list",
|
|
703
|
+
"member": {
|
|
704
|
+
"type": "structure",
|
|
705
|
+
"members": {
|
|
706
|
+
"arn": {},
|
|
707
|
+
"hostname": {},
|
|
708
|
+
"tags": {
|
|
709
|
+
"shape": "S3"
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
},
|
|
714
|
+
"nextToken": {}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"ListStagingAccounts": {
|
|
719
|
+
"http": {
|
|
720
|
+
"method": "GET",
|
|
721
|
+
"requestUri": "/ListStagingAccounts",
|
|
722
|
+
"responseCode": 200
|
|
723
|
+
},
|
|
724
|
+
"input": {
|
|
725
|
+
"type": "structure",
|
|
726
|
+
"members": {
|
|
727
|
+
"maxResults": {
|
|
728
|
+
"location": "querystring",
|
|
729
|
+
"locationName": "maxResults",
|
|
730
|
+
"type": "integer"
|
|
731
|
+
},
|
|
732
|
+
"nextToken": {
|
|
733
|
+
"location": "querystring",
|
|
734
|
+
"locationName": "nextToken"
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"output": {
|
|
739
|
+
"type": "structure",
|
|
740
|
+
"members": {
|
|
741
|
+
"accounts": {
|
|
742
|
+
"type": "list",
|
|
743
|
+
"member": {
|
|
744
|
+
"type": "structure",
|
|
745
|
+
"members": {
|
|
746
|
+
"accountID": {}
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"nextToken": {}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
},
|
|
636
754
|
"ListTagsForResource": {
|
|
637
755
|
"http": {
|
|
638
756
|
"method": "GET",
|
|
@@ -655,7 +773,7 @@
|
|
|
655
773
|
"type": "structure",
|
|
656
774
|
"members": {
|
|
657
775
|
"tags": {
|
|
658
|
-
"shape": "
|
|
776
|
+
"shape": "S3"
|
|
659
777
|
}
|
|
660
778
|
}
|
|
661
779
|
}
|
|
@@ -675,7 +793,7 @@
|
|
|
675
793
|
}
|
|
676
794
|
},
|
|
677
795
|
"output": {
|
|
678
|
-
"shape": "
|
|
796
|
+
"shape": "S7"
|
|
679
797
|
}
|
|
680
798
|
},
|
|
681
799
|
"StartFailbackLaunch": {
|
|
@@ -694,7 +812,7 @@
|
|
|
694
812
|
"member": {}
|
|
695
813
|
},
|
|
696
814
|
"tags": {
|
|
697
|
-
"shape": "
|
|
815
|
+
"shape": "S3"
|
|
698
816
|
}
|
|
699
817
|
}
|
|
700
818
|
},
|
|
@@ -702,7 +820,7 @@
|
|
|
702
820
|
"type": "structure",
|
|
703
821
|
"members": {
|
|
704
822
|
"job": {
|
|
705
|
-
"shape": "
|
|
823
|
+
"shape": "S2d"
|
|
706
824
|
}
|
|
707
825
|
}
|
|
708
826
|
}
|
|
@@ -735,7 +853,7 @@
|
|
|
735
853
|
}
|
|
736
854
|
},
|
|
737
855
|
"tags": {
|
|
738
|
-
"shape": "
|
|
856
|
+
"shape": "S3"
|
|
739
857
|
}
|
|
740
858
|
}
|
|
741
859
|
},
|
|
@@ -743,7 +861,7 @@
|
|
|
743
861
|
"type": "structure",
|
|
744
862
|
"members": {
|
|
745
863
|
"job": {
|
|
746
|
-
"shape": "
|
|
864
|
+
"shape": "S2d"
|
|
747
865
|
}
|
|
748
866
|
}
|
|
749
867
|
}
|
|
@@ -780,7 +898,7 @@
|
|
|
780
898
|
"locationName": "resourceArn"
|
|
781
899
|
},
|
|
782
900
|
"tags": {
|
|
783
|
-
"shape": "
|
|
901
|
+
"shape": "S3"
|
|
784
902
|
}
|
|
785
903
|
}
|
|
786
904
|
},
|
|
@@ -807,7 +925,7 @@
|
|
|
807
925
|
"type": "structure",
|
|
808
926
|
"members": {
|
|
809
927
|
"job": {
|
|
810
|
-
"shape": "
|
|
928
|
+
"shape": "S2d"
|
|
811
929
|
}
|
|
812
930
|
}
|
|
813
931
|
}
|
|
@@ -881,7 +999,7 @@
|
|
|
881
999
|
},
|
|
882
1000
|
"launchDisposition": {},
|
|
883
1001
|
"licensing": {
|
|
884
|
-
"shape": "
|
|
1002
|
+
"shape": "S3y"
|
|
885
1003
|
},
|
|
886
1004
|
"name": {},
|
|
887
1005
|
"sourceServerID": {},
|
|
@@ -889,7 +1007,7 @@
|
|
|
889
1007
|
}
|
|
890
1008
|
},
|
|
891
1009
|
"output": {
|
|
892
|
-
"shape": "
|
|
1010
|
+
"shape": "S3w"
|
|
893
1011
|
},
|
|
894
1012
|
"idempotent": true
|
|
895
1013
|
},
|
|
@@ -919,19 +1037,19 @@
|
|
|
919
1037
|
"ebsEncryptionKeyArn": {},
|
|
920
1038
|
"name": {},
|
|
921
1039
|
"pitPolicy": {
|
|
922
|
-
"shape": "
|
|
1040
|
+
"shape": "S1g"
|
|
923
1041
|
},
|
|
924
1042
|
"replicatedDisks": {
|
|
925
|
-
"shape": "
|
|
1043
|
+
"shape": "S43"
|
|
926
1044
|
},
|
|
927
1045
|
"replicationServerInstanceType": {},
|
|
928
1046
|
"replicationServersSecurityGroupsIDs": {
|
|
929
|
-
"shape": "
|
|
1047
|
+
"shape": "S1k"
|
|
930
1048
|
},
|
|
931
1049
|
"sourceServerID": {},
|
|
932
1050
|
"stagingAreaSubnetId": {},
|
|
933
1051
|
"stagingAreaTags": {
|
|
934
|
-
"shape": "
|
|
1052
|
+
"shape": "S3"
|
|
935
1053
|
},
|
|
936
1054
|
"useDedicatedReplicationServer": {
|
|
937
1055
|
"type": "boolean"
|
|
@@ -939,7 +1057,7 @@
|
|
|
939
1057
|
}
|
|
940
1058
|
},
|
|
941
1059
|
"output": {
|
|
942
|
-
"shape": "
|
|
1060
|
+
"shape": "S42"
|
|
943
1061
|
},
|
|
944
1062
|
"idempotent": true
|
|
945
1063
|
},
|
|
@@ -969,16 +1087,16 @@
|
|
|
969
1087
|
"ebsEncryption": {},
|
|
970
1088
|
"ebsEncryptionKeyArn": {},
|
|
971
1089
|
"pitPolicy": {
|
|
972
|
-
"shape": "
|
|
1090
|
+
"shape": "S1g"
|
|
973
1091
|
},
|
|
974
1092
|
"replicationConfigurationTemplateID": {},
|
|
975
1093
|
"replicationServerInstanceType": {},
|
|
976
1094
|
"replicationServersSecurityGroupsIDs": {
|
|
977
|
-
"shape": "
|
|
1095
|
+
"shape": "S1k"
|
|
978
1096
|
},
|
|
979
1097
|
"stagingAreaSubnetId": {},
|
|
980
1098
|
"stagingAreaTags": {
|
|
981
|
-
"shape": "
|
|
1099
|
+
"shape": "S3"
|
|
982
1100
|
},
|
|
983
1101
|
"useDedicatedReplicationServer": {
|
|
984
1102
|
"type": "boolean"
|
|
@@ -986,160 +1104,18 @@
|
|
|
986
1104
|
}
|
|
987
1105
|
},
|
|
988
1106
|
"output": {
|
|
989
|
-
"shape": "
|
|
1107
|
+
"shape": "S1n"
|
|
990
1108
|
}
|
|
991
1109
|
}
|
|
992
1110
|
},
|
|
993
1111
|
"shapes": {
|
|
994
|
-
"
|
|
995
|
-
"type": "list",
|
|
996
|
-
"member": {
|
|
997
|
-
"type": "structure",
|
|
998
|
-
"required": [
|
|
999
|
-
"interval",
|
|
1000
|
-
"retentionDuration",
|
|
1001
|
-
"units"
|
|
1002
|
-
],
|
|
1003
|
-
"members": {
|
|
1004
|
-
"enabled": {
|
|
1005
|
-
"type": "boolean"
|
|
1006
|
-
},
|
|
1007
|
-
"interval": {
|
|
1008
|
-
"type": "integer"
|
|
1009
|
-
},
|
|
1010
|
-
"retentionDuration": {
|
|
1011
|
-
"type": "integer"
|
|
1012
|
-
},
|
|
1013
|
-
"ruleID": {
|
|
1014
|
-
"type": "long"
|
|
1015
|
-
},
|
|
1016
|
-
"units": {}
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
"Sd": {
|
|
1021
|
-
"type": "list",
|
|
1022
|
-
"member": {}
|
|
1023
|
-
},
|
|
1024
|
-
"Sg": {
|
|
1112
|
+
"S3": {
|
|
1025
1113
|
"type": "map",
|
|
1026
1114
|
"key": {},
|
|
1027
1115
|
"value": {},
|
|
1028
1116
|
"sensitive": true
|
|
1029
1117
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"type": "structure",
|
|
1032
|
-
"required": [
|
|
1033
|
-
"replicationConfigurationTemplateID"
|
|
1034
|
-
],
|
|
1035
|
-
"members": {
|
|
1036
|
-
"arn": {},
|
|
1037
|
-
"associateDefaultSecurityGroup": {
|
|
1038
|
-
"type": "boolean"
|
|
1039
|
-
},
|
|
1040
|
-
"bandwidthThrottling": {
|
|
1041
|
-
"type": "long"
|
|
1042
|
-
},
|
|
1043
|
-
"createPublicIP": {
|
|
1044
|
-
"type": "boolean"
|
|
1045
|
-
},
|
|
1046
|
-
"dataPlaneRouting": {},
|
|
1047
|
-
"defaultLargeStagingDiskType": {},
|
|
1048
|
-
"ebsEncryption": {},
|
|
1049
|
-
"ebsEncryptionKeyArn": {},
|
|
1050
|
-
"pitPolicy": {
|
|
1051
|
-
"shape": "S8"
|
|
1052
|
-
},
|
|
1053
|
-
"replicationConfigurationTemplateID": {},
|
|
1054
|
-
"replicationServerInstanceType": {},
|
|
1055
|
-
"replicationServersSecurityGroupsIDs": {
|
|
1056
|
-
"shape": "Sd"
|
|
1057
|
-
},
|
|
1058
|
-
"stagingAreaSubnetId": {},
|
|
1059
|
-
"stagingAreaTags": {
|
|
1060
|
-
"shape": "Sg"
|
|
1061
|
-
},
|
|
1062
|
-
"tags": {
|
|
1063
|
-
"shape": "Sg"
|
|
1064
|
-
},
|
|
1065
|
-
"useDedicatedReplicationServer": {
|
|
1066
|
-
"type": "boolean"
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
"S1a": {
|
|
1071
|
-
"type": "structure",
|
|
1072
|
-
"required": [
|
|
1073
|
-
"jobID"
|
|
1074
|
-
],
|
|
1075
|
-
"members": {
|
|
1076
|
-
"arn": {},
|
|
1077
|
-
"creationDateTime": {},
|
|
1078
|
-
"endDateTime": {},
|
|
1079
|
-
"initiatedBy": {},
|
|
1080
|
-
"jobID": {},
|
|
1081
|
-
"participatingServers": {
|
|
1082
|
-
"type": "list",
|
|
1083
|
-
"member": {
|
|
1084
|
-
"type": "structure",
|
|
1085
|
-
"members": {
|
|
1086
|
-
"launchStatus": {},
|
|
1087
|
-
"recoveryInstanceID": {},
|
|
1088
|
-
"sourceServerID": {}
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
"status": {},
|
|
1093
|
-
"tags": {
|
|
1094
|
-
"shape": "Sg"
|
|
1095
|
-
},
|
|
1096
|
-
"type": {}
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
"S24": {
|
|
1100
|
-
"type": "list",
|
|
1101
|
-
"member": {
|
|
1102
|
-
"type": "structure",
|
|
1103
|
-
"members": {
|
|
1104
|
-
"cores": {
|
|
1105
|
-
"type": "long"
|
|
1106
|
-
},
|
|
1107
|
-
"modelName": {}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
"S29": {
|
|
1112
|
-
"type": "structure",
|
|
1113
|
-
"members": {
|
|
1114
|
-
"awsInstanceID": {},
|
|
1115
|
-
"fqdn": {},
|
|
1116
|
-
"hostname": {},
|
|
1117
|
-
"vmWareUuid": {}
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
"S2a": {
|
|
1121
|
-
"type": "list",
|
|
1122
|
-
"member": {
|
|
1123
|
-
"type": "structure",
|
|
1124
|
-
"members": {
|
|
1125
|
-
"ips": {
|
|
1126
|
-
"type": "list",
|
|
1127
|
-
"member": {}
|
|
1128
|
-
},
|
|
1129
|
-
"isPrimary": {
|
|
1130
|
-
"type": "boolean"
|
|
1131
|
-
},
|
|
1132
|
-
"macAddress": {}
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
"S2d": {
|
|
1137
|
-
"type": "structure",
|
|
1138
|
-
"members": {
|
|
1139
|
-
"fullString": {}
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
"S2w": {
|
|
1118
|
+
"S7": {
|
|
1143
1119
|
"type": "structure",
|
|
1144
1120
|
"members": {
|
|
1145
1121
|
"arn": {},
|
|
@@ -1224,7 +1200,7 @@
|
|
|
1224
1200
|
"type": "structure",
|
|
1225
1201
|
"members": {
|
|
1226
1202
|
"cpus": {
|
|
1227
|
-
"shape": "
|
|
1203
|
+
"shape": "Sw"
|
|
1228
1204
|
},
|
|
1229
1205
|
"disks": {
|
|
1230
1206
|
"type": "list",
|
|
@@ -1239,14 +1215,14 @@
|
|
|
1239
1215
|
}
|
|
1240
1216
|
},
|
|
1241
1217
|
"identificationHints": {
|
|
1242
|
-
"shape": "
|
|
1218
|
+
"shape": "S10"
|
|
1243
1219
|
},
|
|
1244
1220
|
"lastUpdatedDateTime": {},
|
|
1245
1221
|
"networkInterfaces": {
|
|
1246
|
-
"shape": "
|
|
1222
|
+
"shape": "S12"
|
|
1247
1223
|
},
|
|
1248
1224
|
"os": {
|
|
1249
|
-
"shape": "
|
|
1225
|
+
"shape": "S16"
|
|
1250
1226
|
},
|
|
1251
1227
|
"ramBytes": {
|
|
1252
1228
|
"type": "long"
|
|
@@ -1255,12 +1231,163 @@
|
|
|
1255
1231
|
}
|
|
1256
1232
|
},
|
|
1257
1233
|
"sourceServerID": {},
|
|
1234
|
+
"stagingArea": {
|
|
1235
|
+
"type": "structure",
|
|
1236
|
+
"members": {
|
|
1237
|
+
"errorMessage": {},
|
|
1238
|
+
"stagingAccountID": {},
|
|
1239
|
+
"stagingSourceServerArn": {},
|
|
1240
|
+
"status": {}
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
"tags": {
|
|
1244
|
+
"shape": "S3"
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"Sw": {
|
|
1249
|
+
"type": "list",
|
|
1250
|
+
"member": {
|
|
1251
|
+
"type": "structure",
|
|
1252
|
+
"members": {
|
|
1253
|
+
"cores": {
|
|
1254
|
+
"type": "long"
|
|
1255
|
+
},
|
|
1256
|
+
"modelName": {}
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"S10": {
|
|
1261
|
+
"type": "structure",
|
|
1262
|
+
"members": {
|
|
1263
|
+
"awsInstanceID": {},
|
|
1264
|
+
"fqdn": {},
|
|
1265
|
+
"hostname": {},
|
|
1266
|
+
"vmWareUuid": {}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"S12": {
|
|
1270
|
+
"type": "list",
|
|
1271
|
+
"member": {
|
|
1272
|
+
"type": "structure",
|
|
1273
|
+
"members": {
|
|
1274
|
+
"ips": {
|
|
1275
|
+
"type": "list",
|
|
1276
|
+
"member": {}
|
|
1277
|
+
},
|
|
1278
|
+
"isPrimary": {
|
|
1279
|
+
"type": "boolean"
|
|
1280
|
+
},
|
|
1281
|
+
"macAddress": {}
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"S16": {
|
|
1286
|
+
"type": "structure",
|
|
1287
|
+
"members": {
|
|
1288
|
+
"fullString": {}
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"S1g": {
|
|
1292
|
+
"type": "list",
|
|
1293
|
+
"member": {
|
|
1294
|
+
"type": "structure",
|
|
1295
|
+
"required": [
|
|
1296
|
+
"interval",
|
|
1297
|
+
"retentionDuration",
|
|
1298
|
+
"units"
|
|
1299
|
+
],
|
|
1300
|
+
"members": {
|
|
1301
|
+
"enabled": {
|
|
1302
|
+
"type": "boolean"
|
|
1303
|
+
},
|
|
1304
|
+
"interval": {
|
|
1305
|
+
"type": "integer"
|
|
1306
|
+
},
|
|
1307
|
+
"retentionDuration": {
|
|
1308
|
+
"type": "integer"
|
|
1309
|
+
},
|
|
1310
|
+
"ruleID": {
|
|
1311
|
+
"type": "long"
|
|
1312
|
+
},
|
|
1313
|
+
"units": {}
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"S1k": {
|
|
1318
|
+
"type": "list",
|
|
1319
|
+
"member": {}
|
|
1320
|
+
},
|
|
1321
|
+
"S1n": {
|
|
1322
|
+
"type": "structure",
|
|
1323
|
+
"required": [
|
|
1324
|
+
"replicationConfigurationTemplateID"
|
|
1325
|
+
],
|
|
1326
|
+
"members": {
|
|
1327
|
+
"arn": {},
|
|
1328
|
+
"associateDefaultSecurityGroup": {
|
|
1329
|
+
"type": "boolean"
|
|
1330
|
+
},
|
|
1331
|
+
"bandwidthThrottling": {
|
|
1332
|
+
"type": "long"
|
|
1333
|
+
},
|
|
1334
|
+
"createPublicIP": {
|
|
1335
|
+
"type": "boolean"
|
|
1336
|
+
},
|
|
1337
|
+
"dataPlaneRouting": {},
|
|
1338
|
+
"defaultLargeStagingDiskType": {},
|
|
1339
|
+
"ebsEncryption": {},
|
|
1340
|
+
"ebsEncryptionKeyArn": {},
|
|
1341
|
+
"pitPolicy": {
|
|
1342
|
+
"shape": "S1g"
|
|
1343
|
+
},
|
|
1344
|
+
"replicationConfigurationTemplateID": {},
|
|
1345
|
+
"replicationServerInstanceType": {},
|
|
1346
|
+
"replicationServersSecurityGroupsIDs": {
|
|
1347
|
+
"shape": "S1k"
|
|
1348
|
+
},
|
|
1349
|
+
"stagingAreaSubnetId": {},
|
|
1350
|
+
"stagingAreaTags": {
|
|
1351
|
+
"shape": "S3"
|
|
1352
|
+
},
|
|
1258
1353
|
"tags": {
|
|
1259
|
-
"shape": "
|
|
1354
|
+
"shape": "S3"
|
|
1355
|
+
},
|
|
1356
|
+
"useDedicatedReplicationServer": {
|
|
1357
|
+
"type": "boolean"
|
|
1260
1358
|
}
|
|
1261
1359
|
}
|
|
1262
1360
|
},
|
|
1263
|
-
"
|
|
1361
|
+
"S2d": {
|
|
1362
|
+
"type": "structure",
|
|
1363
|
+
"required": [
|
|
1364
|
+
"jobID"
|
|
1365
|
+
],
|
|
1366
|
+
"members": {
|
|
1367
|
+
"arn": {},
|
|
1368
|
+
"creationDateTime": {},
|
|
1369
|
+
"endDateTime": {},
|
|
1370
|
+
"initiatedBy": {},
|
|
1371
|
+
"jobID": {},
|
|
1372
|
+
"participatingServers": {
|
|
1373
|
+
"type": "list",
|
|
1374
|
+
"member": {
|
|
1375
|
+
"type": "structure",
|
|
1376
|
+
"members": {
|
|
1377
|
+
"launchStatus": {},
|
|
1378
|
+
"recoveryInstanceID": {},
|
|
1379
|
+
"sourceServerID": {}
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
"status": {},
|
|
1384
|
+
"tags": {
|
|
1385
|
+
"shape": "S3"
|
|
1386
|
+
},
|
|
1387
|
+
"type": {}
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
"S3w": {
|
|
1264
1391
|
"type": "structure",
|
|
1265
1392
|
"members": {
|
|
1266
1393
|
"copyPrivateIp": {
|
|
@@ -1272,14 +1399,14 @@
|
|
|
1272
1399
|
"ec2LaunchTemplateID": {},
|
|
1273
1400
|
"launchDisposition": {},
|
|
1274
1401
|
"licensing": {
|
|
1275
|
-
"shape": "
|
|
1402
|
+
"shape": "S3y"
|
|
1276
1403
|
},
|
|
1277
1404
|
"name": {},
|
|
1278
1405
|
"sourceServerID": {},
|
|
1279
1406
|
"targetInstanceTypeRightSizingMethod": {}
|
|
1280
1407
|
}
|
|
1281
1408
|
},
|
|
1282
|
-
"
|
|
1409
|
+
"S3y": {
|
|
1283
1410
|
"type": "structure",
|
|
1284
1411
|
"members": {
|
|
1285
1412
|
"osByol": {
|
|
@@ -1287,7 +1414,7 @@
|
|
|
1287
1414
|
}
|
|
1288
1415
|
}
|
|
1289
1416
|
},
|
|
1290
|
-
"
|
|
1417
|
+
"S42": {
|
|
1291
1418
|
"type": "structure",
|
|
1292
1419
|
"members": {
|
|
1293
1420
|
"associateDefaultSecurityGroup": {
|
|
@@ -1305,26 +1432,26 @@
|
|
|
1305
1432
|
"ebsEncryptionKeyArn": {},
|
|
1306
1433
|
"name": {},
|
|
1307
1434
|
"pitPolicy": {
|
|
1308
|
-
"shape": "
|
|
1435
|
+
"shape": "S1g"
|
|
1309
1436
|
},
|
|
1310
1437
|
"replicatedDisks": {
|
|
1311
|
-
"shape": "
|
|
1438
|
+
"shape": "S43"
|
|
1312
1439
|
},
|
|
1313
1440
|
"replicationServerInstanceType": {},
|
|
1314
1441
|
"replicationServersSecurityGroupsIDs": {
|
|
1315
|
-
"shape": "
|
|
1442
|
+
"shape": "S1k"
|
|
1316
1443
|
},
|
|
1317
1444
|
"sourceServerID": {},
|
|
1318
1445
|
"stagingAreaSubnetId": {},
|
|
1319
1446
|
"stagingAreaTags": {
|
|
1320
|
-
"shape": "
|
|
1447
|
+
"shape": "S3"
|
|
1321
1448
|
},
|
|
1322
1449
|
"useDedicatedReplicationServer": {
|
|
1323
1450
|
"type": "boolean"
|
|
1324
1451
|
}
|
|
1325
1452
|
}
|
|
1326
1453
|
},
|
|
1327
|
-
"
|
|
1454
|
+
"S43": {
|
|
1328
1455
|
"type": "list",
|
|
1329
1456
|
"member": {
|
|
1330
1457
|
"type": "structure",
|