aws_sdk_networkmonitor/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 `CreateProbe` operation.
8pub mod create_probe;
9
10/// Types for the `DeleteMonitor` operation.
11pub mod delete_monitor;
12
13/// Types for the `DeleteProbe` operation.
14pub mod delete_probe;
15
16/// Types for the `GetMonitor` operation.
17pub mod get_monitor;
18
19/// Types for the `GetProbe` operation.
20pub mod get_probe;
21
22/// Types for the `ListMonitors` operation.
23pub mod list_monitors;
24
25/// Types for the `ListTagsForResource` operation.
26pub mod list_tags_for_resource;
27
28/// Types for the `TagResource` operation.
29pub mod tag_resource;
30
31/// Types for the `UntagResource` operation.
32pub mod untag_resource;
33
34/// Types for the `UpdateMonitor` operation.
35pub mod update_monitor;
36
37/// Types for the `UpdateProbe` operation.
38pub mod update_probe;