@aws-sdk/client-route53-recovery-cluster 3.408.0 → 3.410.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -1,16 +1,19 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const protocol_http_1 = require("@smithy/protocol-http");
4
5
  const smithy_client_1 = require("@smithy/smithy-client");
5
6
  const asPartial = (t) => t;
6
7
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
7
8
  const extensionConfiguration = {
8
9
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
+ ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
9
11
  };
10
12
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
11
13
  return {
12
14
  ...runtimeConfig,
13
15
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
+ ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
14
17
  };
15
18
  };
16
19
  exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://route53-recovery-cluster.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -1,12 +1,15 @@
1
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
1
2
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
3
  const asPartial = (t) => t;
3
4
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
4
5
  const extensionConfiguration = {
5
6
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
7
+ ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
6
8
  };
7
9
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
8
10
  return {
9
11
  ...runtimeConfig,
10
12
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
13
+ ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
11
14
  };
12
15
  };
@@ -33,29 +33,29 @@ export interface Route53RecoveryCluster {
33
33
  /**
34
34
  * @public
35
35
  * <p>Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.</p>
36
- * <p>With Route 53 ARC, you can use routing control with extreme reliability to
36
+ * <p>With Route 53 ARC, you can use routing control with extreme reliability to
37
37
  * recover applications by rerouting traffic across
38
38
  * Availability Zones or Amazon Web Services Regions. Routing controls are simple on/off switches hosted
39
39
  * on a highly available cluster in Route 53 ARC. A cluster provides a set of five redundant Regional endpoints against which you
40
40
  * can run API calls to get or update the state of routing controls. To implement failover, you set
41
41
  * one routing control On and another one Off, to reroute traffic from one Availability Zone or Amazon Web Services Region
42
42
  * to another. </p>
43
- * <p>
43
+ * <p>
44
44
  * <i>Be aware that you must specify a Regional endpoint for a cluster when you work with API cluster operations
45
45
  * to get or update routing control states in Route 53 ARC.</i> In addition, you must specify the US West (Oregon) Region
46
46
  * for Route 53 ARC API calls. For example, use the parameter <code>--region us-west-2</code> with AWS CLI commands.
47
47
  * For more information, see
48
48
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.api.html">
49
49
  * Get and update routing control states using the API</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
50
- * <p>This API guide includes information about the API operations for how to get and update routing control states
50
+ * <p>This API guide includes information about the API operations for how to get and update routing control states
51
51
  * in Route 53 ARC. To work with routing control in Route 53 ARC, you must first create the required components (clusters, control
52
52
  * panels, and routing controls) using the recovery cluster configuration API.</p>
53
- * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
54
- * <ul>
53
+ * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
54
+ * <ul>
55
55
  * <li>
56
- * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
56
+ * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
57
57
  * see the <a href="https://docs.aws.amazon.com/recovery-cluster/latest/api/">Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
58
- * </li>
58
+ * </li>
59
59
  * <li>
60
60
  * <p>Learn about the components in recovery control, including clusters,
61
61
  * routing controls, and control panels, and how to work with Route 53 ARC in the Amazon Web Services console. For more
@@ -63,14 +63,14 @@ export interface Route53RecoveryCluster {
63
63
  * Recovery control components</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
64
64
  * </li>
65
65
  * <li>
66
- * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
66
+ * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
67
67
  * applications are scaled and ready to handle failover traffic. For more information about
68
68
  * the related API operations, see the <a href="https://docs.aws.amazon.com/recovery-readiness/latest/api/">Recovery Readiness API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
69
- * </li>
69
+ * </li>
70
70
  * <li>
71
- * <p>For more information about creating resilient applications and preparing for
71
+ * <p>For more information about creating resilient applications and preparing for
72
72
  * recovery readiness with Route 53 ARC, see the <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
73
- * </li>
73
+ * </li>
74
74
  * </ul>
75
75
  */
76
76
  export declare class Route53RecoveryCluster extends Route53RecoveryClusterClient implements Route53RecoveryCluster {
@@ -155,29 +155,29 @@ export interface Route53RecoveryClusterClientResolvedConfig extends Route53Recov
155
155
  /**
156
156
  * @public
157
157
  * <p>Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.</p>
158
- * <p>With Route 53 ARC, you can use routing control with extreme reliability to
158
+ * <p>With Route 53 ARC, you can use routing control with extreme reliability to
159
159
  * recover applications by rerouting traffic across
160
160
  * Availability Zones or Amazon Web Services Regions. Routing controls are simple on/off switches hosted
161
161
  * on a highly available cluster in Route 53 ARC. A cluster provides a set of five redundant Regional endpoints against which you
162
162
  * can run API calls to get or update the state of routing controls. To implement failover, you set
163
163
  * one routing control On and another one Off, to reroute traffic from one Availability Zone or Amazon Web Services Region
164
164
  * to another. </p>
165
- * <p>
165
+ * <p>
166
166
  * <i>Be aware that you must specify a Regional endpoint for a cluster when you work with API cluster operations
167
167
  * to get or update routing control states in Route 53 ARC.</i> In addition, you must specify the US West (Oregon) Region
168
168
  * for Route 53 ARC API calls. For example, use the parameter <code>--region us-west-2</code> with AWS CLI commands.
169
169
  * For more information, see
170
170
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.api.html">
171
171
  * Get and update routing control states using the API</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
172
- * <p>This API guide includes information about the API operations for how to get and update routing control states
172
+ * <p>This API guide includes information about the API operations for how to get and update routing control states
173
173
  * in Route 53 ARC. To work with routing control in Route 53 ARC, you must first create the required components (clusters, control
174
174
  * panels, and routing controls) using the recovery cluster configuration API.</p>
175
- * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
176
- * <ul>
175
+ * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
176
+ * <ul>
177
177
  * <li>
178
- * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
178
+ * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
179
179
  * see the <a href="https://docs.aws.amazon.com/recovery-cluster/latest/api/">Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
180
- * </li>
180
+ * </li>
181
181
  * <li>
182
182
  * <p>Learn about the components in recovery control, including clusters,
183
183
  * routing controls, and control panels, and how to work with Route 53 ARC in the Amazon Web Services console. For more
@@ -185,14 +185,14 @@ export interface Route53RecoveryClusterClientResolvedConfig extends Route53Recov
185
185
  * Recovery control components</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
186
186
  * </li>
187
187
  * <li>
188
- * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
188
+ * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
189
189
  * applications are scaled and ready to handle failover traffic. For more information about
190
190
  * the related API operations, see the <a href="https://docs.aws.amazon.com/recovery-readiness/latest/api/">Recovery Readiness API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
191
- * </li>
191
+ * </li>
192
192
  * <li>
193
- * <p>For more information about creating resilient applications and preparing for
193
+ * <p>For more information about creating resilient applications and preparing for
194
194
  * recovery readiness with Route 53 ARC, see the <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
195
- * </li>
195
+ * </li>
196
196
  * </ul>
197
197
  */
198
198
  export declare class Route53RecoveryClusterClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, Route53RecoveryClusterClientResolvedConfig> {
@@ -26,21 +26,21 @@ export interface GetRoutingControlStateCommandOutput extends GetRoutingControlSt
26
26
  * <p>Get the state for a routing control. A routing control is a simple on/off switch that you
27
27
  * can use to route traffic to cells. When a routing control state is On, traffic flows to a cell. When
28
28
  * the state is Off, traffic does not flow. </p>
29
- * <p>Before you can create a routing control, you must first create a cluster, and then host the control
29
+ * <p>Before you can create a routing control, you must first create a cluster, and then host the control
30
30
  * in a control panel on the cluster. For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.create.html">
31
31
  * Create routing control structures</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.
32
32
  * You access one of the endpoints for the cluster to get or update the routing control state to
33
33
  * redirect traffic for your application. </p>
34
- * <p>
34
+ * <p>
35
35
  * <i>You must specify Regional endpoints when you work with API cluster operations
36
36
  * to get or update routing control states in Route 53 ARC.</i>
37
37
  * </p>
38
- * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
38
+ * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
39
39
  * in sequence, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/service_code_examples_actions.html">API examples</a>
40
40
  * in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
41
- * <p>Learn more about working with routing controls in the following topics in the
41
+ * <p>Learn more about working with routing controls in the following topics in the
42
42
  * Amazon Route 53 Application Recovery Controller Developer Guide:</p>
43
- * <ul>
43
+ * <ul>
44
44
  * <li>
45
45
  * <p>
46
46
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.html">
@@ -67,7 +67,7 @@ export interface GetRoutingControlStateCommandOutput extends GetRoutingControlSt
67
67
  * const response = await client.send(command);
68
68
  * // { // GetRoutingControlStateResponse
69
69
  * // RoutingControlArn: "STRING_VALUE", // required
70
- * // RoutingControlState: "STRING_VALUE", // required
70
+ * // RoutingControlState: "On" || "Off", // required
71
71
  * // RoutingControlName: "STRING_VALUE",
72
72
  * // };
73
73
  *
@@ -27,21 +27,21 @@ export interface ListRoutingControlsCommandOutput extends ListRoutingControlsRes
27
27
  * state for each routing control, along with the control panel name and control panel ARN for the routing controls.
28
28
  * If you specify a control panel ARN, this call lists the routing controls in the control panel. Otherwise, it lists
29
29
  * all the routing controls in the cluster.</p>
30
- * <p>A routing control is a simple on/off switch in Route 53 ARC that you
30
+ * <p>A routing control is a simple on/off switch in Route 53 ARC that you
31
31
  * can use to route traffic to cells. When a routing control state is On, traffic flows to a cell. When
32
32
  * the state is Off, traffic does not flow.</p>
33
- * <p>Before you can create a routing control, you must first create a cluster, and then host the control
33
+ * <p>Before you can create a routing control, you must first create a cluster, and then host the control
34
34
  * in a control panel on the cluster. For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.create.html">
35
35
  * Create routing control structures</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.
36
36
  * You access one of the endpoints for the cluster to get or update the routing control state to
37
37
  * redirect traffic for your application. </p>
38
- * <p>
38
+ * <p>
39
39
  * <i>You must specify Regional endpoints when you work with API cluster operations
40
40
  * to use this API operation to list routing controls in Route 53 ARC.</i>
41
41
  * </p>
42
- * <p>Learn more about working with routing controls in the following topics in the
42
+ * <p>Learn more about working with routing controls in the following topics in the
43
43
  * Amazon Route 53 Application Recovery Controller Developer Guide:</p>
44
- * <ul>
44
+ * <ul>
45
45
  * <li>
46
46
  * <p>
47
47
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.html">
@@ -75,7 +75,7 @@ export interface ListRoutingControlsCommandOutput extends ListRoutingControlsRes
75
75
  * // ControlPanelName: "STRING_VALUE",
76
76
  * // RoutingControlArn: "STRING_VALUE",
77
77
  * // RoutingControlName: "STRING_VALUE",
78
- * // RoutingControlState: "STRING_VALUE",
78
+ * // RoutingControlState: "On" || "Off",
79
79
  * // },
80
80
  * // ],
81
81
  * // NextToken: "STRING_VALUE",
@@ -26,25 +26,25 @@ export interface UpdateRoutingControlStateCommandOutput extends UpdateRoutingCon
26
26
  * <p>Set the state of the routing control to reroute traffic. You can set the value to be On or
27
27
  * Off. When the state is On, traffic flows to a cell. When the state is Off, traffic does not
28
28
  * flow.</p>
29
- * <p>With Route 53 ARC, you can add safety rules for routing controls, which are safeguards for routing
29
+ * <p>With Route 53 ARC, you can add safety rules for routing controls, which are safeguards for routing
30
30
  * control state updates that help prevent unexpected outcomes, like fail open traffic routing. However,
31
31
  * there are scenarios when you might want to bypass the routing control safeguards that are enforced with
32
32
  * safety rules that you've configured. For example, you might want to fail over quickly for disaster recovery,
33
33
  * and one or more safety rules might be unexpectedly preventing you from updating a routing control state to
34
34
  * reroute traffic. In a "break glass" scenario like this, you can override one or more safety rules to change
35
35
  * a routing control state and fail over your application.</p>
36
- * <p>The <code>SafetyRulesToOverride</code> property enables you override one or more safety rules and
36
+ * <p>The <code>SafetyRulesToOverride</code> property enables you override one or more safety rules and
37
37
  * update routing control states. For more information, see
38
38
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
39
39
  * Override safety rules to reroute traffic</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
40
- * <p>
40
+ * <p>
41
41
  * <i>You must specify Regional endpoints when you work with API cluster operations
42
42
  * to get or update routing control states in Route 53 ARC.</i>
43
43
  * </p>
44
- * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
44
+ * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
45
45
  * in sequence, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/service_code_examples_actions.html">API examples</a>
46
46
  * in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
47
- * <ul>
47
+ * <ul>
48
48
  * <li>
49
49
  * <p>
50
50
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.html">
@@ -65,7 +65,7 @@ export interface UpdateRoutingControlStateCommandOutput extends UpdateRoutingCon
65
65
  * const client = new Route53RecoveryClusterClient(config);
66
66
  * const input = { // UpdateRoutingControlStateRequest
67
67
  * RoutingControlArn: "STRING_VALUE", // required
68
- * RoutingControlState: "STRING_VALUE", // required
68
+ * RoutingControlState: "On" || "Off", // required
69
69
  * SafetyRulesToOverride: [ // Arns
70
70
  * "STRING_VALUE",
71
71
  * ],
@@ -26,14 +26,14 @@ export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingCo
26
26
  * <p>Set multiple routing control states. You can set the value for each state to be On or Off.
27
27
  * When the state is On, traffic flows to a cell. When it's Off, traffic does not
28
28
  * flow.</p>
29
- * <p>With Route 53 ARC, you can add safety rules for routing controls, which are safeguards for routing
29
+ * <p>With Route 53 ARC, you can add safety rules for routing controls, which are safeguards for routing
30
30
  * control state updates that help prevent unexpected outcomes, like fail open traffic routing. However,
31
31
  * there are scenarios when you might want to bypass the routing control safeguards that are enforced with
32
32
  * safety rules that you've configured. For example, you might want to fail over quickly for disaster recovery,
33
33
  * and one or more safety rules might be unexpectedly preventing you from updating a routing control state to
34
34
  * reroute traffic. In a "break glass" scenario like this, you can override one or more safety rules to change
35
35
  * a routing control state and fail over your application.</p>
36
- * <p>The <code>SafetyRulesToOverride</code> property enables you override one or more safety rules and
36
+ * <p>The <code>SafetyRulesToOverride</code> property enables you override one or more safety rules and
37
37
  * update routing control states. For more information, see
38
38
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
39
39
  * Override safety rules to reroute traffic</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
@@ -41,10 +41,10 @@ export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingCo
41
41
  * <i>You must specify Regional endpoints when you work with API cluster operations
42
42
  * to get or update routing control states in Route 53 ARC.</i>
43
43
  * </p>
44
- * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
44
+ * <p>To see a code example for getting a routing control state, including accessing Regional cluster endpoints
45
45
  * in sequence, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/service_code_examples_actions.html">API examples</a>
46
46
  * in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
47
- * <ul>
47
+ * <ul>
48
48
  * <li>
49
49
  * <p>
50
50
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.html">
@@ -67,7 +67,7 @@ export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingCo
67
67
  * UpdateRoutingControlStateEntries: [ // UpdateRoutingControlStateEntries // required
68
68
  * { // UpdateRoutingControlStateEntry
69
69
  * RoutingControlArn: "STRING_VALUE", // required
70
- * RoutingControlState: "STRING_VALUE", // required
70
+ * RoutingControlState: "On" || "Off", // required
71
71
  * },
72
72
  * ],
73
73
  * SafetyRulesToOverride: [ // Arns
@@ -1,6 +1,7 @@
1
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
1
2
  import { DefaultExtensionConfiguration } from "@smithy/types";
2
3
  /**
3
4
  * @internal
4
5
  */
5
- export interface Route53RecoveryClusterExtensionConfiguration extends DefaultExtensionConfiguration {
6
+ export interface Route53RecoveryClusterExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
6
7
  }
@@ -1,28 +1,28 @@
1
1
  /**
2
2
  * <p>Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.</p>
3
- * <p>With Route 53 ARC, you can use routing control with extreme reliability to
3
+ * <p>With Route 53 ARC, you can use routing control with extreme reliability to
4
4
  * recover applications by rerouting traffic across
5
5
  * Availability Zones or Amazon Web Services Regions. Routing controls are simple on/off switches hosted
6
6
  * on a highly available cluster in Route 53 ARC. A cluster provides a set of five redundant Regional endpoints against which you
7
7
  * can run API calls to get or update the state of routing controls. To implement failover, you set
8
8
  * one routing control On and another one Off, to reroute traffic from one Availability Zone or Amazon Web Services Region
9
9
  * to another. </p>
10
- * <p>
10
+ * <p>
11
11
  * <i>Be aware that you must specify a Regional endpoint for a cluster when you work with API cluster operations
12
12
  * to get or update routing control states in Route 53 ARC.</i> In addition, you must specify the US West (Oregon) Region
13
13
  * for Route 53 ARC API calls. For example, use the parameter <code>--region us-west-2</code> with AWS CLI commands.
14
14
  * For more information, see
15
15
  * <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.update.api.html">
16
16
  * Get and update routing control states using the API</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
17
- * <p>This API guide includes information about the API operations for how to get and update routing control states
17
+ * <p>This API guide includes information about the API operations for how to get and update routing control states
18
18
  * in Route 53 ARC. To work with routing control in Route 53 ARC, you must first create the required components (clusters, control
19
19
  * panels, and routing controls) using the recovery cluster configuration API.</p>
20
- * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
21
- * <ul>
20
+ * <p>For more information about working with routing control in Route 53 ARC, see the following:</p>
21
+ * <ul>
22
22
  * <li>
23
- * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
23
+ * <p>Create clusters, control panels, and routing controls by using API operations. For more information,
24
24
  * see the <a href="https://docs.aws.amazon.com/recovery-cluster/latest/api/">Recovery Control Configuration API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
25
- * </li>
25
+ * </li>
26
26
  * <li>
27
27
  * <p>Learn about the components in recovery control, including clusters,
28
28
  * routing controls, and control panels, and how to work with Route 53 ARC in the Amazon Web Services console. For more
@@ -30,14 +30,14 @@
30
30
  * Recovery control components</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
31
31
  * </li>
32
32
  * <li>
33
- * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
33
+ * <p>Route 53 ARC also provides readiness checks that continually audit resources to help make sure that your
34
34
  * applications are scaled and ready to handle failover traffic. For more information about
35
35
  * the related API operations, see the <a href="https://docs.aws.amazon.com/recovery-readiness/latest/api/">Recovery Readiness API Reference Guide for Amazon Route 53 Application Recovery Controller</a>.</p>
36
- * </li>
36
+ * </li>
37
37
  * <li>
38
- * <p>For more information about creating resilient applications and preparing for
38
+ * <p>For more information about creating resilient applications and preparing for
39
39
  * recovery readiness with Route 53 ARC, see the <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/">Amazon Route 53 Application Recovery Controller Developer Guide</a>.</p>
40
- * </li>
40
+ * </li>
41
41
  * </ul>
42
42
  *
43
43
  * @packageDocumentation
@@ -316,7 +316,7 @@ export interface UpdateRoutingControlStateRequest {
316
316
  * <p>The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of
317
317
  * a routing control. You can override one safety rule or multiple safety rules by including one or more ARNs, separated
318
318
  * by commas.</p>
319
- * <p>For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
319
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
320
320
  * Override safety rules to reroute traffic</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
321
321
  */
322
322
  SafetyRulesToOverride?: string[];
@@ -356,7 +356,7 @@ export interface UpdateRoutingControlStatesRequest {
356
356
  * <p>The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating routing
357
357
  * control states. You can override one safety rule or multiple safety rules by including one or more ARNs, separated
358
358
  * by commas.</p>
359
- * <p>For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
359
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.override-safety-rule.html">
360
360
  * Override safety rules to reroute traffic</a> in the Amazon Route 53 Application Recovery Controller Developer Guide.</p>
361
361
  */
362
362
  SafetyRulesToOverride?: string[];
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: Route53RecoveryClusterClientConf
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -11,7 +11,10 @@ export declare const getRuntimeConfig: (config: Route53RecoveryClusterClientConf
11
11
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
14
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
15
+ updateHttpClientConfig(key: never, value: never): void;
16
+ httpHandlerConfigs(): {};
17
+ }) | RequestHandler;
15
18
  retryMode: string | import("@smithy/types").Provider<string>;
16
19
  sha256: import("@smithy/types").HashConstructor;
17
20
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,10 @@ import { Route53RecoveryClusterClientConfig } from "./Route53RecoveryClusterClie
5
5
  export declare const getRuntimeConfig: (config: Route53RecoveryClusterClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/types").RequestHandler<import("@smithy/protocol-http").HttpRequest, import("@smithy/protocol-http").HttpResponse, import("@smithy/types").HttpHandlerOptions> & {
9
+ updateHttpClientConfig(key: never, value: never): void;
10
+ httpHandlerConfigs(): {};
11
+ }) | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
12
  apiVersion: string;
10
13
  urlParser: import("@smithy/types").UrlParser;
11
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
@@ -3,7 +3,7 @@ import { Route53RecoveryClusterExtensionConfiguration } from "./extensionConfigu
3
3
  * @public
4
4
  */
5
5
  export interface RuntimeExtension {
6
- configure(clientConfiguration: Route53RecoveryClusterExtensionConfiguration): void;
6
+ configure(extensionConfiguration: Route53RecoveryClusterExtensionConfiguration): void;
7
7
  }
8
8
  /**
9
9
  * @public
@@ -1,3 +1,5 @@
1
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
1
2
  import { DefaultExtensionConfiguration } from "@smithy/types";
2
3
  export interface Route53RecoveryClusterExtensionConfiguration
3
- extends DefaultExtensionConfiguration {}
4
+ extends HttpHandlerExtensionConfiguration,
5
+ DefaultExtensionConfiguration {}
@@ -22,7 +22,14 @@ export declare const getRuntimeConfig: (
22
22
  any,
23
23
  import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
- import("@smithy/protocol-http").HttpHandler)
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
26
33
  | RequestHandler;
27
34
  retryMode: string | import("@smithy/types").Provider<string>;
28
35
  sha256: import("@smithy/types").HashConstructor;
@@ -22,7 +22,14 @@ export declare const getRuntimeConfig: (
22
22
  any,
23
23
  import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
- import("@smithy/protocol-http").HttpHandler)
25
+ import("@smithy/types").RequestHandler<
26
+ import("@smithy/protocol-http").HttpRequest,
27
+ import("@smithy/protocol-http").HttpResponse,
28
+ import("@smithy/types").HttpHandlerOptions
29
+ > & {
30
+ updateHttpClientConfig(key: never, value: never): void;
31
+ httpHandlerConfigs(): {};
32
+ })
26
33
  | RequestHandler;
27
34
  retryMode: string | import("@smithy/types").Provider<string>;
28
35
  sha256: import("@smithy/types").HashConstructor;
@@ -10,7 +10,14 @@ export declare const getRuntimeConfig: (
10
10
  any,
11
11
  import("@smithy/types").HttpHandlerOptions
12
12
  > &
13
- import("@smithy/protocol-http").HttpHandler)
13
+ import("@smithy/types").RequestHandler<
14
+ import("@smithy/protocol-http").HttpRequest,
15
+ import("@smithy/protocol-http").HttpResponse,
16
+ import("@smithy/types").HttpHandlerOptions
17
+ > & {
18
+ updateHttpClientConfig(key: never, value: never): void;
19
+ httpHandlerConfigs(): {};
20
+ })
14
21
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
15
22
  apiVersion: string;
16
23
  urlParser: import("@smithy/types").UrlParser;
@@ -1,7 +1,7 @@
1
1
  import { Route53RecoveryClusterExtensionConfiguration } from "./extensionConfiguration";
2
2
  export interface RuntimeExtension {
3
3
  configure(
4
- clientConfiguration: Route53RecoveryClusterExtensionConfiguration
4
+ extensionConfiguration: Route53RecoveryClusterExtensionConfiguration
5
5
  ): void;
6
6
  }
7
7
  export interface RuntimeExtensionsConfig {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-cluster",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Cluster Client for Node.js, Browser and React Native",
4
- "version": "3.408.0",
4
+ "version": "3.410.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.408.0",
25
- "@aws-sdk/credential-provider-node": "3.408.0",
26
- "@aws-sdk/middleware-host-header": "3.408.0",
27
- "@aws-sdk/middleware-logger": "3.408.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
- "@aws-sdk/middleware-signing": "3.408.0",
30
- "@aws-sdk/middleware-user-agent": "3.408.0",
31
- "@aws-sdk/types": "3.408.0",
32
- "@aws-sdk/util-endpoints": "3.408.0",
33
- "@aws-sdk/util-user-agent-browser": "3.408.0",
34
- "@aws-sdk/util-user-agent-node": "3.408.0",
35
- "@smithy/config-resolver": "^2.0.5",
36
- "@smithy/fetch-http-handler": "^2.0.5",
37
- "@smithy/hash-node": "^2.0.5",
38
- "@smithy/invalid-dependency": "^2.0.5",
39
- "@smithy/middleware-content-length": "^2.0.5",
40
- "@smithy/middleware-endpoint": "^2.0.5",
41
- "@smithy/middleware-retry": "^2.0.5",
42
- "@smithy/middleware-serde": "^2.0.5",
24
+ "@aws-sdk/client-sts": "3.410.0",
25
+ "@aws-sdk/credential-provider-node": "3.410.0",
26
+ "@aws-sdk/middleware-host-header": "3.410.0",
27
+ "@aws-sdk/middleware-logger": "3.410.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.410.0",
29
+ "@aws-sdk/middleware-signing": "3.410.0",
30
+ "@aws-sdk/middleware-user-agent": "3.410.0",
31
+ "@aws-sdk/types": "3.410.0",
32
+ "@aws-sdk/util-endpoints": "3.410.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.410.0",
34
+ "@aws-sdk/util-user-agent-node": "3.410.0",
35
+ "@smithy/config-resolver": "^2.0.7",
36
+ "@smithy/fetch-http-handler": "^2.1.2",
37
+ "@smithy/hash-node": "^2.0.6",
38
+ "@smithy/invalid-dependency": "^2.0.6",
39
+ "@smithy/middleware-content-length": "^2.0.8",
40
+ "@smithy/middleware-endpoint": "^2.0.6",
41
+ "@smithy/middleware-retry": "^2.0.9",
42
+ "@smithy/middleware-serde": "^2.0.6",
43
43
  "@smithy/middleware-stack": "^2.0.0",
44
- "@smithy/node-config-provider": "^2.0.6",
45
- "@smithy/node-http-handler": "^2.0.5",
46
- "@smithy/protocol-http": "^2.0.5",
47
- "@smithy/smithy-client": "^2.0.5",
48
- "@smithy/types": "^2.2.2",
49
- "@smithy/url-parser": "^2.0.5",
44
+ "@smithy/node-config-provider": "^2.0.9",
45
+ "@smithy/node-http-handler": "^2.1.2",
46
+ "@smithy/protocol-http": "^3.0.2",
47
+ "@smithy/smithy-client": "^2.1.3",
48
+ "@smithy/types": "^2.3.0",
49
+ "@smithy/url-parser": "^2.0.6",
50
50
  "@smithy/util-base64": "^2.0.0",
51
51
  "@smithy/util-body-length-browser": "^2.0.0",
52
52
  "@smithy/util-body-length-node": "^2.1.0",
53
- "@smithy/util-defaults-mode-browser": "^2.0.6",
54
- "@smithy/util-defaults-mode-node": "^2.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.7",
54
+ "@smithy/util-defaults-mode-node": "^2.0.9",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0"