aws-sdk-cloudwatch 1.109.0

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 [`StartOTelEnrichment`](crate::operation::start_o_tel_enrichment::builders::StartOTelEnrichmentFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::start_o_tel_enrichment::builders::StartOTelEnrichmentFluentBuilder::send) it.
    /// - On success, responds with [`StartOTelEnrichmentOutput`](crate::operation::start_o_tel_enrichment::StartOTelEnrichmentOutput)
    /// - On failure, responds with [`SdkError<StartOTelEnrichmentError>`](crate::operation::start_o_tel_enrichment::StartOTelEnrichmentError)
    pub fn start_o_tel_enrichment(&self) -> crate::operation::start_o_tel_enrichment::builders::StartOTelEnrichmentFluentBuilder {
        crate::operation::start_o_tel_enrichment::builders::StartOTelEnrichmentFluentBuilder::new(self.handle.clone())
    }
}