Amazon WorkSpaces · JSON Structure

Workspaces Delete Connect Client Add In Request Structure

DeleteConnectClientAddInRequest schema from Amazon WorkSpaces API

Type: object Properties: 2 Required: 2
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

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

Properties

AddInId ResourceId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "AddInId",
    "ResourceId"
  ],
  "name": "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-delete-connect-client-add-in-request-structure.json",
  "description": "DeleteConnectClientAddInRequest schema from Amazon WorkSpaces API"
}