Module Values.PutWarmPoolAnswerSource

Creates or updates a warm pool for the specified Auto Scaling group. A warm pool is a pool of pre-initialized EC2 instances that sits alongside the Auto Scaling group. Whenever your application needs to scale out, the Auto Scaling group can draw on the warm pool to meet its new desired capacity. This operation must be called from the Region in which the Auto Scaling group was created. You can view the instances in the warm pool using the DescribeWarmPool API call. If you are no longer using a warm pool, you can delete it by calling the DeleteWarmPool API. For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Sourcetype putWarmPoolResult = unit
Sourceand responseMetaData = unit
Sourceand t = {
  1. putWarmPoolResult : putWarmPoolResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InstanceRefreshInProgressFault of InstanceRefreshInProgressFault.t
  2. | `LimitExceededFault of LimitExceededFault.t
  3. | `ResourceContentionFault of ResourceContentionFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InstanceRefreshInProgressFault of InstanceRefreshInProgressFault.t | `LimitExceededFault of LimitExceededFault.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InstanceRefreshInProgressFault of InstanceRefreshInProgressFault.t | `LimitExceededFault of LimitExceededFault.t | `ResourceContentionFault of ResourceContentionFault.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