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 |
Resets a bookmark entry.
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.
Instances
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:
$sel:runId:ResetJobBookmark'
, resetJobBookmark_runId
- The unique run identifier associated with this job run.
$sel:jobName: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.
ResetJobBookmarkResponse' | |
|
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.