Module Values.DescribeAppBlockBuildersRequestSource

Retrieves a list that describes one or more app block builders.

Sourcetype nonrec t = {
  1. names : StringList.t option;
    (*

    The names of the app block builders.

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

    The pagination token used to retrieve the next page of results for this operation.

    *)
  3. maxResults : Integer.t option;
    (*

    The maximum size of each page of results. The maximum value is 25.

    *)
}
Sourceval make : ?names:??? -> ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of String_.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