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

DescribeSessionsResponse

import type { DescribeSessionsResponse } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeSessionsResponse {
NextToken?: string | null;
Sessions?: Session[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You received this token from a previous call.)

§
Sessions?: Session[] | null
[src]

A list of sessions meeting the request parameters.