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

DescribeSessionsRequest

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

§Properties

§
AuthenticationType?: AuthenticationType | null
[src]

The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

§
FleetName: string
[src]

The name of the fleet. This value is case-sensitive.

§
Limit?: number | null
[src]

The size of each page of results. The default value is 20 and the maximum value is 50.

§
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
[src]

The name of the stack. This value is case-sensitive.

§
UserId?: string | null
[src]

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.