@aws-sdk/client-s3
Version:
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
16 lines (15 loc) • 488 B
TypeScript
/**
* <p></p>
*
* @packageDocumentation
*/
export * from "./S3Client";
export * from "./S3";
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { S3ExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./pagination";
export * from "./waiters";
export * from "./models";
export { S3ServiceException } from "./models/S3ServiceException";