Values.DescribeConfigurationSetResponseSourceRepresents 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.
type describeConfigurationSetResult = {configurationSet : ConfigurationSet.t option;The configuration set object associated with the specified configuration set.
*)eventDestinations : EventDestinations.t option;A list of event destinations associated with the configuration set.
*)trackingOptions : TrackingOptions.t option;The name of the custom open and click tracking domain associated with the configuration set.
*)deliveryOptions : DeliveryOptions.t option;reputationOptions : ReputationOptions.t option;An object that represents the reputation settings for the configuration set.
*)}and t = {describeConfigurationSetResult : describeConfigurationSetResult;responseMetaData : responseMetaData;}type error = [ | `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `List of [> `Enum of string ] list
| `String of EventDestinationName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DimensionName.t ])
list ]
list
| `String of AmazonResourceName.t ])
list ])
list ]
list
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `String of ConfigurationSetName.t
| `Timestamp of LastFreshStart.t ])
list ])
list ])
list ]