Module Values.GetRuleRequestSource

Retrieves information about the specified listener rules. You can also retrieve information about the default listener rule. For more information, see Listener rules in the Amazon VPC Lattice User Guide.

Sourcetype nonrec t = {
  1. serviceIdentifier : ServiceIdentifier.t;
    (*

    The ID or ARN of the service.

    *)
  2. listenerIdentifier : ListenerIdentifier.t;
    (*

    The ID or ARN of the listener.

    *)
  3. ruleIdentifier : RuleIdentifier.t;
    (*

    The ID or ARN of the listener rule.

    *)
}
Sourceval context_ : string
Sourceval make : serviceIdentifier:ServiceIdentifier.t -> listenerIdentifier:ListenerIdentifier.t -> ruleIdentifier:RuleIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ServiceIdentifier.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