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

ListAssetsResponse

import type { ListAssetsResponse } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";
interface ListAssetsResponse {
Assets?: AssetShallow[] | null;
NextToken?: string | null;
}

§Properties

§
Assets?: AssetShallow[] | null
[src]

A list of MediaPackage VOD Asset resources.

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection.