// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchUpdateMemberEc2DeepInspectionStatus`](crate::operation::batch_update_member_ec2_deep_inspection_status::builders::BatchUpdateMemberEc2DeepInspectionStatusFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`account_ids(MemberAccountEc2DeepInspectionStatus)`](crate::operation::batch_update_member_ec2_deep_inspection_status::builders::BatchUpdateMemberEc2DeepInspectionStatusFluentBuilder::account_ids) / [`set_account_ids(Option<Vec::<MemberAccountEc2DeepInspectionStatus>>)`](crate::operation::batch_update_member_ec2_deep_inspection_status::builders::BatchUpdateMemberEc2DeepInspectionStatusFluentBuilder::set_account_ids):<br>required: **true**<br><p>The unique identifiers for the Amazon Web Services accounts to change Amazon Inspector deep inspection status for.</p><br>
/// - On success, responds with [`BatchUpdateMemberEc2DeepInspectionStatusOutput`](crate::operation::batch_update_member_ec2_deep_inspection_status::BatchUpdateMemberEc2DeepInspectionStatusOutput) with field(s):
/// - [`account_ids(Option<Vec::<MemberAccountEc2DeepInspectionStatusState>>)`](crate::operation::batch_update_member_ec2_deep_inspection_status::BatchUpdateMemberEc2DeepInspectionStatusOutput::account_ids): <p>An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for.</p>
/// - [`failed_account_ids(Option<Vec::<FailedMemberAccountEc2DeepInspectionStatusState>>)`](crate::operation::batch_update_member_ec2_deep_inspection_status::BatchUpdateMemberEc2DeepInspectionStatusOutput::failed_account_ids): <p>An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for.</p>
/// - On failure, responds with [`SdkError<BatchUpdateMemberEc2DeepInspectionStatusError>`](crate::operation::batch_update_member_ec2_deep_inspection_status::BatchUpdateMemberEc2DeepInspectionStatusError)
pub fn batch_update_member_ec2_deep_inspection_status(
&self,
) -> crate::operation::batch_update_member_ec2_deep_inspection_status::builders::BatchUpdateMemberEc2DeepInspectionStatusFluentBuilder {
crate::operation::batch_update_member_ec2_deep_inspection_status::builders::BatchUpdateMemberEc2DeepInspectionStatusFluentBuilder::new(
self.handle.clone(),
)
}
}