aws_sdk_networkflowmonitor/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateMonitor` operation.
pub mod create_monitor;

/// Types for the `CreateScope` operation.
pub mod create_scope;

/// Types for the `DeleteMonitor` operation.
pub mod delete_monitor;

/// Types for the `DeleteScope` operation.
pub mod delete_scope;

/// Types for the `GetMonitor` operation.
pub mod get_monitor;

/// Types for the `GetQueryResultsMonitorTopContributors` operation.
pub mod get_query_results_monitor_top_contributors;

/// Types for the `GetQueryResultsWorkloadInsightsTopContributors` operation.
pub mod get_query_results_workload_insights_top_contributors;

/// Types for the `GetQueryResultsWorkloadInsightsTopContributorsData` operation.
pub mod get_query_results_workload_insights_top_contributors_data;

/// Types for the `GetQueryStatusMonitorTopContributors` operation.
pub mod get_query_status_monitor_top_contributors;

/// Types for the `GetQueryStatusWorkloadInsightsTopContributors` operation.
pub mod get_query_status_workload_insights_top_contributors;

/// Types for the `GetQueryStatusWorkloadInsightsTopContributorsData` operation.
pub mod get_query_status_workload_insights_top_contributors_data;

/// Types for the `GetScope` operation.
pub mod get_scope;

/// Types for the `ListMonitors` operation.
pub mod list_monitors;

/// Types for the `ListScopes` operation.
pub mod list_scopes;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartQueryMonitorTopContributors` operation.
pub mod start_query_monitor_top_contributors;

/// Types for the `StartQueryWorkloadInsightsTopContributors` operation.
pub mod start_query_workload_insights_top_contributors;

/// Types for the `StartQueryWorkloadInsightsTopContributorsData` operation.
pub mod start_query_workload_insights_top_contributors_data;

/// Types for the `StopQueryMonitorTopContributors` operation.
pub mod stop_query_monitor_top_contributors;

/// Types for the `StopQueryWorkloadInsightsTopContributors` operation.
pub mod stop_query_workload_insights_top_contributors;

/// Types for the `StopQueryWorkloadInsightsTopContributorsData` operation.
pub mod stop_query_workload_insights_top_contributors_data;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateMonitor` operation.
pub mod update_monitor;

/// Types for the `UpdateScope` operation.
pub mod update_scope;