@aws-sdk/client-elastic-load-balancing-v2 3.650.0 → 3.651.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 == "
|
|
7750
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
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 == "
|
|
7776
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
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 == "
|
|
7818
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
7819
7819
|
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
7820
7820
|
}
|
|
7821
7821
|
}
|
|
@@ -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 == "
|
|
43
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
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 == "
|
|
12
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
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 == "
|
|
28
|
+
if (exception.name && exception.name == "LoadBalancerNotFound") {
|
|
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.
|
|
4
|
+
"version": "3.651.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",
|