Module Values.DescribeWarmPoolAnswerSource

Gets information about a warm pool and its instances. For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Sourcetype describeWarmPoolResult = {
  1. warmPoolConfiguration : WarmPoolConfiguration.t option;
    (*

    The warm pool configuration details.

    *)
  2. instances : Instances.t option;
    (*

    The instances that are currently in the warm pool.

    *)
  3. nextToken : XmlString.t option;
    (*

    This string indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeWarmPoolResult : describeWarmPoolResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `LimitExceededFault of LimitExceededFault.t
  3. | `ResourceContentionFault of ResourceContentionFault.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?warmPoolConfiguration:??? -> ?instances:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `LimitExceededFault of LimitExceededFault.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.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 to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of InstanceProtected.t | `Enum of string | `String of XmlStringMaxLen19.t | `Structure of (string * [> `String of XmlStringMaxLen255.t ]) list ]) list ] list | `String of XmlString.t | `Structure of (string * [> `Enum of string | `Integer of MaxGroupPreparedCapacity.t | `Structure of (string * [> `Boolean of ReuseOnScaleIn.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t