// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchStopUpdateAction`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`replication_group_ids(impl Into<String>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::replication_group_ids) / [`set_replication_group_ids(Option<Vec::<String>>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::set_replication_group_ids):<br>required: **false**<br><p>The replication group IDs</p><br>
/// - [`cache_cluster_ids(impl Into<String>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::cache_cluster_ids) / [`set_cache_cluster_ids(Option<Vec::<String>>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::set_cache_cluster_ids):<br>required: **false**<br><p>The cache cluster IDs</p><br>
/// - [`service_update_name(impl Into<String>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::service_update_name) / [`set_service_update_name(Option<String>)`](crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::set_service_update_name):<br>required: **true**<br><p>The unique ID of the service update</p><br>
/// - On success, responds with [`BatchStopUpdateActionOutput`](crate::operation::batch_stop_update_action::BatchStopUpdateActionOutput) with field(s):
/// - [`processed_update_actions(Option<Vec::<ProcessedUpdateAction>>)`](crate::operation::batch_stop_update_action::BatchStopUpdateActionOutput::processed_update_actions): <p>Update actions that have been processed successfully</p>
/// - [`unprocessed_update_actions(Option<Vec::<UnprocessedUpdateAction>>)`](crate::operation::batch_stop_update_action::BatchStopUpdateActionOutput::unprocessed_update_actions): <p>Update actions that haven't been processed successfully</p>
/// - On failure, responds with [`SdkError<BatchStopUpdateActionError>`](crate::operation::batch_stop_update_action::BatchStopUpdateActionError)
pub fn batch_stop_update_action(&self) -> crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder {
crate::operation::batch_stop_update_action::builders::BatchStopUpdateActionFluentBuilder::new(self.handle.clone())
}
}