Module Values.DescribeInstanceRefreshesAnswerSource

Gets information about the instance refreshes for the specified Auto Scaling group from the previous six weeks. This operation is part of the instance refresh feature in Amazon EC2 Auto Scaling, which helps you update instances in your Auto Scaling group after you make configuration changes. To help you determine the status of an instance refresh, Amazon EC2 Auto Scaling returns information about the instance refreshes you previously initiated, including their status, start time, end time, the percentage of the instance refresh that is complete, and the number of instances remaining to update before the instance refresh is complete. If a rollback is initiated while an instance refresh is in progress, Amazon EC2 Auto Scaling also returns information about the rollback of the instance refresh.

Sourcetype describeInstanceRefreshesResult = {
  1. instanceRefreshes : InstanceRefreshes.t option;
    (*

    The instance refreshes for the specified group, sorted by creation timestamp in descending order.

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

    A string that 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. describeInstanceRefreshesResult : describeInstanceRefreshesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `ResourceContentionFault of ResourceContentionFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?instanceRefreshes:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `ResourceContentionFault of ResourceContentionFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.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 * [> `Enum of string | `Integer of IntPercent.t | `String of XmlStringMaxLen255.t | `Structure of (string * [> `Boolean of SkipMatching.t | `Enum of string | `Integer of IntPercent.t | `List of [> `Integer of NonZeroIntPercent.t ] list | `String of XmlStringMaxLen1023.t | `Structure of (string * [> `Integer of IntPercent.t | `List of [> `String of XmlStringMaxLen255.t ] list | `String of XmlStringMaxLen255.t | `Structure of (string * [> `Integer of OnDemandBaseCapacity.t | `List of [> `Structure of (string * [> `String of XmlStringMaxLen255.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Enum of string | `Integer of NullablePositiveInteger.t | `List of [> `Enum of string | `String of ExcludedInstance.t ] list | `String of XmlStringMaxLen255.t | `Structure of (string * [> `Double of NullablePositiveDouble.t | `Integer of NullablePositiveInteger.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list ]) list ]) list ]) list ]) list ] list | `String of XmlString.t | `Structure of (string * [> `String of XmlStringMaxLen255.t ]) list ]) list ]) list | `Timestamp of TimestampType.t ]) list | `Timestamp of TimestampType.t ]) list ] list | `String of XmlString.t ]) 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