UNPKG

@smithy/credential-provider-imds

Version:

AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service

8 lines (7 loc) 210 B
/// <reference types="node" /> import { Buffer } from "buffer"; import { RequestOptions } from "http"; /** * @internal */ export declare function httpRequest(options: RequestOptions): Promise<Buffer>;