Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.
Deleting a pipeline cannot be undone. You cannot query or restore a
deleted pipeline. To temporarily pause a pipeline instead of deleting
it, call SetStatus with the status set to PAUSE
on individual
components. Components that are paused by SetStatus can be resumed.
Creating a Request
data DeletePipeline Source #
Contains the parameters for DeletePipeline.
See: newDeletePipeline
smart constructor.
DeletePipeline' | |
|
Instances
Create a value of DeletePipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:pipelineId:DeletePipeline'
, deletePipeline_pipelineId
- The ID of the pipeline.
Request Lenses
deletePipeline_pipelineId :: Lens' DeletePipeline Text Source #
The ID of the pipeline.
Destructuring the Response
data DeletePipelineResponse Source #
See: newDeletePipelineResponse
smart constructor.
Instances
Eq DeletePipelineResponse Source # | |
Defined in Amazonka.DataPipeline.DeletePipeline | |
Read DeletePipelineResponse Source # | |
Show DeletePipelineResponse Source # | |
Defined in Amazonka.DataPipeline.DeletePipeline showsPrec :: Int -> DeletePipelineResponse -> ShowS # show :: DeletePipelineResponse -> String # showList :: [DeletePipelineResponse] -> ShowS # | |
Generic DeletePipelineResponse Source # | |
Defined in Amazonka.DataPipeline.DeletePipeline type Rep DeletePipelineResponse :: Type -> Type # | |
NFData DeletePipelineResponse Source # | |
Defined in Amazonka.DataPipeline.DeletePipeline rnf :: DeletePipelineResponse -> () # | |
type Rep DeletePipelineResponse Source # | |
Defined in Amazonka.DataPipeline.DeletePipeline |
newDeletePipelineResponse :: DeletePipelineResponse Source #
Create a value of DeletePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.