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 an image pipeline.
Synopsis
- data DeleteImagePipeline = DeleteImagePipeline' {}
- newDeleteImagePipeline :: Text -> DeleteImagePipeline
- deleteImagePipeline_imagePipelineArn :: Lens' DeleteImagePipeline Text
- data DeleteImagePipelineResponse = DeleteImagePipelineResponse' {
- requestId :: Maybe Text
- imagePipelineArn :: Maybe Text
- httpStatus :: Int
- newDeleteImagePipelineResponse :: Int -> DeleteImagePipelineResponse
- deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text)
- deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int
Creating a Request
data DeleteImagePipeline Source #
See: newDeleteImagePipeline
smart constructor.
DeleteImagePipeline' | |
|
Instances
newDeleteImagePipeline Source #
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:
$sel:imagePipelineArn: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.
DeleteImagePipelineResponse' | |
|
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:
$sel:requestId:DeleteImagePipelineResponse'
, deleteImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imagePipelineArn:DeleteImagePipeline'
, deleteImagePipelineResponse_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that was deleted.
$sel:httpStatus:DeleteImagePipelineResponse'
, deleteImagePipelineResponse_httpStatus
- The response's http status code.
Response Lenses
deleteImagePipelineResponse_requestId :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
deleteImagePipelineResponse_imagePipelineArn :: Lens' DeleteImagePipelineResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
deleteImagePipelineResponse_httpStatus :: Lens' DeleteImagePipelineResponse Int Source #
The response's http status code.