| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SMS.Types.NotificationContext
Description
Synopsis
- data NotificationContext = NotificationContext' {}
- newNotificationContext :: NotificationContext
- notificationContext_status :: Lens' NotificationContext (Maybe ValidationStatus)
- notificationContext_statusMessage :: Lens' NotificationContext (Maybe Text)
- notificationContext_validationId :: Lens' NotificationContext (Maybe Text)
Documentation
data NotificationContext Source #
Contains the status of validating an application.
See: newNotificationContext smart constructor.
Constructors
| NotificationContext' | |
Fields
| |
Instances
newNotificationContext :: NotificationContext Source #
Create a value of NotificationContext 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:status:NotificationContext', notificationContext_status - The status of the validation.
$sel:statusMessage:NotificationContext', notificationContext_statusMessage - The status message.
$sel:validationId:NotificationContext', notificationContext_validationId - The ID of the validation.
notificationContext_status :: Lens' NotificationContext (Maybe ValidationStatus) Source #
The status of the validation.
notificationContext_statusMessage :: Lens' NotificationContext (Maybe Text) Source #
The status message.
notificationContext_validationId :: Lens' NotificationContext (Maybe Text) Source #
The ID of the validation.