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

ListAssetsRequest

import type { ListAssetsRequest } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";
interface ListAssetsRequest {
MaxResults?: number | null;
NextToken?: string | null;
PackagingGroupId?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

Upper bound on number of records to return.

§
NextToken?: string | null
[src]

A token used to resume pagination from the end of a previous request.

§
PackagingGroupId?: string | null
[src]

Returns Assets associated with the specified PackagingGroup.