Module Smaws_Client_DataPipeline.DeactivatePipeline

Deactivates the specified running pipeline. The pipeline is set to the DEACTIVATING state until the deactivation process completes.

To resume a deactivated pipeline, use ActivatePipeline. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServiceError of Types.internal_service_error | `InvalidRequestException of Types.invalid_request_exception | `PipelineDeletedException of Types.pipeline_deleted_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.deactivate_pipeline_input -> (Types.deactivate_pipeline_output, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServiceError of Types.internal_service_error | `InvalidRequestException of Types.invalid_request_exception | `PipelineDeletedException of Types.pipeline_deleted_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.deactivate_pipeline_input -> (Types.deactivate_pipeline_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServiceError of Types.internal_service_error | `InvalidRequestException of Types.invalid_request_exception | `PipelineDeletedException of Types.pipeline_deleted_exception | `PipelineNotFoundException of Types.pipeline_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result