Module Smaws_Client_CodePipeline.AcknowledgeThirdPartyJob

Confirms 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 ] -> string
val 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.result