aws_sdk_networkflowmonitor/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 `CreateMonitor` operation.
5pub mod create_monitor;
6
7/// Types for the `CreateScope` operation.
8pub mod create_scope;
9
10/// Types for the `DeleteMonitor` operation.
11pub mod delete_monitor;
12
13/// Types for the `DeleteScope` operation.
14pub mod delete_scope;
15
16/// Types for the `GetMonitor` operation.
17pub mod get_monitor;
18
19/// Types for the `GetQueryResultsMonitorTopContributors` operation.
20pub mod get_query_results_monitor_top_contributors;
21
22/// Types for the `GetQueryResultsWorkloadInsightsTopContributors` operation.
23pub mod get_query_results_workload_insights_top_contributors;
24
25/// Types for the `GetQueryResultsWorkloadInsightsTopContributorsData` operation.
26pub mod get_query_results_workload_insights_top_contributors_data;
27
28/// Types for the `GetQueryStatusMonitorTopContributors` operation.
29pub mod get_query_status_monitor_top_contributors;
30
31/// Types for the `GetQueryStatusWorkloadInsightsTopContributors` operation.
32pub mod get_query_status_workload_insights_top_contributors;
33
34/// Types for the `GetQueryStatusWorkloadInsightsTopContributorsData` operation.
35pub mod get_query_status_workload_insights_top_contributors_data;
36
37/// Types for the `GetScope` operation.
38pub mod get_scope;
39
40/// Types for the `ListMonitors` operation.
41pub mod list_monitors;
42
43/// Types for the `ListScopes` operation.
44pub mod list_scopes;
45
46/// Types for the `ListTagsForResource` operation.
47pub mod list_tags_for_resource;
48
49/// Types for the `StartQueryMonitorTopContributors` operation.
50pub mod start_query_monitor_top_contributors;
51
52/// Types for the `StartQueryWorkloadInsightsTopContributors` operation.
53pub mod start_query_workload_insights_top_contributors;
54
55/// Types for the `StartQueryWorkloadInsightsTopContributorsData` operation.
56pub mod start_query_workload_insights_top_contributors_data;
57
58/// Types for the `StopQueryMonitorTopContributors` operation.
59pub mod stop_query_monitor_top_contributors;
60
61/// Types for the `StopQueryWorkloadInsightsTopContributors` operation.
62pub mod stop_query_workload_insights_top_contributors;
63
64/// Types for the `StopQueryWorkloadInsightsTopContributorsData` operation.
65pub mod stop_query_workload_insights_top_contributors_data;
66
67/// Types for the `TagResource` operation.
68pub mod tag_resource;
69
70/// Types for the `UntagResource` operation.
71pub mod untag_resource;
72
73/// Types for the `UpdateMonitor` operation.
74pub mod update_monitor;
75
76/// Types for the `UpdateScope` operation.
77pub mod update_scope;