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_GetItemInput.hrl
Raw

include/aws@services@dynamodb_GetItemInput.hrl

-record(get_item_input, {
attributes_to_get :: gleam@option:option(list(binary())),
consistent_read :: gleam@option:option(boolean()),
expression_attribute_names :: gleam@option:option(gleam@dict:dict(binary(), binary())),
key :: gleam@option:option(gleam@dict:dict(binary(), aws@services@dynamodb:attribute_value())),
projection_expression :: gleam@option:option(binary()),
return_consumed_capacity :: gleam@option:option(aws@services@dynamodb:return_consumed_capacity()),
table_name :: gleam@option:option(binary())
}).