UNPKG

@aws-sdk/middleware-endpoint-discovery

Version:

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/middleware-endpoint-discovery/latest.svg)](https://www.npmjs.com/package/@aws-sdk/middleware-endpoint-discovery) [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/middleware-endpoint-discovery.s

11 lines (10 loc) 272 B
import { AwsCredentialIdentity, Provider } from "@smithy/types"; export declare const getCacheKey: ( commandName: string, config: { credentials: Provider<AwsCredentialIdentity>; }, options: { identifiers?: Record<string, string>; } ) => Promise<string>;