amazonka-auditmanager-2.0: Amazon Audit Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AuditManager.Types.Notification

Description

 
Synopsis

Documentation

data Notification Source #

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

See: newNotification smart constructor.

Constructors

Notification' 

Fields

Instances

Instances details
FromJSON 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 #

Read Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Show Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

NFData Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Methods

rnf :: Notification -> () #

Eq Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Hashable Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

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:assessmentId:Notification', notification_assessmentId - The identifier for the assessment.

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

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

$sel:controlSetName:Notification', notification_controlSetName - Specifies the name of the control set that the notification is about.

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

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

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

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

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

The identifier for the assessment.

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

The name of the related assessment.

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

The identifier for the control set.

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

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

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

The description of the notification.

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

The time when the notification was sent.

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

The unique identifier for the notification.

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

The sender of the notification.