@aws-sdk/middleware-endpoint-discovery 3.378.0 → 3.379.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,6 +5,9 @@ export interface PreviouslyResolved {
|
|
|
5
5
|
credentials: MemoizedProvider<AwsCredentialIdentity>;
|
|
6
6
|
endpointDiscoveryEnabledProvider: Provider<boolean | undefined>;
|
|
7
7
|
}
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
8
11
|
export interface EndpointDiscoveryInputConfig {
|
|
9
12
|
/**
|
|
10
13
|
* The size of the client cache storing endpoints from endpoint discovery operations.
|