aws_sdk_applicationdiscovery/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateConfigurationItemsToApplication` operation.
5pub mod associate_configuration_items_to_application;
6
7/// Types for the `BatchDeleteAgents` operation.
8pub mod batch_delete_agents;
9
10/// Types for the `BatchDeleteImportData` operation.
11pub mod batch_delete_import_data;
12
13/// Types for the `CreateApplication` operation.
14pub mod create_application;
15
16/// Types for the `CreateTags` operation.
17pub mod create_tags;
18
19/// Types for the `DeleteApplications` operation.
20pub mod delete_applications;
21
22/// Types for the `DeleteTags` operation.
23pub mod delete_tags;
24
25/// Types for the `DescribeAgents` operation.
26pub mod describe_agents;
27
28/// Types for the `DescribeBatchDeleteConfigurationTask` operation.
29pub mod describe_batch_delete_configuration_task;
30
31/// Types for the `DescribeConfigurations` operation.
32pub mod describe_configurations;
33
34/// Types for the `DescribeContinuousExports` operation.
35pub mod describe_continuous_exports;
36
37/// Types for the `DescribeExportConfigurations` operation.
38pub mod describe_export_configurations;
39
40/// Types for the `DescribeExportTasks` operation.
41pub mod describe_export_tasks;
42
43/// Types for the `DescribeImportTasks` operation.
44pub mod describe_import_tasks;
45
46/// Types for the `DescribeTags` operation.
47pub mod describe_tags;
48
49/// Types for the `DisassociateConfigurationItemsFromApplication` operation.
50pub mod disassociate_configuration_items_from_application;
51
52/// Types for the `ExportConfigurations` operation.
53pub mod export_configurations;
54
55/// Types for the `GetDiscoverySummary` operation.
56pub mod get_discovery_summary;
57
58/// Types for the `ListConfigurations` operation.
59pub mod list_configurations;
60
61/// Types for the `ListServerNeighbors` operation.
62pub mod list_server_neighbors;
63
64/// Types for the `StartBatchDeleteConfigurationTask` operation.
65pub mod start_batch_delete_configuration_task;
66
67/// Types for the `StartContinuousExport` operation.
68pub mod start_continuous_export;
69
70/// Types for the `StartDataCollectionByAgentIds` operation.
71pub mod start_data_collection_by_agent_ids;
72
73/// Types for the `StartExportTask` operation.
74pub mod start_export_task;
75
76/// Types for the `StartImportTask` operation.
77pub mod start_import_task;
78
79/// Types for the `StopContinuousExport` operation.
80pub mod stop_continuous_export;
81
82/// Types for the `StopDataCollectionByAgentIds` operation.
83pub mod stop_data_collection_by_agent_ids;
84
85/// Types for the `UpdateApplication` operation.
86pub mod update_application;