Smaws_Client_CodeDeploy.BatchGetOnPremisesInstancesGets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `InstanceNameRequiredException of Types.instance_name_required_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_get_on_premises_instances_input ->
(Types.batch_get_on_premises_instances_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `InstanceNameRequiredException of Types.instance_name_required_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_get_on_premises_instances_input ->
(Types.batch_get_on_premises_instances_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `InstanceNameRequiredException of Types.instance_name_required_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result