libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.NoteUpdate

Description

 
Synopsis

Documentation

data NoteUpdate Source #

The updated note.

See: newNoteUpdate smart constructor.

Constructors

NoteUpdate' 

Fields

Instances

Instances details
Eq NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

Read NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

Show NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

Generic NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

Associated Types

type Rep NoteUpdate :: Type -> Type #

NFData NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

Methods

rnf :: NoteUpdate -> () #

Hashable NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

ToJSON NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

type Rep NoteUpdate Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.NoteUpdate

type Rep NoteUpdate = D1 ('MetaData "NoteUpdate" "Amazonka.SecurityHub.Types.NoteUpdate" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "NoteUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "updatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newNoteUpdate Source #

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.