| 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.GetJobDocument
Description
Gets a job document.
Creating a Request
Arguments
| :: Text | |
| -> GetJobDocument |
Creates a value of GetJobDocument with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gjdJobId- The unique identifier you assigned to this job when it was created.
data GetJobDocument Source #
See: getJobDocument smart constructor.
Instances
Request Lenses
gjdJobId :: Lens' GetJobDocument Text Source #
The unique identifier you assigned to this job when it was created.
Destructuring the Response
getJobDocumentResponse Source #
Arguments
| :: Int | |
| -> GetJobDocumentResponse |
Creates a value of GetJobDocumentResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gjdrsDocument- The job document content.gjdrsResponseStatus- -- | The response status code.
data GetJobDocumentResponse Source #
See: getJobDocumentResponse smart constructor.
Instances
Response Lenses
gjdrsDocument :: Lens' GetJobDocumentResponse (Maybe Text) Source #
The job document content.
gjdrsResponseStatus :: Lens' GetJobDocumentResponse Int Source #
- - | The response status code.