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

Session

import type { Session } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";

The details for the execute command session.

interface Session {
sessionId?: string | null;
streamUrl?: string | null;
tokenValue?: string | null;
}

§Properties

§
sessionId?: string | null
[src]

The ID of the execute command session.

§
streamUrl?: string | null
[src]

A URL to the managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.

§
tokenValue?: string | null
[src]

An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.