Module Smaws_Client_DynamoDB.ExportTableToPointInTime

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.

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