Skip to content

Commit 48ab750

Browse files
authored
feat(clients): update clients as of 04/29/2021 (#2329)
1 parent 4b8e1ec commit 48ab750

File tree

524 files changed

+35921
-1855
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

524 files changed

+35921
-1855
lines changed

clients/client-accessanalyzer/AccessAnalyzerClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
226226
serviceId?: string;
227227

228228
/**
229-
* The AWS region to which this client will send requests
229+
* The AWS region to which this client will send requests or use as signingRegion
230230
*/
231231
region?: string | __Provider<string>;
232232

clients/client-acm-pca/ACMPCAClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
226226
serviceId?: string;
227227

228228
/**
229-
* The AWS region to which this client will send requests
229+
* The AWS region to which this client will send requests or use as signingRegion
230230
*/
231231
region?: string | __Provider<string>;
232232

clients/client-acm/ACMClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
187187
serviceId?: string;
188188

189189
/**
190-
* The AWS region to which this client will send requests
190+
* The AWS region to which this client will send requests or use as signingRegion
191191
*/
192192
region?: string | __Provider<string>;
193193

clients/client-alexa-for-business/AlexaForBusinessClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
514514
serviceId?: string;
515515

516516
/**
517-
* The AWS region to which this client will send requests
517+
* The AWS region to which this client will send requests or use as signingRegion
518518
*/
519519
region?: string | __Provider<string>;
520520

clients/client-amp/AmpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
136136
serviceId?: string;
137137

138138
/**
139-
* The AWS region to which this client will send requests
139+
* The AWS region to which this client will send requests or use as signingRegion
140140
*/
141141
region?: string | __Provider<string>;
142142

clients/client-amplify/AmplifyClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
259259
serviceId?: string;
260260

261261
/**
262-
* The AWS region to which this client will send requests
262+
* The AWS region to which this client will send requests or use as signingRegion
263263
*/
264264
region?: string | __Provider<string>;
265265

clients/client-amplifybackend/AmplifyBackendClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
205205
serviceId?: string;
206206

207207
/**
208-
* The AWS region to which this client will send requests
208+
* The AWS region to which this client will send requests or use as signingRegion
209209
*/
210210
region?: string | __Provider<string>;
211211

clients/client-api-gateway/APIGatewayClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
587587
serviceId?: string;
588588

589589
/**
590-
* The AWS region to which this client will send requests
590+
* The AWS region to which this client will send requests or use as signingRegion
591591
*/
592592
region?: string | __Provider<string>;
593593

clients/client-apigatewaymanagementapi/ApiGatewayManagementApiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
124124
serviceId?: string;
125125

126126
/**
127-
* The AWS region to which this client will send requests
127+
* The AWS region to which this client will send requests or use as signingRegion
128128
*/
129129
region?: string | __Provider<string>;
130130

clients/client-apigatewayv2/ApiGatewayV2Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
373373
serviceId?: string;
374374

375375
/**
376-
* The AWS region to which this client will send requests
376+
* The AWS region to which this client will send requests or use as signingRegion
377377
*/
378378
region?: string | __Provider<string>;
379379

0 commit comments

Comments
 (0)