Module Smaws_Client_CodePipeline.PutActionRevision

Provides information to CodePipeline about new revisions to a source.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ActionNotFoundException of Types.action_not_found_exception | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.put_action_revision_input -> (Types.put_action_revision_output, [> Smaws_Lib.Protocols.AwsJson.error | `ActionNotFoundException of Types.action_not_found_exception | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.put_action_revision_input -> (Types.put_action_revision_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ActionNotFoundException of Types.action_not_found_exception | `ConcurrentPipelineExecutionsLimitExceededException of Types.concurrent_pipeline_executions_limit_exceeded_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception | `StageNotFoundException of Types.stage_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result