Module Smaws_Client_DynamoDB.ImportTable

Imports table data from an S3 bucket.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ImportConflictException of Types.import_conflict_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceInUseException of Types.resource_in_use_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.import_table_input -> (Types.import_table_output, [> Smaws_Lib.Protocols.AwsJson.error | `ImportConflictException of Types.import_conflict_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceInUseException of Types.resource_in_use_exception ]) Stdlib.result