Amazon WorkSpaces · Schema

DeleteWorkspaceBundleRequest

DeleteWorkspaceBundleRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
BundleId object
View JSON Schema on GitHub

JSON Schema

workspaces-delete-workspace-bundle-request-schema.json Raw ↑
{
  "type": "object",
  "title": "DeleteWorkspaceBundleRequest",
  "properties": {
    "BundleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BundleId"
        },
        {
          "description": "The identifier of the bundle."
        }
      ]
    }
  },
  "$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-workspace-bundle-request-schema.json",
  "description": "DeleteWorkspaceBundleRequest schema from Amazon WorkSpaces API"
}