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

ListUserAssociationsRequest

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

§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.

§
InstanceId: string
[src]

The ID of the EC2 instance, which provides user-based subscriptions.

§
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.