Skip to content

Commit

Permalink
docs(client-auto-scaling): Amazon EC2 Auto Scaling now provides EBS h…
Browse files Browse the repository at this point in the history
…ealth check to manage EC2 instance replacement
  • Loading branch information
awstools committed Aug 22, 2024
1 parent 52856e7 commit 041f6dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {}

/**
* <p>Sets the health status of the specified instance.</p>
* <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
* for instances in an Auto Scaling group</a> in the
* <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
* health check for your Auto Scaling group</a> in the
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
12 changes: 6 additions & 6 deletions clients/client-auto-scaling/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1922,9 +1922,9 @@ export interface CreateAutoScalingGroupType {

/**
* <p>A comma-separated value string of one or more health check types.</p>
* <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
* <code>EC2</code> is the default health check and cannot be disabled. For more
* information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
* <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
* <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
* disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
* for instances in an Auto Scaling group</a> in the
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* <p>Only specify <code>EC2</code> if you must clear a value that was previously
Expand Down Expand Up @@ -8078,9 +8078,9 @@ export interface UpdateAutoScalingGroupType {

/**
* <p>A comma-separated value string of one or more health check types.</p>
* <p>The valid values are <code>EC2</code>, <code>ELB</code>, and <code>VPC_LATTICE</code>.
* <code>EC2</code> is the default health check and cannot be disabled. For more
* information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
* <p>The valid values are <code>EC2</code>, <code>EBS</code>, <code>ELB</code>, and
* <code>VPC_LATTICE</code>. <code>EC2</code> is the default health check and cannot be
* disabled. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-health-checks.html">Health checks
* for instances in an Auto Scaling group</a> in the
* <i>Amazon EC2 Auto Scaling User Guide</i>.</p>
* <p>Only specify <code>EC2</code> if you must clear a value that was previously
Expand Down

0 comments on commit 041f6dd

Please sign in to comment.