UNPKG

@smithy/credential-provider-imds

Version:

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

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