/** *

DAX is a managed caching service engineered for Amazon DynamoDB. DAX dramatically speeds up database reads by caching * frequently-accessed data from DynamoDB, so applications can access that data * with sub-millisecond latency. You can create a DAX cluster easily, using * the Amazon Web Services Management Console. With a few simple modifications to your code, your * application can begin taking advantage of the DAX cluster and realize * significant improvements in read performance.

* * @packageDocumentation */ export * from "./DAXClient"; export * from "./DAX"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { DAXExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { DAXServiceException } from "./models/DAXServiceException";