Values.DescribeExportOutputSourceDescribes an existing table export.
type nonrec t = {exportDescription : ExportDescription.t option;Represents the properties of the export.
*)}type nonrec error = [ | `ExportNotFoundException of ExportNotFoundException.t| `InternalServerError of InternalServerError.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ExportNotFoundException of ExportNotFoundException.t
| `InternalServerError of InternalServerError.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ExportNotFoundException of ExportNotFoundException.t
| `InternalServerError of InternalServerError.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of BilledSizeBytes.t
| `String of ExportArn.t
| `Structure of
(string
* [> `Enum of string | `Timestamp of ExportFromTime.t ])
list
| `Timestamp of ExportStartTime.t ])
list ])
list ]