@aws-sdk/client-elastic-beanstalk 3.958.0 → 3.962.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
|
@@ -2403,10 +2403,10 @@ const paginateListPlatformVersions = core.createPaginator(ElasticBeanstalkClient
|
|
|
2403
2403
|
const checkState$2 = async (client, input) => {
|
|
2404
2404
|
let reason;
|
|
2405
2405
|
try {
|
|
2406
|
-
|
|
2406
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
2407
2407
|
reason = result;
|
|
2408
2408
|
try {
|
|
2409
|
-
|
|
2409
|
+
const returnComparator = () => {
|
|
2410
2410
|
let flat_1 = [].concat(...result.Environments);
|
|
2411
2411
|
let projection_3 = flat_1.map((element_2) => {
|
|
2412
2412
|
return element_2.Status;
|
|
@@ -2423,7 +2423,7 @@ const checkState$2 = async (client, input) => {
|
|
|
2423
2423
|
}
|
|
2424
2424
|
catch (e) { }
|
|
2425
2425
|
try {
|
|
2426
|
-
|
|
2426
|
+
const returnComparator = () => {
|
|
2427
2427
|
let flat_1 = [].concat(...result.Environments);
|
|
2428
2428
|
let projection_3 = flat_1.map((element_2) => {
|
|
2429
2429
|
return element_2.Status;
|
|
@@ -2458,10 +2458,10 @@ const waitUntilEnvironmentExists = async (params, input) => {
|
|
|
2458
2458
|
const checkState$1 = async (client, input) => {
|
|
2459
2459
|
let reason;
|
|
2460
2460
|
try {
|
|
2461
|
-
|
|
2461
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
2462
2462
|
reason = result;
|
|
2463
2463
|
try {
|
|
2464
|
-
|
|
2464
|
+
const returnComparator = () => {
|
|
2465
2465
|
let flat_1 = [].concat(...result.Environments);
|
|
2466
2466
|
let projection_3 = flat_1.map((element_2) => {
|
|
2467
2467
|
return element_2.Status;
|
|
@@ -2478,7 +2478,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
catch (e) { }
|
|
2480
2480
|
try {
|
|
2481
|
-
|
|
2481
|
+
const returnComparator = () => {
|
|
2482
2482
|
let flat_1 = [].concat(...result.Environments);
|
|
2483
2483
|
let projection_3 = flat_1.map((element_2) => {
|
|
2484
2484
|
return element_2.Status;
|
|
@@ -2513,10 +2513,10 @@ const waitUntilEnvironmentTerminated = async (params, input) => {
|
|
|
2513
2513
|
const checkState = async (client, input) => {
|
|
2514
2514
|
let reason;
|
|
2515
2515
|
try {
|
|
2516
|
-
|
|
2516
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
2517
2517
|
reason = result;
|
|
2518
2518
|
try {
|
|
2519
|
-
|
|
2519
|
+
const returnComparator = () => {
|
|
2520
2520
|
let flat_1 = [].concat(...result.Environments);
|
|
2521
2521
|
let projection_3 = flat_1.map((element_2) => {
|
|
2522
2522
|
return element_2.Status;
|
|
@@ -2533,7 +2533,7 @@ const checkState = async (client, input) => {
|
|
|
2533
2533
|
}
|
|
2534
2534
|
catch (e) { }
|
|
2535
2535
|
try {
|
|
2536
|
-
|
|
2536
|
+
const returnComparator = () => {
|
|
2537
2537
|
let flat_1 = [].concat(...result.Environments);
|
|
2538
2538
|
let projection_3 = flat_1.map((element_2) => {
|
|
2539
2539
|
return element_2.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeEnvironmentsCommand } from "../commands/DescribeEnvironmentsCom
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Environments);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.Environments);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeEnvironmentsCommand } from "../commands/DescribeEnvironmentsCom
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Environments);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.Environments);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.Status;
|
|
@@ -3,10 +3,10 @@ import { DescribeEnvironmentsCommand } from "../commands/DescribeEnvironmentsCom
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeEnvironmentsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.Environments);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
return element_2.Status;
|
|
@@ -23,7 +23,7 @@ const checkState = async (client, input) => {
|
|
|
23
23
|
}
|
|
24
24
|
catch (e) { }
|
|
25
25
|
try {
|
|
26
|
-
|
|
26
|
+
const returnComparator = () => {
|
|
27
27
|
let flat_1 = [].concat(...result.Environments);
|
|
28
28
|
let projection_3 = flat_1.map((element_2) => {
|
|
29
29
|
return element_2.Status;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-beanstalk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.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-beanstalk",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.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",
|