/** * Service Catalog *

* Service Catalog enables * organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To * get the most out of this documentation, you should be familiar with the terminology * discussed in Service Catalog * Concepts.

* * @packageDocumentation */ export * from "./ServiceCatalogClient"; export * from "./ServiceCatalog"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ServiceCatalogExtensionConfiguration } 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 { ServiceCatalogServiceException } from "./models/ServiceCatalogServiceException";