Skip to main content
Module

x/aws_api/client/common.ts

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
import * as awsApi from "https://deno.land/x/aws_api@v0.7.0/client/common.ts";

Interfaces

The HTTP contract expected by all service API implementations

The AWS credentials to use for signing.

Request options that are provided by the original caller

Internal configuration to control a service's ApiClient behavior.

Generic AWS Signer interface