Module Values.UpdateConfigurationSetEventDestinationRequestSource

A request to change the settings for an event destination for a configuration set.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t;
    (*

    The name of the configuration set that contains the event destination that you want to modify.

    *)
  2. eventDestinationName : EventDestinationName.t;
    (*

    The name of the event destination that you want to modify.

    *)
  3. eventDestination : EventDestinationDefinition.t;
    (*

    An object that defines the event destination.

    *)
}
Sourceval context_ : string
Sourceval make : configurationSetName:ConfigurationSetName.t -> eventDestinationName:EventDestinationName.t -> eventDestination:EventDestinationDefinition.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t