aws_sdk_rum/
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 `BatchCreateRumMetricDefinitions` operation.
5pub mod batch_create_rum_metric_definitions;
6
7/// Types for the `BatchDeleteRumMetricDefinitions` operation.
8pub mod batch_delete_rum_metric_definitions;
9
10/// Types for the `BatchGetRumMetricDefinitions` operation.
11pub mod batch_get_rum_metric_definitions;
12
13/// Types for the `CreateAppMonitor` operation.
14pub mod create_app_monitor;
15
16/// Types for the `DeleteAppMonitor` operation.
17pub mod delete_app_monitor;
18
19/// Types for the `DeleteResourcePolicy` operation.
20pub mod delete_resource_policy;
21
22/// Types for the `DeleteRumMetricsDestination` operation.
23pub mod delete_rum_metrics_destination;
24
25/// Types for the `GetAppMonitor` operation.
26pub mod get_app_monitor;
27
28/// Types for the `GetAppMonitorData` operation.
29pub mod get_app_monitor_data;
30
31/// Types for the `GetResourcePolicy` operation.
32pub mod get_resource_policy;
33
34/// Types for the `ListAppMonitors` operation.
35pub mod list_app_monitors;
36
37/// Types for the `ListRumMetricsDestinations` operation.
38pub mod list_rum_metrics_destinations;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `PutResourcePolicy` operation.
44pub mod put_resource_policy;
45
46/// Types for the `PutRumEvents` operation.
47pub mod put_rum_events;
48
49/// Types for the `PutRumMetricsDestination` operation.
50pub mod put_rum_metrics_destination;
51
52/// Types for the `TagResource` operation.
53pub mod tag_resource;
54
55/// Types for the `UntagResource` operation.
56pub mod untag_resource;
57
58/// Types for the `UpdateAppMonitor` operation.
59pub mod update_app_monitor;
60
61/// Types for the `UpdateRumMetricDefinition` operation.
62pub mod update_rum_metric_definition;