Amazon WorkSpaces · JSON Structure

Workspaces Create Standby Workspaces Result Structure

CreateStandbyWorkspacesResult schema from Amazon WorkSpaces API

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

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

Properties

FailedStandbyRequests PendingStandbyRequests

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "FailedStandbyRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailedCreateStandbyWorkspacesRequestList"
        },
        {
          "description": "Information about the standby WorkSpace that could not be created. "
        }
      ]
    },
    "PendingStandbyRequests": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PendingCreateStandbyWorkspacesRequestList"
        },
        {
          "description": "Information about the standby WorkSpace that was created."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateStandbyWorkspacesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-standby-workspaces-result-structure.json",
  "description": "CreateStandbyWorkspacesResult schema from Amazon WorkSpaces API"
}