UNPKG

@gotamedia/aws

Version:

Set of AWS helpers for NodeJs Runtime.

4 lines (3 loc) 153 B
import type { Client } from "@aws-sdk/types"; declare const wrapClient: (client: Client<any, any, any>) => Client<any, any, any>; export { wrapClient };