@aws-sdk/client-internetmonitor 3.410.0 → 3.413.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.
@@ -12,6 +12,7 @@ class CreateMonitorCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class DeleteMonitorCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class GetHealthEventCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class GetMonitorCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class ListHealthEventsCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class ListMonitorsCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class TagResourceCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -12,6 +12,7 @@ class UpdateMonitorCommand extends smithy_client_1.Command {
12
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
13
  Endpoint: { type: "builtInParams", name: "endpoint" },
14
14
  Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
16
  };
16
17
  }
17
18
  constructor(input) {
@@ -4,6 +4,7 @@ exports.resolveClientEndpointParameters = void 0;
4
4
  const resolveClientEndpointParameters = (options) => {
5
5
  return {
6
6
  ...options,
7
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
7
8
  useFipsEndpoint: options.useFipsEndpoint ?? false,
8
9
  defaultSigningName: "internetmonitor",
9
10
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const r = "argv", s = "ref";
5
- const a = false, b = true, c = "isSet", d = "tree", e = "booleanEquals", f = "error", g = "endpoint", h = "PartitionResult", i = "getAttr", j = { "required": false, "type": "String" }, k = { [s]: "Endpoint" }, l = {}, m = { [s]: h }, n = { [f]: "FIPS is enabled but this partition does not support FIPS", "type": f }, o = [{ "fn": e, [r]: [{ [s]: "UseFIPS" }, true] }], p = [{ [s]: "Region" }], q = [{ "fn": e, [r]: [true, { "fn": i, [r]: [m, "supportsFIPS"] }] }];
6
- const _data = { version: "1.0", parameters: { Region: j, UseFIPS: { required: b, default: a, type: "Boolean" }, Endpoint: j }, rules: [{ conditions: [{ fn: c, [r]: [k] }], type: d, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { endpoint: { url: k, properties: l, headers: l }, type: g }] }, { conditions: [{ fn: c, [r]: p }], type: d, rules: [{ conditions: [{ fn: "aws.partition", [r]: p, assign: h }], type: d, rules: [{ conditions: [{ fn: e, [r]: [b, { fn: i, [r]: [m, "supportsDualStack"] }] }], type: d, rules: [{ conditions: o, type: d, rules: [{ conditions: q, type: d, rules: [{ endpoint: { url: "https://internetmonitor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, n] }, { endpoint: { url: "https://internetmonitor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { conditions: o, type: d, rules: [{ conditions: q, type: d, rules: [{ endpoint: { url: "https://internetmonitor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, n] }, { endpoint: { url: "https://internetmonitor.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "Invalid Configuration: Missing Region", type: f }] };
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://internetmonitor-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://internetmonitor-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://internetmonitor.{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://internetmonitor.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -9,6 +9,7 @@ export class CreateMonitorCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class DeleteMonitorCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class GetHealthEventCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class GetMonitorCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class ListHealthEventsCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class ListMonitorsCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class ListTagsForResourceCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class TagResourceCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class UntagResourceCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -9,6 +9,7 @@ export class UpdateMonitorCommand extends $Command {
9
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
10
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
11
11
  Region: { type: "builtInParams", name: "region" },
12
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
13
  };
13
14
  }
14
15
  constructor(input) {
@@ -1,6 +1,7 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
2
  return {
3
3
  ...options,
4
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
4
5
  useFipsEndpoint: options.useFipsEndpoint ?? false,
5
6
  defaultSigningName: "internetmonitor",
6
7
  };
@@ -1,4 +1,4 @@
1
- const r = "argv", s = "ref";
2
- const a = false, b = true, c = "isSet", d = "tree", e = "booleanEquals", f = "error", g = "endpoint", h = "PartitionResult", i = "getAttr", j = { "required": false, "type": "String" }, k = { [s]: "Endpoint" }, l = {}, m = { [s]: h }, n = { [f]: "FIPS is enabled but this partition does not support FIPS", "type": f }, o = [{ "fn": e, [r]: [{ [s]: "UseFIPS" }, true] }], p = [{ [s]: "Region" }], q = [{ "fn": e, [r]: [true, { "fn": i, [r]: [m, "supportsFIPS"] }] }];
3
- const _data = { version: "1.0", parameters: { Region: j, UseFIPS: { required: b, default: a, type: "Boolean" }, Endpoint: j }, rules: [{ conditions: [{ fn: c, [r]: [k] }], type: d, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { endpoint: { url: k, properties: l, headers: l }, type: g }] }, { conditions: [{ fn: c, [r]: p }], type: d, rules: [{ conditions: [{ fn: "aws.partition", [r]: p, assign: h }], type: d, rules: [{ conditions: [{ fn: e, [r]: [b, { fn: i, [r]: [m, "supportsDualStack"] }] }], type: d, rules: [{ conditions: o, type: d, rules: [{ conditions: q, type: d, rules: [{ endpoint: { url: "https://internetmonitor-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, n] }, { endpoint: { url: "https://internetmonitor.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { conditions: o, type: d, rules: [{ conditions: q, type: d, rules: [{ endpoint: { url: "https://internetmonitor-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, n] }, { endpoint: { url: "https://internetmonitor.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "Invalid Configuration: Missing Region", type: f }] };
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://internetmonitor-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://internetmonitor-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://internetmonitor.{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://internetmonitor.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -4,6 +4,7 @@ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provi
4
4
  */
5
5
  export interface ClientInputEndpointParameters {
6
6
  region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
7
8
  useFipsEndpoint?: boolean | Provider<boolean>;
8
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
9
10
  }
@@ -15,6 +16,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
15
16
  };
16
17
  export interface EndpointParameters extends __EndpointParameters {
17
18
  Region?: string;
19
+ UseDualStack?: boolean;
18
20
  UseFIPS?: boolean;
19
21
  Endpoint?: string;
20
22
  }
@@ -6,6 +6,7 @@ import {
6
6
  } from "@smithy/types";
7
7
  export interface ClientInputEndpointParameters {
8
8
  region?: string | Provider<string>;
9
+ useDualstackEndpoint?: boolean | Provider<boolean>;
9
10
  useFipsEndpoint?: boolean | Provider<boolean>;
10
11
  endpoint?:
11
12
  | string
@@ -26,6 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
26
27
  };
27
28
  export interface EndpointParameters extends __EndpointParameters {
28
29
  Region?: string;
30
+ UseDualStack?: boolean;
29
31
  UseFIPS?: boolean;
30
32
  Endpoint?: string;
31
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-internetmonitor",
3
3
  "description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.410.0",
4
+ "version": "3.413.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.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",
24
+ "@aws-sdk/client-sts": "3.413.0",
25
+ "@aws-sdk/credential-provider-node": "3.413.0",
26
+ "@aws-sdk/middleware-host-header": "3.413.0",
27
+ "@aws-sdk/middleware-logger": "3.413.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.413.0",
29
+ "@aws-sdk/middleware-signing": "3.413.0",
30
+ "@aws-sdk/middleware-user-agent": "3.413.0",
31
+ "@aws-sdk/types": "3.413.0",
32
+ "@aws-sdk/util-endpoints": "3.413.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.413.0",
34
+ "@aws-sdk/util-user-agent-node": "3.413.0",
35
+ "@smithy/config-resolver": "^2.0.8",
36
+ "@smithy/fetch-http-handler": "^2.1.3",
37
+ "@smithy/hash-node": "^2.0.7",
38
+ "@smithy/invalid-dependency": "^2.0.7",
39
+ "@smithy/middleware-content-length": "^2.0.9",
40
+ "@smithy/middleware-endpoint": "^2.0.7",
41
+ "@smithy/middleware-retry": "^2.0.10",
42
+ "@smithy/middleware-serde": "^2.0.7",
43
43
  "@smithy/middleware-stack": "^2.0.0",
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",
44
+ "@smithy/node-config-provider": "^2.0.10",
45
+ "@smithy/node-http-handler": "^2.1.3",
46
+ "@smithy/protocol-http": "^3.0.3",
47
+ "@smithy/smithy-client": "^2.1.4",
48
+ "@smithy/types": "^2.3.1",
49
+ "@smithy/url-parser": "^2.0.7",
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.7",
54
- "@smithy/util-defaults-mode-node": "^2.0.9",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.8",
54
+ "@smithy/util-defaults-mode-node": "^2.0.10",
55
55
  "@smithy/util-retry": "^2.0.0",
56
56
  "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0",