UNPKG

@smithy/credential-provider-imds

Version:

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

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