@aws-sdk/client-elastic-load-balancing-v2 3.658.0 → 3.662.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.
package/dist-cjs/index.js CHANGED
@@ -7747,7 +7747,7 @@ var checkState = /* @__PURE__ */ __name(async (client, input) => {
7747
7747
  }
7748
7748
  } catch (exception) {
7749
7749
  reason = exception;
7750
- if (exception.name && exception.name == "LoadBalancerNotFound") {
7750
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
7751
7751
  return { state: import_util_waiter.WaiterState.RETRY, reason };
7752
7752
  }
7753
7753
  }
@@ -7773,7 +7773,7 @@ var checkState2 = /* @__PURE__ */ __name(async (client, input) => {
7773
7773
  return { state: import_util_waiter.WaiterState.SUCCESS, reason };
7774
7774
  } catch (exception) {
7775
7775
  reason = exception;
7776
- if (exception.name && exception.name == "LoadBalancerNotFound") {
7776
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
7777
7777
  return { state: import_util_waiter.WaiterState.RETRY, reason };
7778
7778
  }
7779
7779
  }
@@ -7815,7 +7815,7 @@ var checkState3 = /* @__PURE__ */ __name(async (client, input) => {
7815
7815
  }
7816
7816
  } catch (exception) {
7817
7817
  reason = exception;
7818
- if (exception.name && exception.name == "LoadBalancerNotFound") {
7818
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
7819
7819
  return { state: import_util_waiter.WaiterState.SUCCESS, reason };
7820
7820
  }
7821
7821
  }
@@ -7857,7 +7857,7 @@ var checkState4 = /* @__PURE__ */ __name(async (client, input) => {
7857
7857
  }
7858
7858
  } catch (exception) {
7859
7859
  reason = exception;
7860
- if (exception.name && exception.name == "InvalidTarget") {
7860
+ if (exception.name && exception.name == "InvalidTargetException") {
7861
7861
  return { state: import_util_waiter.WaiterState.SUCCESS, reason };
7862
7862
  }
7863
7863
  }
@@ -40,7 +40,7 @@ const checkState = async (client, input) => {
40
40
  }
41
41
  catch (exception) {
42
42
  reason = exception;
43
- if (exception.name && exception.name == "LoadBalancerNotFound") {
43
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
44
44
  return { state: WaiterState.RETRY, reason };
45
45
  }
46
46
  }
@@ -9,7 +9,7 @@ const checkState = async (client, input) => {
9
9
  }
10
10
  catch (exception) {
11
11
  reason = exception;
12
- if (exception.name && exception.name == "LoadBalancerNotFound") {
12
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
13
13
  return { state: WaiterState.RETRY, reason };
14
14
  }
15
15
  }
@@ -25,7 +25,7 @@ const checkState = async (client, input) => {
25
25
  }
26
26
  catch (exception) {
27
27
  reason = exception;
28
- if (exception.name && exception.name == "LoadBalancerNotFound") {
28
+ if (exception.name && exception.name == "LoadBalancerNotFoundException") {
29
29
  return { state: WaiterState.SUCCESS, reason };
30
30
  }
31
31
  }
@@ -25,7 +25,7 @@ const checkState = async (client, input) => {
25
25
  }
26
26
  catch (exception) {
27
27
  reason = exception;
28
- if (exception.name && exception.name == "InvalidTarget") {
28
+ if (exception.name && exception.name == "InvalidTargetException") {
29
29
  return { state: WaiterState.SUCCESS, reason };
30
30
  }
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.658.0",
4
+ "version": "3.662.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
@@ -20,45 +20,45 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.658.0",
24
- "@aws-sdk/client-sts": "3.658.0",
25
- "@aws-sdk/core": "3.658.0",
26
- "@aws-sdk/credential-provider-node": "3.658.0",
27
- "@aws-sdk/middleware-host-header": "3.654.0",
28
- "@aws-sdk/middleware-logger": "3.654.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
- "@aws-sdk/middleware-user-agent": "3.654.0",
31
- "@aws-sdk/region-config-resolver": "3.654.0",
32
- "@aws-sdk/types": "3.654.0",
33
- "@aws-sdk/util-endpoints": "3.654.0",
34
- "@aws-sdk/util-user-agent-browser": "3.654.0",
35
- "@aws-sdk/util-user-agent-node": "3.654.0",
36
- "@smithy/config-resolver": "^3.0.8",
37
- "@smithy/core": "^2.4.3",
38
- "@smithy/fetch-http-handler": "^3.2.7",
39
- "@smithy/hash-node": "^3.0.6",
40
- "@smithy/invalid-dependency": "^3.0.6",
41
- "@smithy/middleware-content-length": "^3.0.8",
42
- "@smithy/middleware-endpoint": "^3.1.3",
43
- "@smithy/middleware-retry": "^3.0.18",
44
- "@smithy/middleware-serde": "^3.0.6",
45
- "@smithy/middleware-stack": "^3.0.6",
46
- "@smithy/node-config-provider": "^3.1.7",
47
- "@smithy/node-http-handler": "^3.2.2",
48
- "@smithy/protocol-http": "^4.1.3",
49
- "@smithy/smithy-client": "^3.3.2",
50
- "@smithy/types": "^3.4.2",
51
- "@smithy/url-parser": "^3.0.6",
23
+ "@aws-sdk/client-sso-oidc": "3.662.0",
24
+ "@aws-sdk/client-sts": "3.662.0",
25
+ "@aws-sdk/core": "3.662.0",
26
+ "@aws-sdk/credential-provider-node": "3.662.0",
27
+ "@aws-sdk/middleware-host-header": "3.662.0",
28
+ "@aws-sdk/middleware-logger": "3.662.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.662.0",
30
+ "@aws-sdk/middleware-user-agent": "3.662.0",
31
+ "@aws-sdk/region-config-resolver": "3.662.0",
32
+ "@aws-sdk/types": "3.662.0",
33
+ "@aws-sdk/util-endpoints": "3.662.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.662.0",
35
+ "@aws-sdk/util-user-agent-node": "3.662.0",
36
+ "@smithy/config-resolver": "^3.0.9",
37
+ "@smithy/core": "^2.4.7",
38
+ "@smithy/fetch-http-handler": "^3.2.9",
39
+ "@smithy/hash-node": "^3.0.7",
40
+ "@smithy/invalid-dependency": "^3.0.7",
41
+ "@smithy/middleware-content-length": "^3.0.9",
42
+ "@smithy/middleware-endpoint": "^3.1.4",
43
+ "@smithy/middleware-retry": "^3.0.22",
44
+ "@smithy/middleware-serde": "^3.0.7",
45
+ "@smithy/middleware-stack": "^3.0.7",
46
+ "@smithy/node-config-provider": "^3.1.8",
47
+ "@smithy/node-http-handler": "^3.2.4",
48
+ "@smithy/protocol-http": "^4.1.4",
49
+ "@smithy/smithy-client": "^3.3.6",
50
+ "@smithy/types": "^3.5.0",
51
+ "@smithy/url-parser": "^3.0.7",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.18",
56
- "@smithy/util-defaults-mode-node": "^3.0.18",
57
- "@smithy/util-endpoints": "^2.1.2",
58
- "@smithy/util-middleware": "^3.0.6",
59
- "@smithy/util-retry": "^3.0.6",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.22",
56
+ "@smithy/util-defaults-mode-node": "^3.0.22",
57
+ "@smithy/util-endpoints": "^2.1.3",
58
+ "@smithy/util-middleware": "^3.0.7",
59
+ "@smithy/util-retry": "^3.0.7",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.1.5",
61
+ "@smithy/util-waiter": "^3.1.6",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {