Module Values.UpdateConfigurationSetEventDestinationRequestSource

Represents a request to update the event destination of a configuration set. Configuration sets 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 that contains the event destination.

    *)
  2. eventDestination : EventDestination.t;
    (*

    The event destination object.

    *)
}
Sourceval context_ : string
Sourceval make : configurationSetName:ConfigurationSetName.t -> eventDestination:EventDestination.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 | `String of EventDestinationName.t | `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