Module Values_1.CreateTopicRuleRequestSource

The input for the CreateTopicRule operation.

Sourcetype nonrec t = {
  1. ruleName : Values_0.RuleName.t;
    (*

    The name of the rule.

    *)
  2. topicRulePayload : Values_0.TopicRulePayload.t;
    (*

    The rule payload.

    *)
  3. tags : Values_0.String_.t option;
    (*

    Metadata which can be used to manage the topic rule. For URI Request parameters use format: ...key1=value1&key2=value2... For the CLI command-line parameter use format: --tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&key2=value2..."

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ruleName:Values_0.RuleName.t -> topicRulePayload:Values_0.TopicRulePayload.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RuleName.t | `Structure of (string * [> `Boolean of bool | `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Boolean of bool | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ]) 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