Module Values.ExitStandbyQuerySource

Moves the specified instances out of the standby state. After you put the instances back in service, the desired capacity is incremented. For more information, see Temporarily removing instances from your Auto Scaling group in the Amazon EC2 Auto Scaling User Guide.

Sourcetype nonrec t = {
  1. instanceIds : InstanceIds.t option;
    (*

    The IDs of the instances. You can specify up to 20 instances.

    *)
  2. autoScalingGroupName : XmlStringMaxLen255.t;
    (*

    The name of the Auto Scaling group.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceIds:??? -> autoScalingGroupName:XmlStringMaxLen255.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of XmlStringMaxLen19.t ] list | `String of XmlStringMaxLen255.t ]) 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