Smaws_Client_AutoScaling.AttachLoadBalancerTargetGroupsThis API operation is superseded by AttachTrafficSources, which can attach multiple traffic sources types. We recommend using AttachTrafficSources to simplify how you manage traffic sources. However, we continue to support AttachLoadBalancerTargetGroups. You can use both the original AttachLoadBalancerTargetGroups API operation and AttachTrafficSources on the same Auto Scaling group.
Attaches one or more target groups to the specified Auto Scaling group.
This operation is used with the following load balancer types:
To describe the target groups for an Auto Scaling group, call the DescribeLoadBalancerTargetGroups API. To detach the target group from the Auto Scaling group, call the DetachLoadBalancerTargetGroups API.
This operation is additive and does not detach existing target groups or Classic Load Balancers from the Auto Scaling group.
For more information, see Use Elastic Load Balancing to distribute traffic across the instances in your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InstanceRefreshInProgressFault of Types.instance_refresh_in_progress_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ServiceLinkedRoleFailure of Types.service_linked_role_failure ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.attach_load_balancer_target_groups_type ->
(Types.attach_load_balancer_target_groups_result_type,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InstanceRefreshInProgressFault of
Types.instance_refresh_in_progress_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ServiceLinkedRoleFailure of Types.service_linked_role_failure ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.attach_load_balancer_target_groups_type ->
(Types.attach_load_balancer_target_groups_result_type Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InstanceRefreshInProgressFault of
Types.instance_refresh_in_progress_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ServiceLinkedRoleFailure of Types.service_linked_role_failure ]
* Smaws_Lib.Response.metadata)
Stdlib.result