@aws-sdk/client-arc-region-switch 3.983.0 → 3.985.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.
@@ -40,7 +40,7 @@ export interface AbbreviatedExecution {
40
40
  */
41
41
  endTime?: Date | undefined;
42
42
  /**
43
- * <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>
43
+ * <p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>
44
44
  * @public
45
45
  */
46
46
  mode: ExecutionMode | undefined;
@@ -50,7 +50,7 @@ export interface AbbreviatedExecution {
50
50
  */
51
51
  executionState: ExecutionState | undefined;
52
52
  /**
53
- * <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>
53
+ * <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>
54
54
  * @public
55
55
  */
56
56
  executionAction: ExecutionAction | undefined;
@@ -518,7 +518,7 @@ export interface TriggerCondition {
518
518
  */
519
519
  associatedAlarmName: string | undefined;
520
520
  /**
521
- * <p>The condition that must be met. Valid values include ALARM and OK.</p>
521
+ * <p>The condition that must be met. Valid values include <code>green</code> and <code>red</code>.</p>
522
522
  * @public
523
523
  */
524
524
  condition: AlarmCondition | undefined;
@@ -539,7 +539,7 @@ export interface Trigger {
539
539
  */
540
540
  targetRegion: string | undefined;
541
541
  /**
542
- * <p>The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.</p>
542
+ * <p>The action to perform when the trigger fires. Valid values include <code>activate</code> and <code>deactivate</code>.</p>
543
543
  * @public
544
544
  */
545
545
  action: WorkflowTargetAction | undefined;
@@ -1551,12 +1551,12 @@ export interface StartPlanExecutionRequest {
1551
1551
  */
1552
1552
  targetRegion: string | undefined;
1553
1553
  /**
1554
- * <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>
1554
+ * <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>
1555
1555
  * @public
1556
1556
  */
1557
1557
  action: ExecutionAction | undefined;
1558
1558
  /**
1559
- * <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>
1559
+ * <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>
1560
1560
  * @public
1561
1561
  */
1562
1562
  mode?: ExecutionMode | undefined;
@@ -1957,7 +1957,7 @@ export interface Workflow {
1957
1957
  */
1958
1958
  steps?: Step[] | undefined;
1959
1959
  /**
1960
- * <p>The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.</p>
1960
+ * <p>The action that the workflow performs. Valid values include <code>activate</code> and <code>deactivate</code>.</p>
1961
1961
  * @public
1962
1962
  */
1963
1963
  workflowTargetAction: WorkflowTargetAction | undefined;
@@ -2213,7 +2213,7 @@ export interface GetPlanExecutionResponse {
2213
2213
  */
2214
2214
  endTime?: Date | undefined;
2215
2215
  /**
2216
- * <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>
2216
+ * <p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>
2217
2217
  * @public
2218
2218
  */
2219
2219
  mode: ExecutionMode | undefined;
@@ -2223,7 +2223,7 @@ export interface GetPlanExecutionResponse {
2223
2223
  */
2224
2224
  executionState: ExecutionState | undefined;
2225
2225
  /**
2226
- * <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>
2226
+ * <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>
2227
2227
  * @public
2228
2228
  */
2229
2229
  executionAction: ExecutionAction | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-arc-region-switch",
3
3
  "description": "AWS SDK for JavaScript Arc Region Switch Client for Node.js, Browser and React Native",
4
- "version": "3.983.0",
4
+ "version": "3.985.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-arc-region-switch",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.6",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.983.0",
32
+ "@aws-sdk/util-endpoints": "3.985.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.4",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.0",
36
+ "@smithy/core": "^3.22.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.12",
42
- "@smithy/middleware-retry": "^4.4.29",
41
+ "@smithy/middleware-endpoint": "^4.4.13",
42
+ "@smithy/middleware-retry": "^4.4.30",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.8",
46
+ "@smithy/node-http-handler": "^4.4.9",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.1",
48
+ "@smithy/smithy-client": "^4.11.2",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.28",
55
- "@smithy/util-defaults-mode-node": "^4.2.31",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
55
+ "@smithy/util-defaults-mode-node": "^4.2.32",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",