| 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.TemplateVersionsResponse
Description
Synopsis
- data TemplateVersionsResponse = TemplateVersionsResponse' {}
- newTemplateVersionsResponse :: TemplateVersionsResponse
- templateVersionsResponse_message :: Lens' TemplateVersionsResponse (Maybe Text)
- templateVersionsResponse_nextToken :: Lens' TemplateVersionsResponse (Maybe Text)
- templateVersionsResponse_requestID :: 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.
Constructors
| TemplateVersionsResponse' | |
Fields
| |
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: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: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:requestID:TemplateVersionsResponse', templateVersionsResponse_requestID - The unique identifier 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_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_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_requestID :: Lens' TemplateVersionsResponse (Maybe Text) Source #
The unique identifier 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.