Module Smaws_Client_CodeDeploy.GetDeployment

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_input -> (Types.get_deployment_output, [> Smaws_Lib.Protocols.AwsJson.error | `DeploymentDoesNotExistException of Types.deployment_does_not_exist_exception | `DeploymentIdRequiredException of Types.deployment_id_required_exception | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_deployment_input -> (Types.get_deployment_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 | `InvalidDeploymentIdException of Types.invalid_deployment_id_exception ] * Smaws_Lib.Response.metadata) Stdlib.result