Amazon WorkSpaces · JSON Structure

Workspaces Describe Workspace Images Request Structure

DescribeWorkspaceImagesRequest schema from Amazon WorkSpaces API

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

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

Properties

ImageIds ImageType NextToken MaxResults

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "DescribeWorkspaceImagesRequest",
  "properties": {
    "ImageIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceImageIdList"
        },
        {
          "description": "The identifier of the image."
        }
      ]
    },
    "ImageType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageType"
        },
        {
          "description": "The type (owned or shared) of the image."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Limit"
        },
        {
          "description": "The maximum number of items to return."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-workspace-images-request-structure.json",
  "description": "DescribeWorkspaceImagesRequest schema from Amazon WorkSpaces API"
}