aws_sdk_observabilityadmin/client/
stop_telemetry_evaluation_for_organization.rs

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