/** *

Amazon FSx is a fully managed service that makes it easy for storage and * application administrators to launch and use shared file storage.

* * @packageDocumentation */ export * from "./FSxClient"; export * from "./FSx"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { FSxExtensionConfiguration } 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 { FSxServiceException } from "./models/FSxServiceException";