{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-batch-update-member-ec2-deep-inspection-status-response-structure.json", "name": "BatchUpdateMemberEc2DeepInspectionStatusResponse", "description": "BatchUpdateMemberEc2DeepInspectionStatusResponse schema", "type": "object", "properties": { "accountIds": { "allOf": [ { "$ref": "#/components/schemas/MemberAccountEc2DeepInspectionStatusStateList" }, { "description": "An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status was successfully changed for. " } ] }, "failedAccountIds": { "allOf": [ { "$ref": "#/components/schemas/FailedMemberAccountEc2DeepInspectionStatusStateList" }, { "description": "An array of objects that provide details for each of the accounts that Amazon Inspector deep inspection status could not be successfully changed for. " } ] } } }