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 |
Documentation
data NotificationSummary Source #
A notification summary return object.
See: newNotificationSummary
smart constructor.
NotificationSummary' | |
|
Instances
newNotificationSummary :: NotificationSummary Source #
Create a value of NotificationSummary
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:lensUpgradeSummary:NotificationSummary'
, notificationSummary_lensUpgradeSummary
- Summary of lens upgrade.
$sel:type':NotificationSummary'
, notificationSummary_type
- The type of notification.
notificationSummary_lensUpgradeSummary :: Lens' NotificationSummary (Maybe LensUpgradeSummary) Source #
Summary of lens upgrade.
notificationSummary_type :: Lens' NotificationSummary (Maybe NotificationType) Source #
The type of notification.