| 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.Pinpoint.Types.TemplateCreateMessageBody
Description
Synopsis
- data TemplateCreateMessageBody = TemplateCreateMessageBody' {}
- newTemplateCreateMessageBody :: TemplateCreateMessageBody
- templateCreateMessageBody_arn :: Lens' TemplateCreateMessageBody (Maybe Text)
- templateCreateMessageBody_message :: Lens' TemplateCreateMessageBody (Maybe Text)
- templateCreateMessageBody_requestID :: Lens' TemplateCreateMessageBody (Maybe Text)
Documentation
data TemplateCreateMessageBody Source #
Provides information about a request to create a message template.
See: newTemplateCreateMessageBody smart constructor.
Constructors
| TemplateCreateMessageBody' | |
Instances
newTemplateCreateMessageBody :: TemplateCreateMessageBody Source #
Create a value of TemplateCreateMessageBody 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:arn:TemplateCreateMessageBody', templateCreateMessageBody_arn - The Amazon Resource Name (ARN) of the message template that was created.
$sel:message:TemplateCreateMessageBody', templateCreateMessageBody_message - The message that's returned from the API for the request to create the
message template.
$sel:requestID:TemplateCreateMessageBody', templateCreateMessageBody_requestID - The unique identifier for the request to create the message template.
templateCreateMessageBody_arn :: Lens' TemplateCreateMessageBody (Maybe Text) Source #
The Amazon Resource Name (ARN) of the message template that was created.
templateCreateMessageBody_message :: Lens' TemplateCreateMessageBody (Maybe Text) Source #
The message that's returned from the API for the request to create the message template.
templateCreateMessageBody_requestID :: Lens' TemplateCreateMessageBody (Maybe Text) Source #
The unique identifier for the request to create the message template.