Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Returns information about a specific job including shipping information, job status, and other important metadata.
- describeJob :: Text -> DescribeJob
- data DescribeJob
- djJobId :: Lens' DescribeJob Text
- describeJobResponse :: Int -> DescribeJobResponse
- data DescribeJobResponse
- djrsJobMetadata :: Lens' DescribeJobResponse (Maybe JobMetadata)
- djrsSubJobMetadata :: Lens' DescribeJobResponse [JobMetadata]
- djrsResponseStatus :: Lens' DescribeJobResponse Int
Creating a Request
:: Text | |
-> DescribeJob |
Creates a value of DescribeJob
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djJobId
- The automatically generated ID for a job, for exampleJID123e4567-e89b-12d3-a456-426655440000
.
data DescribeJob Source #
See: describeJob
smart constructor.
Request Lenses
djJobId :: Lens' DescribeJob Text Source #
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
Destructuring the Response
Creates a value of DescribeJobResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
djrsJobMetadata
- Information about a specific job, including shipping information, job status, and other important metadata.djrsSubJobMetadata
- Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.djrsResponseStatus
- -- | The response status code.
data DescribeJobResponse Source #
See: describeJobResponse
smart constructor.
Response Lenses
djrsJobMetadata :: Lens' DescribeJobResponse (Maybe JobMetadata) Source #
Information about a specific job, including shipping information, job status, and other important metadata.
djrsSubJobMetadata :: Lens' DescribeJobResponse [JobMetadata] Source #
Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
djrsResponseStatus :: Lens' DescribeJobResponse Int Source #
- - | The response status code.