| 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.SmsVoice.ListConfigurationSets
Description
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
Synopsis
- data ListConfigurationSets = ListConfigurationSets' {}
- newListConfigurationSets :: ListConfigurationSets
- listConfigurationSets_nextToken :: Lens' ListConfigurationSets (Maybe Text)
- listConfigurationSets_pageSize :: Lens' ListConfigurationSets (Maybe Text)
- data ListConfigurationSetsResponse = ListConfigurationSetsResponse' {
- configurationSets :: Maybe [Text]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListConfigurationSetsResponse :: Int -> ListConfigurationSetsResponse
- listConfigurationSetsResponse_configurationSets :: Lens' ListConfigurationSetsResponse (Maybe [Text])
- listConfigurationSetsResponse_nextToken :: Lens' ListConfigurationSetsResponse (Maybe Text)
- listConfigurationSetsResponse_httpStatus :: Lens' ListConfigurationSetsResponse Int
Creating a Request
data ListConfigurationSets Source #
See: newListConfigurationSets smart constructor.
Constructors
| ListConfigurationSets' | |
Instances
newListConfigurationSets :: ListConfigurationSets Source #
Create a value of ListConfigurationSets 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:
ListConfigurationSets, listConfigurationSets_nextToken - A token returned from a previous call to the API that indicates the
position in the list of results.
$sel:pageSize:ListConfigurationSets', listConfigurationSets_pageSize - Used to specify the number of items that should be returned in the
response.
Request Lenses
listConfigurationSets_nextToken :: Lens' ListConfigurationSets (Maybe Text) Source #
A token returned from a previous call to the API that indicates the position in the list of results.
listConfigurationSets_pageSize :: Lens' ListConfigurationSets (Maybe Text) Source #
Used to specify the number of items that should be returned in the response.
Destructuring the Response
data ListConfigurationSetsResponse Source #
An object that contains information about the configuration sets for your account in the current region.
See: newListConfigurationSetsResponse smart constructor.
Constructors
| ListConfigurationSetsResponse' | |
Fields
| |
Instances
newListConfigurationSetsResponse Source #
Create a value of ListConfigurationSetsResponse 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:configurationSets:ListConfigurationSetsResponse', listConfigurationSetsResponse_configurationSets - An object that contains a list of configuration sets for your account in
the current region.
ListConfigurationSets, listConfigurationSetsResponse_nextToken - A token returned from a previous call to ListConfigurationSets to
indicate the position in the list of configuration sets.
$sel:httpStatus:ListConfigurationSetsResponse', listConfigurationSetsResponse_httpStatus - The response's http status code.
Response Lenses
listConfigurationSetsResponse_configurationSets :: Lens' ListConfigurationSetsResponse (Maybe [Text]) Source #
An object that contains a list of configuration sets for your account in the current region.
listConfigurationSetsResponse_nextToken :: Lens' ListConfigurationSetsResponse (Maybe Text) Source #
A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.
listConfigurationSetsResponse_httpStatus :: Lens' ListConfigurationSetsResponse Int Source #
The response's http status code.