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
Documentation
data EmailContent Source #
Contains the subject and message of an email.
See: newEmailContent
smart constructor.
Instances
newEmailContent :: EmailContent Source #
Create a value of EmailContent
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:subject:EmailContent'
, emailContent_subject
- The subject of the email.
$sel:additionalMessage:EmailContent'
, emailContent_additionalMessage
- The message that you want to send. The message can be up to 200
characters.
emailContent_subject :: Lens' EmailContent (Maybe Text) Source #
The subject of the email.
emailContent_additionalMessage :: Lens' EmailContent (Maybe Text) Source #
The message that you want to send. The message can be up to 200 characters.