@aws-sdk/client-arc-region-switch 3.955.0 → 3.957.0
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/dist-cjs/index.js +122 -10
- package/dist-es/models/enums.js +14 -0
- package/dist-es/schemas/schemas_0.js +97 -10
- package/dist-types/commands/CreatePlanCommand.d.ts +76 -4
- package/dist-types/commands/GetPlanCommand.d.ts +38 -2
- package/dist-types/commands/GetPlanExecutionCommand.d.ts +52 -2
- package/dist-types/commands/GetPlanInRegionCommand.d.ts +38 -2
- package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePlanCommand.d.ts +76 -4
- package/dist-types/models/enums.d.ts +38 -0
- package/dist-types/models/models_0.d.ts +252 -2
- package/dist-types/schemas/schemas_0.d.ts +11 -2
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +107 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +11 -1
- package/package.json +35 -35
|
@@ -238,8 +238,21 @@ declare const CreatePlanCommand_base: {
|
|
|
238
238
|
* },
|
|
239
239
|
* ],
|
|
240
240
|
* },
|
|
241
|
+
* documentDbConfig: { // DocumentDbConfiguration
|
|
242
|
+
* timeoutMinutes: Number("int"),
|
|
243
|
+
* crossAccountRole: "STRING_VALUE",
|
|
244
|
+
* externalId: "STRING_VALUE",
|
|
245
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
246
|
+
* ungraceful: { // DocumentDbUngraceful
|
|
247
|
+
* ungraceful: "failover",
|
|
248
|
+
* },
|
|
249
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
250
|
+
* databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
251
|
+
* "STRING_VALUE",
|
|
252
|
+
* ],
|
|
253
|
+
* },
|
|
241
254
|
* },
|
|
242
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
255
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
243
256
|
* },
|
|
244
257
|
* ],
|
|
245
258
|
* },
|
|
@@ -307,8 +320,21 @@ declare const CreatePlanCommand_base: {
|
|
|
307
320
|
* },
|
|
308
321
|
* ],
|
|
309
322
|
* },
|
|
323
|
+
* documentDbConfig: {
|
|
324
|
+
* timeoutMinutes: Number("int"),
|
|
325
|
+
* crossAccountRole: "STRING_VALUE",
|
|
326
|
+
* externalId: "STRING_VALUE",
|
|
327
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
328
|
+
* ungraceful: {
|
|
329
|
+
* ungraceful: "failover",
|
|
330
|
+
* },
|
|
331
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
332
|
+
* databaseClusterArns: [ // required
|
|
333
|
+
* "STRING_VALUE",
|
|
334
|
+
* ],
|
|
335
|
+
* },
|
|
310
336
|
* },
|
|
311
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
337
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
312
338
|
* },
|
|
313
339
|
* ],
|
|
314
340
|
* workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -340,6 +366,16 @@ declare const CreatePlanCommand_base: {
|
|
|
340
366
|
* minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
341
367
|
* },
|
|
342
368
|
* ],
|
|
369
|
+
* reportConfiguration: { // ReportConfiguration
|
|
370
|
+
* reportOutput: [ // ReportOutputList
|
|
371
|
+
* { // ReportOutputConfiguration Union: only one key present
|
|
372
|
+
* s3Configuration: { // S3ReportOutputConfiguration
|
|
373
|
+
* bucketPath: "STRING_VALUE",
|
|
374
|
+
* bucketOwner: "STRING_VALUE",
|
|
375
|
+
* },
|
|
376
|
+
* },
|
|
377
|
+
* ],
|
|
378
|
+
* },
|
|
343
379
|
* name: "STRING_VALUE", // required
|
|
344
380
|
* regions: [ // RegionList // required
|
|
345
381
|
* "STRING_VALUE",
|
|
@@ -556,8 +592,21 @@ declare const CreatePlanCommand_base: {
|
|
|
556
592
|
* // },
|
|
557
593
|
* // ],
|
|
558
594
|
* // },
|
|
595
|
+
* // documentDbConfig: { // DocumentDbConfiguration
|
|
596
|
+
* // timeoutMinutes: Number("int"),
|
|
597
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
598
|
+
* // externalId: "STRING_VALUE",
|
|
599
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
600
|
+
* // ungraceful: { // DocumentDbUngraceful
|
|
601
|
+
* // ungraceful: "failover",
|
|
602
|
+
* // },
|
|
603
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
604
|
+
* // databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
605
|
+
* // "STRING_VALUE",
|
|
606
|
+
* // ],
|
|
607
|
+
* // },
|
|
559
608
|
* // },
|
|
560
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
609
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
561
610
|
* // },
|
|
562
611
|
* // ],
|
|
563
612
|
* // },
|
|
@@ -625,8 +674,21 @@ declare const CreatePlanCommand_base: {
|
|
|
625
674
|
* // },
|
|
626
675
|
* // ],
|
|
627
676
|
* // },
|
|
677
|
+
* // documentDbConfig: {
|
|
678
|
+
* // timeoutMinutes: Number("int"),
|
|
679
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
680
|
+
* // externalId: "STRING_VALUE",
|
|
681
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
682
|
+
* // ungraceful: {
|
|
683
|
+
* // ungraceful: "failover",
|
|
684
|
+
* // },
|
|
685
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
686
|
+
* // databaseClusterArns: [ // required
|
|
687
|
+
* // "STRING_VALUE",
|
|
688
|
+
* // ],
|
|
689
|
+
* // },
|
|
628
690
|
* // },
|
|
629
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
691
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
630
692
|
* // },
|
|
631
693
|
* // ],
|
|
632
694
|
* // workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -658,6 +720,16 @@ declare const CreatePlanCommand_base: {
|
|
|
658
720
|
* // minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
659
721
|
* // },
|
|
660
722
|
* // ],
|
|
723
|
+
* // reportConfiguration: { // ReportConfiguration
|
|
724
|
+
* // reportOutput: [ // ReportOutputList
|
|
725
|
+
* // { // ReportOutputConfiguration Union: only one key present
|
|
726
|
+
* // s3Configuration: { // S3ReportOutputConfiguration
|
|
727
|
+
* // bucketPath: "STRING_VALUE",
|
|
728
|
+
* // bucketOwner: "STRING_VALUE",
|
|
729
|
+
* // },
|
|
730
|
+
* // },
|
|
731
|
+
* // ],
|
|
732
|
+
* // },
|
|
661
733
|
* // name: "STRING_VALUE", // required
|
|
662
734
|
* // regions: [ // RegionList // required
|
|
663
735
|
* // "STRING_VALUE",
|
|
@@ -245,8 +245,21 @@ declare const GetPlanCommand_base: {
|
|
|
245
245
|
* // },
|
|
246
246
|
* // ],
|
|
247
247
|
* // },
|
|
248
|
+
* // documentDbConfig: { // DocumentDbConfiguration
|
|
249
|
+
* // timeoutMinutes: Number("int"),
|
|
250
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
251
|
+
* // externalId: "STRING_VALUE",
|
|
252
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
253
|
+
* // ungraceful: { // DocumentDbUngraceful
|
|
254
|
+
* // ungraceful: "failover",
|
|
255
|
+
* // },
|
|
256
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
257
|
+
* // databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
258
|
+
* // "STRING_VALUE",
|
|
259
|
+
* // ],
|
|
260
|
+
* // },
|
|
248
261
|
* // },
|
|
249
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
262
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
250
263
|
* // },
|
|
251
264
|
* // ],
|
|
252
265
|
* // },
|
|
@@ -314,8 +327,21 @@ declare const GetPlanCommand_base: {
|
|
|
314
327
|
* // },
|
|
315
328
|
* // ],
|
|
316
329
|
* // },
|
|
330
|
+
* // documentDbConfig: {
|
|
331
|
+
* // timeoutMinutes: Number("int"),
|
|
332
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
333
|
+
* // externalId: "STRING_VALUE",
|
|
334
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
335
|
+
* // ungraceful: {
|
|
336
|
+
* // ungraceful: "failover",
|
|
337
|
+
* // },
|
|
338
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
339
|
+
* // databaseClusterArns: [ // required
|
|
340
|
+
* // "STRING_VALUE",
|
|
341
|
+
* // ],
|
|
342
|
+
* // },
|
|
317
343
|
* // },
|
|
318
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
344
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
319
345
|
* // },
|
|
320
346
|
* // ],
|
|
321
347
|
* // workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -347,6 +373,16 @@ declare const GetPlanCommand_base: {
|
|
|
347
373
|
* // minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
348
374
|
* // },
|
|
349
375
|
* // ],
|
|
376
|
+
* // reportConfiguration: { // ReportConfiguration
|
|
377
|
+
* // reportOutput: [ // ReportOutputList
|
|
378
|
+
* // { // ReportOutputConfiguration Union: only one key present
|
|
379
|
+
* // s3Configuration: { // S3ReportOutputConfiguration
|
|
380
|
+
* // bucketPath: "STRING_VALUE",
|
|
381
|
+
* // bucketOwner: "STRING_VALUE",
|
|
382
|
+
* // },
|
|
383
|
+
* // },
|
|
384
|
+
* // ],
|
|
385
|
+
* // },
|
|
350
386
|
* // name: "STRING_VALUE", // required
|
|
351
387
|
* // regions: [ // RegionList // required
|
|
352
388
|
* // "STRING_VALUE",
|
|
@@ -268,8 +268,21 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
268
268
|
* // },
|
|
269
269
|
* // ],
|
|
270
270
|
* // },
|
|
271
|
+
* // documentDbConfig: { // DocumentDbConfiguration
|
|
272
|
+
* // timeoutMinutes: Number("int"),
|
|
273
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
274
|
+
* // externalId: "STRING_VALUE",
|
|
275
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
276
|
+
* // ungraceful: { // DocumentDbUngraceful
|
|
277
|
+
* // ungraceful: "failover",
|
|
278
|
+
* // },
|
|
279
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
280
|
+
* // databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
281
|
+
* // "STRING_VALUE",
|
|
282
|
+
* // ],
|
|
283
|
+
* // },
|
|
271
284
|
* // },
|
|
272
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
285
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
273
286
|
* // },
|
|
274
287
|
* // ],
|
|
275
288
|
* // },
|
|
@@ -337,8 +350,21 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
337
350
|
* // },
|
|
338
351
|
* // ],
|
|
339
352
|
* // },
|
|
353
|
+
* // documentDbConfig: {
|
|
354
|
+
* // timeoutMinutes: Number("int"),
|
|
355
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
356
|
+
* // externalId: "STRING_VALUE",
|
|
357
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
358
|
+
* // ungraceful: {
|
|
359
|
+
* // ungraceful: "failover",
|
|
360
|
+
* // },
|
|
361
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
362
|
+
* // databaseClusterArns: [ // required
|
|
363
|
+
* // "STRING_VALUE",
|
|
364
|
+
* // ],
|
|
365
|
+
* // },
|
|
340
366
|
* // },
|
|
341
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
367
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
342
368
|
* // },
|
|
343
369
|
* // ],
|
|
344
370
|
* // workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -370,6 +396,16 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
370
396
|
* // minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
371
397
|
* // },
|
|
372
398
|
* // ],
|
|
399
|
+
* // reportConfiguration: { // ReportConfiguration
|
|
400
|
+
* // reportOutput: [ // ReportOutputList
|
|
401
|
+
* // { // ReportOutputConfiguration Union: only one key present
|
|
402
|
+
* // s3Configuration: { // S3ReportOutputConfiguration
|
|
403
|
+
* // bucketPath: "STRING_VALUE",
|
|
404
|
+
* // bucketOwner: "STRING_VALUE",
|
|
405
|
+
* // },
|
|
406
|
+
* // },
|
|
407
|
+
* // ],
|
|
408
|
+
* // },
|
|
373
409
|
* // name: "STRING_VALUE", // required
|
|
374
410
|
* // regions: [ // RegionList // required
|
|
375
411
|
* // "STRING_VALUE",
|
|
@@ -381,6 +417,20 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
381
417
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
382
418
|
* // },
|
|
383
419
|
* // actualRecoveryTime: "STRING_VALUE",
|
|
420
|
+
* // generatedReportDetails: [ // GeneratedReportDetails
|
|
421
|
+
* // { // GeneratedReport
|
|
422
|
+
* // reportGenerationTime: new Date("TIMESTAMP"),
|
|
423
|
+
* // reportOutput: { // ReportOutput Union: only one key present
|
|
424
|
+
* // s3ReportOutput: { // S3ReportOutput
|
|
425
|
+
* // s3ObjectKey: "STRING_VALUE",
|
|
426
|
+
* // },
|
|
427
|
+
* // failedReportOutput: { // FailedReportOutput
|
|
428
|
+
* // errorCode: "insufficientPermissions" || "invalidResource" || "configurationError",
|
|
429
|
+
* // errorMessage: "STRING_VALUE",
|
|
430
|
+
* // },
|
|
431
|
+
* // },
|
|
432
|
+
* // },
|
|
433
|
+
* // ],
|
|
384
434
|
* // nextToken: "STRING_VALUE",
|
|
385
435
|
* // };
|
|
386
436
|
*
|
|
@@ -245,8 +245,21 @@ declare const GetPlanInRegionCommand_base: {
|
|
|
245
245
|
* // },
|
|
246
246
|
* // ],
|
|
247
247
|
* // },
|
|
248
|
+
* // documentDbConfig: { // DocumentDbConfiguration
|
|
249
|
+
* // timeoutMinutes: Number("int"),
|
|
250
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
251
|
+
* // externalId: "STRING_VALUE",
|
|
252
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
253
|
+
* // ungraceful: { // DocumentDbUngraceful
|
|
254
|
+
* // ungraceful: "failover",
|
|
255
|
+
* // },
|
|
256
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
257
|
+
* // databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
258
|
+
* // "STRING_VALUE",
|
|
259
|
+
* // ],
|
|
260
|
+
* // },
|
|
248
261
|
* // },
|
|
249
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
262
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
250
263
|
* // },
|
|
251
264
|
* // ],
|
|
252
265
|
* // },
|
|
@@ -314,8 +327,21 @@ declare const GetPlanInRegionCommand_base: {
|
|
|
314
327
|
* // },
|
|
315
328
|
* // ],
|
|
316
329
|
* // },
|
|
330
|
+
* // documentDbConfig: {
|
|
331
|
+
* // timeoutMinutes: Number("int"),
|
|
332
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
333
|
+
* // externalId: "STRING_VALUE",
|
|
334
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
335
|
+
* // ungraceful: {
|
|
336
|
+
* // ungraceful: "failover",
|
|
337
|
+
* // },
|
|
338
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
339
|
+
* // databaseClusterArns: [ // required
|
|
340
|
+
* // "STRING_VALUE",
|
|
341
|
+
* // ],
|
|
342
|
+
* // },
|
|
317
343
|
* // },
|
|
318
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
344
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
319
345
|
* // },
|
|
320
346
|
* // ],
|
|
321
347
|
* // workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -347,6 +373,16 @@ declare const GetPlanInRegionCommand_base: {
|
|
|
347
373
|
* // minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
348
374
|
* // },
|
|
349
375
|
* // ],
|
|
376
|
+
* // reportConfiguration: { // ReportConfiguration
|
|
377
|
+
* // reportOutput: [ // ReportOutputList
|
|
378
|
+
* // { // ReportOutputConfiguration Union: only one key present
|
|
379
|
+
* // s3Configuration: { // S3ReportOutputConfiguration
|
|
380
|
+
* // bucketPath: "STRING_VALUE",
|
|
381
|
+
* // bucketOwner: "STRING_VALUE",
|
|
382
|
+
* // },
|
|
383
|
+
* // },
|
|
384
|
+
* // ],
|
|
385
|
+
* // },
|
|
350
386
|
* // name: "STRING_VALUE", // required
|
|
351
387
|
* // regions: [ // RegionList // required
|
|
352
388
|
* // "STRING_VALUE",
|
|
@@ -49,9 +49,9 @@ declare const ListPlanExecutionEventsCommand_base: {
|
|
|
49
49
|
* // items: [ // ExecutionEventList
|
|
50
50
|
* // { // ExecutionEvent
|
|
51
51
|
* // timestamp: new Date("TIMESTAMP"),
|
|
52
|
-
* // type: "unknown" || "executionPending" || "executionStarted" || "executionSucceeded" || "executionFailed" || "executionPausing" || "executionPaused" || "executionCanceling" || "executionCanceled" || "executionPendingApproval" || "executionBehaviorChangedToUngraceful" || "executionBehaviorChangedToGraceful" || "executionPendingChildPlanManualApproval" || "executionSuccessMonitoringApplicationHealth" || "stepStarted" || "stepUpdate" || "stepSucceeded" || "stepFailed" || "stepSkipped" || "stepPausedByError" || "stepPausedByOperator" || "stepCanceled" || "stepPendingApproval" || "stepExecutionBehaviorChangedToUngraceful" || "stepPendingApplicationHealthMonitor",
|
|
52
|
+
* // type: "unknown" || "executionPending" || "executionStarted" || "executionSucceeded" || "executionFailed" || "executionPausing" || "executionPaused" || "executionCanceling" || "executionCanceled" || "executionPendingApproval" || "executionBehaviorChangedToUngraceful" || "executionBehaviorChangedToGraceful" || "executionPendingChildPlanManualApproval" || "executionSuccessMonitoringApplicationHealth" || "stepStarted" || "stepUpdate" || "stepSucceeded" || "stepFailed" || "stepSkipped" || "stepPausedByError" || "stepPausedByOperator" || "stepCanceled" || "stepPendingApproval" || "stepExecutionBehaviorChangedToUngraceful" || "stepPendingApplicationHealthMonitor" || "planEvaluationWarning",
|
|
53
53
|
* // stepName: "STRING_VALUE",
|
|
54
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck",
|
|
54
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb",
|
|
55
55
|
* // resources: [ // Resources
|
|
56
56
|
* // "STRING_VALUE",
|
|
57
57
|
* // ],
|
|
@@ -239,8 +239,21 @@ declare const UpdatePlanCommand_base: {
|
|
|
239
239
|
* },
|
|
240
240
|
* ],
|
|
241
241
|
* },
|
|
242
|
+
* documentDbConfig: { // DocumentDbConfiguration
|
|
243
|
+
* timeoutMinutes: Number("int"),
|
|
244
|
+
* crossAccountRole: "STRING_VALUE",
|
|
245
|
+
* externalId: "STRING_VALUE",
|
|
246
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
247
|
+
* ungraceful: { // DocumentDbUngraceful
|
|
248
|
+
* ungraceful: "failover",
|
|
249
|
+
* },
|
|
250
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
251
|
+
* databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
252
|
+
* "STRING_VALUE",
|
|
253
|
+
* ],
|
|
254
|
+
* },
|
|
242
255
|
* },
|
|
243
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
256
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
244
257
|
* },
|
|
245
258
|
* ],
|
|
246
259
|
* },
|
|
@@ -308,8 +321,21 @@ declare const UpdatePlanCommand_base: {
|
|
|
308
321
|
* },
|
|
309
322
|
* ],
|
|
310
323
|
* },
|
|
324
|
+
* documentDbConfig: {
|
|
325
|
+
* timeoutMinutes: Number("int"),
|
|
326
|
+
* crossAccountRole: "STRING_VALUE",
|
|
327
|
+
* externalId: "STRING_VALUE",
|
|
328
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
329
|
+
* ungraceful: {
|
|
330
|
+
* ungraceful: "failover",
|
|
331
|
+
* },
|
|
332
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
333
|
+
* databaseClusterArns: [ // required
|
|
334
|
+
* "STRING_VALUE",
|
|
335
|
+
* ],
|
|
336
|
+
* },
|
|
311
337
|
* },
|
|
312
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
338
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
313
339
|
* },
|
|
314
340
|
* ],
|
|
315
341
|
* workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -341,6 +367,16 @@ declare const UpdatePlanCommand_base: {
|
|
|
341
367
|
* minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
342
368
|
* },
|
|
343
369
|
* ],
|
|
370
|
+
* reportConfiguration: { // ReportConfiguration
|
|
371
|
+
* reportOutput: [ // ReportOutputList
|
|
372
|
+
* { // ReportOutputConfiguration Union: only one key present
|
|
373
|
+
* s3Configuration: { // S3ReportOutputConfiguration
|
|
374
|
+
* bucketPath: "STRING_VALUE",
|
|
375
|
+
* bucketOwner: "STRING_VALUE",
|
|
376
|
+
* },
|
|
377
|
+
* },
|
|
378
|
+
* ],
|
|
379
|
+
* },
|
|
344
380
|
* };
|
|
345
381
|
* const command = new UpdatePlanCommand(input);
|
|
346
382
|
* const response = await client.send(command);
|
|
@@ -548,8 +584,21 @@ declare const UpdatePlanCommand_base: {
|
|
|
548
584
|
* // },
|
|
549
585
|
* // ],
|
|
550
586
|
* // },
|
|
587
|
+
* // documentDbConfig: { // DocumentDbConfiguration
|
|
588
|
+
* // timeoutMinutes: Number("int"),
|
|
589
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
590
|
+
* // externalId: "STRING_VALUE",
|
|
591
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
592
|
+
* // ungraceful: { // DocumentDbUngraceful
|
|
593
|
+
* // ungraceful: "failover",
|
|
594
|
+
* // },
|
|
595
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
596
|
+
* // databaseClusterArns: [ // DocumentDbClusterArns // required
|
|
597
|
+
* // "STRING_VALUE",
|
|
598
|
+
* // ],
|
|
599
|
+
* // },
|
|
551
600
|
* // },
|
|
552
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
601
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
553
602
|
* // },
|
|
554
603
|
* // ],
|
|
555
604
|
* // },
|
|
@@ -617,8 +666,21 @@ declare const UpdatePlanCommand_base: {
|
|
|
617
666
|
* // },
|
|
618
667
|
* // ],
|
|
619
668
|
* // },
|
|
669
|
+
* // documentDbConfig: {
|
|
670
|
+
* // timeoutMinutes: Number("int"),
|
|
671
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
672
|
+
* // externalId: "STRING_VALUE",
|
|
673
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
674
|
+
* // ungraceful: {
|
|
675
|
+
* // ungraceful: "failover",
|
|
676
|
+
* // },
|
|
677
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
678
|
+
* // databaseClusterArns: [ // required
|
|
679
|
+
* // "STRING_VALUE",
|
|
680
|
+
* // ],
|
|
681
|
+
* // },
|
|
620
682
|
* // },
|
|
621
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck", // required
|
|
683
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb", // required
|
|
622
684
|
* // },
|
|
623
685
|
* // ],
|
|
624
686
|
* // workflowTargetAction: "activate" || "deactivate", // required
|
|
@@ -650,6 +712,16 @@ declare const UpdatePlanCommand_base: {
|
|
|
650
712
|
* // minDelayMinutesBetweenExecutions: Number("int"), // required
|
|
651
713
|
* // },
|
|
652
714
|
* // ],
|
|
715
|
+
* // reportConfiguration: { // ReportConfiguration
|
|
716
|
+
* // reportOutput: [ // ReportOutputList
|
|
717
|
+
* // { // ReportOutputConfiguration Union: only one key present
|
|
718
|
+
* // s3Configuration: { // S3ReportOutputConfiguration
|
|
719
|
+
* // bucketPath: "STRING_VALUE",
|
|
720
|
+
* // bucketOwner: "STRING_VALUE",
|
|
721
|
+
* // },
|
|
722
|
+
* // },
|
|
723
|
+
* // ],
|
|
724
|
+
* // },
|
|
653
725
|
* // name: "STRING_VALUE", // required
|
|
654
726
|
* // regions: [ // RegionList // required
|
|
655
727
|
* // "STRING_VALUE",
|
|
@@ -117,6 +117,19 @@ export declare const ResourceWarningStatus: {
|
|
|
117
117
|
* @public
|
|
118
118
|
*/
|
|
119
119
|
export type ResourceWarningStatus = (typeof ResourceWarningStatus)[keyof typeof ResourceWarningStatus];
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
* @enum
|
|
123
|
+
*/
|
|
124
|
+
export declare const FailedReportErrorCode: {
|
|
125
|
+
readonly CONFIGURATION_ERROR: "configurationError";
|
|
126
|
+
readonly INSUFFICIENT_PERMISSIONS: "insufficientPermissions";
|
|
127
|
+
readonly INVALID_RESOURCE: "invalidResource";
|
|
128
|
+
};
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export type FailedReportErrorCode = (typeof FailedReportErrorCode)[keyof typeof FailedReportErrorCode];
|
|
120
133
|
/**
|
|
121
134
|
* @public
|
|
122
135
|
* @enum
|
|
@@ -164,6 +177,29 @@ export declare const LambdaUngracefulBehavior: {
|
|
|
164
177
|
* @public
|
|
165
178
|
*/
|
|
166
179
|
export type LambdaUngracefulBehavior = (typeof LambdaUngracefulBehavior)[keyof typeof LambdaUngracefulBehavior];
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
* @enum
|
|
183
|
+
*/
|
|
184
|
+
export declare const DocumentDbDefaultBehavior: {
|
|
185
|
+
readonly FAILOVER: "failover";
|
|
186
|
+
readonly SWITCHOVER_ONLY: "switchoverOnly";
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export type DocumentDbDefaultBehavior = (typeof DocumentDbDefaultBehavior)[keyof typeof DocumentDbDefaultBehavior];
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @enum
|
|
195
|
+
*/
|
|
196
|
+
export declare const DocumentDbUngracefulBehavior: {
|
|
197
|
+
readonly FAILOVER: "failover";
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
export type DocumentDbUngracefulBehavior = (typeof DocumentDbUngracefulBehavior)[keyof typeof DocumentDbUngracefulBehavior];
|
|
167
203
|
/**
|
|
168
204
|
* @public
|
|
169
205
|
* @enum
|
|
@@ -229,6 +265,7 @@ export type GlobalAuroraUngracefulBehavior = (typeof GlobalAuroraUngracefulBehav
|
|
|
229
265
|
export declare const ExecutionBlockType: {
|
|
230
266
|
readonly AURORA: "AuroraGlobalDatabase";
|
|
231
267
|
readonly CUSTOM_ACTION_LAMBDA: "CustomActionLambda";
|
|
268
|
+
readonly DOCUMENTDB: "DocumentDb";
|
|
232
269
|
readonly EC2_ASG: "EC2AutoScaling";
|
|
233
270
|
readonly ECS: "ECSServiceScaling";
|
|
234
271
|
readonly EKS_RESOURCE_SCALING: "EKSResourceScaling";
|
|
@@ -277,6 +314,7 @@ export declare const ExecutionEventType: {
|
|
|
277
314
|
readonly EXECUTION_STARTED: "executionStarted";
|
|
278
315
|
readonly EXECUTION_SUCCEEDED: "executionSucceeded";
|
|
279
316
|
readonly EXECUTION_SUCCESS_MONITORING_APPLICATION_HEALTH: "executionSuccessMonitoringApplicationHealth";
|
|
317
|
+
readonly PLAN_EVALUATION_WARNING: "planEvaluationWarning";
|
|
280
318
|
readonly STEP_CANCELED: "stepCanceled";
|
|
281
319
|
readonly STEP_EXECUTION_BEHAVIOR_CHANGED_TO_UNGRACEFUL: "stepExecutionBehaviorChangedToUngraceful";
|
|
282
320
|
readonly STEP_FAILED: "stepFailed";
|