UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 374 B
export { UpdateAttributesCommand } from './updateAttributesCommand.js'; export type { UpdateAttributesResponse } from './updateAttributesCommand.js'; export type { UpdateAttributesOptions } from './options.js'; export type { UpdateAttributesInput, UpdateAttributeInput } from './types.js'; export { parseUpdateAttributesExtension } from './updateAttributesParams/index.js';