Amazon WorkMail · Schema

ListAvailabilityConfigurationsResponse

ListAvailabilityConfigurationsResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
AvailabilityConfigurations object
NextToken object
View JSON Schema on GitHub

JSON Schema

workmail-list-availability-configurations-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AvailabilityConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AvailabilityConfigurationList"
        },
        {
          "description": "The list of <code>AvailabilityConfiguration</code>'s that exist for the specified WorkMail organization."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. The value is <code>null</code> when there are no further results to return."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListAvailabilityConfigurationsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-availability-configurations-response-schema.json",
  "description": "ListAvailabilityConfigurationsResponse schema from Amazon WorkMail API"
}