Amazon Macie · JSON Structure

Amazon Macie Delete Invitations Request Structure

DeleteInvitationsRequest schema from Amazon Macie API

Type: object Properties: 1 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

DeleteInvitationsRequest is a JSON Structure definition published by Amazon Macie, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-delete-invitations-request-structure.json",
  "name": "DeleteInvitationsRequest",
  "description": "DeleteInvitationsRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "accountIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "description": "An array that lists Amazon Web Services account IDs, one for each account that sent an invitation to delete."
        }
      ]
    }
  },
  "required": [
    "accountIds"
  ]
}