Smaws_Client_DynamoDB.ExportTableToPointInTimeExports 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 error_to_string :
[ 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 ] ->
stringval request :
'http_type 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.export_table_to_point_in_time_input ->
(Types.export_table_to_point_in_time_output Smaws_Lib.Response.t,
[> 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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result