| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ImageBuilder.DeleteImagePipeline
Description
Deletes an image pipeline.
Synopsis
- data DeleteImagePipeline = DeleteImagePipeline' {}
- newDeleteImagePipeline :: Text -> DeleteImagePipeline
- deleteImagePipeline_imagePipelineArn :: Lens' DeleteImagePipeline Text
- data DeleteImagePipelineResponse = DeleteImagePipelineResponse' {
- imagePipelineArn :: Maybe Text
- requestId :: Maybe Text
- httpStatus :: Int
- newDeleteImagePipelineResponse :: Int -> DeleteImagePipelineResponse
- deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int
Creating a Request
data DeleteImagePipeline Source #
See: newDeleteImagePipeline smart constructor.
Constructors
| DeleteImagePipeline' | |
Fields
| |
Instances
newDeleteImagePipeline Source #
Arguments
| :: Text | |
| -> DeleteImagePipeline |
Create a value of DeleteImagePipeline 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:
DeleteImagePipeline, deleteImagePipeline_imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline to delete.
Request Lenses
deleteImagePipeline_imagePipelineArn :: Lens' DeleteImagePipeline Text Source #
The Amazon Resource Name (ARN) of the image pipeline to delete.
Destructuring the Response
data DeleteImagePipelineResponse Source #
See: newDeleteImagePipelineResponse smart constructor.
Constructors
| DeleteImagePipelineResponse' | |
Fields
| |
Instances
newDeleteImagePipelineResponse Source #
Create a value of DeleteImagePipelineResponse 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:
DeleteImagePipeline, deleteImagePipelineResponse_imagePipelineArn - The Amazon Resource Name (ARN) of the image pipeline that was deleted.
$sel:requestId:DeleteImagePipelineResponse', deleteImagePipelineResponse_requestId - The request ID that uniquely identifies this request.
$sel:httpStatus:DeleteImagePipelineResponse', deleteImagePipelineResponse_httpStatus - The response's http status code.
Response Lenses
deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int Source #
The response's http status code.