aws_sdk_observabilityadmin/client/
stop_telemetry_evaluation_for_organization.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopTelemetryEvaluationForOrganization`](crate::operation::stop_telemetry_evaluation_for_organization::builders::StopTelemetryEvaluationForOrganizationFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::stop_telemetry_evaluation_for_organization::builders::StopTelemetryEvaluationForOrganizationFluentBuilder::send) it.
    /// - On success, responds with [`StopTelemetryEvaluationForOrganizationOutput`](crate::operation::stop_telemetry_evaluation_for_organization::StopTelemetryEvaluationForOrganizationOutput)
    /// - On failure, responds with [`SdkError<StopTelemetryEvaluationForOrganizationError>`](crate::operation::stop_telemetry_evaluation_for_organization::StopTelemetryEvaluationForOrganizationError)
    pub fn stop_telemetry_evaluation_for_organization(
        &self,
    ) -> crate::operation::stop_telemetry_evaluation_for_organization::builders::StopTelemetryEvaluationForOrganizationFluentBuilder {
        crate::operation::stop_telemetry_evaluation_for_organization::builders::StopTelemetryEvaluationForOrganizationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}