Smaws_Client_CodePipeline.AcknowledgeJobReturns information about a specified job and whether that job has been received by the job worker. Used for custom actions only.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `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_job_input ->
(Types.acknowledge_job_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `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_job_input ->
(Types.acknowledge_job_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNonceException of Types.invalid_nonce_exception
| `JobNotFoundException of Types.job_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result