14 lines
487 B
JavaScript
14 lines
487 B
JavaScript
|
export * from "./fromCognitoIdentity";
|
||
|
export * from "./fromCognitoIdentityPool";
|
||
|
export * from "./fromContainerMetadata";
|
||
|
export * from "./fromEnv";
|
||
|
export { fromHttp } from "@aws-sdk/credential-provider-http";
|
||
|
export * from "./fromIni";
|
||
|
export * from "./fromInstanceMetadata";
|
||
|
export * from "./fromNodeProviderChain";
|
||
|
export * from "./fromProcess";
|
||
|
export * from "./fromSSO";
|
||
|
export * from "./fromTemporaryCredentials";
|
||
|
export * from "./fromTokenFile";
|
||
|
export * from "./fromWebToken";
|