aws-sdk-observabilityadmin 1.54.0

AWS SDK for CloudWatch Observability Admin Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct StopTelemetryEnrichmentInput {}
impl StopTelemetryEnrichmentInput {
    /// Creates a new builder-style object to manufacture [`StopTelemetryEnrichmentInput`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput).
    pub fn builder() -> crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentInputBuilder {
        crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentInputBuilder::default()
    }
}

/// A builder for [`StopTelemetryEnrichmentInput`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct StopTelemetryEnrichmentInputBuilder {}
impl StopTelemetryEnrichmentInputBuilder {
    /// Consumes the builder and constructs a [`StopTelemetryEnrichmentInput`](crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput).
    pub fn build(
        self,
    ) -> ::std::result::Result<
        crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput,
        ::aws_smithy_types::error::operation::BuildError,
    > {
        ::std::result::Result::Ok(crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput {})
    }
}