Values.UpdateConfigurationSetEventDestinationRequestSourceRepresents a request to update the event destination 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 that contains the event destination.
*)eventDestination : EventDestination.t;The event destination object.
*)}val make :
configurationSetName:ConfigurationSetName.t ->
eventDestination:EventDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `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 ]