// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateSecurityProfiles`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p><br>
/// - [`security_profiles(SecurityProfileItem)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::security_profiles) / [`set_security_profiles(Option<Vec::<SecurityProfileItem>>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::set_security_profiles):<br>required: **true**<br><p>List of Security Profile Object.</p><br>
/// - [`entity_type(EntityType)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::entity_type) / [`set_entity_type(Option<EntityType>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::set_entity_type):<br>required: **true**<br><p>Only supported type is AI_AGENT.</p><br>
/// - [`entity_arn(impl Into<String>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::entity_arn) / [`set_entity_arn(Option<String>)`](crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::set_entity_arn):<br>required: **true**<br><p>ARN of a Q in Connect AI Agent.</p><br>
/// - On success, responds with [`DisassociateSecurityProfilesOutput`](crate::operation::disassociate_security_profiles::DisassociateSecurityProfilesOutput)
/// - On failure, responds with [`SdkError<DisassociateSecurityProfilesError>`](crate::operation::disassociate_security_profiles::DisassociateSecurityProfilesError)
pub fn disassociate_security_profiles(
&self,
) -> crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder {
crate::operation::disassociate_security_profiles::builders::DisassociateSecurityProfilesFluentBuilder::new(self.handle.clone())
}
}