diff --git a/lib/lib-dynamodb/src/index.ts b/lib/lib-dynamodb/src/index.ts index 8ba2e47e71da1..b2ecf376c43af 100644 --- a/lib/lib-dynamodb/src/index.ts +++ b/lib/lib-dynamodb/src/index.ts @@ -5,3 +5,5 @@ export * from "./DynamoDBDocumentClient"; export * from "./commands"; export * from "./pagination"; export { NumberValueImpl as NumberValue } from "@aws-sdk/util-dynamodb"; +export { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb"; +export { NativeAttributeValue, NativeAttributeBinary, NativeScalarAttributeValue } from "@aws-sdk/util-dynamodb";