Module Smaws_Client_AutoScaling.LaunchInstances

Launches 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 ] -> string
val 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.result