Packages

Typed Gleam client for Amazon DynamoDB. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_dynamodb include aws@services@dynamodb_ImportTableInput.hrl
Raw

include/aws@services@dynamodb_ImportTableInput.hrl

-record(import_table_input, {
client_token :: gleam@option:option(binary()),
input_compression_type :: gleam@option:option(aws@services@dynamodb:input_compression_type()),
input_format :: aws@services@dynamodb:input_format(),
input_format_options :: gleam@option:option(aws@services@dynamodb:input_format_options()),
s3_bucket_source :: aws@services@dynamodb:s3_bucket_source(),
table_creation_parameters :: aws@services@dynamodb:table_creation_parameters()
}).