Module Smaws_Client_DynamoDB.ExportTableToPointInTime

val request : Smaws_Lib.Context.t -> export_table_to_point_in_time_input -> (export_table_to_point_in_time_output, [> Smaws_Lib.Protocols.AwsJson.error | `ExportConflictException of export_conflict_exception | `InternalServerError of internal_server_error | `InvalidExportTimeException of invalid_export_time_exception | `LimitExceededException of limit_exceeded_exception | `PointInTimeRecoveryUnavailableException of point_in_time_recovery_unavailable_exception | `TableNotFoundException of table_not_found_exception ]) Stdlib.result

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.