Values.ExportTableToPointInTimeOutputSourceExports table data to an S3 bucket. The table must have point in time recovery enabled, and you can export data from any time within the point in time recovery window.
type nonrec t = {exportDescription : ExportDescription.t option;Contains a description of the table export.
*)}type nonrec error = [ | `ExportConflictException of ExportConflictException.t| `InternalServerError of InternalServerError.t| `InvalidExportTimeException of InvalidExportTimeException.t| `LimitExceededException of LimitExceededException.t| `TableNotFoundException of TableNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ExportConflictException of ExportConflictException.t
| `InternalServerError of InternalServerError.t
| `InvalidExportTimeException of InvalidExportTimeException.t
| `LimitExceededException of LimitExceededException.t
| `PointInTimeRecoveryUnavailableException of
PointInTimeRecoveryUnavailableException.t
| `TableNotFoundException of TableNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ExportConflictException of ExportConflictException.t
| `InternalServerError of InternalServerError.t
| `InvalidExportTimeException of InvalidExportTimeException.t
| `LimitExceededException of LimitExceededException.t
| `PointInTimeRecoveryUnavailableException of
PointInTimeRecoveryUnavailableException.t
| `TableNotFoundException of TableNotFoundException.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 ]