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
- data TemplateCreateMessageBody = TemplateCreateMessageBody' {}
- newTemplateCreateMessageBody :: TemplateCreateMessageBody
- templateCreateMessageBody_requestID :: Lens' TemplateCreateMessageBody (Maybe Text)
- templateCreateMessageBody_arn :: Lens' TemplateCreateMessageBody (Maybe Text)
- templateCreateMessageBody_message :: Lens' TemplateCreateMessageBody (Maybe Text)
Documentation
data TemplateCreateMessageBody Source #
Provides information about a request to create a message template.
See: newTemplateCreateMessageBody
smart constructor.
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:requestID:TemplateCreateMessageBody'
, templateCreateMessageBody_requestID
- The unique identifier for the request to create the message template.
$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.
templateCreateMessageBody_requestID :: Lens' TemplateCreateMessageBody (Maybe Text) Source #
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.