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