Skip to content

Commit 1a327c1

Browse files
authored
docs(clients): mark apiVersion as @internal (#2019)
* chore(clients): mark apiVersion as internal * chore: amention API version is set by SDK * chore: explicitly call out it is not be used by customer code
1 parent 80a8094 commit 1a327c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/smithy-client/src/client.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ import { Client as IClient, Command, MetadataBearer, RequestHandler } from "@aws
33

44
export interface SmithyConfiguration<HandlerOptions> {
55
requestHandler: RequestHandler<any, any, HandlerOptions>;
6+
/**
7+
* The API version set internally by the SDK, and is
8+
* not planned to be used by customer code.
9+
* @internal
10+
*/
611
readonly apiVersion: string;
712
}
813

0 commit comments

Comments
 (0)