Module Values.DeleteConfigurationSetEventDestinationRequestSource

A request to delete an event destination from 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 delete.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : configurationSetName:ConfigurationSetName.t -> eventDestinationName:EventDestinationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationSetName.t ]) 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