@aws-sdk/client-elastic-load-balancing 3.958.0 → 3.964.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
|
@@ -1724,10 +1724,10 @@ const paginateDescribeLoadBalancers = core.createPaginator(ElasticLoadBalancingC
|
|
|
1724
1724
|
const checkState$2 = async (client, input) => {
|
|
1725
1725
|
let reason;
|
|
1726
1726
|
try {
|
|
1727
|
-
|
|
1727
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
1728
1728
|
reason = result;
|
|
1729
1729
|
try {
|
|
1730
|
-
|
|
1730
|
+
const returnComparator = () => {
|
|
1731
1731
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
1732
1732
|
let projection_3 = flat_1.map((element_2) => {
|
|
1733
1733
|
return element_2.State;
|
|
@@ -1760,10 +1760,10 @@ const waitUntilAnyInstanceInService = async (params, input) => {
|
|
|
1760
1760
|
const checkState$1 = async (client, input) => {
|
|
1761
1761
|
let reason;
|
|
1762
1762
|
try {
|
|
1763
|
-
|
|
1763
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
1764
1764
|
reason = result;
|
|
1765
1765
|
try {
|
|
1766
|
-
|
|
1766
|
+
const returnComparator = () => {
|
|
1767
1767
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
1768
1768
|
let projection_3 = flat_1.map((element_2) => {
|
|
1769
1769
|
return element_2.State;
|
|
@@ -1801,10 +1801,10 @@ const waitUntilInstanceDeregistered = async (params, input) => {
|
|
|
1801
1801
|
const checkState = async (client, input) => {
|
|
1802
1802
|
let reason;
|
|
1803
1803
|
try {
|
|
1804
|
-
|
|
1804
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
1805
1805
|
reason = result;
|
|
1806
1806
|
try {
|
|
1807
|
-
|
|
1807
|
+
const returnComparator = () => {
|
|
1808
1808
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
1809
1809
|
let projection_3 = flat_1.map((element_2) => {
|
|
1810
1810
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeInstanceHealthCommand, } from "../commands/DescribeInstanceHeal
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeInstanceHealthCommand, } from "../commands/DescribeInstanceHeal
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
|
@@ -3,10 +3,10 @@ import { DescribeInstanceHealthCommand, } from "../commands/DescribeInstanceHeal
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeInstanceHealthCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.InstanceStates);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.State;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.964.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-elastic-load-balancing",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/core": "3.964.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.964.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.964.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
33
33
|
"@aws-sdk/types": "3.957.0",
|
|
34
34
|
"@aws-sdk/util-endpoints": "3.957.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.964.0",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.5",
|
|
38
38
|
"@smithy/core": "^3.20.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.8",
|