Smaws_Client_CodePipeline.ListDeployActionExecutionTargetsLists the targets for the deploy action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActionExecutionNotFoundException of
Types.action_execution_not_found_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_deploy_action_execution_targets_input ->
(Types.list_deploy_action_execution_targets_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionExecutionNotFoundException of
Types.action_execution_not_found_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_deploy_action_execution_targets_input ->
(Types.list_deploy_action_execution_targets_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionExecutionNotFoundException of
Types.action_execution_not_found_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result