@aws-sdk/client-account
Version:
AWS SDK for JavaScript Account Client for Node.js, Browser and React Native
15 lines (14 loc) • 539 B
TypeScript
/**
* <p>Operations for Amazon Web Services Account Management</p>
*
* @packageDocumentation
*/
export * from "./AccountClient";
export * from "./Account";
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { AccountExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./pagination";
export * from "./models";
export { AccountServiceException } from "./models/AccountServiceException";