Values.DeleteConfigurationSetEventDestinationRequestSourceA request to delete an event destination from a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that contains the event destination that you want to delete.
*)eventDestinationName : EventDestinationName.t;The name of the event destination that you want to delete.
*)}val make :
configurationSetName:ConfigurationSetName.t ->
eventDestinationName:EventDestinationName.t ->
unit ->
t