aws-sdk-applicationdiscovery 1.102.0

AWS SDK for AWS Application Discovery Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateConfigurationItemsToApplication` operation.
pub mod associate_configuration_items_to_application;

/// Types for the `BatchDeleteAgents` operation.
pub mod batch_delete_agents;

/// Types for the `BatchDeleteImportData` operation.
pub mod batch_delete_import_data;

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateTags` operation.
pub mod create_tags;

/// Types for the `DeleteApplications` operation.
pub mod delete_applications;

/// Types for the `DeleteTags` operation.
pub mod delete_tags;

/// Types for the `DescribeAgents` operation.
pub mod describe_agents;

/// Types for the `DescribeBatchDeleteConfigurationTask` operation.
pub mod describe_batch_delete_configuration_task;

/// Types for the `DescribeConfigurations` operation.
pub mod describe_configurations;

/// Types for the `DescribeContinuousExports` operation.
pub mod describe_continuous_exports;

/// Types for the `DescribeExportConfigurations` operation.
pub mod describe_export_configurations;

/// Types for the `DescribeExportTasks` operation.
pub mod describe_export_tasks;

/// Types for the `DescribeImportTasks` operation.
pub mod describe_import_tasks;

/// Types for the `DescribeTags` operation.
pub mod describe_tags;

/// Types for the `DisassociateConfigurationItemsFromApplication` operation.
pub mod disassociate_configuration_items_from_application;

/// Types for the `ExportConfigurations` operation.
pub mod export_configurations;

/// Types for the `GetDiscoverySummary` operation.
pub mod get_discovery_summary;

/// Types for the `ListConfigurations` operation.
pub mod list_configurations;

/// Types for the `ListServerNeighbors` operation.
pub mod list_server_neighbors;

/// Types for the `StartBatchDeleteConfigurationTask` operation.
pub mod start_batch_delete_configuration_task;

/// Types for the `StartContinuousExport` operation.
pub mod start_continuous_export;

/// Types for the `StartDataCollectionByAgentIds` operation.
pub mod start_data_collection_by_agent_ids;

/// Types for the `StartExportTask` operation.
pub mod start_export_task;

/// Types for the `StartImportTask` operation.
pub mod start_import_task;

/// Types for the `StopContinuousExport` operation.
pub mod stop_continuous_export;

/// Types for the `StopDataCollectionByAgentIds` operation.
pub mod stop_data_collection_by_agent_ids;

/// Types for the `UpdateApplication` operation.
pub mod update_application;