/**
*
In addition to the Amazon Web Services Management Console and Amazon Web Services Command Line Interface, * you can use the DataSync API to configure and manage DataSync with the * Amazon Web Services SDKs.
*DataSync is an online data movement service that simplifies data * migration and helps you quickly, easily, and securely transfer your file or object data to, * from, and between Amazon Web Services storage services.
*This API interface reference includes documentation for using DataSync * programmatically. For complete information, see the * DataSync User * Guide * .
* * @packageDocumentation */ export * from "./DataSyncClient"; export * from "./DataSync"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { DataSyncExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { DataSyncServiceException } from "./models/DataSyncServiceException";