Amazon WorkSpaces · Schema

MigrateWorkspaceResult

MigrateWorkspaceResult schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
SourceWorkspaceId object
TargetWorkspaceId object
View JSON Schema on GitHub

JSON Schema

workspaces-migrate-workspace-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "SourceWorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The original identifier of the WorkSpace that is being migrated."
        }
      ]
    },
    "TargetWorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The new identifier of the WorkSpace that is being migrated. If the migration does not succeed, the target WorkSpace ID will not be used, and the WorkSpace will still have the original WorkSpace ID."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MigrateWorkspaceResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-migrate-workspace-result-schema.json",
  "description": "MigrateWorkspaceResult schema from Amazon WorkSpaces API"
}