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 EmailTemplateMetadata Source #
Contains information about an email template.
See: newEmailTemplateMetadata
smart constructor.
EmailTemplateMetadata' | |
|
Instances
newEmailTemplateMetadata :: EmailTemplateMetadata Source #
Create a value of EmailTemplateMetadata
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:templateName:EmailTemplateMetadata'
, emailTemplateMetadata_templateName
- The name of the template.
$sel:createdTimestamp:EmailTemplateMetadata'
, emailTemplateMetadata_createdTimestamp
- The time and date the template was created.
emailTemplateMetadata_templateName :: Lens' EmailTemplateMetadata (Maybe Text) Source #
The name of the template.
emailTemplateMetadata_createdTimestamp :: Lens' EmailTemplateMetadata (Maybe UTCTime) Source #
The time and date the template was created.