| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.GetJobBookmark
Description
Returns information on a job bookmark entry.
For more information about enabling and using job bookmarks, see:
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.
Constructors
| GetJobBookmark' | |
Instances
Arguments
| :: Text | |
| -> GetJobBookmark |
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:
GetJobBookmark, getJobBookmark_runId - The unique run identifier associated with this job run.
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.
Constructors
| GetJobBookmarkResponse' | |
Fields
| |
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.