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 |
Synopsis
- data NoteUpdate = NoteUpdate' {}
- newNoteUpdate :: Text -> Text -> NoteUpdate
- noteUpdate_text :: Lens' NoteUpdate Text
- noteUpdate_updatedBy :: Lens' NoteUpdate Text
Documentation
data NoteUpdate Source #
The updated note.
See: newNoteUpdate
smart constructor.
Instances
Create a value of NoteUpdate
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:text:NoteUpdate'
, noteUpdate_text
- The updated note text.
$sel:updatedBy:NoteUpdate'
, noteUpdate_updatedBy
- The principal that updated the note.
noteUpdate_text :: Lens' NoteUpdate Text Source #
The updated note text.
noteUpdate_updatedBy :: Lens' NoteUpdate Text Source #
The principal that updated the note.