aws_sdk_config/client/
delete_configuration_aggregator.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`DeleteConfigurationAggregator`](crate::operation::delete_configuration_aggregator::builders::DeleteConfigurationAggregatorFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`configuration_aggregator_name(impl Into<String>)`](crate::operation::delete_configuration_aggregator::builders::DeleteConfigurationAggregatorFluentBuilder::configuration_aggregator_name) / [`set_configuration_aggregator_name(Option<String>)`](crate::operation::delete_configuration_aggregator::builders::DeleteConfigurationAggregatorFluentBuilder::set_configuration_aggregator_name):<br>required: **true**<br><p>The name of the configuration aggregator.</p><br>
7    /// - On success, responds with [`DeleteConfigurationAggregatorOutput`](crate::operation::delete_configuration_aggregator::DeleteConfigurationAggregatorOutput)
8    /// - On failure, responds with [`SdkError<DeleteConfigurationAggregatorError>`](crate::operation::delete_configuration_aggregator::DeleteConfigurationAggregatorError)
9    pub fn delete_configuration_aggregator(
10        &self,
11    ) -> crate::operation::delete_configuration_aggregator::builders::DeleteConfigurationAggregatorFluentBuilder {
12        crate::operation::delete_configuration_aggregator::builders::DeleteConfigurationAggregatorFluentBuilder::new(self.handle.clone())
13    }
14}