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