| Copyright | (c) 2013-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.SES.ListConfigurationSets
Description
Lists the configuration sets associated with your AWS account.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
This action is throttled at one request per second and can return up to 50 configuration sets at a time.
- listConfigurationSets :: ListConfigurationSets
- data ListConfigurationSets
- lcsNextToken :: Lens' ListConfigurationSets (Maybe Text)
- lcsMaxItems :: Lens' ListConfigurationSets (Maybe Int)
- listConfigurationSetsResponse :: Int -> ListConfigurationSetsResponse
- data ListConfigurationSetsResponse
- lcsrsConfigurationSets :: Lens' ListConfigurationSetsResponse [ConfigurationSet]
- lcsrsNextToken :: Lens' ListConfigurationSetsResponse (Maybe Text)
- lcsrsResponseStatus :: Lens' ListConfigurationSetsResponse Int
Creating a Request
listConfigurationSets :: ListConfigurationSets Source #
Creates a value of ListConfigurationSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
- lcsNextToken- A token returned from a previous call to- ListConfigurationSetsto indicate the position of the configuration set in the configuration set list.
- lcsMaxItems- The number of configuration sets to return.
data ListConfigurationSets Source #
Represents a request to list the configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: listConfigurationSets smart constructor.
Instances
Request Lenses
lcsNextToken :: Lens' ListConfigurationSets (Maybe Text) Source #
A token returned from a previous call to ListConfigurationSets to indicate the position of the configuration set in the configuration set list.
lcsMaxItems :: Lens' ListConfigurationSets (Maybe Int) Source #
The number of configuration sets to return.
Destructuring the Response
listConfigurationSetsResponse Source #
Arguments
| :: Int | |
| -> ListConfigurationSetsResponse | 
Creates a value of ListConfigurationSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
- lcsrsConfigurationSets- A list of configuration sets.
- lcsrsNextToken- A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of- ListConfigurationSets.
- lcsrsResponseStatus- -- | The response status code.
data ListConfigurationSetsResponse Source #
A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: listConfigurationSetsResponse smart constructor.
Instances
Response Lenses
lcsrsConfigurationSets :: Lens' ListConfigurationSetsResponse [ConfigurationSet] Source #
A list of configuration sets.
lcsrsNextToken :: Lens' ListConfigurationSetsResponse (Maybe Text) Source #
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets .
lcsrsResponseStatus :: Lens' ListConfigurationSetsResponse Int Source #
- - | The response status code.