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

ListProductSubscriptionsResponse

import type { ListProductSubscriptionsResponse } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface ListProductSubscriptionsResponse {
NextToken?: string | null;
ProductUserSummaries?: ProductUserSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Token for the next set of results.

§
ProductUserSummaries?: ProductUserSummary[] | null
[src]

Metadata that describes the list product subscriptions operation.