aws_sdk_observabilityadmin/
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 `CreateTelemetryRule` operation.
5pub mod create_telemetry_rule;
6
7/// Types for the `CreateTelemetryRuleForOrganization` operation.
8pub mod create_telemetry_rule_for_organization;
9
10/// Types for the `DeleteTelemetryRule` operation.
11pub mod delete_telemetry_rule;
12
13/// Types for the `DeleteTelemetryRuleForOrganization` operation.
14pub mod delete_telemetry_rule_for_organization;
15
16/// Types for the `GetTelemetryEvaluationStatus` operation.
17pub mod get_telemetry_evaluation_status;
18
19/// Types for the `GetTelemetryEvaluationStatusForOrganization` operation.
20pub mod get_telemetry_evaluation_status_for_organization;
21
22/// Types for the `GetTelemetryRule` operation.
23pub mod get_telemetry_rule;
24
25/// Types for the `GetTelemetryRuleForOrganization` operation.
26pub mod get_telemetry_rule_for_organization;
27
28/// Types for the `ListResourceTelemetry` operation.
29pub mod list_resource_telemetry;
30
31/// Types for the `ListResourceTelemetryForOrganization` operation.
32pub mod list_resource_telemetry_for_organization;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `ListTelemetryRules` operation.
38pub mod list_telemetry_rules;
39
40/// Types for the `ListTelemetryRulesForOrganization` operation.
41pub mod list_telemetry_rules_for_organization;
42
43/// Types for the `StartTelemetryEvaluation` operation.
44pub mod start_telemetry_evaluation;
45
46/// Types for the `StartTelemetryEvaluationForOrganization` operation.
47pub mod start_telemetry_evaluation_for_organization;
48
49/// Types for the `StopTelemetryEvaluation` operation.
50pub mod stop_telemetry_evaluation;
51
52/// Types for the `StopTelemetryEvaluationForOrganization` operation.
53pub mod stop_telemetry_evaluation_for_organization;
54
55/// Types for the `TagResource` operation.
56pub mod tag_resource;
57
58/// Types for the `UntagResource` operation.
59pub mod untag_resource;
60
61/// Types for the `UpdateTelemetryRule` operation.
62pub mod update_telemetry_rule;
63
64/// Types for the `UpdateTelemetryRuleForOrganization` operation.
65pub mod update_telemetry_rule_for_organization;