diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts index 79f8185d6f0e..e13c68aea0b8 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts @@ -29,8 +29,8 @@ export interface SetInstanceHealthCommandOutput extends __MetadataBearer {} /** *

Sets the health status of the specified instance.

- *

For more information, see Health checks - * for instances in an Auto Scaling group in the + *

For more information, see Set up a custom + * health check for your Auto Scaling group in the * Amazon EC2 Auto Scaling User Guide.

* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-auto-scaling/src/models/models_0.ts b/clients/client-auto-scaling/src/models/models_0.ts index ded5899817b3..20cc62d5cd62 100644 --- a/clients/client-auto-scaling/src/models/models_0.ts +++ b/clients/client-auto-scaling/src/models/models_0.ts @@ -1922,9 +1922,9 @@ export interface CreateAutoScalingGroupType { /** *

A comma-separated value string of one or more health check types.

- *

The valid values are EC2, ELB, and VPC_LATTICE. - * EC2 is the default health check and cannot be disabled. For more - * information, see Health checks + *

The valid values are EC2, EBS, ELB, and + * VPC_LATTICE. EC2 is the default health check and cannot be + * disabled. For more information, see Health checks * for instances in an Auto Scaling group in the * Amazon EC2 Auto Scaling User Guide.

*

Only specify EC2 if you must clear a value that was previously @@ -8078,9 +8078,9 @@ export interface UpdateAutoScalingGroupType { /** *

A comma-separated value string of one or more health check types.

- *

The valid values are EC2, ELB, and VPC_LATTICE. - * EC2 is the default health check and cannot be disabled. For more - * information, see Health checks + *

The valid values are EC2, EBS, ELB, and + * VPC_LATTICE. EC2 is the default health check and cannot be + * disabled. For more information, see Health checks * for instances in an Auto Scaling group in the * Amazon EC2 Auto Scaling User Guide.

*

Only specify EC2 if you must clear a value that was previously