Values.GetLookupTableResponseSourceRetrieves the full content of a lookup table, including the CSV data.
type nonrec t = {lookupTableArn : Arn.t option;The ARN of the lookup table.
*)lookupTableName : LookupTableName.t option;The name of the lookup table.
*)description : LookupTableDescription.t option;The description of the lookup table.
*)tableBody : TableBody.t option;The full CSV content of the lookup table.
*)sizeBytes : StoredBytes.t option;The size of the lookup table in bytes.
*)lastUpdatedTime : Timestamp.t option;The time when the lookup table was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)kmsKeyId : KmsKeyId.t option;The ARN of the KMS key used to encrypt the lookup table data, if applicable.
*)}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 * [> `Long of StoredBytes.t | `String of Arn.t ]) list ]