ApplicationDiscoveryService class
AWS 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 AWS Application Discovery Service FAQ. Application Discovery Service offers three ways of performing discovery and collecting data about your on-premises servers:
Constructors
- ApplicationDiscoveryService({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
associateConfigurationItemsToApplication(
{required String applicationConfigurationId, required List< String> configurationIds}) → Future<void> - Associates one or more configuration items with an application.
-
batchDeleteImportData(
{required List< String> importTaskIds}) → Future<BatchDeleteImportDataResponse> - Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications.
-
close(
) → void - Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
-
createApplication(
{required String name, String? description}) → Future< CreateApplicationResponse> - Creates an application with the given name and description.
-
createTags(
{required List< String> configurationIds, required List<Tag> tags}) → Future<void> - Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.
-
deleteApplications(
{required List< String> configurationIds}) → Future<void> - Deletes a list of applications and their associations with configuration items.
-
deleteTags(
{required List< String> configurationIds, List<Tag> ? tags}) → Future<void> - Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.
-
describeAgents(
{List< String> ? agentIds, List<Filter> ? filters, int? maxResults, String? nextToken}) → Future<DescribeAgentsResponse> -
Lists agents or connectors as specified by ID or other filters. All
agents/connectors associated with your user account can be listed if you
call
DescribeAgents
as is without passing any parameters. -
describeConfigurations(
{required List< String> configurationIds}) → Future<DescribeConfigurationsResponse> - Retrieves attributes for a list of configuration item IDs.
-
describeContinuousExports(
{List< String> ? exportIds, int? maxResults, String? nextToken}) → Future<DescribeContinuousExportsResponse> -
Lists exports as specified by ID. All continuous exports associated with
your user account can be listed if you call
DescribeContinuousExports
as is without passing any parameters. -
describeExportConfigurations(
{List< String> ? exportIds, int? maxResults, String? nextToken}) → Future<DescribeExportConfigurationsResponse> -
DescribeExportConfigurations
is deprecated. Use DescribeImportTasks, instead. -
describeExportTasks(
{List< String> ? exportIds, List<ExportFilter> ? filters, int? maxResults, String? nextToken}) → Future<DescribeExportTasksResponse> - Retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks.
-
describeImportTasks(
{List< ImportTaskFilter> ? filters, int? maxResults, String? nextToken}) → Future<DescribeImportTasksResponse> - Returns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
-
describeTags(
{List< TagFilter> ? filters, int? maxResults, String? nextToken}) → Future<DescribeTagsResponse> -
Retrieves a list of configuration items that have tags as specified by the
key-value pairs, name and value, passed to the optional parameter
filters
. -
disassociateConfigurationItemsFromApplication(
{required String applicationConfigurationId, required List< String> configurationIds}) → Future<void> - Disassociates one or more configuration items from an application.
-
exportConfigurations(
) → Future< ExportConfigurationsResponse> -
Deprecated. Use
StartExportTask
instead. -
getDiscoverySummary(
) → Future< GetDiscoverySummaryResponse> - Retrieves a short summary of discovered assets.
-
listConfigurations(
{required ConfigurationItemType configurationType, List< Filter> ? filters, int? maxResults, String? nextToken, List<OrderByElement> ? orderBy}) → Future<ListConfigurationsResponse> -
Retrieves a list of configuration items as specified by the value passed
to the required parameter
configurationType
. Optional filtering may be applied to refine search results. -
listServerNeighbors(
{required String configurationId, int? maxResults, List< String> ? neighborConfigurationIds, String? nextToken, bool? portInformationNeeded}) → Future<ListServerNeighborsResponse> - Retrieves a list of servers that are one network hop away from a specified server.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startContinuousExport(
) → Future< StartContinuousExportResponse> - Start the continuous flow of agent's discovered data into Amazon Athena.
-
startDataCollectionByAgentIds(
{required List< String> agentIds}) → Future<StartDataCollectionByAgentIdsResponse> - Instructs the specified agents or connectors to start collecting data.
-
startExportTask(
{DateTime? endTime, List< ExportDataFormat> ? exportDataFormat, List<ExportFilter> ? filters, DateTime? startTime}) → Future<StartExportTaskResponse> - Begins the export of discovered data to an S3 bucket.
-
startImportTask(
{required String importUrl, required String name, String? clientRequestToken}) → Future< StartImportTaskResponse> - Starts an import task, which allows you to import details of your on-premises environment directly into AWS Migration Hub without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data, including the ability to group your devices as applications and track their migration status.
-
stopContinuousExport(
{required String exportId}) → Future< StopContinuousExportResponse> - Stop the continuous flow of agent's discovered data into Amazon Athena.
-
stopDataCollectionByAgentIds(
{required List< String> agentIds}) → Future<StopDataCollectionByAgentIdsResponse> - Instructs the specified agents or connectors to stop collecting data.
-
toString(
) → String -
A string representation of this object.
inherited
-
updateApplication(
{required String configurationId, String? description, String? name}) → Future< void> - Updates metadata about an application.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited