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.DescribeConfigurationSet
Description
Returns the details of the specified configuration set.
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.
- describeConfigurationSet :: Text -> DescribeConfigurationSet
- data DescribeConfigurationSet
- dcsConfigurationSetAttributeNames :: Lens' DescribeConfigurationSet [ConfigurationSetAttribute]
- dcsConfigurationSetName :: Lens' DescribeConfigurationSet Text
- describeConfigurationSetResponse :: Int -> DescribeConfigurationSetResponse
- data DescribeConfigurationSetResponse
- dcsrsConfigurationSet :: Lens' DescribeConfigurationSetResponse (Maybe ConfigurationSet)
- dcsrsEventDestinations :: Lens' DescribeConfigurationSetResponse [EventDestination]
- dcsrsResponseStatus :: Lens' DescribeConfigurationSetResponse Int
Creating a Request
describeConfigurationSet Source #
Arguments
:: Text | |
-> DescribeConfigurationSet |
Creates a value of DescribeConfigurationSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsConfigurationSetAttributeNames
- A list of configuration set attributes to return.dcsConfigurationSetName
- The name of the configuration set to describe.
data DescribeConfigurationSet Source #
Represents a request to return the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: describeConfigurationSet
smart constructor.
Instances
Request Lenses
dcsConfigurationSetAttributeNames :: Lens' DescribeConfigurationSet [ConfigurationSetAttribute] Source #
A list of configuration set attributes to return.
dcsConfigurationSetName :: Lens' DescribeConfigurationSet Text Source #
The name of the configuration set to describe.
Destructuring the Response
describeConfigurationSetResponse Source #
Arguments
:: Int | |
-> DescribeConfigurationSetResponse |
Creates a value of DescribeConfigurationSetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsrsConfigurationSet
- The configuration set object associated with the specified configuration set.dcsrsEventDestinations
- A list of event destinations associated with the configuration set.dcsrsResponseStatus
- -- | The response status code.
data DescribeConfigurationSetResponse Source #
Represents the details of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: describeConfigurationSetResponse
smart constructor.
Instances
Response Lenses
dcsrsConfigurationSet :: Lens' DescribeConfigurationSetResponse (Maybe ConfigurationSet) Source #
The configuration set object associated with the specified configuration set.
dcsrsEventDestinations :: Lens' DescribeConfigurationSetResponse [EventDestination] Source #
A list of event destinations associated with the configuration set.
dcsrsResponseStatus :: Lens' DescribeConfigurationSetResponse Int Source #
- - | The response status code.