UNPKG

@aws-sdk/credential-provider-http

Version:
6 lines (5 loc) 211 B
import { AwsCredentialIdentityProvider } from "@smithy/types"; import { FromHttpOptions } from "./fromHttpTypes"; export declare const fromHttp: ( options?: FromHttpOptions ) => AwsCredentialIdentityProvider;