aws-sdk-cloudwatch 1.109.1

AWS SDK for Amazon CloudWatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
// 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())
    }
}