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 `CreateS3TableIntegration` operation.
8pub mod create_s3_table_integration;
9
10/// Types for the `CreateTelemetryPipeline` operation.
11pub mod create_telemetry_pipeline;
12
13/// Types for the `CreateTelemetryRule` operation.
14pub mod create_telemetry_rule;
15
16/// Types for the `CreateTelemetryRuleForOrganization` operation.
17pub mod create_telemetry_rule_for_organization;
18
19/// Types for the `DeleteCentralizationRuleForOrganization` operation.
20pub mod delete_centralization_rule_for_organization;
21
22/// Types for the `DeleteS3TableIntegration` operation.
23pub mod delete_s3_table_integration;
24
25/// Types for the `DeleteTelemetryPipeline` operation.
26pub mod delete_telemetry_pipeline;
27
28/// Types for the `DeleteTelemetryRule` operation.
29pub mod delete_telemetry_rule;
30
31/// Types for the `DeleteTelemetryRuleForOrganization` operation.
32pub mod delete_telemetry_rule_for_organization;
33
34/// Types for the `GetCentralizationRuleForOrganization` operation.
35pub mod get_centralization_rule_for_organization;
36
37/// Types for the `GetS3TableIntegration` operation.
38pub mod get_s3_table_integration;
39
40/// Types for the `GetTelemetryEnrichmentStatus` operation.
41pub mod get_telemetry_enrichment_status;
42
43/// Types for the `GetTelemetryEvaluationStatus` operation.
44pub mod get_telemetry_evaluation_status;
45
46/// Types for the `GetTelemetryEvaluationStatusForOrganization` operation.
47pub mod get_telemetry_evaluation_status_for_organization;
48
49/// Types for the `GetTelemetryPipeline` operation.
50pub mod get_telemetry_pipeline;
51
52/// Types for the `GetTelemetryRule` operation.
53pub mod get_telemetry_rule;
54
55/// Types for the `GetTelemetryRuleForOrganization` operation.
56pub mod get_telemetry_rule_for_organization;
57
58/// Types for the `ListCentralizationRulesForOrganization` operation.
59pub mod list_centralization_rules_for_organization;
60
61/// Types for the `ListResourceTelemetry` operation.
62pub mod list_resource_telemetry;
63
64/// Types for the `ListResourceTelemetryForOrganization` operation.
65pub mod list_resource_telemetry_for_organization;
66
67/// Types for the `ListS3TableIntegrations` operation.
68pub mod list_s3_table_integrations;
69
70/// Types for the `ListTagsForResource` operation.
71pub mod list_tags_for_resource;
72
73/// Types for the `ListTelemetryPipelines` operation.
74pub mod list_telemetry_pipelines;
75
76/// Types for the `ListTelemetryRules` operation.
77pub mod list_telemetry_rules;
78
79/// Types for the `ListTelemetryRulesForOrganization` operation.
80pub mod list_telemetry_rules_for_organization;
81
82/// Types for the `StartTelemetryEnrichment` operation.
83pub mod start_telemetry_enrichment;
84
85/// Types for the `StartTelemetryEvaluation` operation.
86pub mod start_telemetry_evaluation;
87
88/// Types for the `StartTelemetryEvaluationForOrganization` operation.
89pub mod start_telemetry_evaluation_for_organization;
90
91/// Types for the `StopTelemetryEnrichment` operation.
92pub mod stop_telemetry_enrichment;
93
94/// Types for the `StopTelemetryEvaluation` operation.
95pub mod stop_telemetry_evaluation;
96
97/// Types for the `StopTelemetryEvaluationForOrganization` operation.
98pub mod stop_telemetry_evaluation_for_organization;
99
100/// Types for the `TagResource` operation.
101pub mod tag_resource;
102
103/// Types for the `TestTelemetryPipeline` operation.
104pub mod test_telemetry_pipeline;
105
106/// Types for the `UntagResource` operation.
107pub mod untag_resource;
108
109/// Types for the `UpdateCentralizationRuleForOrganization` operation.
110pub mod update_centralization_rule_for_organization;
111
112/// Types for the `UpdateTelemetryPipeline` operation.
113pub mod update_telemetry_pipeline;
114
115/// Types for the `UpdateTelemetryRule` operation.
116pub mod update_telemetry_rule;
117
118/// Types for the `UpdateTelemetryRuleForOrganization` operation.
119pub mod update_telemetry_rule_for_organization;
120
121/// Types for the `ValidateTelemetryPipelineConfiguration` operation.
122pub mod validate_telemetry_pipeline_configuration;