Smaws_Client_CodePipeline.GetThirdPartyJobDetailsRequests the details of a job for a third party action. Used for partner actions only.
When this API is called, CodePipeline returns temporary credentials for the S3 bucket used to store artifacts for the pipeline, if the action requires access to that S3 bucket for input or output artifacts. This API also returns any secret values defined for the action.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidJobException of Types.invalid_job_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_third_party_job_details_input ->
(Types.get_third_party_job_details_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidJobException of Types.invalid_job_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_third_party_job_details_input ->
(Types.get_third_party_job_details_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidJobException of Types.invalid_job_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result