Module Values.DescribeConfigurationSetResponseSource

Represents the details 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 describeConfigurationSetResult = {
  1. configurationSet : ConfigurationSet.t option;
    (*

    The configuration set object associated with the specified configuration set.

    *)
  2. eventDestinations : EventDestinations.t option;
    (*

    A list of event destinations associated with the configuration set.

    *)
  3. trackingOptions : TrackingOptions.t option;
    (*

    The name of the custom open and click tracking domain associated with the configuration set.

    *)
  4. deliveryOptions : DeliveryOptions.t option;
  5. reputationOptions : ReputationOptions.t option;
    (*

    An object that represents the reputation settings for the configuration set.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeConfigurationSetResult : describeConfigurationSetResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?configurationSet:??? -> ?eventDestinations:??? -> ?trackingOptions:??? -> ?deliveryOptions:??? -> ?reputationOptions:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConfigurationSetDoesNotExistException of ConfigurationSetDoesNotExistException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `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 | `Structure of (string * [> `Boolean of Enabled.t | `Enum of string | `String of ConfigurationSetName.t | `Timestamp of LastFreshStart.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