Smaws_Client_CodeDeploy.ListDeploymentTargetsReturns an array of target IDs that are associated 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
| `DeploymentNotStartedException of Types.deployment_not_started_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 ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_deployment_targets_input ->
(Types.list_deployment_targets_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
| `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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_deployment_targets_input ->
(Types.list_deployment_targets_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
| `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