package
2.1.3
Repository: https://github.com/nabeken/aws-go-dynamodb.git
Documentation: pkg.go.dev

# Functions

UpdateExpression sets a update expression in dynamodb.UpdateItemInput.

# Interfaces

DeleteItemInputOption is an interface to apply an option to dynamodb.DeleteItemInput.
GetItemInputOption is an interface to apply an option to dynamodb.GetItemInputOption.
PutItemInputOption is an interface to apply an option to dynamodb.PutItemInput.
QueryInputOption is an interface to apply an option to dynamodb.QueryInput.
UpdateItemInputOption is an interface to apply an option to dynamodb.UpdateItemInput.

# Type aliases

Condition is a type that can apply ConditionExpression to the various input parameters.
ConsistentRead is a type that can apply ConsistentRead to the various input parameters.
ExclusiveStartKey is a type that can apply ExclusiveStartKey to the various input parameters.
ExpressionAttributeNames is a type that can apply ExpressionAttributeNames to the various input parameters.
ExpressionAttributeValues is a type that can apply ExpressionAttributeValues to the various input parameters.
FilterExpression is a type that can apply FilterExpression to the various input parameters.
Index is a type that can apply IndexName to the various input parameters.
KeyConditionExpression is a type that can apply KeyConditionExpression to the various input parameter.
Limit is a type that can apply Limit to the various input parameters.
ProjectionExpression is type that can apply ProjectionExpression to the various input parameters.
ReturnValue is an type that can apply ReturnValues to the various input parameters.
Reverse is a type that can apply ScanIndexForward to the various input parameters.