Amazon GuardDuty · Schema

DeleteInvitationsRequest

DeleteInvitationsRequest schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
AccountIds object
View JSON Schema on GitHub

JSON Schema

guardduty-delete-invitations-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-delete-invitations-request-schema.json",
  "title": "DeleteInvitationsRequest",
  "description": "DeleteInvitationsRequest schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "AccountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountIds"
        },
        {
          "xml": {
            "name": "accountIds"
          },
          "description": "A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from."
        }
      ]
    }
  },
  "required": [
    "AccountIds"
  ]
}