1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteCustomMetric`](crate::operation::delete_custom_metric::builders::DeleteCustomMetricFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`metric_name(impl Into<String>)`](crate::operation::delete_custom_metric::builders::DeleteCustomMetricFluentBuilder::metric_name) / [`set_metric_name(Option<String>)`](crate::operation::delete_custom_metric::builders::DeleteCustomMetricFluentBuilder::set_metric_name):<br>required: **true**<br><p>The name of the custom metric.</p><br>
    /// - On success, responds with [`DeleteCustomMetricOutput`](crate::operation::delete_custom_metric::DeleteCustomMetricOutput)
    /// - On failure, responds with [`SdkError<DeleteCustomMetricError>`](crate::operation::delete_custom_metric::DeleteCustomMetricError)
    pub fn delete_custom_metric(&self) -> crate::operation::delete_custom_metric::builders::DeleteCustomMetricFluentBuilder {
        crate::operation::delete_custom_metric::builders::DeleteCustomMetricFluentBuilder::new(self.handle.clone())
    }
}