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 Notification = Notification' {
- controlSetName :: Maybe Text
- controlSetId :: Maybe Text
- eventTime :: Maybe POSIX
- source :: Maybe Text
- id :: Maybe Text
- assessmentId :: Maybe Text
- description :: Maybe Text
- assessmentName :: Maybe Text
- newNotification :: Notification
- notification_controlSetName :: Lens' Notification (Maybe Text)
- notification_controlSetId :: Lens' Notification (Maybe Text)
- notification_eventTime :: Lens' Notification (Maybe UTCTime)
- notification_source :: Lens' Notification (Maybe Text)
- notification_id :: Lens' Notification (Maybe Text)
- notification_assessmentId :: Lens' Notification (Maybe Text)
- notification_description :: Lens' Notification (Maybe Text)
- notification_assessmentName :: Lens' Notification (Maybe Text)
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.
Notification' | |
|
Instances
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.