/** * Amazon Web Services Application Discovery Service *

Amazon Web Services Application Discovery Service (Application Discovery Service) helps you plan application migration projects. It automatically * identifies servers, virtual machines (VMs), and network dependencies in your on-premises data * centers. For more information, see the Amazon Web Services Application Discovery Service FAQ.

*

Application Discovery Service offers three ways of performing discovery and collecting * data about your on-premises servers:

* * * *

* Working With This Guide *

*

This API reference provides descriptions, syntax, and usage examples for each of the * actions and data types for Application Discovery Service. The topic for each action shows the * API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to * access an API that is tailored to the programming language or platform that you're using. For * more information, see Amazon Web Services SDKs.

* * * *

This guide is intended for use with the Amazon Web Services Application Discovery Service User * Guide.

* *

All data is handled according to the Amazon Web Services Privacy Policy. You can operate Application Discovery Service offline to * inspect collected data before it is shared with the service.

*
* * @packageDocumentation */ export * from "./ApplicationDiscoveryServiceClient"; export * from "./ApplicationDiscoveryService"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { ApplicationDiscoveryServiceExtensionConfiguration } 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 { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException";