Values.DescribeLookupTablesResponseSourceRetrieves metadata about lookup tables in your account. You can optionally filter the results by table name prefix. Results are sorted by table name in ascending order.
type nonrec t = {lookupTables : LookupTables.t option;An array of structures, where each structure contains metadata about one lookup table.
*)nextToken : NextToken.t option;The token to use when requesting the next set of items.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `Long of RecordsCount.t
| `String of Arn.t ])
list ]
list
| `String of NextToken.t ])
list ]