// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DetachTrafficSources`](crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`auto_scaling_group_name(impl Into<String>)`](crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder::auto_scaling_group_name) / [`set_auto_scaling_group_name(Option<String>)`](crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder::set_auto_scaling_group_name):<br>required: **true**<br><p>The name of the Auto Scaling group.</p><br>
/// - [`traffic_sources(TrafficSourceIdentifier)`](crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder::traffic_sources) / [`set_traffic_sources(Option<Vec::<TrafficSourceIdentifier>>)`](crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder::set_traffic_sources):<br>required: **true**<br><p>The unique identifiers of one or more traffic sources. You can specify up to 10 traffic sources.</p><br>
/// - On success, responds with [`DetachTrafficSourcesOutput`](crate::operation::detach_traffic_sources::DetachTrafficSourcesOutput)
/// - On failure, responds with [`SdkError<DetachTrafficSourcesError>`](crate::operation::detach_traffic_sources::DetachTrafficSourcesError)
pub fn detach_traffic_sources(&self) -> crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder {
crate::operation::detach_traffic_sources::builders::DetachTrafficSourcesFluentBuilder::new(self.handle.clone())
}
}