Smaws_Client_CodeDeploy.BatchGetDeploymentInstancesThis method works, but is deprecated. Use BatchGetDeploymentTargets instead.
Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `InstanceIdRequiredException of Types.instance_id_required_exception
| `InvalidComputePlatformException of
Types.invalid_compute_platform_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.batch_get_deployment_instances_input ->
(Types.batch_get_deployment_instances_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `InstanceIdRequiredException of Types.instance_id_required_exception
| `InvalidComputePlatformException of
Types.invalid_compute_platform_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.batch_get_deployment_instances_input ->
(Types.batch_get_deployment_instances_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BatchLimitExceededException of Types.batch_limit_exceeded_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `InstanceIdRequiredException of Types.instance_id_required_exception
| `InvalidComputePlatformException of
Types.invalid_compute_platform_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result