Module Values.GuardianOptionsSource

An object containing additional settings for your VDM configuration as applicable to the Guardian.

Sourcetype nonrec t = {
  1. optimizedSharedDelivery : FeatureStatus.t option;
    (*

    Specifies the status of your VDM optimized shared delivery. Can be one of the following: ENABLED – Amazon SES enables optimized shared delivery for the configuration set. DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

    *)
}
Sourceval make : ?optimizedSharedDelivery:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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