aws_sdk_observabilityadmin/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `GetTelemetryEvaluationStatus` operation.
pub mod get_telemetry_evaluation_status;

/// Types for the `GetTelemetryEvaluationStatusForOrganization` operation.
pub mod get_telemetry_evaluation_status_for_organization;

/// Types for the `ListResourceTelemetry` operation.
pub mod list_resource_telemetry;

/// Types for the `ListResourceTelemetryForOrganization` operation.
pub mod list_resource_telemetry_for_organization;

/// Types for the `StartTelemetryEvaluation` operation.
pub mod start_telemetry_evaluation;

/// Types for the `StartTelemetryEvaluationForOrganization` operation.
pub mod start_telemetry_evaluation_for_organization;

/// Types for the `StopTelemetryEvaluation` operation.
pub mod stop_telemetry_evaluation;

/// Types for the `StopTelemetryEvaluationForOrganization` operation.
pub mod stop_telemetry_evaluation_for_organization;