Values.DescribeWarmPoolAnswerSourceGets 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.
type describeWarmPoolResult = {warmPoolConfiguration : WarmPoolConfiguration.t option;The warm pool configuration details.
*)instances : Instances.t option;The instances that are currently in the warm pool.
*)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.
*)}and t = {describeWarmPoolResult : describeWarmPoolResult;responseMetaData : responseMetaData;}type error = [ | `InvalidNextToken of InvalidNextToken.t| `LimitExceededFault of LimitExceededFault.t| `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]