Amazon WorkMail · Schema

ListResourcesRequest

ListResourcesRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

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

JSON Schema

workmail-list-resources-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId"
  ],
  "title": "ListResourcesRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier for the organization under which the resources exist."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. The first call does not contain any tokens."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return in a single call."
        }
      ]
    }
  },
  "$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-resources-request-schema.json",
  "description": "ListResourcesRequest schema from Amazon WorkMail API"
}