Amazon WorkSpaces · Schema

DeleteConnectClientAddInRequest

DeleteConnectClientAddInRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
AddInId object
ResourceId object
View JSON Schema on GitHub

JSON Schema

workspaces-delete-connect-client-add-in-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "AddInId",
    "ResourceId"
  ],
  "title": "DeleteConnectClientAddInRequest",
  "properties": {
    "AddInId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonUuid"
        },
        {
          "description": "The identifier of the client add-in to delete."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The directory identifier for which the client add-in is configured."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-delete-connect-client-add-in-request-schema.json",
  "description": "DeleteConnectClientAddInRequest schema from Amazon WorkSpaces API"
}