| 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 |
Amazonka.SecurityHub.Types.Note
Description
Documentation
A user-defined note added to a finding.
See: newNote smart constructor.
Constructors
| Note' | |
Fields
| |
Instances
| Eq Note Source # | |
| Read Note Source # | |
| Show Note Source # | |
| Generic Note Source # | |
| NFData Note Source # | |
Defined in Amazonka.SecurityHub.Types.Note | |
| Hashable Note Source # | |
Defined in Amazonka.SecurityHub.Types.Note | |
| ToJSON Note Source # | |
Defined in Amazonka.SecurityHub.Types.Note | |
| FromJSON Note Source # | |
| type Rep Note Source # | |
Defined in Amazonka.SecurityHub.Types.Note type Rep Note = D1 ('MetaData "Note" "Amazonka.SecurityHub.Types.Note" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Note'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "updatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Note 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:Note', note_text - The text of a note.
$sel:updatedBy:Note', note_updatedBy - The principal that created a note.
$sel:updatedAt:Note', note_updatedAt - The timestamp of when the note was updated.
Uses the date-time format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.
note_updatedAt :: Lens' Note Text Source #
The timestamp of when the note was updated.
Uses the date-time format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z.