You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -368,7 +384,8 @@ type DynamoDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptio
368
384
RetryInputConfig&
369
385
HostHeaderInputConfig&
370
386
AwsAuthInputConfig&
371
-
UserAgentInputConfig;
387
+
UserAgentInputConfig&
388
+
EndpointDiscoveryInputConfig;
372
389
/**
373
390
* The configuration interface of DynamoDBClient class constructor that set the region, credentials and other options.
374
391
*/
@@ -381,7 +398,8 @@ type DynamoDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHand
381
398
RetryResolvedConfig&
382
399
HostHeaderResolvedConfig&
383
400
AwsAuthResolvedConfig&
384
-
UserAgentResolvedConfig;
401
+
UserAgentResolvedConfig&
402
+
EndpointDiscoveryResolvedConfig;
385
403
/**
386
404
* The resolved configuration interface of DynamoDBClient class. This is resolved and normalized from the {@link DynamoDBClientConfig | constructor configuration interface}.
387
405
*/
@@ -430,8 +448,9 @@ export class DynamoDBClient extends __Client<
@@ -170,7 +186,8 @@ type TimestreamQueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandl
170
186
RetryInputConfig&
171
187
HostHeaderInputConfig&
172
188
AwsAuthInputConfig&
173
-
UserAgentInputConfig;
189
+
UserAgentInputConfig&
190
+
EndpointDiscoveryInputConfig;
174
191
/**
175
192
* The configuration interface of TimestreamQueryClient class constructor that set the region, credentials and other options.
176
193
*/
@@ -183,7 +200,8 @@ type TimestreamQueryClientResolvedConfigType = __SmithyResolvedConfiguration<__H
183
200
RetryResolvedConfig&
184
201
HostHeaderResolvedConfig&
185
202
AwsAuthResolvedConfig&
186
-
UserAgentResolvedConfig;
203
+
UserAgentResolvedConfig&
204
+
EndpointDiscoveryResolvedConfig;
187
205
/**
188
206
* The resolved configuration interface of TimestreamQueryClient class. This is resolved and normalized from the {@link TimestreamQueryClientConfig | constructor configuration interface}.
189
207
*/
@@ -216,8 +234,9 @@ export class TimestreamQueryClient extends __Client<
0 commit comments