/**
* AWS Marketplace Entitlement Service
*
This reference provides descriptions of the AWS Marketplace Entitlement Service
* API.
* AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to
* a given product. An entitlement represents capacity in a product owned by the customer. For
* example, a customer might own some number of users or seats in an SaaS application or some
* amount of data capacity in a multi-tenant database.
*
* Getting Entitlement Records
*
*
*
* @packageDocumentation
*/
export * from "./MarketplaceEntitlementServiceClient";
export * from "./MarketplaceEntitlementService";
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { MarketplaceEntitlementServiceExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export { Command as $Command } from "@smithy/core/client";
export * from "./schemas/schemas_0";
export * from "./pagination";
export * from "./models/enums";
export * from "./models/errors";
export * from "./models/models_0";
export { MarketplaceEntitlementServiceServiceException } from "./models/MarketplaceEntitlementServiceServiceException";