Module Values.DeleteRuleRequestSource

Deletes a listener rule. Each listener has a default rule for checking connection requests, but you can define additional rules. Each rule consists of a priority, one or more actions, and one or more conditions. You can delete additional listener rules, but you cannot delete the default 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 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