Module Smaws_Client_DynamoDB.DescribeExport

Describes an existing table export.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ExportNotFoundException of Types.export_not_found_exception | `InternalServerError of Types.internal_server_error | `LimitExceededException of Types.limit_exceeded_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_export_input -> (Types.describe_export_output, [> Smaws_Lib.Protocols.AwsJson.error | `ExportNotFoundException of Types.export_not_found_exception | `InternalServerError of Types.internal_server_error | `LimitExceededException of Types.limit_exceeded_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.describe_export_input -> (Types.describe_export_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ExportNotFoundException of Types.export_not_found_exception | `InternalServerError of Types.internal_server_error | `LimitExceededException of Types.limit_exceeded_exception ] * Smaws_Lib.Response.metadata) Stdlib.result