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

ListProductSubscriptionsRequest

import type { ListProductSubscriptionsRequest } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";
interface ListProductSubscriptionsRequest {
Filters?: Filter[] | null;
IdentityProvider: IdentityProvider;
MaxResults?: number | null;
NextToken?: string | null;
Product: string;
}

§Properties

§
Filters?: Filter[] | null
[src]

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

§
IdentityProvider: IdentityProvider
[src]

An object that specifies details for the identity provider.

§
MaxResults?: number | null
[src]

Maximum number of results to return in a single call.

§
NextToken?: string | null
[src]

Token for the next set of results.

§
Product: string
[src]

The name of the user-based subscription product.