Module Smaws_Client_CodeDeploy.ListDeploymentInstances

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda.

Lists the instance for a deployment associated with the user or Amazon Web Services account.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `DeploymentNotStartedException of Types.deployment_not_started_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception | `InvalidDeploymentInstanceTypeException of Types.invalid_deployment_instance_type_exception | `InvalidInstanceStatusException of Types.invalid_instance_status_exception | `InvalidInstanceTypeException of Types.invalid_instance_type_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidTargetFilterNameException of Types.invalid_target_filter_name_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_deployment_instances_input -> (Types.list_deployment_instances_output, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `DeploymentNotStartedException of Types.deployment_not_started_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception | `InvalidDeploymentInstanceTypeException of Types.invalid_deployment_instance_type_exception | `InvalidInstanceStatusException of Types.invalid_instance_status_exception | `InvalidInstanceTypeException of Types.invalid_instance_type_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidTargetFilterNameException of Types.invalid_target_filter_name_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_deployment_instances_input -> (Types.list_deployment_instances_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `DeploymentNotStartedException of Types.deployment_not_started_exception | `InvalidComputePlatformException of Types.invalid_compute_platform_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception | `InvalidDeploymentInstanceTypeException of Types.invalid_deployment_instance_type_exception | `InvalidInstanceStatusException of Types.invalid_instance_status_exception | `InvalidInstanceTypeException of Types.invalid_instance_type_exception | `InvalidNextTokenException of Types.invalid_next_token_exception | `InvalidTargetFilterNameException of Types.invalid_target_filter_name_exception ] * Smaws_Lib.Response.metadata) Stdlib.result