Skip to content

Commit 4de6433

Browse files
authored
chore(lib-dynamodb): re-export options and NativeAttribute* types (#5982)
1 parent d201a43 commit 4de6433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/lib-dynamodb/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ export * from "./DynamoDBDocumentClient";
55
export * from "./commands";
66
export * from "./pagination";
77
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

Comments
 (0)