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

include/aws@services@dynamodb_ExpectedAttributeValue.hrl

-record(expected_attribute_value, {
attribute_value_list :: gleam@option:option(list(aws@services@dynamodb:attribute_value())),
comparison_operator :: gleam@option:option(aws@services@dynamodb:comparison_operator()),
exists :: gleam@option:option(boolean()),
value :: gleam@option:option(aws@services@dynamodb:attribute_value())
}).