Skip to content

Commit 560d5d5

Browse files
committed
chore(smithy-client): export common interfaces to remain backwards compatibility
1 parent f337f38 commit 560d5d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/smithy-client/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ export * from "./ser-utils";
99
export * from "./date-utils";
1010
export * from "./split-every";
1111
export * from "./constants";
12+
export { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";

0 commit comments

Comments
 (0)