Skip to content

Commit 3bd30bb

Browse files
authored
fix(clients): documentation for config.region for new clients (#2468)
1 parent cce6231 commit 3bd30bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: clients/client-applicationcostprofiler/ApplicationCostProfilerClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
163163
serviceId?: string;
164164

165165
/**
166-
* The AWS region to which this client will send requests or use as signingRegion
166+
* The AWS region to which this client will send requests
167167
*/
168168
region?: string | __Provider<string>;
169169

Diff for: clients/client-apprunner/AppRunnerClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
217217
serviceId?: string;
218218

219219
/**
220-
* The AWS region to which this client will send requests or use as signingRegion
220+
* The AWS region to which this client will send requests
221221
*/
222222
region?: string | __Provider<string>;
223223

Diff for: clients/client-ssm-contacts/SSMContactsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
232232
serviceId?: string;
233233

234234
/**
235-
* The AWS region to which this client will send requests or use as signingRegion
235+
* The AWS region to which this client will send requests
236236
*/
237237
region?: string | __Provider<string>;
238238

Diff for: clients/client-ssm-incidents/SSMIncidentsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
256256
serviceId?: string;
257257

258258
/**
259-
* The AWS region to which this client will send requests or use as signingRegion
259+
* The AWS region to which this client will send requests
260260
*/
261261
region?: string | __Provider<string>;
262262

0 commit comments

Comments
 (0)