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