Values.DescribeConfigurationSetRequestSourceRepresents 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.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set to describe.
*)configurationSetAttributeNames : ConfigurationSetAttributeList.t option;A list of configuration set attributes to return.
*)}val make :
?configurationSetAttributeNames:??? ->
configurationSetName:ConfigurationSetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of ConfigurationSetName.t ])
list ]