@aws-sdk/client-arc-region-switch 3.1059.0 → 3.1061.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 +12 -0
- package/dist-cjs/models/errors.js +14 -14
- package/dist-cjs/schemas/schemas_0.js +37 -5
- package/dist-es/models/enums.js +10 -0
- package/dist-es/models/errors.js +12 -12
- package/dist-es/schemas/schemas_0.js +34 -2
- package/dist-types/commands/CreatePlanCommand.d.ts +144 -4
- package/dist-types/commands/GetPlanCommand.d.ts +72 -2
- package/dist-types/commands/GetPlanExecutionCommand.d.ts +72 -2
- package/dist-types/commands/GetPlanInRegionCommand.d.ts +72 -2
- package/dist-types/commands/ListPlanExecutionEventsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoute53HealthChecksCommand.d.ts +3 -0
- package/dist-types/commands/UpdatePlanCommand.d.ts +144 -4
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/errors.d.ts +10 -10
- package/dist-types/models/models_0.d.ts +250 -6
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -0
- package/dist-types/ts3.4/models/errors.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +147 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +3 -3
|
@@ -290,8 +290,43 @@ declare const GetPlanCommand_base: {
|
|
|
290
290
|
* // behavior: "skip",
|
|
291
291
|
* // },
|
|
292
292
|
* // },
|
|
293
|
+
* // auroraServerlessScalingConfig: { // AuroraServerlessScalingConfiguration
|
|
294
|
+
* // timeoutMinutes: Number("int"),
|
|
295
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
296
|
+
* // externalId: "STRING_VALUE",
|
|
297
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
298
|
+
* // regionDatabaseClusterArns: { // RegionAuroraClusterMap // required
|
|
299
|
+
* // "<keys>": "STRING_VALUE",
|
|
300
|
+
* // },
|
|
301
|
+
* // targetPercent: Number("int"),
|
|
302
|
+
* // },
|
|
303
|
+
* // auroraProvisionedScalingConfig: { // AuroraProvisionedScalingConfiguration
|
|
304
|
+
* // timeoutMinutes: Number("int"),
|
|
305
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
306
|
+
* // externalId: "STRING_VALUE",
|
|
307
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
308
|
+
* // regionDatabaseClusterArns: { // required
|
|
309
|
+
* // "<keys>": "STRING_VALUE",
|
|
310
|
+
* // },
|
|
311
|
+
* // instanceArns: { // RegionAuroraInstanceArnMap // required
|
|
312
|
+
* // "<keys>": "STRING_VALUE",
|
|
313
|
+
* // },
|
|
314
|
+
* // },
|
|
315
|
+
* // neptuneGlobalDatabaseConfig: { // NeptuneGlobalDatabaseConfiguration
|
|
316
|
+
* // timeoutMinutes: Number("int"),
|
|
317
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
318
|
+
* // externalId: "STRING_VALUE",
|
|
319
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
320
|
+
* // ungraceful: { // NeptuneUngraceful
|
|
321
|
+
* // ungraceful: "failover",
|
|
322
|
+
* // },
|
|
323
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
324
|
+
* // regionDatabaseClusterArns: { // RegionNeptuneClusterArnMap // required
|
|
325
|
+
* // "<keys>": "STRING_VALUE",
|
|
326
|
+
* // },
|
|
327
|
+
* // },
|
|
293
328
|
* // },
|
|
294
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
329
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
295
330
|
* // },
|
|
296
331
|
* // ],
|
|
297
332
|
* // },
|
|
@@ -402,8 +437,43 @@ declare const GetPlanCommand_base: {
|
|
|
402
437
|
* // behavior: "skip",
|
|
403
438
|
* // },
|
|
404
439
|
* // },
|
|
440
|
+
* // auroraServerlessScalingConfig: {
|
|
441
|
+
* // timeoutMinutes: Number("int"),
|
|
442
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
443
|
+
* // externalId: "STRING_VALUE",
|
|
444
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
445
|
+
* // regionDatabaseClusterArns: { // required
|
|
446
|
+
* // "<keys>": "STRING_VALUE",
|
|
447
|
+
* // },
|
|
448
|
+
* // targetPercent: Number("int"),
|
|
449
|
+
* // },
|
|
450
|
+
* // auroraProvisionedScalingConfig: {
|
|
451
|
+
* // timeoutMinutes: Number("int"),
|
|
452
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
453
|
+
* // externalId: "STRING_VALUE",
|
|
454
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
455
|
+
* // regionDatabaseClusterArns: { // required
|
|
456
|
+
* // "<keys>": "STRING_VALUE",
|
|
457
|
+
* // },
|
|
458
|
+
* // instanceArns: { // required
|
|
459
|
+
* // "<keys>": "STRING_VALUE",
|
|
460
|
+
* // },
|
|
461
|
+
* // },
|
|
462
|
+
* // neptuneGlobalDatabaseConfig: {
|
|
463
|
+
* // timeoutMinutes: Number("int"),
|
|
464
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
465
|
+
* // externalId: "STRING_VALUE",
|
|
466
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
467
|
+
* // ungraceful: {
|
|
468
|
+
* // ungraceful: "failover",
|
|
469
|
+
* // },
|
|
470
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
471
|
+
* // regionDatabaseClusterArns: { // required
|
|
472
|
+
* // "<keys>": "STRING_VALUE",
|
|
473
|
+
* // },
|
|
474
|
+
* // },
|
|
405
475
|
* // },
|
|
406
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
476
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
407
477
|
* // },
|
|
408
478
|
* // ],
|
|
409
479
|
* // workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -314,8 +314,43 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
314
314
|
* // behavior: "skip",
|
|
315
315
|
* // },
|
|
316
316
|
* // },
|
|
317
|
+
* // auroraServerlessScalingConfig: { // AuroraServerlessScalingConfiguration
|
|
318
|
+
* // timeoutMinutes: Number("int"),
|
|
319
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
320
|
+
* // externalId: "STRING_VALUE",
|
|
321
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
322
|
+
* // regionDatabaseClusterArns: { // RegionAuroraClusterMap // required
|
|
323
|
+
* // "<keys>": "STRING_VALUE",
|
|
324
|
+
* // },
|
|
325
|
+
* // targetPercent: Number("int"),
|
|
326
|
+
* // },
|
|
327
|
+
* // auroraProvisionedScalingConfig: { // AuroraProvisionedScalingConfiguration
|
|
328
|
+
* // timeoutMinutes: Number("int"),
|
|
329
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
330
|
+
* // externalId: "STRING_VALUE",
|
|
331
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
332
|
+
* // regionDatabaseClusterArns: { // required
|
|
333
|
+
* // "<keys>": "STRING_VALUE",
|
|
334
|
+
* // },
|
|
335
|
+
* // instanceArns: { // RegionAuroraInstanceArnMap // required
|
|
336
|
+
* // "<keys>": "STRING_VALUE",
|
|
337
|
+
* // },
|
|
338
|
+
* // },
|
|
339
|
+
* // neptuneGlobalDatabaseConfig: { // NeptuneGlobalDatabaseConfiguration
|
|
340
|
+
* // timeoutMinutes: Number("int"),
|
|
341
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
342
|
+
* // externalId: "STRING_VALUE",
|
|
343
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
344
|
+
* // ungraceful: { // NeptuneUngraceful
|
|
345
|
+
* // ungraceful: "failover",
|
|
346
|
+
* // },
|
|
347
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
348
|
+
* // regionDatabaseClusterArns: { // RegionNeptuneClusterArnMap // required
|
|
349
|
+
* // "<keys>": "STRING_VALUE",
|
|
350
|
+
* // },
|
|
351
|
+
* // },
|
|
317
352
|
* // },
|
|
318
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
353
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
319
354
|
* // },
|
|
320
355
|
* // ],
|
|
321
356
|
* // },
|
|
@@ -426,8 +461,43 @@ declare const GetPlanExecutionCommand_base: {
|
|
|
426
461
|
* // behavior: "skip",
|
|
427
462
|
* // },
|
|
428
463
|
* // },
|
|
464
|
+
* // auroraServerlessScalingConfig: {
|
|
465
|
+
* // timeoutMinutes: Number("int"),
|
|
466
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
467
|
+
* // externalId: "STRING_VALUE",
|
|
468
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
469
|
+
* // regionDatabaseClusterArns: { // required
|
|
470
|
+
* // "<keys>": "STRING_VALUE",
|
|
471
|
+
* // },
|
|
472
|
+
* // targetPercent: Number("int"),
|
|
473
|
+
* // },
|
|
474
|
+
* // auroraProvisionedScalingConfig: {
|
|
475
|
+
* // timeoutMinutes: Number("int"),
|
|
476
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
477
|
+
* // externalId: "STRING_VALUE",
|
|
478
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
479
|
+
* // regionDatabaseClusterArns: { // required
|
|
480
|
+
* // "<keys>": "STRING_VALUE",
|
|
481
|
+
* // },
|
|
482
|
+
* // instanceArns: { // required
|
|
483
|
+
* // "<keys>": "STRING_VALUE",
|
|
484
|
+
* // },
|
|
485
|
+
* // },
|
|
486
|
+
* // neptuneGlobalDatabaseConfig: {
|
|
487
|
+
* // timeoutMinutes: Number("int"),
|
|
488
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
489
|
+
* // externalId: "STRING_VALUE",
|
|
490
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
491
|
+
* // ungraceful: {
|
|
492
|
+
* // ungraceful: "failover",
|
|
493
|
+
* // },
|
|
494
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
495
|
+
* // regionDatabaseClusterArns: { // required
|
|
496
|
+
* // "<keys>": "STRING_VALUE",
|
|
497
|
+
* // },
|
|
498
|
+
* // },
|
|
429
499
|
* // },
|
|
430
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
500
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
431
501
|
* // },
|
|
432
502
|
* // ],
|
|
433
503
|
* // workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -290,8 +290,43 @@ declare const GetPlanInRegionCommand_base: {
|
|
|
290
290
|
* // behavior: "skip",
|
|
291
291
|
* // },
|
|
292
292
|
* // },
|
|
293
|
+
* // auroraServerlessScalingConfig: { // AuroraServerlessScalingConfiguration
|
|
294
|
+
* // timeoutMinutes: Number("int"),
|
|
295
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
296
|
+
* // externalId: "STRING_VALUE",
|
|
297
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
298
|
+
* // regionDatabaseClusterArns: { // RegionAuroraClusterMap // required
|
|
299
|
+
* // "<keys>": "STRING_VALUE",
|
|
300
|
+
* // },
|
|
301
|
+
* // targetPercent: Number("int"),
|
|
302
|
+
* // },
|
|
303
|
+
* // auroraProvisionedScalingConfig: { // AuroraProvisionedScalingConfiguration
|
|
304
|
+
* // timeoutMinutes: Number("int"),
|
|
305
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
306
|
+
* // externalId: "STRING_VALUE",
|
|
307
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
308
|
+
* // regionDatabaseClusterArns: { // required
|
|
309
|
+
* // "<keys>": "STRING_VALUE",
|
|
310
|
+
* // },
|
|
311
|
+
* // instanceArns: { // RegionAuroraInstanceArnMap // required
|
|
312
|
+
* // "<keys>": "STRING_VALUE",
|
|
313
|
+
* // },
|
|
314
|
+
* // },
|
|
315
|
+
* // neptuneGlobalDatabaseConfig: { // NeptuneGlobalDatabaseConfiguration
|
|
316
|
+
* // timeoutMinutes: Number("int"),
|
|
317
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
318
|
+
* // externalId: "STRING_VALUE",
|
|
319
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
320
|
+
* // ungraceful: { // NeptuneUngraceful
|
|
321
|
+
* // ungraceful: "failover",
|
|
322
|
+
* // },
|
|
323
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
324
|
+
* // regionDatabaseClusterArns: { // RegionNeptuneClusterArnMap // required
|
|
325
|
+
* // "<keys>": "STRING_VALUE",
|
|
326
|
+
* // },
|
|
327
|
+
* // },
|
|
293
328
|
* // },
|
|
294
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
329
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
295
330
|
* // },
|
|
296
331
|
* // ],
|
|
297
332
|
* // },
|
|
@@ -402,8 +437,43 @@ declare const GetPlanInRegionCommand_base: {
|
|
|
402
437
|
* // behavior: "skip",
|
|
403
438
|
* // },
|
|
404
439
|
* // },
|
|
440
|
+
* // auroraServerlessScalingConfig: {
|
|
441
|
+
* // timeoutMinutes: Number("int"),
|
|
442
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
443
|
+
* // externalId: "STRING_VALUE",
|
|
444
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
445
|
+
* // regionDatabaseClusterArns: { // required
|
|
446
|
+
* // "<keys>": "STRING_VALUE",
|
|
447
|
+
* // },
|
|
448
|
+
* // targetPercent: Number("int"),
|
|
449
|
+
* // },
|
|
450
|
+
* // auroraProvisionedScalingConfig: {
|
|
451
|
+
* // timeoutMinutes: Number("int"),
|
|
452
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
453
|
+
* // externalId: "STRING_VALUE",
|
|
454
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
455
|
+
* // regionDatabaseClusterArns: { // required
|
|
456
|
+
* // "<keys>": "STRING_VALUE",
|
|
457
|
+
* // },
|
|
458
|
+
* // instanceArns: { // required
|
|
459
|
+
* // "<keys>": "STRING_VALUE",
|
|
460
|
+
* // },
|
|
461
|
+
* // },
|
|
462
|
+
* // neptuneGlobalDatabaseConfig: {
|
|
463
|
+
* // timeoutMinutes: Number("int"),
|
|
464
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
465
|
+
* // externalId: "STRING_VALUE",
|
|
466
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
467
|
+
* // ungraceful: {
|
|
468
|
+
* // ungraceful: "failover",
|
|
469
|
+
* // },
|
|
470
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
471
|
+
* // regionDatabaseClusterArns: { // required
|
|
472
|
+
* // "<keys>": "STRING_VALUE",
|
|
473
|
+
* // },
|
|
474
|
+
* // },
|
|
405
475
|
* // },
|
|
406
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
476
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
407
477
|
* // },
|
|
408
478
|
* // ],
|
|
409
479
|
* // workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -53,7 +53,7 @@ declare const ListPlanExecutionEventsCommand_base: {
|
|
|
53
53
|
* // timestamp: new Date("TIMESTAMP"),
|
|
54
54
|
* // 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",
|
|
55
55
|
* // stepName: "STRING_VALUE",
|
|
56
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping",
|
|
56
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase",
|
|
57
57
|
* // resources: [ // Resources
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
@@ -71,6 +71,9 @@ declare const ListRoute53HealthChecksCommand_base: {
|
|
|
71
71
|
* @throws {@link AccessDeniedException} (client fault)
|
|
72
72
|
* <p>You do not have sufficient access to perform this action.</p> <p>HTTP Status Code: 403</p>
|
|
73
73
|
*
|
|
74
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
75
|
+
* <p>The request processing has an invalid argument.</p>
|
|
76
|
+
*
|
|
74
77
|
* @throws {@link InternalServerException} (server fault)
|
|
75
78
|
* <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>HTTP Status Code: 500</p>
|
|
76
79
|
*
|
|
@@ -284,8 +284,43 @@ declare const UpdatePlanCommand_base: {
|
|
|
284
284
|
* behavior: "skip",
|
|
285
285
|
* },
|
|
286
286
|
* },
|
|
287
|
+
* auroraServerlessScalingConfig: { // AuroraServerlessScalingConfiguration
|
|
288
|
+
* timeoutMinutes: Number("int"),
|
|
289
|
+
* crossAccountRole: "STRING_VALUE",
|
|
290
|
+
* externalId: "STRING_VALUE",
|
|
291
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
292
|
+
* regionDatabaseClusterArns: { // RegionAuroraClusterMap // required
|
|
293
|
+
* "<keys>": "STRING_VALUE",
|
|
294
|
+
* },
|
|
295
|
+
* targetPercent: Number("int"),
|
|
296
|
+
* },
|
|
297
|
+
* auroraProvisionedScalingConfig: { // AuroraProvisionedScalingConfiguration
|
|
298
|
+
* timeoutMinutes: Number("int"),
|
|
299
|
+
* crossAccountRole: "STRING_VALUE",
|
|
300
|
+
* externalId: "STRING_VALUE",
|
|
301
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
302
|
+
* regionDatabaseClusterArns: { // required
|
|
303
|
+
* "<keys>": "STRING_VALUE",
|
|
304
|
+
* },
|
|
305
|
+
* instanceArns: { // RegionAuroraInstanceArnMap // required
|
|
306
|
+
* "<keys>": "STRING_VALUE",
|
|
307
|
+
* },
|
|
308
|
+
* },
|
|
309
|
+
* neptuneGlobalDatabaseConfig: { // NeptuneGlobalDatabaseConfiguration
|
|
310
|
+
* timeoutMinutes: Number("int"),
|
|
311
|
+
* crossAccountRole: "STRING_VALUE",
|
|
312
|
+
* externalId: "STRING_VALUE",
|
|
313
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
314
|
+
* ungraceful: { // NeptuneUngraceful
|
|
315
|
+
* ungraceful: "failover",
|
|
316
|
+
* },
|
|
317
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
318
|
+
* regionDatabaseClusterArns: { // RegionNeptuneClusterArnMap // required
|
|
319
|
+
* "<keys>": "STRING_VALUE",
|
|
320
|
+
* },
|
|
321
|
+
* },
|
|
287
322
|
* },
|
|
288
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
323
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
289
324
|
* },
|
|
290
325
|
* ],
|
|
291
326
|
* },
|
|
@@ -396,8 +431,43 @@ declare const UpdatePlanCommand_base: {
|
|
|
396
431
|
* behavior: "skip",
|
|
397
432
|
* },
|
|
398
433
|
* },
|
|
434
|
+
* auroraServerlessScalingConfig: {
|
|
435
|
+
* timeoutMinutes: Number("int"),
|
|
436
|
+
* crossAccountRole: "STRING_VALUE",
|
|
437
|
+
* externalId: "STRING_VALUE",
|
|
438
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
439
|
+
* regionDatabaseClusterArns: { // required
|
|
440
|
+
* "<keys>": "STRING_VALUE",
|
|
441
|
+
* },
|
|
442
|
+
* targetPercent: Number("int"),
|
|
443
|
+
* },
|
|
444
|
+
* auroraProvisionedScalingConfig: {
|
|
445
|
+
* timeoutMinutes: Number("int"),
|
|
446
|
+
* crossAccountRole: "STRING_VALUE",
|
|
447
|
+
* externalId: "STRING_VALUE",
|
|
448
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
449
|
+
* regionDatabaseClusterArns: { // required
|
|
450
|
+
* "<keys>": "STRING_VALUE",
|
|
451
|
+
* },
|
|
452
|
+
* instanceArns: { // required
|
|
453
|
+
* "<keys>": "STRING_VALUE",
|
|
454
|
+
* },
|
|
455
|
+
* },
|
|
456
|
+
* neptuneGlobalDatabaseConfig: {
|
|
457
|
+
* timeoutMinutes: Number("int"),
|
|
458
|
+
* crossAccountRole: "STRING_VALUE",
|
|
459
|
+
* externalId: "STRING_VALUE",
|
|
460
|
+
* behavior: "switchoverOnly" || "failover", // required
|
|
461
|
+
* ungraceful: {
|
|
462
|
+
* ungraceful: "failover",
|
|
463
|
+
* },
|
|
464
|
+
* globalClusterIdentifier: "STRING_VALUE", // required
|
|
465
|
+
* regionDatabaseClusterArns: { // required
|
|
466
|
+
* "<keys>": "STRING_VALUE",
|
|
467
|
+
* },
|
|
468
|
+
* },
|
|
399
469
|
* },
|
|
400
|
-
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
470
|
+
* executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
401
471
|
* },
|
|
402
472
|
* ],
|
|
403
473
|
* workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -689,8 +759,43 @@ declare const UpdatePlanCommand_base: {
|
|
|
689
759
|
* // behavior: "skip",
|
|
690
760
|
* // },
|
|
691
761
|
* // },
|
|
762
|
+
* // auroraServerlessScalingConfig: { // AuroraServerlessScalingConfiguration
|
|
763
|
+
* // timeoutMinutes: Number("int"),
|
|
764
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
765
|
+
* // externalId: "STRING_VALUE",
|
|
766
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
767
|
+
* // regionDatabaseClusterArns: { // RegionAuroraClusterMap // required
|
|
768
|
+
* // "<keys>": "STRING_VALUE",
|
|
769
|
+
* // },
|
|
770
|
+
* // targetPercent: Number("int"),
|
|
771
|
+
* // },
|
|
772
|
+
* // auroraProvisionedScalingConfig: { // AuroraProvisionedScalingConfiguration
|
|
773
|
+
* // timeoutMinutes: Number("int"),
|
|
774
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
775
|
+
* // externalId: "STRING_VALUE",
|
|
776
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
777
|
+
* // regionDatabaseClusterArns: { // required
|
|
778
|
+
* // "<keys>": "STRING_VALUE",
|
|
779
|
+
* // },
|
|
780
|
+
* // instanceArns: { // RegionAuroraInstanceArnMap // required
|
|
781
|
+
* // "<keys>": "STRING_VALUE",
|
|
782
|
+
* // },
|
|
783
|
+
* // },
|
|
784
|
+
* // neptuneGlobalDatabaseConfig: { // NeptuneGlobalDatabaseConfiguration
|
|
785
|
+
* // timeoutMinutes: Number("int"),
|
|
786
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
787
|
+
* // externalId: "STRING_VALUE",
|
|
788
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
789
|
+
* // ungraceful: { // NeptuneUngraceful
|
|
790
|
+
* // ungraceful: "failover",
|
|
791
|
+
* // },
|
|
792
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
793
|
+
* // regionDatabaseClusterArns: { // RegionNeptuneClusterArnMap // required
|
|
794
|
+
* // "<keys>": "STRING_VALUE",
|
|
795
|
+
* // },
|
|
796
|
+
* // },
|
|
692
797
|
* // },
|
|
693
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
798
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
694
799
|
* // },
|
|
695
800
|
* // ],
|
|
696
801
|
* // },
|
|
@@ -801,8 +906,43 @@ declare const UpdatePlanCommand_base: {
|
|
|
801
906
|
* // behavior: "skip",
|
|
802
907
|
* // },
|
|
803
908
|
* // },
|
|
909
|
+
* // auroraServerlessScalingConfig: {
|
|
910
|
+
* // timeoutMinutes: Number("int"),
|
|
911
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
912
|
+
* // externalId: "STRING_VALUE",
|
|
913
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
914
|
+
* // regionDatabaseClusterArns: { // required
|
|
915
|
+
* // "<keys>": "STRING_VALUE",
|
|
916
|
+
* // },
|
|
917
|
+
* // targetPercent: Number("int"),
|
|
918
|
+
* // },
|
|
919
|
+
* // auroraProvisionedScalingConfig: {
|
|
920
|
+
* // timeoutMinutes: Number("int"),
|
|
921
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
922
|
+
* // externalId: "STRING_VALUE",
|
|
923
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
924
|
+
* // regionDatabaseClusterArns: { // required
|
|
925
|
+
* // "<keys>": "STRING_VALUE",
|
|
926
|
+
* // },
|
|
927
|
+
* // instanceArns: { // required
|
|
928
|
+
* // "<keys>": "STRING_VALUE",
|
|
929
|
+
* // },
|
|
930
|
+
* // },
|
|
931
|
+
* // neptuneGlobalDatabaseConfig: {
|
|
932
|
+
* // timeoutMinutes: Number("int"),
|
|
933
|
+
* // crossAccountRole: "STRING_VALUE",
|
|
934
|
+
* // externalId: "STRING_VALUE",
|
|
935
|
+
* // behavior: "switchoverOnly" || "failover", // required
|
|
936
|
+
* // ungraceful: {
|
|
937
|
+
* // ungraceful: "failover",
|
|
938
|
+
* // },
|
|
939
|
+
* // globalClusterIdentifier: "STRING_VALUE", // required
|
|
940
|
+
* // regionDatabaseClusterArns: { // required
|
|
941
|
+
* // "<keys>": "STRING_VALUE",
|
|
942
|
+
* // },
|
|
943
|
+
* // },
|
|
804
944
|
* // },
|
|
805
|
-
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping", // required
|
|
945
|
+
* // executionBlockType: "CustomActionLambda" || "ManualApproval" || "AuroraGlobalDatabase" || "EC2AutoScaling" || "ARCRoutingControl" || "ARCRegionSwitchPlan" || "Parallel" || "ECSServiceScaling" || "EKSResourceScaling" || "Route53HealthCheck" || "DocumentDb" || "RdsPromoteReadReplica" || "RdsCreateCrossRegionReplica" || "LambdaEventSourceMapping" || "AuroraServerlessScaling" || "AuroraProvisionedScaling" || "NeptuneGlobalDatabase", // required
|
|
806
946
|
* // },
|
|
807
947
|
* // ],
|
|
808
948
|
* // workflowTargetAction: "activate" || "deactivate" || "postRecovery", // required
|
|
@@ -285,12 +285,37 @@ export declare const LambdaEventSourceMappingUngracefulBehavior: {
|
|
|
285
285
|
* @public
|
|
286
286
|
*/
|
|
287
287
|
export type LambdaEventSourceMappingUngracefulBehavior = (typeof LambdaEventSourceMappingUngracefulBehavior)[keyof typeof LambdaEventSourceMappingUngracefulBehavior];
|
|
288
|
+
/**
|
|
289
|
+
* @public
|
|
290
|
+
* @enum
|
|
291
|
+
*/
|
|
292
|
+
export declare const NeptuneDefaultBehavior: {
|
|
293
|
+
readonly FAILOVER: "failover";
|
|
294
|
+
readonly SWITCHOVER_ONLY: "switchoverOnly";
|
|
295
|
+
};
|
|
296
|
+
/**
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
export type NeptuneDefaultBehavior = (typeof NeptuneDefaultBehavior)[keyof typeof NeptuneDefaultBehavior];
|
|
300
|
+
/**
|
|
301
|
+
* @public
|
|
302
|
+
* @enum
|
|
303
|
+
*/
|
|
304
|
+
export declare const NeptuneUngracefulBehavior: {
|
|
305
|
+
readonly FAILOVER: "failover";
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export type NeptuneUngracefulBehavior = (typeof NeptuneUngracefulBehavior)[keyof typeof NeptuneUngracefulBehavior];
|
|
288
311
|
/**
|
|
289
312
|
* @public
|
|
290
313
|
* @enum
|
|
291
314
|
*/
|
|
292
315
|
export declare const ExecutionBlockType: {
|
|
293
316
|
readonly AURORA: "AuroraGlobalDatabase";
|
|
317
|
+
readonly AURORA_PROVISIONED_SCALING: "AuroraProvisionedScaling";
|
|
318
|
+
readonly AURORA_SERVERLESS_SCALING: "AuroraServerlessScaling";
|
|
294
319
|
readonly CUSTOM_ACTION_LAMBDA: "CustomActionLambda";
|
|
295
320
|
readonly DOCUMENTDB: "DocumentDb";
|
|
296
321
|
readonly EC2_ASG: "EC2AutoScaling";
|
|
@@ -298,6 +323,7 @@ export declare const ExecutionBlockType: {
|
|
|
298
323
|
readonly EKS_RESOURCE_SCALING: "EKSResourceScaling";
|
|
299
324
|
readonly EXECUTION_APPROVAL: "ManualApproval";
|
|
300
325
|
readonly LAMBDA_EVENT_SOURCE_MAPPING: "LambdaEventSourceMapping";
|
|
326
|
+
readonly NEPTUNE: "NeptuneGlobalDatabase";
|
|
301
327
|
readonly PARALLEL: "Parallel";
|
|
302
328
|
readonly RDS_CREATE_CROSS_REGION_REPLICA: "RdsCreateCrossRegionReplica";
|
|
303
329
|
readonly RDS_PROMOTE_READ_REPLICA: "RdsPromoteReadReplica";
|
|
@@ -25,28 +25,28 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
25
25
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
26
26
|
}
|
|
27
27
|
/**
|
|
28
|
-
* <p>The request processing has
|
|
28
|
+
* <p>The request processing has an invalid argument.</p>
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
31
|
-
export declare class
|
|
32
|
-
readonly name: "
|
|
33
|
-
readonly $fault: "
|
|
31
|
+
export declare class IllegalArgumentException extends __BaseException {
|
|
32
|
+
readonly name: "IllegalArgumentException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
34
|
/**
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
|
-
constructor(opts: __ExceptionOptionType<
|
|
37
|
+
constructor(opts: __ExceptionOptionType<IllegalArgumentException, __BaseException>);
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
|
-
* <p>The request processing has an
|
|
40
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure.</p> <p>HTTP Status Code: 500</p>
|
|
41
41
|
* @public
|
|
42
42
|
*/
|
|
43
|
-
export declare class
|
|
44
|
-
readonly name: "
|
|
45
|
-
readonly $fault: "
|
|
43
|
+
export declare class InternalServerException extends __BaseException {
|
|
44
|
+
readonly name: "InternalServerException";
|
|
45
|
+
readonly $fault: "server";
|
|
46
46
|
/**
|
|
47
47
|
* @internal
|
|
48
48
|
*/
|
|
49
|
-
constructor(opts: __ExceptionOptionType<
|
|
49
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* <p>The operation failed because the current state of the resource doesn't allow the operation to proceed.</p> <p>HTTP Status Code: 400</p>
|