@aws-sdk/client-auto-scaling 3.632.0 → 3.637.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.
@@ -28,8 +28,8 @@ declare const SetInstanceHealthCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Sets the health status of the specified instance.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
32
- * for instances in an Auto Scaling group</a> in the
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/set-up-a-custom-health-check.html">Set up a custom
32
+ * health check for your Auto Scaling group</a> in the
33
33
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -1721,9 +1721,9 @@ export interface CreateAutoScalingGroupType {
1721
1721
  TargetGroupARNs?: string[];
1722
1722
  /**
1723
1723
  * <p>A comma-separated value string of one or more health check types.</p>
1724
- * <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
1725
- * <code>EC2</code> is the default health check and cannot be disabled. For more
1726
- * information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
1724
+ * <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
1725
+ * <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
1726
+ * disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
1727
1727
  * for instances in an Auto Scaling group</a> in the
1728
1728
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
1729
1729
  * <p>Only specify <code>EC2</code> if you must clear a value that was previously
@@ -7301,9 +7301,9 @@ export interface UpdateAutoScalingGroupType {
7301
7301
  AvailabilityZones?: string[];
7302
7302
  /**
7303
7303
  * <p>A comma-separated value string of one or more health check types.</p>
7304
- * <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
7305
- * <code>EC2</code> is the default health check and cannot be disabled. For more
7306
- * information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
7304
+ * <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
7305
+ * <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
7306
+ * disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
7307
7307
  * for instances in an Auto Scaling group</a> in the
7308
7308
  * <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
7309
7309
  * <p>Only specify <code>EC2</code> if you must clear a value that was previously
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.632.0",
4
+ "version": "3.637.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-auto-scaling",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.632.0",
24
- "@aws-sdk/client-sts": "3.632.0",
25
- "@aws-sdk/core": "3.629.0",
26
- "@aws-sdk/credential-provider-node": "3.632.0",
23
+ "@aws-sdk/client-sso-oidc": "3.637.0",
24
+ "@aws-sdk/client-sts": "3.637.0",
25
+ "@aws-sdk/core": "3.635.0",
26
+ "@aws-sdk/credential-provider-node": "3.637.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.632.0",
30
+ "@aws-sdk/middleware-user-agent": "3.637.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.632.0",
33
+ "@aws-sdk/util-endpoints": "3.637.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.3.2",
37
+ "@smithy/core": "^2.4.0",
38
38
  "@smithy/fetch-http-handler": "^3.2.4",
39
39
  "@smithy/hash-node": "^3.0.3",
40
40
  "@smithy/invalid-dependency": "^3.0.3",
41
41
  "@smithy/middleware-content-length": "^3.0.5",
42
42
  "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.14",
43
+ "@smithy/middleware-retry": "^3.0.15",
44
44
  "@smithy/middleware-serde": "^3.0.3",
45
45
  "@smithy/middleware-stack": "^3.0.3",
46
46
  "@smithy/node-config-provider": "^3.1.4",
47
47
  "@smithy/node-http-handler": "^3.1.4",
48
48
  "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.1.12",
49
+ "@smithy/smithy-client": "^3.2.0",
50
50
  "@smithy/types": "^3.3.0",
51
51
  "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.14",
56
- "@smithy/util-defaults-mode-node": "^3.0.14",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.15",
56
+ "@smithy/util-defaults-mode-node": "^3.0.15",
57
57
  "@smithy/util-endpoints": "^2.0.5",
58
58
  "@smithy/util-middleware": "^3.0.3",
59
59
  "@smithy/util-retry": "^3.0.3",