Module Values_1.GetTopicRuleResponseSource

The output from the GetTopicRule operation.

Sourcetype nonrec t = {
  1. ruleArn : Values_0.RuleArn.t option;
    (*

    The rule ARN.

    *)
  2. rule : Values_0.TopicRule.t option;
    (*

    The rule.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalException of Values_0.InternalException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
  4. | `UnauthorizedException of Values_0.UnauthorizedException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?ruleArn:??? -> ?rule:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalException of Values_0.InternalException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalException of Values_0.InternalException.t | `InvalidRequestException of Values_0.InvalidRequestException.t | `ServiceUnavailableException of Values_0.ServiceUnavailableException.t | `UnauthorizedException of Values_0.UnauthorizedException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RuleArn.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 | `Timestamp 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