aws_sdk_cloudwatch/client/stop_o_tel_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 [`StopOTelEnrichment`](crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder::send) it.
6 /// - On success, responds with [`StopOTelEnrichmentOutput`](crate::operation::stop_o_tel_enrichment::StopOTelEnrichmentOutput)
7 /// - On failure, responds with [`SdkError<StopOTelEnrichmentError>`](crate::operation::stop_o_tel_enrichment::StopOTelEnrichmentError)
8 pub fn stop_o_tel_enrichment(&self) -> crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder {
9 crate::operation::stop_o_tel_enrichment::builders::StopOTelEnrichmentFluentBuilder::new(self.handle.clone())
10 }
11}