Smaws_Client_CodeDeploy.GetDeploymentTargetReturns information about a deployment target.
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
| `DeploymentTargetDoesNotExistException of
Types.deployment_target_does_not_exist_exception
| `DeploymentTargetIdRequiredException of
Types.deployment_target_id_required_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentTargetIdException of
Types.invalid_deployment_target_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_deployment_target_input ->
(Types.get_deployment_target_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
| `DeploymentTargetDoesNotExistException of
Types.deployment_target_does_not_exist_exception
| `DeploymentTargetIdRequiredException of
Types.deployment_target_id_required_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentTargetIdException of
Types.invalid_deployment_target_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_deployment_target_input ->
(Types.get_deployment_target_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
| `DeploymentTargetDoesNotExistException of
Types.deployment_target_does_not_exist_exception
| `DeploymentTargetIdRequiredException of
Types.deployment_target_id_required_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentTargetIdException of
Types.invalid_deployment_target_id_exception
| `InvalidInstanceNameException of Types.invalid_instance_name_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result