package aws-elasticloadbalancing

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = ListenerDescription.t list
val make : 'a -> unit -> 'b
val parse : Ezxmlm.nodes -> ListenerDescription.t list option
val to_query : ListenerDescription.t list -> Aws.Query.t
val to_json : ListenerDescription.t list -> [> `List of [> `Assoc of (string * [> `Assoc of (string * Aws.Json.t) list | `List of Aws.Json.t list ]) list ] list ]
val of_json : Aws.Json.t -> ListenerDescription.t list