UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

6 lines (5 loc) 176 B
export const putItemCommandReturnValuesOptions = [ 'NONE', 'ALL_OLD' ]; export const putItemCommandReturnValuesOptionsSet = new Set(putItemCommandReturnValuesOptions);