@aws-sdk/client-auto-scaling 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
|
@@ -3074,10 +3074,10 @@ const paginateDescribeWarmPool = core.createPaginator(AutoScalingClient, Describ
|
|
|
3074
3074
|
const checkState$2 = async (client, input) => {
|
|
3075
3075
|
let reason;
|
|
3076
3076
|
try {
|
|
3077
|
-
|
|
3077
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
3078
3078
|
reason = result;
|
|
3079
3079
|
try {
|
|
3080
|
-
|
|
3080
|
+
const returnComparator = () => {
|
|
3081
3081
|
return (result.AutoScalingGroups.length > 0.0);
|
|
3082
3082
|
};
|
|
3083
3083
|
if (returnComparator() == true) {
|
|
@@ -3086,7 +3086,7 @@ const checkState$2 = async (client, input) => {
|
|
|
3086
3086
|
}
|
|
3087
3087
|
catch (e) { }
|
|
3088
3088
|
try {
|
|
3089
|
-
|
|
3089
|
+
const returnComparator = () => {
|
|
3090
3090
|
return (result.AutoScalingGroups.length > 0.0);
|
|
3091
3091
|
};
|
|
3092
3092
|
if (returnComparator() == false) {
|
|
@@ -3113,10 +3113,10 @@ const waitUntilGroupExists = async (params, input) => {
|
|
|
3113
3113
|
const checkState$1 = async (client, input) => {
|
|
3114
3114
|
let reason;
|
|
3115
3115
|
try {
|
|
3116
|
-
|
|
3116
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
3117
3117
|
reason = result;
|
|
3118
3118
|
try {
|
|
3119
|
-
|
|
3119
|
+
const returnComparator = () => {
|
|
3120
3120
|
let flat_1 = [].concat(...result.AutoScalingGroups);
|
|
3121
3121
|
let projection_3 = flat_1.map((element_2) => {
|
|
3122
3122
|
let filterRes_5 = element_2.Instances.filter((element_4) => {
|
|
@@ -3136,7 +3136,7 @@ const checkState$1 = async (client, input) => {
|
|
|
3136
3136
|
}
|
|
3137
3137
|
catch (e) { }
|
|
3138
3138
|
try {
|
|
3139
|
-
|
|
3139
|
+
const returnComparator = () => {
|
|
3140
3140
|
let flat_1 = [].concat(...result.AutoScalingGroups);
|
|
3141
3141
|
let projection_3 = flat_1.map((element_2) => {
|
|
3142
3142
|
let filterRes_5 = element_2.Instances.filter((element_4) => {
|
|
@@ -3174,10 +3174,10 @@ const waitUntilGroupInService = async (params, input) => {
|
|
|
3174
3174
|
const checkState = async (client, input) => {
|
|
3175
3175
|
let reason;
|
|
3176
3176
|
try {
|
|
3177
|
-
|
|
3177
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
3178
3178
|
reason = result;
|
|
3179
3179
|
try {
|
|
3180
|
-
|
|
3180
|
+
const returnComparator = () => {
|
|
3181
3181
|
return (result.AutoScalingGroups.length > 0.0);
|
|
3182
3182
|
};
|
|
3183
3183
|
if (returnComparator() == false) {
|
|
@@ -3186,7 +3186,7 @@ const checkState = async (client, input) => {
|
|
|
3186
3186
|
}
|
|
3187
3187
|
catch (e) { }
|
|
3188
3188
|
try {
|
|
3189
|
-
|
|
3189
|
+
const returnComparator = () => {
|
|
3190
3190
|
return (result.AutoScalingGroups.length > 0.0);
|
|
3191
3191
|
};
|
|
3192
3192
|
if (returnComparator() == true) {
|
|
@@ -3,10 +3,10 @@ import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScali
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return (result.AutoScalingGroups.length > 0.0);
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() == true) {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return (result.AutoScalingGroups.length > 0.0);
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() == false) {
|
|
@@ -3,10 +3,10 @@ import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScali
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
let flat_1 = [].concat(...result.AutoScalingGroups);
|
|
11
11
|
let projection_3 = flat_1.map((element_2) => {
|
|
12
12
|
let filterRes_5 = element_2.Instances.filter((element_4) => {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (e) { }
|
|
28
28
|
try {
|
|
29
|
-
|
|
29
|
+
const returnComparator = () => {
|
|
30
30
|
let flat_1 = [].concat(...result.AutoScalingGroups);
|
|
31
31
|
let projection_3 = flat_1.map((element_2) => {
|
|
32
32
|
let filterRes_5 = element_2.Instances.filter((element_4) => {
|
|
@@ -3,10 +3,10 @@ import { DescribeAutoScalingGroupsCommand, } from "../commands/DescribeAutoScali
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new DescribeAutoScalingGroupsCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
|
-
|
|
9
|
+
const returnComparator = () => {
|
|
10
10
|
return (result.AutoScalingGroups.length > 0.0);
|
|
11
11
|
};
|
|
12
12
|
if (returnComparator() == false) {
|
|
@@ -15,7 +15,7 @@ const checkState = async (client, input) => {
|
|
|
15
15
|
}
|
|
16
16
|
catch (e) { }
|
|
17
17
|
try {
|
|
18
|
-
|
|
18
|
+
const returnComparator = () => {
|
|
19
19
|
return (result.AutoScalingGroups.length > 0.0);
|
|
20
20
|
};
|
|
21
21
|
if (returnComparator() == true) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auto Scaling 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-auto-scaling",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.964.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.964.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.964.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.957.0",
|
|
31
31
|
"@aws-sdk/types": "3.957.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.957.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.957.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.964.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.5",
|
|
36
36
|
"@smithy/core": "^3.20.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.8",
|