File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
359
359
defaultUserAgentProvider ?: Provider < __UserAgent > ;
360
360
361
361
/**
362
- * The provider which populates default for endpointDisvoveryEnabled configuration, if it's
362
+ * The provider which populates default for endpointDiscoveryEnabled configuration, if it's
363
363
* not passed during client creation.
364
364
* @internal
365
365
*/
@@ -437,7 +437,7 @@ export class DynamoDBClient extends __Client<
437
437
let _config_4 = resolveHostHeaderConfig ( _config_3 ) ;
438
438
let _config_5 = resolveAwsAuthConfig ( _config_4 ) ;
439
439
let _config_6 = resolveUserAgentConfig ( _config_5 ) ;
440
- let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 ) ;
440
+ let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 , DescribeEndpointsCommand ) ;
441
441
super ( _config_7 ) ;
442
442
this . config = _config_7 ;
443
443
this . middlewareStack . use ( getRetryPlugin ( this . config ) ) ;
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
161
161
defaultUserAgentProvider ?: Provider < __UserAgent > ;
162
162
163
163
/**
164
- * The provider which populates default for endpointDisvoveryEnabled configuration, if it's
164
+ * The provider which populates default for endpointDiscoveryEnabled configuration, if it's
165
165
* not passed during client creation.
166
166
* @internal
167
167
*/
@@ -223,7 +223,7 @@ export class TimestreamQueryClient extends __Client<
223
223
let _config_4 = resolveHostHeaderConfig ( _config_3 ) ;
224
224
let _config_5 = resolveAwsAuthConfig ( _config_4 ) ;
225
225
let _config_6 = resolveUserAgentConfig ( _config_5 ) ;
226
- let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 ) ;
226
+ let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 , DescribeEndpointsCommand ) ;
227
227
super ( _config_7 ) ;
228
228
this . config = _config_7 ;
229
229
this . middlewareStack . use ( getRetryPlugin ( this . config ) ) ;
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
206
206
defaultUserAgentProvider ?: Provider < __UserAgent > ;
207
207
208
208
/**
209
- * The provider which populates default for endpointDisvoveryEnabled configuration, if it's
209
+ * The provider which populates default for endpointDiscoveryEnabled configuration, if it's
210
210
* not passed during client creation.
211
211
* @internal
212
212
*/
@@ -266,7 +266,7 @@ export class TimestreamWriteClient extends __Client<
266
266
let _config_4 = resolveHostHeaderConfig ( _config_3 ) ;
267
267
let _config_5 = resolveAwsAuthConfig ( _config_4 ) ;
268
268
let _config_6 = resolveUserAgentConfig ( _config_5 ) ;
269
- let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 ) ;
269
+ let _config_7 = resolveEndpointDiscoveryConfig ( _config_6 , DescribeEndpointsCommand ) ;
270
270
super ( _config_7 ) ;
271
271
this . config = _config_7 ;
272
272
this . middlewareStack . use ( getRetryPlugin ( this . config ) ) ;
You can’t perform that action at this time.
0 commit comments