Module Smaws_Client_CodePipeline.PutJobSuccessResult

Represents the success of a job as returned to the pipeline by a job worker. Used for custom actions only.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `JobNotFoundException of Types.job_not_found_exception | `OutputVariablesSizeExceededException of Types.output_variables_size_exceeded_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_job_success_result_input -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `JobNotFoundException of Types.job_not_found_exception | `OutputVariablesSizeExceededException of Types.output_variables_size_exceeded_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.put_job_success_result_input -> (Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidJobStateException of Types.invalid_job_state_exception | `JobNotFoundException of Types.job_not_found_exception | `OutputVariablesSizeExceededException of Types.output_variables_size_exceeded_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result