// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateOrgEc2DeepInspectionConfiguration`](crate::operation::update_org_ec2_deep_inspection_configuration::builders::UpdateOrgEc2DeepInspectionConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`org_package_paths(impl Into<String>)`](crate::operation::update_org_ec2_deep_inspection_configuration::builders::UpdateOrgEc2DeepInspectionConfigurationFluentBuilder::org_package_paths) / [`set_org_package_paths(Option<Vec::<String>>)`](crate::operation::update_org_ec2_deep_inspection_configuration::builders::UpdateOrgEc2DeepInspectionConfigurationFluentBuilder::set_org_package_paths):<br>required: **true**<br><p>The Amazon Inspector deep inspection custom paths you are adding for your organization.</p><br>
/// - On success, responds with [`UpdateOrgEc2DeepInspectionConfigurationOutput`](crate::operation::update_org_ec2_deep_inspection_configuration::UpdateOrgEc2DeepInspectionConfigurationOutput)
/// - On failure, responds with [`SdkError<UpdateOrgEc2DeepInspectionConfigurationError>`](crate::operation::update_org_ec2_deep_inspection_configuration::UpdateOrgEc2DeepInspectionConfigurationError)
pub fn update_org_ec2_deep_inspection_configuration(
&self,
) -> crate::operation::update_org_ec2_deep_inspection_configuration::builders::UpdateOrgEc2DeepInspectionConfigurationFluentBuilder {
crate::operation::update_org_ec2_deep_inspection_configuration::builders::UpdateOrgEc2DeepInspectionConfigurationFluentBuilder::new(
self.handle.clone(),
)
}
}