| 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.CognitoIdentityProvider.Types.NotifyEmailType
Description
Documentation
data NotifyEmailType Source #
The notify email type.
See: newNotifyEmailType smart constructor.
Constructors
| NotifyEmailType' | |
Instances
Arguments
| :: Text | |
| -> NotifyEmailType |
Create a value of NotifyEmailType 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:htmlBody:NotifyEmailType', notifyEmailType_htmlBody - The email HTML body.
$sel:textBody:NotifyEmailType', notifyEmailType_textBody - The email text body.
$sel:subject:NotifyEmailType', notifyEmailType_subject - The email subject.
notifyEmailType_htmlBody :: Lens' NotifyEmailType (Maybe Text) Source #
The email HTML body.
notifyEmailType_textBody :: Lens' NotifyEmailType (Maybe Text) Source #
The email text body.
notifyEmailType_subject :: Lens' NotifyEmailType Text Source #
The email subject.