Smaws_Client_AutoScaling.DeleteWarmPoolDeletes the warm pool for the specified Auto Scaling group.
For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `LimitExceededFault of Types.limit_exceeded_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault
| `ScalingActivityInProgressFault of Types.scaling_activity_in_progress_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_warm_pool_type ->
(Types.delete_warm_pool_answer,
[> Smaws_Lib.Protocols.AwsQuery.error
| `LimitExceededFault of Types.limit_exceeded_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault
| `ScalingActivityInProgressFault of
Types.scaling_activity_in_progress_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_warm_pool_type ->
(Types.delete_warm_pool_answer Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `LimitExceededFault of Types.limit_exceeded_fault
| `ResourceContentionFault of Types.resource_contention_fault
| `ResourceInUseFault of Types.resource_in_use_fault
| `ScalingActivityInProgressFault of
Types.scaling_activity_in_progress_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result