aws-sdk-observabilityadmin 1.55.0

AWS SDK for CloudWatch Observability Admin Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopTelemetryEnrichment`](crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder::send) it.
    /// - On success, responds with [`StopTelemetryEnrichmentOutput`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentOutput) with field(s):
    ///   - [`status(Option<TelemetryEnrichmentStatus>)`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentOutput::status): <p>The status of the resource tags for telemetry feature after the stop operation (<code>Running</code>, <code>Stopped</code>, or <code>Impaired</code>).</p>
    /// - On failure, responds with [`SdkError<StopTelemetryEnrichmentError>`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentError)
    pub fn stop_telemetry_enrichment(&self) -> crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder {
        crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder::new(self.handle.clone())
    }
}