@aws-sdk/client-auto-scaling 3.635.0 → 3.645.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/
|
|
32
|
-
*
|
|
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>
|
|
1725
|
-
* <code>EC2</code> is the default health check and cannot be
|
|
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>
|
|
7305
|
-
* <code>EC2</code> is the default health check and cannot be
|
|
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.
|
|
4
|
+
"version": "3.645.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,17 +20,17 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.645.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.645.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.645.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.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.645.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.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.645.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",
|