@aws-sdk/client-auto-scaling 3.974.0 → 3.975.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
@@ -3079,7 +3079,7 @@ const checkState$2 = async (client, input) => {
3079
3079
  reason = result;
3080
3080
  try {
3081
3081
  const returnComparator = () => {
3082
- return (result.AutoScalingGroups.length > 0.0);
3082
+ return (result.AutoScalingGroups.length > 0);
3083
3083
  };
3084
3084
  if (returnComparator() == true) {
3085
3085
  return { state: utilWaiter.WaiterState.SUCCESS, reason };
@@ -3088,7 +3088,7 @@ const checkState$2 = async (client, input) => {
3088
3088
  catch (e) { }
3089
3089
  try {
3090
3090
  const returnComparator = () => {
3091
- return (result.AutoScalingGroups.length > 0.0);
3091
+ return (result.AutoScalingGroups.length > 0);
3092
3092
  };
3093
3093
  if (returnComparator() == false) {
3094
3094
  return { state: utilWaiter.WaiterState.RETRY, reason };
@@ -3179,7 +3179,7 @@ const checkState = async (client, input) => {
3179
3179
  reason = result;
3180
3180
  try {
3181
3181
  const returnComparator = () => {
3182
- return (result.AutoScalingGroups.length > 0.0);
3182
+ return (result.AutoScalingGroups.length > 0);
3183
3183
  };
3184
3184
  if (returnComparator() == false) {
3185
3185
  return { state: utilWaiter.WaiterState.SUCCESS, reason };
@@ -3188,7 +3188,7 @@ const checkState = async (client, input) => {
3188
3188
  catch (e) { }
3189
3189
  try {
3190
3190
  const returnComparator = () => {
3191
- return (result.AutoScalingGroups.length > 0.0);
3191
+ return (result.AutoScalingGroups.length > 0);
3192
3192
  };
3193
3193
  if (returnComparator() == true) {
3194
3194
  return { state: utilWaiter.WaiterState.RETRY, reason };
@@ -7,7 +7,7 @@ const checkState = async (client, input) => {
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
10
- return (result.AutoScalingGroups.length > 0.0);
10
+ return (result.AutoScalingGroups.length > 0);
11
11
  };
12
12
  if (returnComparator() == true) {
13
13
  return { state: WaiterState.SUCCESS, reason };
@@ -16,7 +16,7 @@ const checkState = async (client, input) => {
16
16
  catch (e) { }
17
17
  try {
18
18
  const returnComparator = () => {
19
- return (result.AutoScalingGroups.length > 0.0);
19
+ return (result.AutoScalingGroups.length > 0);
20
20
  };
21
21
  if (returnComparator() == false) {
22
22
  return { state: WaiterState.RETRY, reason };
@@ -7,7 +7,7 @@ const checkState = async (client, input) => {
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
10
- return (result.AutoScalingGroups.length > 0.0);
10
+ return (result.AutoScalingGroups.length > 0);
11
11
  };
12
12
  if (returnComparator() == false) {
13
13
  return { state: WaiterState.SUCCESS, reason };
@@ -16,7 +16,7 @@ const checkState = async (client, input) => {
16
16
  catch (e) { }
17
17
  try {
18
18
  const returnComparator = () => {
19
- return (result.AutoScalingGroups.length > 0.0);
19
+ return (result.AutoScalingGroups.length > 0);
20
20
  };
21
21
  if (returnComparator() == true) {
22
22
  return { state: WaiterState.RETRY, reason };
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.974.0",
4
+ "version": "3.975.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,38 +21,38 @@
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.973.0",
24
+ "@aws-sdk/core": "^3.973.1",
25
25
  "@aws-sdk/credential-provider-node": "^3.972.1",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.1",
27
27
  "@aws-sdk/middleware-logger": "^3.972.1",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.1",
29
- "@aws-sdk/middleware-user-agent": "^3.972.1",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.2",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.1",
31
31
  "@aws-sdk/types": "^3.973.0",
32
32
  "@aws-sdk/util-endpoints": "3.972.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.1",
34
34
  "@aws-sdk/util-user-agent-node": "^3.972.1",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.21.0",
36
+ "@smithy/core": "^3.21.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.10",
42
- "@smithy/middleware-retry": "^4.4.26",
41
+ "@smithy/middleware-endpoint": "^4.4.11",
42
+ "@smithy/middleware-retry": "^4.4.27",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
46
  "@smithy/node-http-handler": "^4.4.8",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.10.11",
48
+ "@smithy/smithy-client": "^4.10.12",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.25",
55
- "@smithy/util-defaults-mode-node": "^4.2.28",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.26",
55
+ "@smithy/util-defaults-mode-node": "^4.2.29",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",