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 |
Returns information on a job bookmark entry.
Synopsis
- data GetJobBookmark = GetJobBookmark' {}
- newGetJobBookmark :: Text -> GetJobBookmark
- getJobBookmark_runId :: Lens' GetJobBookmark (Maybe Text)
- getJobBookmark_jobName :: Lens' GetJobBookmark Text
- data GetJobBookmarkResponse = GetJobBookmarkResponse' {}
- newGetJobBookmarkResponse :: Int -> GetJobBookmarkResponse
- getJobBookmarkResponse_jobBookmarkEntry :: Lens' GetJobBookmarkResponse (Maybe JobBookmarkEntry)
- getJobBookmarkResponse_httpStatus :: Lens' GetJobBookmarkResponse Int
Creating a Request
data GetJobBookmark Source #
See: newGetJobBookmark
smart constructor.
Instances
Create a value of GetJobBookmark
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:runId:GetJobBookmark'
, getJobBookmark_runId
- The unique run identifier associated with this job run.
$sel:jobName:GetJobBookmark'
, getJobBookmark_jobName
- The name of the job in question.
Request Lenses
getJobBookmark_runId :: Lens' GetJobBookmark (Maybe Text) Source #
The unique run identifier associated with this job run.
getJobBookmark_jobName :: Lens' GetJobBookmark Text Source #
The name of the job in question.
Destructuring the Response
data GetJobBookmarkResponse Source #
See: newGetJobBookmarkResponse
smart constructor.
GetJobBookmarkResponse' | |
|
Instances
newGetJobBookmarkResponse Source #
Create a value of GetJobBookmarkResponse
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:jobBookmarkEntry:GetJobBookmarkResponse'
, getJobBookmarkResponse_jobBookmarkEntry
- A structure that defines a point that a job can resume processing.
$sel:httpStatus:GetJobBookmarkResponse'
, getJobBookmarkResponse_httpStatus
- The response's http status code.
Response Lenses
getJobBookmarkResponse_jobBookmarkEntry :: Lens' GetJobBookmarkResponse (Maybe JobBookmarkEntry) Source #
A structure that defines a point that a job can resume processing.
getJobBookmarkResponse_httpStatus :: Lens' GetJobBookmarkResponse Int Source #
The response's http status code.