Module Values.DeleteWarmPoolAnswerSource

Deletes 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.

Sourcetype deleteWarmPoolResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteWarmPoolResult : deleteWarmPoolResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `LimitExceededFault of LimitExceededFault.t
  2. | `ResourceContentionFault of ResourceContentionFault.t
  3. | `ResourceInUseFault of ResourceInUseFault.t
  4. | `ScalingActivityInProgressFault of ScalingActivityInProgressFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `LimitExceededFault of LimitExceededFault.t | `ResourceContentionFault of ResourceContentionFault.t | `ResourceInUseFault of ResourceInUseFault.t | `ScalingActivityInProgressFault of ScalingActivityInProgressFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `LimitExceededFault of LimitExceededFault.t | `ResourceContentionFault of ResourceContentionFault.t | `ResourceInUseFault of ResourceInUseFault.t | `ScalingActivityInProgressFault of ScalingActivityInProgressFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> t
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> t
Sourceval of_string : string -> t
Sourceval of_json : 'a -> t
Sourceval to_json : 'a -> Yojson.Safe.t