aws_sdk_observabilityadmin/client/
stop_telemetry_enrichment.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 [`StopTelemetryEnrichment`](crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder::send) it.
6    /// - On success, responds with [`StopTelemetryEnrichmentOutput`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentOutput) with field(s):
7    ///   - [`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>
8    /// - On failure, responds with [`SdkError<StopTelemetryEnrichmentError>`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentError)
9    pub fn stop_telemetry_enrichment(&self) -> crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder {
10        crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentFluentBuilder::new(self.handle.clone())
11    }
12}