Skip to content

Commit acdc577

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

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
@@ -8,3 +8,4 @@ export * from "./parse-utils";
88
export * from "./date-utils";
99
export * from "./split-every";
1010
export * from "./constants";
11+
export { DocumentType, SdkError, SmithyException } from "@aws-sdk/types";

0 commit comments

Comments
 (0)