UNPKG

@aws-sdk/client-account

Version:

AWS SDK for JavaScript Account Client for Node.js, Browser and React Native

18 lines (17 loc) 655 B
/** * <p>Operations for Amazon Web Services Account Management</p> * * @packageDocumentation */ export * from "./AccountClient"; export * from "./Account"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { AccountExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { AccountServiceException } from "./models/AccountServiceException";