UNPKG

@aws-sdk/credential-provider-node

Version:

AWS credential provider that sources credentials from a Node.JS environment.

7 lines (6 loc) 308 B
import { RemoteProviderInit } from "@aws-sdk/credential-provider-imds"; import { AwsCredentialIdentityProvider } from "@aws-sdk/types"; export declare const ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; export declare const remoteProvider: ( init: RemoteProviderInit ) => AwsCredentialIdentityProvider;