Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeWorkspaceBundlesRequest

import type { DescribeWorkspaceBundlesRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface DescribeWorkspaceBundlesRequest {
BundleIds?: string[] | null;
NextToken?: string | null;
Owner?: string | null;
}

§Properties

§
BundleIds?: string[] | null
[src]

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

§
NextToken?: string | null
[src]

The token for the next set of results. (You received this token from a previous call.)

§
Owner?: string | null
[src]

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.