|
390 | 390 | }, |
391 | 391 | "mode":{ |
392 | 392 | "shape":"ExecutionMode", |
393 | | - "documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>" |
| 393 | + "documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>" |
394 | 394 | }, |
395 | 395 | "executionState":{ |
396 | 396 | "shape":"ExecutionState", |
397 | 397 | "documentation":"<p>The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.</p>" |
398 | 398 | }, |
399 | 399 | "executionAction":{ |
400 | 400 | "shape":"ExecutionAction", |
401 | | - "documentation":"<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>" |
| 401 | + "documentation":"<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>" |
402 | 402 | }, |
403 | 403 | "executionRegion":{ |
404 | 404 | "shape":"String", |
|
664 | 664 | "key":{"shape":"String"}, |
665 | 665 | "value":{"shape":"AssociatedAlarm"} |
666 | 666 | }, |
667 | | - "AuroraClusterArn":{"type":"string"}, |
| 667 | + "AuroraClusterArn":{ |
| 668 | + "type":"string", |
| 669 | + "pattern":"arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\\d{12}:cluster:[A-Za-z][0-9A-Za-z-:._]*" |
| 670 | + }, |
668 | 671 | "AuroraClusterArns":{ |
669 | 672 | "type":"list", |
670 | 673 | "member":{"shape":"AuroraClusterArn"} |
|
1483 | 1486 | }, |
1484 | 1487 | "mode":{ |
1485 | 1488 | "shape":"ExecutionMode", |
1486 | | - "documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>" |
| 1489 | + "documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>" |
1487 | 1490 | }, |
1488 | 1491 | "executionState":{ |
1489 | 1492 | "shape":"ExecutionState", |
1490 | 1493 | "documentation":"<p>The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.</p>" |
1491 | 1494 | }, |
1492 | 1495 | "executionAction":{ |
1493 | 1496 | "shape":"ExecutionAction", |
1494 | | - "documentation":"<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>" |
| 1497 | + "documentation":"<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>" |
1495 | 1498 | }, |
1496 | 1499 | "executionRegion":{ |
1497 | 1500 | "shape":"String", |
|
1628 | 1631 | "type":"string", |
1629 | 1632 | "enum":["failover"] |
1630 | 1633 | }, |
1631 | | - "GlobalClusterIdentifier":{"type":"string"}, |
| 1634 | + "GlobalClusterIdentifier":{ |
| 1635 | + "type":"string", |
| 1636 | + "max":255, |
| 1637 | + "min":1, |
| 1638 | + "pattern":"[A-Za-z][0-9A-Za-z-:._]*" |
| 1639 | + }, |
1632 | 1640 | "IamRoleArn":{ |
1633 | 1641 | "type":"string", |
1634 | 1642 | "pattern":"arn:aws[a-zA-Z0-9-]*:iam::[0-9]{12}:role/.+" |
|
2517 | 2525 | }, |
2518 | 2526 | "action":{ |
2519 | 2527 | "shape":"ExecutionAction", |
2520 | | - "documentation":"<p>The action to perform. Valid values are ACTIVATE (to shift traffic to the target Region) or DEACTIVATE (to shift traffic away from the target Region).</p>" |
| 2528 | + "documentation":"<p>The action to perform. Valid values are <code>activate</code> (to shift traffic to the target Region) or <code>deactivate</code> (to shift traffic away from the target Region).</p>" |
2521 | 2529 | }, |
2522 | 2530 | "mode":{ |
2523 | 2531 | "shape":"ExecutionMode", |
2524 | | - "documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>" |
| 2532 | + "documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for starting the execution in graceful mode, or <code>ungraceful</code>, for starting the execution in ungraceful mode.</p>" |
2525 | 2533 | }, |
2526 | 2534 | "comment":{ |
2527 | 2535 | "shape":"ExecutionComment", |
|
2697 | 2705 | }, |
2698 | 2706 | "action":{ |
2699 | 2707 | "shape":"WorkflowTargetAction", |
2700 | | - "documentation":"<p>The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.</p>" |
| 2708 | + "documentation":"<p>The action to perform when the trigger fires. Valid values include <code>activate</code> and <code>deactivate</code>.</p>" |
2701 | 2709 | }, |
2702 | 2710 | "conditions":{ |
2703 | 2711 | "shape":"TriggerConditionList", |
|
2723 | 2731 | }, |
2724 | 2732 | "condition":{ |
2725 | 2733 | "shape":"AlarmCondition", |
2726 | | - "documentation":"<p>The condition that must be met. Valid values include ALARM and OK.</p>" |
| 2734 | + "documentation":"<p>The condition that must be met. Valid values include <code>green</code> and <code>red</code>.</p>" |
2727 | 2735 | } |
2728 | 2736 | }, |
2729 | 2737 | "documentation":"<p>Defines a condition that must be met for a trigger to fire.</p>" |
|
2908 | 2916 | }, |
2909 | 2917 | "workflowTargetAction":{ |
2910 | 2918 | "shape":"WorkflowTargetAction", |
2911 | | - "documentation":"<p>The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.</p>" |
| 2919 | + "documentation":"<p>The action that the workflow performs. Valid values include <code>activate</code> and <code>deactivate</code>.</p>" |
2912 | 2920 | }, |
2913 | 2921 | "workflowTargetRegion":{ |
2914 | 2922 | "shape":"Region", |
|
0 commit comments