Smaws_Client_CodePipeline.AcknowledgeThirdPartyJobConfirms a job worker has received the specified job. Used for partner actions only.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidNonceException of Types.invalid_nonce_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.acknowledge_third_party_job_input ->
(Types.acknowledge_third_party_job_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidNonceException of Types.invalid_nonce_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.acknowledge_third_party_job_input ->
(Types.acknowledge_third_party_job_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidClientTokenException of Types.invalid_client_token_exception
| `InvalidNonceException of Types.invalid_nonce_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result