Amazon WorkMail · Schema

ListMailDomainsRequest

ListMailDomainsRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
OrganizationId object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

workmail-list-mail-domains-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId"
  ],
  "title": "ListMailDomainsRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization for which to list domains."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return in a single call."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. The first call does not require a token."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mail-domains-request-schema.json",
  "description": "ListMailDomainsRequest schema from Amazon WorkMail API"
}