Module Smaws_Client_CodeDeploy.GetDeploymentInstance

Gets information about an instance as part of a deployment.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InstanceDoesNotExistException of Types.instance_does_not_exist_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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_instance_input -> (Types.get_deployment_instance_output, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InstanceDoesNotExistException of Types.instance_does_not_exist_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.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_instance_input -> (Types.get_deployment_instance_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 | `InstanceDoesNotExistException of Types.instance_does_not_exist_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