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 the specified pipeline.
Synopsis
Creating a Request
data DeletePipeline Source #
Represents the input of a DeletePipeline
action.
See: newDeletePipeline
smart constructor.
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:name:DeletePipeline'
, deletePipeline_name
- The name of the pipeline to be deleted.
Request Lenses
deletePipeline_name :: Lens' DeletePipeline Text Source #
The name of the pipeline to be deleted.
Destructuring the Response
data DeletePipelineResponse Source #
See: newDeletePipelineResponse
smart constructor.
Instances
Eq DeletePipelineResponse Source # | |
Defined in Amazonka.CodePipeline.DeletePipeline | |
Read DeletePipelineResponse Source # | |
Show DeletePipelineResponse Source # | |
Defined in Amazonka.CodePipeline.DeletePipeline showsPrec :: Int -> DeletePipelineResponse -> ShowS # show :: DeletePipelineResponse -> String # showList :: [DeletePipelineResponse] -> ShowS # | |
Generic DeletePipelineResponse Source # | |
Defined in Amazonka.CodePipeline.DeletePipeline type Rep DeletePipelineResponse :: Type -> Type # | |
NFData DeletePipelineResponse Source # | |
Defined in Amazonka.CodePipeline.DeletePipeline rnf :: DeletePipelineResponse -> () # | |
type Rep DeletePipelineResponse Source # | |
Defined in Amazonka.CodePipeline.DeletePipeline |
newDeletePipelineResponse :: DeletePipelineResponse Source #
Create a value of DeletePipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.