UNPKG

dynamodb-toolbox

Version:

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

5 lines (4 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.updateItemCommandReturnValuesOptionsSet = void 0; exports.updateItemCommandReturnValuesOptionsSet = new Set(['NONE', 'ALL_OLD', 'UPDATED_OLD', 'ALL_NEW', 'UPDATED_NEW']);