Module Values.VdmAttributesSource

The VDM attributes that apply to your Amazon SES account.

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

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

    *)
  2. dashboardAttributes : DashboardAttributes.t option;
    (*

    Specifies additional settings for your VDM configuration as applicable to the Dashboard.

    *)
  3. guardianAttributes : GuardianAttributes.t option;
    (*

    Specifies additional settings for your VDM configuration as applicable to the Guardian.

    *)
}
Sourceval context_ : string
Sourceval make : ?dashboardAttributes:??? -> ?guardianAttributes:??? -> vdmEnabled:FeatureStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string ]) 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