| 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.ResetJobBookmark
Description
Resets a bookmark entry.
For more information about enabling and using job bookmarks, see:
Synopsis
- data ResetJobBookmark = ResetJobBookmark' {}
- newResetJobBookmark :: Text -> ResetJobBookmark
- resetJobBookmark_runId :: Lens' ResetJobBookmark (Maybe Text)
- resetJobBookmark_jobName :: Lens' ResetJobBookmark Text
- data ResetJobBookmarkResponse = ResetJobBookmarkResponse' {}
- newResetJobBookmarkResponse :: Int -> ResetJobBookmarkResponse
- resetJobBookmarkResponse_jobBookmarkEntry :: Lens' ResetJobBookmarkResponse (Maybe JobBookmarkEntry)
- resetJobBookmarkResponse_httpStatus :: Lens' ResetJobBookmarkResponse Int
Creating a Request
data ResetJobBookmark Source #
See: newResetJobBookmark smart constructor.
Constructors
| ResetJobBookmark' | |
Instances
Arguments
| :: Text | |
| -> ResetJobBookmark |
Create a value of ResetJobBookmark 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:
ResetJobBookmark, resetJobBookmark_runId - The unique run identifier associated with this job run.
ResetJobBookmark, resetJobBookmark_jobName - The name of the job in question.
Request Lenses
resetJobBookmark_runId :: Lens' ResetJobBookmark (Maybe Text) Source #
The unique run identifier associated with this job run.
resetJobBookmark_jobName :: Lens' ResetJobBookmark Text Source #
The name of the job in question.
Destructuring the Response
data ResetJobBookmarkResponse Source #
See: newResetJobBookmarkResponse smart constructor.
Constructors
| ResetJobBookmarkResponse' | |
Fields
| |
Instances
newResetJobBookmarkResponse Source #
Create a value of ResetJobBookmarkResponse 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:ResetJobBookmarkResponse', resetJobBookmarkResponse_jobBookmarkEntry - The reset bookmark entry.
$sel:httpStatus:ResetJobBookmarkResponse', resetJobBookmarkResponse_httpStatus - The response's http status code.
Response Lenses
resetJobBookmarkResponse_jobBookmarkEntry :: Lens' ResetJobBookmarkResponse (Maybe JobBookmarkEntry) Source #
The reset bookmark entry.
resetJobBookmarkResponse_httpStatus :: Lens' ResetJobBookmarkResponse Int Source #
The response's http status code.