// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateCapacityProvider`](crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`capacity_provider_name(impl Into<String>)`](crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder::capacity_provider_name) / [`set_capacity_provider_name(Option<String>)`](crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder::set_capacity_provider_name):<br>required: **true**<br><p>The name of the capacity provider to update.</p><br>
/// - [`capacity_provider_scaling_config(CapacityProviderScalingConfig)`](crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder::capacity_provider_scaling_config) / [`set_capacity_provider_scaling_config(Option<CapacityProviderScalingConfig>)`](crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder::set_capacity_provider_scaling_config):<br>required: **false**<br><p>The updated scaling configuration for the capacity provider.</p><br>
/// - On success, responds with [`UpdateCapacityProviderOutput`](crate::operation::update_capacity_provider::UpdateCapacityProviderOutput) with field(s):
/// - [`capacity_provider(Option<CapacityProvider>)`](crate::operation::update_capacity_provider::UpdateCapacityProviderOutput::capacity_provider): <p>Information about the updated capacity provider.</p>
/// - On failure, responds with [`SdkError<UpdateCapacityProviderError>`](crate::operation::update_capacity_provider::UpdateCapacityProviderError)
pub fn update_capacity_provider(&self) -> crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder {
crate::operation::update_capacity_provider::builders::UpdateCapacityProviderFluentBuilder::new(self.handle.clone())
}
}