Values.UpdateConfigurationSetEventDestinationRequestSourceA request to change the settings for an event destination for a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that contains the event destination to modify.
*)eventDestinationName : EventDestinationName.t;The name of the event destination.
*)eventDestination : EventDestinationDefinition.t;An object that defines the event destination.
*)}val make :
configurationSetName:ConfigurationSetName.t ->
eventDestinationName:EventDestinationName.t ->
eventDestination:EventDestinationDefinition.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
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DimensionName.t ])
list ]
list
| `String of AmazonResourceName.t ])
list ])
list ])
list ]