aws-sdk-inspector2 1.121.0

AWS SDK for Inspector2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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(),
        )
    }
}