Module Values.BatchGetCaseRuleRequestSource

Gets a batch of case rules. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template.

Sourcetype nonrec t = {
  1. domainId : DomainId.t;
    (*

    Unique identifier of a Cases domain.

    *)
  2. caseRules : CaseRuleIdentifierList.t;
    (*

    A list of case rule identifiers.

    *)
}
Sourceval context_ : string
Sourceval make : domainId:DomainId.t -> caseRules:CaseRuleIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of CaseRuleId.t ]) list ] list | `String of DomainId.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