libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.Types.Notification

Description

 
Synopsis

Documentation

data Notification Source #

The notification used to inform a user of an update in Audit Manager. For example, this includes the notification that is sent when a control set is delegated for review.

See: newNotification smart constructor.

Constructors

Notification' 

Fields

Instances

Instances details
Eq Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Read Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Show Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Generic Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Associated Types

type Rep Notification :: Type -> Type #

NFData Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Methods

rnf :: Notification -> () #

Hashable Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

FromJSON Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification = D1 ('MetaData "Notification" "Amazonka.AuditManager.Types.Notification" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Notification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "controlSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNotification :: Notification Source #

Create a value of Notification 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:controlSetName:Notification', notification_controlSetName - Specifies the name of the control set that the notification is about.

$sel:controlSetId:Notification', notification_controlSetId - The identifier for the specified control set.

$sel:eventTime:Notification', notification_eventTime - The time when the notification was sent.

$sel:source:Notification', notification_source - The sender of the notification.

$sel:id:Notification', notification_id - The unique identifier for the notification.

$sel:assessmentId:Notification', notification_assessmentId - The identifier for the specified assessment.

$sel:description:Notification', notification_description - The description of the notification.

$sel:assessmentName:Notification', notification_assessmentName - The name of the related assessment.

notification_controlSetName :: Lens' Notification (Maybe Text) Source #

Specifies the name of the control set that the notification is about.

notification_controlSetId :: Lens' Notification (Maybe Text) Source #

The identifier for the specified control set.

notification_eventTime :: Lens' Notification (Maybe UTCTime) Source #

The time when the notification was sent.

notification_source :: Lens' Notification (Maybe Text) Source #

The sender of the notification.

notification_id :: Lens' Notification (Maybe Text) Source #

The unique identifier for the notification.

notification_assessmentId :: Lens' Notification (Maybe Text) Source #

The identifier for the specified assessment.

notification_description :: Lens' Notification (Maybe Text) Source #

The description of the notification.

notification_assessmentName :: Lens' Notification (Maybe Text) Source #

The name of the related assessment.