Skip to content

Commit 98fabf5

Browse files
AllanZhengYPsrchase
authored andcommitted
feat: add apiVersion to Smithy client config (#490)
1 parent 15f382e commit 98fabf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/smithy-client/src/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import {
88

99
export interface SmithyConfiguration<HandlerOptions> {
1010
requestHandler: RequestHandler<any, any, HandlerOptions>;
11+
readonly apiVersion: string;
12+
readonly protocol: string;
1113
}
1214

1315
export type SmithyResolvedConfiguration<HandlerOptions> = SmithyConfiguration<

0 commit comments

Comments
 (0)