Amazon WorkMail · JSON Structure

Workmail Update Resource Request Structure

UpdateResourceRequest schema from Amazon WorkMail API

Type: object Properties: 4 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

UpdateResourceRequest is a JSON Structure definition published by Amazon WorkMail, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId ResourceId Name BookingOptions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "ResourceId"
  ],
  "name": "UpdateResourceRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The identifier associated with the organization for which the resource is updated."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The identifier of the resource to be updated."
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The name of the resource to be updated."
        }
      ]
    },
    "BookingOptions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BookingOptions"
        },
        {
          "description": "The resource's booking options to be updated."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-update-resource-request-structure.json",
  "description": "UpdateResourceRequest schema from Amazon WorkMail API"
}