Skip to content

Commit

Permalink
fix(clients): documentation for config.region for new clients (#2468)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jun 7, 2021
1 parent cce6231 commit 3bd30bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
serviceId?: string;

/**
* The AWS region to which this client will send requests or use as signingRegion
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

Expand Down
2 changes: 1 addition & 1 deletion clients/client-apprunner/AppRunnerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
serviceId?: string;

/**
* The AWS region to which this client will send requests or use as signingRegion
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

Expand Down
2 changes: 1 addition & 1 deletion clients/client-ssm-contacts/SSMContactsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
serviceId?: string;

/**
* The AWS region to which this client will send requests or use as signingRegion
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

Expand Down
2 changes: 1 addition & 1 deletion clients/client-ssm-incidents/SSMIncidentsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
serviceId?: string;

/**
* The AWS region to which this client will send requests or use as signingRegion
* The AWS region to which this client will send requests
*/
region?: string | __Provider<string>;

Expand Down

0 comments on commit 3bd30bb

Please sign in to comment.