// 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())
}
}