Values.LaunchInstancesResultSourceLaunches a specified number of instances in an Auto Scaling group. Returns instance IDs and other details if launch is successful or error details if launch is unsuccessful.
type launchInstancesResult = {autoScalingGroupName : XmlStringMaxLen255.t option;The name of the Auto Scaling group where the instances were launched.
*)clientToken : ClientToken.t option;The idempotency token used for the request, either customer-specified or auto-generated.
*)instances : InstanceCollections.t option;A list of successfully launched instances including details such as instance type, Availability Zone, subnet, lifecycle state, and instance IDs.
*)errors : LaunchInstancesErrors.t option;A list of errors encountered during the launch attempt including details about failed instance launches with their corresponding error codes and messages.
*)}type error = [ | `IdempotentParameterMismatchError of IdempotentParameterMismatchError.t| `ResourceContentionFault of ResourceContentionFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IdempotentParameterMismatchError of IdempotentParameterMismatchError.t
| `ResourceContentionFault of ResourceContentionFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IdempotentParameterMismatchError of IdempotentParameterMismatchError.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
* [> `List of
[> `String of XmlStringMaxLen19.t ] list
| `String of XmlStringMaxLen255.t ])
list ]
list
| `String of XmlStringMaxLen255.t ])
list ])
list ]