// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchDisassociateScramSecret`](crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cluster_arn(impl ::std::convert::Into<String>)`](crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder::cluster_arn) / [`set_cluster_arn(Option<String>)`](crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder::set_cluster_arn): <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
/// - [`secret_arn_list(Vec<String>)`](crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder::secret_arn_list) / [`set_secret_arn_list(Option<Vec<String>>)`](crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder::set_secret_arn_list): <p>List of AWS Secrets Manager secret ARNs.</p>
/// - On success, responds with [`BatchDisassociateScramSecretOutput`](crate::operation::batch_disassociate_scram_secret::BatchDisassociateScramSecretOutput) with field(s):
/// - [`cluster_arn(Option<String>)`](crate::operation::batch_disassociate_scram_secret::BatchDisassociateScramSecretOutput::cluster_arn): <p>The Amazon Resource Name (ARN) of the cluster.</p>
/// - [`unprocessed_scram_secrets(Option<Vec<UnprocessedScramSecret>>)`](crate::operation::batch_disassociate_scram_secret::BatchDisassociateScramSecretOutput::unprocessed_scram_secrets): <p>List of errors when disassociating secrets to cluster.</p>
/// - On failure, responds with [`SdkError<BatchDisassociateScramSecretError>`](crate::operation::batch_disassociate_scram_secret::BatchDisassociateScramSecretError)
pub fn batch_disassociate_scram_secret(
&self,
) -> crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder {
crate::operation::batch_disassociate_scram_secret::builders::BatchDisassociateScramSecretFluentBuilder::new(self.handle.clone())
}
}