{ "type": "object", "properties": { "UserName": { "allOf": [ { "$ref": "#/components/schemas/UserName" }, { "description": "
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
" } ] }, "DirectoryId": { "allOf": [ { "$ref": "#/components/schemas/DirectoryId" }, { "description": "The identifier of the directory for the standby WorkSpace." } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceState" }, { "description": "The operational state of the standby WorkSpace." } ] }, "WorkspaceId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceId" }, { "description": "The identifier of the standby WorkSpace." } ] } }, "description": "Information about the standby WorkSpace.", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PendingCreateStandbyWorkspacesRequest", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-pending-create-standby-workspaces-request-schema.json" }