// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetEc2DeepInspectionConfiguration`](crate::operation::get_ec2_deep_inspection_configuration::builders::GetEc2DeepInspectionConfigurationFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::get_ec2_deep_inspection_configuration::builders::GetEc2DeepInspectionConfigurationFluentBuilder::send) it.
/// - On success, responds with [`GetEc2DeepInspectionConfigurationOutput`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationOutput) with field(s):
/// - [`package_paths(Option<Vec<String>>)`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationOutput::package_paths): <p>The Amazon Inspector deep inspection custom paths for your account.</p>
/// - [`org_package_paths(Option<Vec<String>>)`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationOutput::org_package_paths): <p>The Amazon Inspector deep inspection custom paths for your organization.</p>
/// - [`status(Option<Ec2DeepInspectionStatus>)`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationOutput::status): <p>The activation status of Amazon Inspector deep inspection in your account.</p>
/// - [`error_message(Option<String>)`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationOutput::error_message): <p>An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.</p>
/// - On failure, responds with [`SdkError<GetEc2DeepInspectionConfigurationError>`](crate::operation::get_ec2_deep_inspection_configuration::GetEc2DeepInspectionConfigurationError)
pub fn get_ec2_deep_inspection_configuration(
&self,
) -> crate::operation::get_ec2_deep_inspection_configuration::builders::GetEc2DeepInspectionConfigurationFluentBuilder {
crate::operation::get_ec2_deep_inspection_configuration::builders::GetEc2DeepInspectionConfigurationFluentBuilder::new(self.handle.clone())
}
}