aws-sdk-inspector2 1.126.0

AWS SDK for Inspector2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`BatchGetMemberEc2DeepInspectionStatus`](crate::operation::batch_get_member_ec2_deep_inspection_status::builders::BatchGetMemberEc2DeepInspectionStatusFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_ids(impl Into<String>)`](crate::operation::batch_get_member_ec2_deep_inspection_status::builders::BatchGetMemberEc2DeepInspectionStatusFluentBuilder::account_ids) / [`set_account_ids(Option<Vec::<String>>)`](crate::operation::batch_get_member_ec2_deep_inspection_status::builders::BatchGetMemberEc2DeepInspectionStatusFluentBuilder::set_account_ids):<br>required: **false**<br><p>The unique identifiers for the Amazon Web Services accounts to retrieve Amazon Inspector deep inspection activation status for.</p><br>
    /// - On success, responds with [`BatchGetMemberEc2DeepInspectionStatusOutput`](crate::operation::batch_get_member_ec2_deep_inspection_status::BatchGetMemberEc2DeepInspectionStatusOutput) with field(s):
    ///   - [`account_ids(Option<Vec::<MemberAccountEc2DeepInspectionStatusState>>)`](crate::operation::batch_get_member_ec2_deep_inspection_status::BatchGetMemberEc2DeepInspectionStatusOutput::account_ids): <p>An array of objects that provide details on the activation status of Amazon Inspector deep inspection for each of the requested accounts.</p>
    ///   - [`failed_account_ids(Option<Vec::<FailedMemberAccountEc2DeepInspectionStatusState>>)`](crate::operation::batch_get_member_ec2_deep_inspection_status::BatchGetMemberEc2DeepInspectionStatusOutput::failed_account_ids): <p>An array of objects that provide details on any accounts that failed to activate Amazon Inspector deep inspection and why.</p>
    /// - On failure, responds with [`SdkError<BatchGetMemberEc2DeepInspectionStatusError>`](crate::operation::batch_get_member_ec2_deep_inspection_status::BatchGetMemberEc2DeepInspectionStatusError)
    pub fn batch_get_member_ec2_deep_inspection_status(
        &self,
    ) -> crate::operation::batch_get_member_ec2_deep_inspection_status::builders::BatchGetMemberEc2DeepInspectionStatusFluentBuilder {
        crate::operation::batch_get_member_ec2_deep_inspection_status::builders::BatchGetMemberEc2DeepInspectionStatusFluentBuilder::new(
            self.handle.clone(),
        )
    }
}