Module Values_0.ReplaceTopicRuleRequestSource

The input for the ReplaceTopicRule operation.

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

    The name of the rule.

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

    The rule payload.

    *)
}
Sourceval context_ : string
Sourceval make : ruleName:RuleName.t -> topicRulePayload:TopicRulePayload.t -> unit -> t
Sourceval of_header_and_body : ((string, RuleName.t) Awso.Import.List.Assoc.t * TopicRulePayload.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RuleName.t | `Structure of (string * [> `Boolean of IsDisabled.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Boolean of UseBase64.t | `Enum of string | `Integer of Qos.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AssetPropertyQuality.t | `Structure of (string * [> `String of AssetPropertyStringValue.t ]) list ]) list ] list | `String of AssetPropertyEntryId.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of TableName.t | `Structure of (string * [> `Boolean of BatchAcrossTopics.t | `Integer of MaxBatchOpenMs.t | `List of [> `Structure of (string * [> `String of UserPropertyKey.t ]) list ] list | `String of TableName.t | `Structure of (string * [> `String of SigningRegion.t ]) list ]) list ]) list ]) list ] list | `String of SQL.t | `Structure of (string * [> `Structure of (string * [> `Boolean of UseBase64.t | `Enum of string | `Integer of Qos.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AssetPropertyQuality.t | `Structure of (string * [> `String of AssetPropertyStringValue.t ]) list ]) list ] list | `String of AssetPropertyEntryId.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of TableName.t | `Structure of (string * [> `Boolean of BatchAcrossTopics.t | `Integer of MaxBatchOpenMs.t | `List of [> `Structure of (string * [> `String of UserPropertyKey.t ]) list ] list | `String of TableName.t | `Structure of (string * [> `String of SigningRegion.t ]) 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