{ "type": "object", "title": "DescribeWorkspaceBundlesRequest", "properties": { "BundleIds": { "allOf": [ { "$ref": "#/components/schemas/BundleIdList" }, { "description": "The identifiers of the bundles. You cannot combine this parameter with any other filter." } ] }, "Owner": { "allOf": [ { "$ref": "#/components/schemas/BundleOwner" }, { "description": "

The owner of the bundles. You cannot combine this parameter with any other filter.

To describe the bundles provided by Amazon Web Services, specify AMAZON. To describe the bundles that belong to your account, don't specify a value.

" } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The token for the next set of results. (You received this token from a previous call.)" } ] } }, "$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-workspace-bundles-request-schema.json", "description": "DescribeWorkspaceBundlesRequest schema from Amazon WorkSpaces API" }