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 |
Returns the details of the specified configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Synopsis
- data DescribeConfigurationSet = DescribeConfigurationSet' {}
- newDescribeConfigurationSet :: Text -> DescribeConfigurationSet
- describeConfigurationSet_configurationSetAttributeNames :: Lens' DescribeConfigurationSet (Maybe [ConfigurationSetAttribute])
- describeConfigurationSet_configurationSetName :: Lens' DescribeConfigurationSet Text
- data DescribeConfigurationSetResponse = DescribeConfigurationSetResponse' {}
- newDescribeConfigurationSetResponse :: Int -> DescribeConfigurationSetResponse
- describeConfigurationSetResponse_deliveryOptions :: Lens' DescribeConfigurationSetResponse (Maybe DeliveryOptions)
- describeConfigurationSetResponse_trackingOptions :: Lens' DescribeConfigurationSetResponse (Maybe TrackingOptions)
- describeConfigurationSetResponse_configurationSet :: Lens' DescribeConfigurationSetResponse (Maybe ConfigurationSet)
- describeConfigurationSetResponse_reputationOptions :: Lens' DescribeConfigurationSetResponse (Maybe ReputationOptions)
- describeConfigurationSetResponse_eventDestinations :: Lens' DescribeConfigurationSetResponse (Maybe [EventDestination])
- describeConfigurationSetResponse_httpStatus :: Lens' DescribeConfigurationSetResponse Int
Creating a Request
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: newDescribeConfigurationSet
smart constructor.
DescribeConfigurationSet' | |
|
Instances
newDescribeConfigurationSet Source #
Create a value of DescribeConfigurationSet
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:configurationSetAttributeNames:DescribeConfigurationSet'
, describeConfigurationSet_configurationSetAttributeNames
- A list of configuration set attributes to return.
$sel:configurationSetName:DescribeConfigurationSet'
, describeConfigurationSet_configurationSetName
- The name of the configuration set to describe.
Request Lenses
describeConfigurationSet_configurationSetAttributeNames :: Lens' DescribeConfigurationSet (Maybe [ConfigurationSetAttribute]) Source #
A list of configuration set attributes to return.
describeConfigurationSet_configurationSetName :: Lens' DescribeConfigurationSet Text Source #
The name of the configuration set to describe.
Destructuring the Response
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: newDescribeConfigurationSetResponse
smart constructor.
DescribeConfigurationSetResponse' | |
|
Instances
newDescribeConfigurationSetResponse Source #
Create a value of DescribeConfigurationSetResponse
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:deliveryOptions:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_deliveryOptions
- Undocumented member.
$sel:trackingOptions:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_trackingOptions
- The name of the custom open and click tracking domain associated with
the configuration set.
$sel:configurationSet:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_configurationSet
- The configuration set object associated with the specified configuration
set.
$sel:reputationOptions:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_reputationOptions
- An object that represents the reputation settings for the configuration
set.
$sel:eventDestinations:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_eventDestinations
- A list of event destinations associated with the configuration set.
$sel:httpStatus:DescribeConfigurationSetResponse'
, describeConfigurationSetResponse_httpStatus
- The response's http status code.
Response Lenses
describeConfigurationSetResponse_deliveryOptions :: Lens' DescribeConfigurationSetResponse (Maybe DeliveryOptions) Source #
Undocumented member.
describeConfigurationSetResponse_trackingOptions :: Lens' DescribeConfigurationSetResponse (Maybe TrackingOptions) Source #
The name of the custom open and click tracking domain associated with the configuration set.
describeConfigurationSetResponse_configurationSet :: Lens' DescribeConfigurationSetResponse (Maybe ConfigurationSet) Source #
The configuration set object associated with the specified configuration set.
describeConfigurationSetResponse_reputationOptions :: Lens' DescribeConfigurationSetResponse (Maybe ReputationOptions) Source #
An object that represents the reputation settings for the configuration set.
describeConfigurationSetResponse_eventDestinations :: Lens' DescribeConfigurationSetResponse (Maybe [EventDestination]) Source #
A list of event destinations associated with the configuration set.
describeConfigurationSetResponse_httpStatus :: Lens' DescribeConfigurationSetResponse Int Source #
The response's http status code.