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

DescribeWorkspaceBundlesResult

import type { DescribeWorkspaceBundlesResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface DescribeWorkspaceBundlesResult {
Bundles?: WorkspaceBundle[] | null;
NextToken?: string | null;
}

§Properties

§
Bundles?: WorkspaceBundle[] | null
[src]

Information about the bundles.

§
NextToken?: string | null
[src]

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.