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

ListItemsResponse

import type { ListItemsResponse } from "https://aws-api.deno.dev/v0.3/services/mediastoredata.ts?docs=full";
interface ListItemsResponse {
Items?: Item[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: Item[] | null
[src]

The metadata entries for the folders and objects at the requested path.

§
NextToken?: string | null
[src]

The token that can be used in a request to view the next set of results. For example, you submit a ListItems request that matches 2,000 items with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value that can be used to fetch the next batch of results.