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 |
Gets an image pipeline.
Synopsis
- data GetImagePipeline = GetImagePipeline' {}
- newGetImagePipeline :: Text -> GetImagePipeline
- getImagePipeline_imagePipelineArn :: Lens' GetImagePipeline Text
- data GetImagePipelineResponse = GetImagePipelineResponse' {}
- newGetImagePipelineResponse :: Int -> GetImagePipelineResponse
- getImagePipelineResponse_requestId :: Lens' GetImagePipelineResponse (Maybe Text)
- getImagePipelineResponse_imagePipeline :: Lens' GetImagePipelineResponse (Maybe ImagePipeline)
- getImagePipelineResponse_httpStatus :: Lens' GetImagePipelineResponse Int
Creating a Request
data GetImagePipeline Source #
See: newGetImagePipeline
smart constructor.
GetImagePipeline' | |
|
Instances
Create a value of GetImagePipeline
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:GetImagePipeline'
, getImagePipeline_imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that you want to
retrieve.
Request Lenses
getImagePipeline_imagePipelineArn :: Lens' GetImagePipeline Text Source #
The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
Destructuring the Response
data GetImagePipelineResponse Source #
See: newGetImagePipelineResponse
smart constructor.
GetImagePipelineResponse' | |
|
Instances
newGetImagePipelineResponse Source #
Create a value of GetImagePipelineResponse
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:GetImagePipelineResponse'
, getImagePipelineResponse_requestId
- The request ID that uniquely identifies this request.
$sel:imagePipeline:GetImagePipelineResponse'
, getImagePipelineResponse_imagePipeline
- The image pipeline object.
$sel:httpStatus:GetImagePipelineResponse'
, getImagePipelineResponse_httpStatus
- The response's http status code.
Response Lenses
getImagePipelineResponse_requestId :: Lens' GetImagePipelineResponse (Maybe Text) Source #
The request ID that uniquely identifies this request.
getImagePipelineResponse_imagePipeline :: Lens' GetImagePipelineResponse (Maybe ImagePipeline) Source #
The image pipeline object.
getImagePipelineResponse_httpStatus :: Lens' GetImagePipelineResponse Int Source #
The response's http status code.