aws_sdk_internetmonitor/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 `DeleteMonitor` operation.
8pub mod delete_monitor;
9
10/// Types for the `GetHealthEvent` operation.
11pub mod get_health_event;
12
13/// Types for the `GetInternetEvent` operation.
14pub mod get_internet_event;
15
16/// Types for the `GetMonitor` operation.
17pub mod get_monitor;
18
19/// Types for the `GetQueryResults` operation.
20pub mod get_query_results;
21
22/// Types for the `GetQueryStatus` operation.
23pub mod get_query_status;
24
25/// Types for the `ListHealthEvents` operation.
26pub mod list_health_events;
27
28/// Types for the `ListInternetEvents` operation.
29pub mod list_internet_events;
30
31/// Types for the `ListMonitors` operation.
32pub mod list_monitors;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `StartQuery` operation.
38pub mod start_query;
39
40/// Types for the `StopQuery` operation.
41pub mod stop_query;
42
43/// Types for the `TagResource` operation.
44pub mod tag_resource;
45
46/// Types for the `UntagResource` operation.
47pub mod untag_resource;
48
49/// Types for the `UpdateMonitor` operation.
50pub mod update_monitor;