| 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 |
Network.AWS.IoT.DescribeJob
Description
Describes a job.
Synopsis
- describeJob :: Text -> DescribeJob
- data DescribeJob
- djJobId :: Lens' DescribeJob Text
- describeJobResponse :: Int -> DescribeJobResponse
- data DescribeJobResponse
- djrsDocumentSource :: Lens' DescribeJobResponse (Maybe Text)
- djrsJob :: Lens' DescribeJobResponse (Maybe Job)
- djrsResponseStatus :: Lens' DescribeJobResponse Int
Creating a Request
Arguments
| :: 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 unique identifier you assigned to this job when it was created.
data DescribeJob Source #
See: describeJob smart constructor.
Instances
Request Lenses
djJobId :: Lens' DescribeJob Text Source #
The unique identifier you assigned to this job when it was created.
Destructuring the Response
Arguments
| :: Int | |
| -> DescribeJobResponse |
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:
djrsDocumentSource- An S3 link to the job document.djrsJob- Information about the job.djrsResponseStatus- -- | The response status code.
data DescribeJobResponse Source #
See: describeJobResponse smart constructor.
Instances
Response Lenses
djrsDocumentSource :: Lens' DescribeJobResponse (Maybe Text) Source #
An S3 link to the job document.
djrsResponseStatus :: Lens' DescribeJobResponse Int Source #
- - | The response status code.