// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopOTelEnrichment`](crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder::send) it.
/// - On success, responds with [`StopOTelEnrichmentOutput`](crate::operation::stop_o_tel_enrichment::StopOTelEnrichmentOutput)
/// - On failure, responds with [`SdkError<StopOTelEnrichmentError>`](crate::operation::stop_o_tel_enrichment::StopOTelEnrichmentError)
pub fn stop_o_tel_enrichment(&self) -> crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder {
crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder::new(self.handle.clone())
}
}