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

DescribeUserStackAssociationsRequest

import type { DescribeUserStackAssociationsRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface DescribeUserStackAssociationsRequest {
AuthenticationType?: AuthenticationType | null;
MaxResults?: number | null;
NextToken?: string | null;
StackName?: string | null;
UserName?: string | null;
}

§Properties

§
AuthenticationType?: AuthenticationType | null
[src]

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
StackName?: string | null
[src]

The name of the stack that is associated with the user.

§
UserName?: string | null
[src]

The email address of the user who is associated with the stack.

Note: Users' email addresses are case-sensitive.