cdk-docker-image-deployment 0.0.197 → 0.0.199
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.examples.json +155 -0
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +70 -1
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +130 -103
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +8 -1
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.min.json +234 -32
- package/node_modules/aws-sdk/apis/workdocs-2016-05-01.paginators.json +42 -0
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +88 -11
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
- package/node_modules/aws-sdk/clients/neptune.d.ts +39 -1
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +17 -1
- package/node_modules/aws-sdk/clients/workdocs.d.ts +196 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +1381 -830
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -251,6 +251,38 @@ declare class Mgn extends Service {
|
|
|
251
251
|
* Retrieves all applications or multiple applications by ID.
|
|
252
252
|
*/
|
|
253
253
|
listApplications(callback?: (err: AWSError, data: Mgn.Types.ListApplicationsResponse) => void): Request<Mgn.Types.ListApplicationsResponse, AWSError>;
|
|
254
|
+
/**
|
|
255
|
+
* List export errors.
|
|
256
|
+
*/
|
|
257
|
+
listExportErrors(params: Mgn.Types.ListExportErrorsRequest, callback?: (err: AWSError, data: Mgn.Types.ListExportErrorsResponse) => void): Request<Mgn.Types.ListExportErrorsResponse, AWSError>;
|
|
258
|
+
/**
|
|
259
|
+
* List export errors.
|
|
260
|
+
*/
|
|
261
|
+
listExportErrors(callback?: (err: AWSError, data: Mgn.Types.ListExportErrorsResponse) => void): Request<Mgn.Types.ListExportErrorsResponse, AWSError>;
|
|
262
|
+
/**
|
|
263
|
+
* List exports.
|
|
264
|
+
*/
|
|
265
|
+
listExports(params: Mgn.Types.ListExportsRequest, callback?: (err: AWSError, data: Mgn.Types.ListExportsResponse) => void): Request<Mgn.Types.ListExportsResponse, AWSError>;
|
|
266
|
+
/**
|
|
267
|
+
* List exports.
|
|
268
|
+
*/
|
|
269
|
+
listExports(callback?: (err: AWSError, data: Mgn.Types.ListExportsResponse) => void): Request<Mgn.Types.ListExportsResponse, AWSError>;
|
|
270
|
+
/**
|
|
271
|
+
* List import errors.
|
|
272
|
+
*/
|
|
273
|
+
listImportErrors(params: Mgn.Types.ListImportErrorsRequest, callback?: (err: AWSError, data: Mgn.Types.ListImportErrorsResponse) => void): Request<Mgn.Types.ListImportErrorsResponse, AWSError>;
|
|
274
|
+
/**
|
|
275
|
+
* List import errors.
|
|
276
|
+
*/
|
|
277
|
+
listImportErrors(callback?: (err: AWSError, data: Mgn.Types.ListImportErrorsResponse) => void): Request<Mgn.Types.ListImportErrorsResponse, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
* List imports.
|
|
280
|
+
*/
|
|
281
|
+
listImports(params: Mgn.Types.ListImportsRequest, callback?: (err: AWSError, data: Mgn.Types.ListImportsResponse) => void): Request<Mgn.Types.ListImportsResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* List imports.
|
|
284
|
+
*/
|
|
285
|
+
listImports(callback?: (err: AWSError, data: Mgn.Types.ListImportsResponse) => void): Request<Mgn.Types.ListImportsResponse, AWSError>;
|
|
254
286
|
/**
|
|
255
287
|
* List source server post migration custom actions.
|
|
256
288
|
*/
|
|
@@ -339,6 +371,22 @@ declare class Mgn extends Service {
|
|
|
339
371
|
* Launches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
|
|
340
372
|
*/
|
|
341
373
|
startCutover(callback?: (err: AWSError, data: Mgn.Types.StartCutoverResponse) => void): Request<Mgn.Types.StartCutoverResponse, AWSError>;
|
|
374
|
+
/**
|
|
375
|
+
* Start export.
|
|
376
|
+
*/
|
|
377
|
+
startExport(params: Mgn.Types.StartExportRequest, callback?: (err: AWSError, data: Mgn.Types.StartExportResponse) => void): Request<Mgn.Types.StartExportResponse, AWSError>;
|
|
378
|
+
/**
|
|
379
|
+
* Start export.
|
|
380
|
+
*/
|
|
381
|
+
startExport(callback?: (err: AWSError, data: Mgn.Types.StartExportResponse) => void): Request<Mgn.Types.StartExportResponse, AWSError>;
|
|
382
|
+
/**
|
|
383
|
+
* Start import.
|
|
384
|
+
*/
|
|
385
|
+
startImport(params: Mgn.Types.StartImportRequest, callback?: (err: AWSError, data: Mgn.Types.StartImportResponse) => void): Request<Mgn.Types.StartImportResponse, AWSError>;
|
|
386
|
+
/**
|
|
387
|
+
* Start import.
|
|
388
|
+
*/
|
|
389
|
+
startImport(callback?: (err: AWSError, data: Mgn.Types.StartImportResponse) => void): Request<Mgn.Types.StartImportResponse, AWSError>;
|
|
342
390
|
/**
|
|
343
391
|
* Starts replication for SNAPSHOT_SHIPPING agents.
|
|
344
392
|
*/
|
|
@@ -454,6 +502,9 @@ declare class Mgn extends Service {
|
|
|
454
502
|
}
|
|
455
503
|
declare namespace Mgn {
|
|
456
504
|
export type ARN = string;
|
|
505
|
+
export type AccountID = string;
|
|
506
|
+
export type ActionCategory = "DISASTER_RECOVERY"|"OPERATING_SYSTEM"|"LICENSE_AND_SUBSCRIPTION"|"VALIDATION"|"OBSERVABILITY"|"SECURITY"|"NETWORKING"|"CONFIGURATION"|"BACKUP"|"OTHER"|string;
|
|
507
|
+
export type ActionDescription = string;
|
|
457
508
|
export type ActionID = string;
|
|
458
509
|
export type ActionIDs = ActionID[];
|
|
459
510
|
export type ActionName = string;
|
|
@@ -592,6 +643,7 @@ declare namespace Mgn {
|
|
|
592
643
|
state: ChangeServerLifeCycleStateSourceServerLifecycleState;
|
|
593
644
|
}
|
|
594
645
|
export type ChangeServerLifeCycleStateSourceServerLifecycleState = "READY_FOR_TEST"|"READY_FOR_CUTOVER"|"CUTOVER"|string;
|
|
646
|
+
export type ClientIdempotencyToken = string;
|
|
595
647
|
export type CloudWatchLogGroupName = string;
|
|
596
648
|
export type Cpus = CPU[];
|
|
597
649
|
export interface CreateApplicationRequest {
|
|
@@ -1102,6 +1154,78 @@ declare namespace Mgn {
|
|
|
1102
1154
|
export type EC2InstanceID = string;
|
|
1103
1155
|
export type EC2InstanceType = string;
|
|
1104
1156
|
export type EC2LaunchConfigurationTemplateID = string;
|
|
1157
|
+
export interface ExportErrorData {
|
|
1158
|
+
/**
|
|
1159
|
+
* Export errors data raw error.
|
|
1160
|
+
*/
|
|
1161
|
+
rawError?: LargeBoundedString;
|
|
1162
|
+
}
|
|
1163
|
+
export type ExportErrors = ExportTaskError[];
|
|
1164
|
+
export type ExportID = string;
|
|
1165
|
+
export type ExportStatus = "PENDING"|"STARTED"|"FAILED"|"SUCCEEDED"|string;
|
|
1166
|
+
export interface ExportTask {
|
|
1167
|
+
/**
|
|
1168
|
+
* Export task creation datetime.
|
|
1169
|
+
*/
|
|
1170
|
+
creationDateTime?: ISO8601DatetimeString;
|
|
1171
|
+
/**
|
|
1172
|
+
* Export task end datetime.
|
|
1173
|
+
*/
|
|
1174
|
+
endDateTime?: ISO8601DatetimeString;
|
|
1175
|
+
/**
|
|
1176
|
+
* Export task id.
|
|
1177
|
+
*/
|
|
1178
|
+
exportID?: ExportID;
|
|
1179
|
+
/**
|
|
1180
|
+
* Export task progress percentage.
|
|
1181
|
+
*/
|
|
1182
|
+
progressPercentage?: Float;
|
|
1183
|
+
/**
|
|
1184
|
+
* Export task s3 bucket.
|
|
1185
|
+
*/
|
|
1186
|
+
s3Bucket?: S3BucketName;
|
|
1187
|
+
/**
|
|
1188
|
+
* Export task s3 bucket owner.
|
|
1189
|
+
*/
|
|
1190
|
+
s3BucketOwner?: AccountID;
|
|
1191
|
+
/**
|
|
1192
|
+
* Export task s3 key.
|
|
1193
|
+
*/
|
|
1194
|
+
s3Key?: S3Key;
|
|
1195
|
+
/**
|
|
1196
|
+
* Export task status.
|
|
1197
|
+
*/
|
|
1198
|
+
status?: ExportStatus;
|
|
1199
|
+
/**
|
|
1200
|
+
* Export task summary.
|
|
1201
|
+
*/
|
|
1202
|
+
summary?: ExportTaskSummary;
|
|
1203
|
+
}
|
|
1204
|
+
export interface ExportTaskError {
|
|
1205
|
+
/**
|
|
1206
|
+
* Export task error data.
|
|
1207
|
+
*/
|
|
1208
|
+
errorData?: ExportErrorData;
|
|
1209
|
+
/**
|
|
1210
|
+
* Export task error datetime.
|
|
1211
|
+
*/
|
|
1212
|
+
errorDateTime?: ISO8601DatetimeString;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ExportTaskSummary {
|
|
1215
|
+
/**
|
|
1216
|
+
* Export task summary applications count.
|
|
1217
|
+
*/
|
|
1218
|
+
applicationsCount?: PositiveInteger;
|
|
1219
|
+
/**
|
|
1220
|
+
* Export task summary servers count.
|
|
1221
|
+
*/
|
|
1222
|
+
serversCount?: PositiveInteger;
|
|
1223
|
+
/**
|
|
1224
|
+
* Export task summary waves count.
|
|
1225
|
+
*/
|
|
1226
|
+
wavesCount?: PositiveInteger;
|
|
1227
|
+
}
|
|
1228
|
+
export type ExportsList = ExportTask[];
|
|
1105
1229
|
export interface FinalizeCutoverRequest {
|
|
1106
1230
|
/**
|
|
1107
1231
|
* Request to finalize Cutover by Source Server ID.
|
|
@@ -1109,6 +1233,7 @@ declare namespace Mgn {
|
|
|
1109
1233
|
sourceServerID: SourceServerID;
|
|
1110
1234
|
}
|
|
1111
1235
|
export type FirstBoot = "WAITING"|"SUCCEEDED"|"UNKNOWN"|"STOPPED"|string;
|
|
1236
|
+
export type Float = number;
|
|
1112
1237
|
export interface GetLaunchConfigurationRequest {
|
|
1113
1238
|
/**
|
|
1114
1239
|
* Request to get Launch Configuration information by Source Server ID.
|
|
@@ -1146,11 +1271,132 @@ declare namespace Mgn {
|
|
|
1146
1271
|
*/
|
|
1147
1272
|
vmWareUuid?: BoundedString;
|
|
1148
1273
|
}
|
|
1274
|
+
export interface ImportErrorData {
|
|
1275
|
+
/**
|
|
1276
|
+
* Import error data application ID.
|
|
1277
|
+
*/
|
|
1278
|
+
applicationID?: ApplicationID;
|
|
1279
|
+
/**
|
|
1280
|
+
* Import error data ec2 LaunchTemplate ID.
|
|
1281
|
+
*/
|
|
1282
|
+
ec2LaunchTemplateID?: BoundedString;
|
|
1283
|
+
/**
|
|
1284
|
+
* Import error data raw error.
|
|
1285
|
+
*/
|
|
1286
|
+
rawError?: LargeBoundedString;
|
|
1287
|
+
/**
|
|
1288
|
+
* Import error data row number.
|
|
1289
|
+
*/
|
|
1290
|
+
rowNumber?: PositiveInteger;
|
|
1291
|
+
/**
|
|
1292
|
+
* Import error data source server ID.
|
|
1293
|
+
*/
|
|
1294
|
+
sourceServerID?: SourceServerID;
|
|
1295
|
+
/**
|
|
1296
|
+
* Import error data wave id.
|
|
1297
|
+
*/
|
|
1298
|
+
waveID?: WaveID;
|
|
1299
|
+
}
|
|
1300
|
+
export type ImportErrorType = "VALIDATION_ERROR"|"PROCESSING_ERROR"|string;
|
|
1301
|
+
export type ImportErrors = ImportTaskError[];
|
|
1302
|
+
export type ImportID = string;
|
|
1303
|
+
export type ImportIDsFilter = ImportID[];
|
|
1304
|
+
export type ImportList = ImportTask[];
|
|
1305
|
+
export type ImportStatus = "PENDING"|"STARTED"|"FAILED"|"SUCCEEDED"|string;
|
|
1306
|
+
export interface ImportTask {
|
|
1307
|
+
/**
|
|
1308
|
+
* Import task creation datetime.
|
|
1309
|
+
*/
|
|
1310
|
+
creationDateTime?: ISO8601DatetimeString;
|
|
1311
|
+
/**
|
|
1312
|
+
* Import task end datetime.
|
|
1313
|
+
*/
|
|
1314
|
+
endDateTime?: ISO8601DatetimeString;
|
|
1315
|
+
/**
|
|
1316
|
+
* Import task id.
|
|
1317
|
+
*/
|
|
1318
|
+
importID?: ImportID;
|
|
1319
|
+
/**
|
|
1320
|
+
* Import task progress percentage.
|
|
1321
|
+
*/
|
|
1322
|
+
progressPercentage?: Float;
|
|
1323
|
+
/**
|
|
1324
|
+
* Import task s3 bucket source.
|
|
1325
|
+
*/
|
|
1326
|
+
s3BucketSource?: S3BucketSource;
|
|
1327
|
+
/**
|
|
1328
|
+
* Import task status.
|
|
1329
|
+
*/
|
|
1330
|
+
status?: ImportStatus;
|
|
1331
|
+
/**
|
|
1332
|
+
* Import task summary.
|
|
1333
|
+
*/
|
|
1334
|
+
summary?: ImportTaskSummary;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ImportTaskError {
|
|
1337
|
+
/**
|
|
1338
|
+
* Import task error data.
|
|
1339
|
+
*/
|
|
1340
|
+
errorData?: ImportErrorData;
|
|
1341
|
+
/**
|
|
1342
|
+
* Import task error datetime.
|
|
1343
|
+
*/
|
|
1344
|
+
errorDateTime?: ISO8601DatetimeString;
|
|
1345
|
+
/**
|
|
1346
|
+
* Import task error type.
|
|
1347
|
+
*/
|
|
1348
|
+
errorType?: ImportErrorType;
|
|
1349
|
+
}
|
|
1350
|
+
export interface ImportTaskSummary {
|
|
1351
|
+
/**
|
|
1352
|
+
* Import task summary applications.
|
|
1353
|
+
*/
|
|
1354
|
+
applications?: ImportTaskSummaryApplications;
|
|
1355
|
+
/**
|
|
1356
|
+
* Import task summary servers.
|
|
1357
|
+
*/
|
|
1358
|
+
servers?: ImportTaskSummaryServers;
|
|
1359
|
+
/**
|
|
1360
|
+
* Import task summary waves.
|
|
1361
|
+
*/
|
|
1362
|
+
waves?: ImportTaskSummaryWaves;
|
|
1363
|
+
}
|
|
1364
|
+
export interface ImportTaskSummaryApplications {
|
|
1365
|
+
/**
|
|
1366
|
+
* Import task summary applications created count.
|
|
1367
|
+
*/
|
|
1368
|
+
createdCount?: PositiveInteger;
|
|
1369
|
+
/**
|
|
1370
|
+
* Import task summary applications modified count.
|
|
1371
|
+
*/
|
|
1372
|
+
modifiedCount?: PositiveInteger;
|
|
1373
|
+
}
|
|
1374
|
+
export interface ImportTaskSummaryServers {
|
|
1375
|
+
/**
|
|
1376
|
+
* Import task summary servers created count.
|
|
1377
|
+
*/
|
|
1378
|
+
createdCount?: PositiveInteger;
|
|
1379
|
+
/**
|
|
1380
|
+
* Import task summary servers modified count.
|
|
1381
|
+
*/
|
|
1382
|
+
modifiedCount?: PositiveInteger;
|
|
1383
|
+
}
|
|
1384
|
+
export interface ImportTaskSummaryWaves {
|
|
1385
|
+
/**
|
|
1386
|
+
* Import task summery waves created count.
|
|
1387
|
+
*/
|
|
1388
|
+
createdCount?: PositiveInteger;
|
|
1389
|
+
/**
|
|
1390
|
+
* Import task summery waves modified count.
|
|
1391
|
+
*/
|
|
1392
|
+
modifiedCount?: PositiveInteger;
|
|
1393
|
+
}
|
|
1149
1394
|
export interface InitializeServiceRequest {
|
|
1150
1395
|
}
|
|
1151
1396
|
export interface InitializeServiceResponse {
|
|
1152
1397
|
}
|
|
1153
1398
|
export type InitiatedBy = "START_TEST"|"START_CUTOVER"|"DIAGNOSTIC"|"TERMINATE"|string;
|
|
1399
|
+
export type JmesPathString = string;
|
|
1154
1400
|
export interface Job {
|
|
1155
1401
|
/**
|
|
1156
1402
|
* the ARN of the specific Job.
|
|
@@ -1505,7 +1751,7 @@ declare namespace Mgn {
|
|
|
1505
1751
|
*/
|
|
1506
1752
|
apiCallDateTime?: ISO8601DatetimeString;
|
|
1507
1753
|
}
|
|
1508
|
-
export type LifeCycleState = "STOPPED"|"NOT_READY"|"READY_FOR_TEST"|"TESTING"|"READY_FOR_CUTOVER"|"CUTTING_OVER"|"CUTOVER"|"DISCONNECTED"|"DISCOVERED"|string;
|
|
1754
|
+
export type LifeCycleState = "STOPPED"|"NOT_READY"|"READY_FOR_TEST"|"TESTING"|"READY_FOR_CUTOVER"|"CUTTING_OVER"|"CUTOVER"|"DISCONNECTED"|"DISCOVERED"|"PENDING_INSTALLATION"|string;
|
|
1509
1755
|
export type LifeCycleStates = LifeCycleState[];
|
|
1510
1756
|
export interface ListApplicationsRequest {
|
|
1511
1757
|
/**
|
|
@@ -1545,6 +1791,112 @@ declare namespace Mgn {
|
|
|
1545
1791
|
*/
|
|
1546
1792
|
nextToken?: PaginationToken;
|
|
1547
1793
|
}
|
|
1794
|
+
export interface ListExportErrorsRequest {
|
|
1795
|
+
/**
|
|
1796
|
+
* List export errors request export id.
|
|
1797
|
+
*/
|
|
1798
|
+
exportID: ExportID;
|
|
1799
|
+
/**
|
|
1800
|
+
* List export errors request max results.
|
|
1801
|
+
*/
|
|
1802
|
+
maxResults?: MaxResultsType;
|
|
1803
|
+
/**
|
|
1804
|
+
* List export errors request next token.
|
|
1805
|
+
*/
|
|
1806
|
+
nextToken?: PaginationToken;
|
|
1807
|
+
}
|
|
1808
|
+
export interface ListExportErrorsResponse {
|
|
1809
|
+
/**
|
|
1810
|
+
* List export errors response items.
|
|
1811
|
+
*/
|
|
1812
|
+
items?: ExportErrors;
|
|
1813
|
+
/**
|
|
1814
|
+
* List export errors response next token.
|
|
1815
|
+
*/
|
|
1816
|
+
nextToken?: PaginationToken;
|
|
1817
|
+
}
|
|
1818
|
+
export interface ListExportsRequest {
|
|
1819
|
+
filters?: ListExportsRequestFilters;
|
|
1820
|
+
/**
|
|
1821
|
+
* List export request max results.
|
|
1822
|
+
*/
|
|
1823
|
+
maxResults?: MaxResultsType;
|
|
1824
|
+
/**
|
|
1825
|
+
* List export request next token.
|
|
1826
|
+
*/
|
|
1827
|
+
nextToken?: PaginationToken;
|
|
1828
|
+
}
|
|
1829
|
+
export interface ListExportsRequestFilters {
|
|
1830
|
+
/**
|
|
1831
|
+
* List exports request filters export ids.
|
|
1832
|
+
*/
|
|
1833
|
+
exportIDs?: ListExportsRequestFiltersExportIDs;
|
|
1834
|
+
}
|
|
1835
|
+
export type ListExportsRequestFiltersExportIDs = ExportID[];
|
|
1836
|
+
export interface ListExportsResponse {
|
|
1837
|
+
/**
|
|
1838
|
+
* List export response items.
|
|
1839
|
+
*/
|
|
1840
|
+
items?: ExportsList;
|
|
1841
|
+
/**
|
|
1842
|
+
* List export response next token.
|
|
1843
|
+
*/
|
|
1844
|
+
nextToken?: PaginationToken;
|
|
1845
|
+
}
|
|
1846
|
+
export interface ListImportErrorsRequest {
|
|
1847
|
+
/**
|
|
1848
|
+
* List import errors request import id.
|
|
1849
|
+
*/
|
|
1850
|
+
importID: ImportID;
|
|
1851
|
+
/**
|
|
1852
|
+
* List import errors request max results.
|
|
1853
|
+
*/
|
|
1854
|
+
maxResults?: MaxResultsType;
|
|
1855
|
+
/**
|
|
1856
|
+
* List import errors request next token.
|
|
1857
|
+
*/
|
|
1858
|
+
nextToken?: PaginationToken;
|
|
1859
|
+
}
|
|
1860
|
+
export interface ListImportErrorsResponse {
|
|
1861
|
+
/**
|
|
1862
|
+
* List imports errors response items.
|
|
1863
|
+
*/
|
|
1864
|
+
items?: ImportErrors;
|
|
1865
|
+
/**
|
|
1866
|
+
* List imports errors response next token.
|
|
1867
|
+
*/
|
|
1868
|
+
nextToken?: PaginationToken;
|
|
1869
|
+
}
|
|
1870
|
+
export interface ListImportsRequest {
|
|
1871
|
+
/**
|
|
1872
|
+
* List imports request filters.
|
|
1873
|
+
*/
|
|
1874
|
+
filters?: ListImportsRequestFilters;
|
|
1875
|
+
/**
|
|
1876
|
+
* List imports request max results.
|
|
1877
|
+
*/
|
|
1878
|
+
maxResults?: MaxResultsType;
|
|
1879
|
+
/**
|
|
1880
|
+
* List imports request next token.
|
|
1881
|
+
*/
|
|
1882
|
+
nextToken?: PaginationToken;
|
|
1883
|
+
}
|
|
1884
|
+
export interface ListImportsRequestFilters {
|
|
1885
|
+
/**
|
|
1886
|
+
* List imports request filters import IDs.
|
|
1887
|
+
*/
|
|
1888
|
+
importIDs?: ImportIDsFilter;
|
|
1889
|
+
}
|
|
1890
|
+
export interface ListImportsResponse {
|
|
1891
|
+
/**
|
|
1892
|
+
* List import response items.
|
|
1893
|
+
*/
|
|
1894
|
+
items?: ImportList;
|
|
1895
|
+
/**
|
|
1896
|
+
* List import response next token.
|
|
1897
|
+
*/
|
|
1898
|
+
nextToken?: PaginationToken;
|
|
1899
|
+
}
|
|
1548
1900
|
export interface ListSourceServerActionsRequest {
|
|
1549
1901
|
/**
|
|
1550
1902
|
* Filters to apply when listing source server post migration custom actions.
|
|
@@ -1746,6 +2098,14 @@ declare namespace Mgn {
|
|
|
1746
2098
|
* Source server post migration custom action active status.
|
|
1747
2099
|
*/
|
|
1748
2100
|
active?: Boolean;
|
|
2101
|
+
/**
|
|
2102
|
+
* Source server post migration custom action category.
|
|
2103
|
+
*/
|
|
2104
|
+
category?: ActionCategory;
|
|
2105
|
+
/**
|
|
2106
|
+
* Source server post migration custom action description.
|
|
2107
|
+
*/
|
|
2108
|
+
description?: ActionDescription;
|
|
1749
2109
|
/**
|
|
1750
2110
|
* Source server post migration custom action document identifier.
|
|
1751
2111
|
*/
|
|
@@ -1754,6 +2114,10 @@ declare namespace Mgn {
|
|
|
1754
2114
|
* Source server post migration custom action document version.
|
|
1755
2115
|
*/
|
|
1756
2116
|
documentVersion?: DocumentVersion;
|
|
2117
|
+
/**
|
|
2118
|
+
* Source server post migration custom action external parameters.
|
|
2119
|
+
*/
|
|
2120
|
+
externalParameters?: SsmDocumentExternalParameters;
|
|
1757
2121
|
/**
|
|
1758
2122
|
* Source server post migration custom action must succeed for cutover.
|
|
1759
2123
|
*/
|
|
@@ -1788,6 +2152,14 @@ declare namespace Mgn {
|
|
|
1788
2152
|
* Template post migration custom action active status.
|
|
1789
2153
|
*/
|
|
1790
2154
|
active?: Boolean;
|
|
2155
|
+
/**
|
|
2156
|
+
* Template post migration custom action category.
|
|
2157
|
+
*/
|
|
2158
|
+
category?: ActionCategory;
|
|
2159
|
+
/**
|
|
2160
|
+
* Template post migration custom action description.
|
|
2161
|
+
*/
|
|
2162
|
+
description?: ActionDescription;
|
|
1791
2163
|
/**
|
|
1792
2164
|
* Template post migration custom action document identifier.
|
|
1793
2165
|
*/
|
|
@@ -1796,6 +2168,10 @@ declare namespace Mgn {
|
|
|
1796
2168
|
* Template post migration custom action document version.
|
|
1797
2169
|
*/
|
|
1798
2170
|
documentVersion?: DocumentVersion;
|
|
2171
|
+
/**
|
|
2172
|
+
* Template post migration custom action external parameters.
|
|
2173
|
+
*/
|
|
2174
|
+
externalParameters?: SsmDocumentExternalParameters;
|
|
1799
2175
|
/**
|
|
1800
2176
|
* Launch configuration template ID.
|
|
1801
2177
|
*/
|
|
@@ -2008,6 +2384,22 @@ declare namespace Mgn {
|
|
|
2008
2384
|
*/
|
|
2009
2385
|
sourceServerID: SourceServerID;
|
|
2010
2386
|
}
|
|
2387
|
+
export type S3BucketName = string;
|
|
2388
|
+
export interface S3BucketSource {
|
|
2389
|
+
/**
|
|
2390
|
+
* S3 bucket source s3 bucket.
|
|
2391
|
+
*/
|
|
2392
|
+
s3Bucket: S3BucketName;
|
|
2393
|
+
/**
|
|
2394
|
+
* S3 bucket source s3 bucket owner.
|
|
2395
|
+
*/
|
|
2396
|
+
s3BucketOwner?: AccountID;
|
|
2397
|
+
/**
|
|
2398
|
+
* S3 bucket source s3 key.
|
|
2399
|
+
*/
|
|
2400
|
+
s3Key: S3Key;
|
|
2401
|
+
}
|
|
2402
|
+
export type S3Key = string;
|
|
2011
2403
|
export type S3LogBucketName = string;
|
|
2012
2404
|
export type SecurityGroupID = string;
|
|
2013
2405
|
export type SmallBoundedString = string;
|
|
@@ -2058,6 +2450,10 @@ declare namespace Mgn {
|
|
|
2058
2450
|
* Source server data replication info.
|
|
2059
2451
|
*/
|
|
2060
2452
|
dataReplicationInfo?: DataReplicationInfo;
|
|
2453
|
+
/**
|
|
2454
|
+
* Source server fqdn for action framework.
|
|
2455
|
+
*/
|
|
2456
|
+
fqdnForActionFramework?: BoundedString;
|
|
2061
2457
|
/**
|
|
2062
2458
|
* Source server archived status.
|
|
2063
2459
|
*/
|
|
@@ -2086,6 +2482,10 @@ declare namespace Mgn {
|
|
|
2086
2482
|
* Source server Tags.
|
|
2087
2483
|
*/
|
|
2088
2484
|
tags?: TagsMap;
|
|
2485
|
+
/**
|
|
2486
|
+
* Source server user provided ID.
|
|
2487
|
+
*/
|
|
2488
|
+
userProvidedID?: BoundedString;
|
|
2089
2489
|
/**
|
|
2090
2490
|
* Source server vCenter client id.
|
|
2091
2491
|
*/
|
|
@@ -2104,6 +2504,14 @@ declare namespace Mgn {
|
|
|
2104
2504
|
* Source server post migration custom action active status.
|
|
2105
2505
|
*/
|
|
2106
2506
|
active?: Boolean;
|
|
2507
|
+
/**
|
|
2508
|
+
* Source server post migration custom action category.
|
|
2509
|
+
*/
|
|
2510
|
+
category?: ActionCategory;
|
|
2511
|
+
/**
|
|
2512
|
+
* Source server post migration custom action description.
|
|
2513
|
+
*/
|
|
2514
|
+
description?: ActionDescription;
|
|
2107
2515
|
/**
|
|
2108
2516
|
* Source server post migration custom action document identifier.
|
|
2109
2517
|
*/
|
|
@@ -2112,6 +2520,10 @@ declare namespace Mgn {
|
|
|
2112
2520
|
* Source server post migration custom action document version.
|
|
2113
2521
|
*/
|
|
2114
2522
|
documentVersion?: DocumentVersion;
|
|
2523
|
+
/**
|
|
2524
|
+
* Source server post migration custom action external parameters.
|
|
2525
|
+
*/
|
|
2526
|
+
externalParameters?: SsmDocumentExternalParameters;
|
|
2115
2527
|
/**
|
|
2116
2528
|
* Source server post migration custom action must succeed for cutover.
|
|
2117
2529
|
*/
|
|
@@ -2143,6 +2555,10 @@ declare namespace Mgn {
|
|
|
2143
2555
|
* User-friendly name for the AWS Systems Manager Document.
|
|
2144
2556
|
*/
|
|
2145
2557
|
actionName: BoundedString;
|
|
2558
|
+
/**
|
|
2559
|
+
* AWS Systems Manager Document external parameters.
|
|
2560
|
+
*/
|
|
2561
|
+
externalParameters?: SsmDocumentExternalParameters;
|
|
2146
2562
|
/**
|
|
2147
2563
|
* If true, Cutover will not be enabled if the document has failed.
|
|
2148
2564
|
*/
|
|
@@ -2160,11 +2576,18 @@ declare namespace Mgn {
|
|
|
2160
2576
|
*/
|
|
2161
2577
|
timeoutSeconds?: StrictlyPositiveInteger;
|
|
2162
2578
|
}
|
|
2579
|
+
export type SsmDocumentExternalParameters = {[key: string]: SsmExternalParameter};
|
|
2163
2580
|
export type SsmDocumentName = string;
|
|
2164
2581
|
export type SsmDocumentParameterName = string;
|
|
2165
2582
|
export type SsmDocumentParameters = {[key: string]: SsmParameterStoreParameters};
|
|
2166
2583
|
export type SsmDocumentType = "AUTOMATION"|"COMMAND"|string;
|
|
2167
2584
|
export type SsmDocuments = SsmDocument[];
|
|
2585
|
+
export interface SsmExternalParameter {
|
|
2586
|
+
/**
|
|
2587
|
+
* AWS Systems Manager Document external parameters dynamic path.
|
|
2588
|
+
*/
|
|
2589
|
+
dynamicPath?: JmesPathString;
|
|
2590
|
+
}
|
|
2168
2591
|
export interface SsmParameterStoreParameter {
|
|
2169
2592
|
/**
|
|
2170
2593
|
* AWS Systems Manager Parameter Store parameter name.
|
|
@@ -2195,6 +2618,42 @@ declare namespace Mgn {
|
|
|
2195
2618
|
*/
|
|
2196
2619
|
job?: Job;
|
|
2197
2620
|
}
|
|
2621
|
+
export interface StartExportRequest {
|
|
2622
|
+
/**
|
|
2623
|
+
* Start export request s3 bucket.
|
|
2624
|
+
*/
|
|
2625
|
+
s3Bucket: S3BucketName;
|
|
2626
|
+
/**
|
|
2627
|
+
* Start export request s3 bucket owner.
|
|
2628
|
+
*/
|
|
2629
|
+
s3BucketOwner?: AccountID;
|
|
2630
|
+
/**
|
|
2631
|
+
* Start export request s3key.
|
|
2632
|
+
*/
|
|
2633
|
+
s3Key: S3Key;
|
|
2634
|
+
}
|
|
2635
|
+
export interface StartExportResponse {
|
|
2636
|
+
/**
|
|
2637
|
+
* Start export response export task.
|
|
2638
|
+
*/
|
|
2639
|
+
exportTask?: ExportTask;
|
|
2640
|
+
}
|
|
2641
|
+
export interface StartImportRequest {
|
|
2642
|
+
/**
|
|
2643
|
+
* Start import request client token.
|
|
2644
|
+
*/
|
|
2645
|
+
clientToken?: ClientIdempotencyToken;
|
|
2646
|
+
/**
|
|
2647
|
+
* Start import request s3 bucket source.
|
|
2648
|
+
*/
|
|
2649
|
+
s3BucketSource: S3BucketSource;
|
|
2650
|
+
}
|
|
2651
|
+
export interface StartImportResponse {
|
|
2652
|
+
/**
|
|
2653
|
+
* Start import response import task.
|
|
2654
|
+
*/
|
|
2655
|
+
importTask?: ImportTask;
|
|
2656
|
+
}
|
|
2198
2657
|
export interface StartReplicationRequest {
|
|
2199
2658
|
/**
|
|
2200
2659
|
* ID of source server on which to start replication.
|
|
@@ -2248,6 +2707,14 @@ declare namespace Mgn {
|
|
|
2248
2707
|
* Template post migration custom action active status.
|
|
2249
2708
|
*/
|
|
2250
2709
|
active?: Boolean;
|
|
2710
|
+
/**
|
|
2711
|
+
* Template post migration custom action category.
|
|
2712
|
+
*/
|
|
2713
|
+
category?: ActionCategory;
|
|
2714
|
+
/**
|
|
2715
|
+
* Template post migration custom action description.
|
|
2716
|
+
*/
|
|
2717
|
+
description?: ActionDescription;
|
|
2251
2718
|
/**
|
|
2252
2719
|
* Template post migration custom action document identifier.
|
|
2253
2720
|
*/
|
|
@@ -2256,6 +2723,10 @@ declare namespace Mgn {
|
|
|
2256
2723
|
* Template post migration custom action document version.
|
|
2257
2724
|
*/
|
|
2258
2725
|
documentVersion?: DocumentVersion;
|
|
2726
|
+
/**
|
|
2727
|
+
* Template post migration custom action external parameters.
|
|
2728
|
+
*/
|
|
2729
|
+
externalParameters?: SsmDocumentExternalParameters;
|
|
2259
2730
|
/**
|
|
2260
2731
|
* Template post migration custom action must succeed for cutover.
|
|
2261
2732
|
*/
|
|
@@ -668,6 +668,36 @@ declare namespace Neptune {
|
|
|
668
668
|
*/
|
|
669
669
|
DisableLogTypes?: LogTypeList;
|
|
670
670
|
}
|
|
671
|
+
export interface ClusterPendingModifiedValues {
|
|
672
|
+
/**
|
|
673
|
+
* This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
|
|
674
|
+
*/
|
|
675
|
+
PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
|
|
676
|
+
/**
|
|
677
|
+
* The DBClusterIdentifier value for the DB cluster.
|
|
678
|
+
*/
|
|
679
|
+
DBClusterIdentifier?: String;
|
|
680
|
+
/**
|
|
681
|
+
* A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
682
|
+
*/
|
|
683
|
+
IAMDatabaseAuthenticationEnabled?: BooleanOptional;
|
|
684
|
+
/**
|
|
685
|
+
* The database engine version.
|
|
686
|
+
*/
|
|
687
|
+
EngineVersion?: String;
|
|
688
|
+
/**
|
|
689
|
+
* The number of days for which automatic DB snapshots are retained.
|
|
690
|
+
*/
|
|
691
|
+
BackupRetentionPeriod?: IntegerOptional;
|
|
692
|
+
/**
|
|
693
|
+
* The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
|
|
694
|
+
*/
|
|
695
|
+
AllocatedStorage?: IntegerOptional;
|
|
696
|
+
/**
|
|
697
|
+
* The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
|
|
698
|
+
*/
|
|
699
|
+
Iops?: IntegerOptional;
|
|
700
|
+
}
|
|
671
701
|
export interface CopyDBClusterParameterGroupMessage {
|
|
672
702
|
/**
|
|
673
703
|
* The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN). Constraints: Must specify a valid DB cluster parameter group. If the source DB cluster parameter group is in the same Amazon Region as the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group, or a valid ARN. If the source DB parameter group is in a different Amazon Region than the copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1.
|
|
@@ -1059,7 +1089,7 @@ declare namespace Neptune {
|
|
|
1059
1089
|
/**
|
|
1060
1090
|
* The identifier of the DB cluster that the instance will belong to. For information on creating a DB cluster, see CreateDBCluster. Type: String
|
|
1061
1091
|
*/
|
|
1062
|
-
DBClusterIdentifier
|
|
1092
|
+
DBClusterIdentifier: String;
|
|
1063
1093
|
/**
|
|
1064
1094
|
* Specifies the storage type to be associated with the DB instance. Not applicable. Storage is managed by the DB Cluster.
|
|
1065
1095
|
*/
|
|
@@ -1385,6 +1415,10 @@ declare namespace Neptune {
|
|
|
1385
1415
|
* A list of log types that this DB cluster is configured to export to CloudWatch Logs.
|
|
1386
1416
|
*/
|
|
1387
1417
|
EnabledCloudwatchLogsExports?: LogTypeList;
|
|
1418
|
+
/**
|
|
1419
|
+
* This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.
|
|
1420
|
+
*/
|
|
1421
|
+
PendingModifiedValues?: ClusterPendingModifiedValues;
|
|
1388
1422
|
/**
|
|
1389
1423
|
* Indicates whether or not the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled.
|
|
1390
1424
|
*/
|
|
@@ -1398,6 +1432,10 @@ declare namespace Neptune {
|
|
|
1398
1432
|
*/
|
|
1399
1433
|
AutomaticRestartTime?: TStamp;
|
|
1400
1434
|
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo;
|
|
1435
|
+
/**
|
|
1436
|
+
* Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database.
|
|
1437
|
+
*/
|
|
1438
|
+
GlobalClusterIdentifier?: GlobalClusterIdentifier;
|
|
1401
1439
|
}
|
|
1402
1440
|
export interface DBClusterEndpoint {
|
|
1403
1441
|
/**
|