We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d201a43 commit 4de6433Copy full SHA for 4de6433
lib/lib-dynamodb/src/index.ts
@@ -5,3 +5,5 @@ export * from "./DynamoDBDocumentClient";
5
export * from "./commands";
6
export * from "./pagination";
7
export { NumberValueImpl as NumberValue } from "@aws-sdk/util-dynamodb";
8
+export { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb";
9
+export { NativeAttributeValue, NativeAttributeBinary, NativeScalarAttributeValue } from "@aws-sdk/util-dynamodb";
0 commit comments