Amazon WorkSpaces · Schema
DescribeWorkspacesRequest
DescribeWorkspacesRequest schema from Amazon WorkSpaces API
DesktopEnd User ComputingVirtual DesktopDesktop as a Service
Properties
| Name | Type | Description |
|---|---|---|
| WorkspaceIds | object | |
| DirectoryId | object | |
| UserName | object | |
| BundleId | object | |
| Limit | object | |
| NextToken | object |
JSON Schema
{
"type": "object",
"title": "DescribeWorkspacesRequest",
"properties": {
"WorkspaceIds": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceIdList"
},
{
"description": "<p>The identifiers of the WorkSpaces. You cannot combine this parameter with any other filter.</p> <p>Because the <a>CreateWorkspaces</a> operation is asynchronous, the identifier it returns is not immediately available. If you immediately call <a>DescribeWorkspaces</a> with this identifier, no information is returned.</p>"
}
]
},
"DirectoryId": {
"allOf": [
{
"$ref": "#/components/schemas/DirectoryId"
},
{
"description": "The identifier of the directory. In addition, you can optionally specify a specific directory user (see <code>UserName</code>). You cannot combine this parameter with any other filter."
}
]
},
"UserName": {
"allOf": [
{
"$ref": "#/components/schemas/UserName"
},
{
"description": "The name of the directory user. You must specify this parameter with <code>DirectoryId</code>."
}
]
},
"BundleId": {
"allOf": [
{
"$ref": "#/components/schemas/BundleId"
},
{
"description": "The identifier of the bundle. All WorkSpaces that are created from this bundle are retrieved. You cannot combine this parameter with any other filter."
}
]
},
"Limit": {
"allOf": [
{
"$ref": "#/components/schemas/Limit"
},
{
"description": "The maximum number of items to return."
}
]
},
"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."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-workspaces-request-schema.json",
"description": "DescribeWorkspacesRequest schema from Amazon WorkSpaces API"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workspaces-describe-workspaces-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.