Module Values.ExportTableToPointInTimeOutputSource

Exports 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.

Sourcetype nonrec t = {
  1. exportDescription : ExportDescription.t option;
    (*

    Contains a description of the table export.

    *)
}
Sourcetype nonrec error = [
  1. | `ExportConflictException of ExportConflictException.t
  2. | `InternalServerError of InternalServerError.t
  3. | `InvalidExportTimeException of InvalidExportTimeException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `PointInTimeRecoveryUnavailableException of PointInTimeRecoveryUnavailableException.t
  6. | `TableNotFoundException of TableNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?exportDescription:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t