Module Values.CreateRuleSetRequestSource

Provision a new rule set.

Sourcetype nonrec t = {
  1. clientToken : IdempotencyToken.t option;
    (*

    A unique token that Amazon SES uses to recognize subsequent retries of the same request.

    *)
  2. ruleSetName : RuleSetName.t;
    (*

    A user-friendly name for the rule set.

    *)
  3. rules : Rules.t;
    (*

    Conditional rules that are evaluated for determining actions on email.

    *)
  4. tags : TagList.t option;
    (*

    The tags used to organize, track, or control access for the resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?tags:??? -> ruleSetName:RuleSetName.t -> rules:Rules.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of LambdaRetryTimeMinutes.t | `List of [> `Enum of string | `String of RuleStringValue.t ] list | `String of IdOrArn.t | `Structure of (string * [> `Enum of string | `String of MimeHeaderAttribute.t | `Structure of (string * [> `Enum of string | `List of [> `String of AddressListArn.t ] list | `String of AnalyzerArn.t ]) list ]) list ]) list ]) list ] list | `String of RuleName.t ]) list ] list | `String of IdempotencyToken.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