Values_1.GetClassifiersRequestSourceLists all classifier objects in the Data Catalog.
type nonrec t = {maxResults : PageSize.t option;The size of the list to return (optional).
*)nextToken : Token.t option;An optional continuation token.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PageSize.t | `String of Token.t ]) list ]