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