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

ListPackagingGroupsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
PackagingGroups?: PackagingGroup[] | null
[src]

A list of MediaPackage VOD PackagingGroup resources.