Module Values.DescribeRulesOutputSource

Describes the specified rules or the rules for the specified listener. You must specify either a listener or rules.

Sourcetype describeRulesResult = {
  1. rules : Rules.t option;
    (*

    Information about the rules.

    *)
  2. nextMarker : Marker.t option;
    (*

    If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeRulesResult : describeRulesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ListenerNotFoundException of ListenerNotFoundException.t
  2. | `RuleNotFoundException of RuleNotFoundException.t
  3. | `UnsupportedProtocolException of UnsupportedProtocolException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?rules:??? -> ?nextMarker:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ListenerNotFoundException of unit | `RuleNotFoundException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ListenerNotFoundException of unit | `RuleNotFoundException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of IsDefault.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of ActionOrder.t | `List of [> `String of StringValue.t ] list | `String of ConditionFieldName.t | `Structure of (string * [> `Boolean of AuthenticateOidcActionUseExistingClientSecret.t | `Enum of string | `List of [> `String of StringValue.t | `Structure of (string * [> `Enum of string | `Integer of TargetGroupWeight.t | `List of [> `String of JwtValidationActionAdditionalClaimValue.t ] list | `String of StringValue.t ]) list ] list | `Long of AuthenticateOidcActionSessionTimeout.t | `Map of ([> `String of AuthenticateOidcActionAuthenticationRequestParamName.t ] * [> `String of AuthenticateOidcActionAuthenticationRequestParamValue.t ]) list | `String of HttpHeaderConditionName.t | `Structure of (string * [> `Boolean of TargetGroupStickinessEnabled.t | `Integer of TargetGroupStickinessDurationSeconds.t ]) list ]) list ]) list ] list | `String of RuleArn.t ]) list ] list | `String of Marker.t ]) 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