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 TemplateVersionsResponse = TemplateVersionsResponse' {}
- newTemplateVersionsResponse :: TemplateVersionsResponse
- templateVersionsResponse_requestID :: Lens' TemplateVersionsResponse (Maybe Text)
- templateVersionsResponse_nextToken :: Lens' TemplateVersionsResponse (Maybe Text)
- templateVersionsResponse_message :: Lens' TemplateVersionsResponse (Maybe Text)
- templateVersionsResponse_item :: Lens' TemplateVersionsResponse [TemplateVersionResponse]
Documentation
data TemplateVersionsResponse Source #
Provides information about all the versions of a specific message template.
See: newTemplateVersionsResponse
smart constructor.
TemplateVersionsResponse' | |
|
Instances
newTemplateVersionsResponse :: TemplateVersionsResponse Source #
Create a value of TemplateVersionsResponse
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:TemplateVersionsResponse'
, templateVersionsResponse_requestID
- The unique identifier for the request to retrieve information about all
the versions of the message template.
$sel:nextToken:TemplateVersionsResponse'
, templateVersionsResponse_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:message:TemplateVersionsResponse'
, templateVersionsResponse_message
- The message that's returned from the API for the request to retrieve
information about all the versions of the message template.
$sel:item:TemplateVersionsResponse'
, templateVersionsResponse_item
- An array of responses, one for each version of the message template.
templateVersionsResponse_requestID :: Lens' TemplateVersionsResponse (Maybe Text) Source #
The unique identifier for the request to retrieve information about all the versions of the message template.
templateVersionsResponse_nextToken :: Lens' TemplateVersionsResponse (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.
templateVersionsResponse_message :: Lens' TemplateVersionsResponse (Maybe Text) Source #
The message that's returned from the API for the request to retrieve information about all the versions of the message template.
templateVersionsResponse_item :: Lens' TemplateVersionsResponse [TemplateVersionResponse] Source #
An array of responses, one for each version of the message template.