UNPKG

@smithy/credential-provider-imds

Version:

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

7 lines (6 loc) 172 B
import { Buffer } from "buffer"; import { RequestOptions } from "http"; /** * @internal */ export declare function httpRequest(options: RequestOptions): Promise<Buffer>;