|
64 | 64 | "AlarmCondition": { |
65 | 65 | "base": null, |
66 | 66 | "refs": { |
67 | | - "TriggerCondition$condition": "<p>The condition that must be met. Valid values include ALARM and OK.</p>" |
| 67 | + "TriggerCondition$condition": "<p>The condition that must be met. Valid values include <code>green</code> and <code>red</code>.</p>" |
68 | 68 | } |
69 | 69 | }, |
70 | 70 | "AlarmType": { |
|
387 | 387 | "ExecutionAction": { |
388 | 388 | "base": null, |
389 | 389 | "refs": { |
390 | | - "AbbreviatedExecution$executionAction": "<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>", |
391 | | - "GetPlanExecutionResponse$executionAction": "<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>", |
| 390 | + "AbbreviatedExecution$executionAction": "<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>", |
| 391 | + "GetPlanExecutionResponse$executionAction": "<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>", |
392 | 392 | "MinimalWorkflow$action": "<p>The action for a minimal workflow, which can be Activate or Deactivate.</p>", |
393 | | - "StartPlanExecutionRequest$action": "<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>" |
| 393 | + "StartPlanExecutionRequest$action": "<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>" |
394 | 394 | } |
395 | 395 | }, |
396 | 396 | "ExecutionApprovalConfiguration": { |
|
464 | 464 | "ExecutionMode": { |
465 | 465 | "base": null, |
466 | 466 | "refs": { |
467 | | - "AbbreviatedExecution$mode": "<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>", |
468 | | - "GetPlanExecutionResponse$mode": "<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>", |
469 | | - "StartPlanExecutionRequest$mode": "<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>", |
| 467 | + "AbbreviatedExecution$mode": "<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>", |
| 468 | + "GetPlanExecutionResponse$mode": "<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>", |
| 469 | + "StartPlanExecutionRequest$mode": "<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>", |
470 | 470 | "StepState$stepMode": "<p>The mode for a step execution. The mode can be Graceful or Ungraceful.</p>" |
471 | 471 | } |
472 | 472 | }, |
|
1357 | 1357 | "WorkflowTargetAction": { |
1358 | 1358 | "base": null, |
1359 | 1359 | "refs": { |
1360 | | - "Trigger$action": "<p>The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.</p>", |
1361 | | - "Workflow$workflowTargetAction": "<p>The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.</p>" |
| 1360 | + "Trigger$action": "<p>The action to perform when the trigger fires. Valid values include <code>activate</code> and <code>deactivate</code>.</p>", |
| 1361 | + "Workflow$workflowTargetAction": "<p>The action that the workflow performs. Valid values include <code>activate</code> and <code>deactivate</code>.</p>" |
1362 | 1362 | } |
1363 | 1363 | } |
1364 | 1364 | } |
|
0 commit comments