UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

12 lines (11 loc) 542 B
import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; /** * @internal * * Resolve the `credential_source` entry from the profile, and return the * credential providers respectively. No memoization is needed for the * credential source providers because memoization should be added outside the * fromIni() provider. The source credential needs to be refreshed every time * fromIni() is called. */ export declare const resolveCredentialSource: (credentialSource: string, profileName: string) => AwsCredentialIdentityProvider;