Smaws_Client_AutoScaling.LaunchInstancesLaunches 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `IdempotentParameterMismatchError of
Types.idempotent_parameter_mismatch_error
| `ResourceContentionFault of Types.resource_contention_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.launch_instances_request ->
(Types.launch_instances_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `IdempotentParameterMismatchError of
Types.idempotent_parameter_mismatch_error
| `ResourceContentionFault of Types.resource_contention_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.launch_instances_request ->
(Types.launch_instances_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `IdempotentParameterMismatchError of
Types.idempotent_parameter_mismatch_error
| `ResourceContentionFault of Types.resource_contention_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result