UNPKG

@smithy/signature-v4

Version:

A standalone implementation of the AWS Signature V4 request signing algorithm

6 lines (5 loc) 147 B
import { HttpRequest } from "@smithy/types"; /** * @internal */ export declare const getCanonicalQuery: ({ query }: HttpRequest) => string;