Amazon WorkSpaces · Schema

DescribeWorkspaceBundlesResult

DescribeWorkspaceBundlesResult schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
Bundles object
NextToken object
View JSON Schema on GitHub

JSON Schema

workspaces-describe-workspace-bundles-result-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Bundles": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BundleList"
        },
        {
          "description": "Information about the bundles."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return. This token is valid for one day and must be used within that time frame."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeWorkspaceBundlesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-workspace-bundles-result-schema.json",
  "description": "DescribeWorkspaceBundlesResult schema from Amazon WorkSpaces API"
}