Module

x/aws_api/client/client.ts>BaseServiceClient

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
class BaseServiceClient
implements ServiceClient
import { BaseServiceClient } from "https://dotland.deno.dev/x/aws_api@v0.5.0/client/client.ts";

Constructors

new
BaseServiceClient(signedFetcher: SigningFetcher)

Methods

performRequest(config: ApiRequestConfig & { body?: Uint8Array; headers: Headers; }): Promise<Response>