Module Values.AuthorizersSource

Represents a collection of authorizers.

Sourcetype nonrec t = {
  1. items : Authorizer.t list option;
    (*

    The elements from this collection.

    *)
  2. nextToken : NextToken.t option;
    (*

    The next page of elements from this collection. Not valid for the last element of the collection.

    *)
}
Sourceval make : ?items:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of IntegerWithLengthBetween0And3600.t | `List of [> `String of string ] list | `String of Arn.t | `Structure of (string * [> `List of [> `String of string ] list | `String of UriWithLengthBetween1And2048.t ]) list ]) list ] list | `String of NextToken.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