Skip to content

Commit

Permalink
feat: add apiVersion to Smithy client config (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP authored and trivikr committed Jan 3, 2020
1 parent 45d7cec commit 67601f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/smithy-client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {

export interface SmithyConfiguration<HandlerOptions> {
requestHandler: RequestHandler<any, any, HandlerOptions>;
readonly apiVersion: string;
readonly protocol: string;
}

export type SmithyResolvedConfiguration<HandlerOptions> = SmithyConfiguration<
Expand Down

0 comments on commit 67601f8

Please sign in to comment.