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 TemplatesResponse Source #
Provides information about all the message templates that are associated with your Amazon Pinpoint account.
See: newTemplatesResponse
smart constructor.
TemplatesResponse' | |
|
Instances
newTemplatesResponse :: TemplatesResponse Source #
Create a value of TemplatesResponse
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:nextToken:TemplatesResponse'
, templatesResponse_nextToken
- The string to use in a subsequent request to get the next page of
results in a paginated response. This value is null if there are no
additional pages.
$sel:item:TemplatesResponse'
, templatesResponse_item
- An array of responses, one for each message template that's associated
with your Amazon Pinpoint account and meets any filter criteria that you
specified in the request.
templatesResponse_nextToken :: Lens' TemplatesResponse (Maybe Text) Source #
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
templatesResponse_item :: Lens' TemplatesResponse [TemplateResponse] Source #
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and meets any filter criteria that you specified in the request.