ListUserGroupsRequest
import type { ListUserGroupsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";interface ListUserGroupsRequest {
AwsAccountId: string;
MaxResults?: number | null;
Namespace: string;
NextToken?: string | null;
UserName: string;
}