Skip to main content
Module

x/aws_api/client/common.ts

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

Functions

Return a hex representation of a byte-buffer

Generate SHA-256 hash of a byte-buffer

Generate SHA-256 hash of a string with an HMAC byte-buffer key

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