@aws-sdk/middleware-endpoint-discovery
Version:
[](https://www.npmjs.com/package/@aws-sdk/middleware-endpoint-discovery) [ • 320 B
TypeScript
import { AwsCredentialIdentity, Provider } from "@smithy/types";
/**
* Generate key to index the endpoints in the cache
*/
export declare const getCacheKey: (commandName: string, config: {
credentials: Provider<AwsCredentialIdentity>;
}, options: {
identifiers?: Record<string, string>;
}) => Promise<string>;