Module Values.DeleteConfigurationSetEventDestinationRequestSource

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

    The name of the configuration set from which to delete the event destination.

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

    The name of the event destination 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