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

DebugSession

import type { DebugSession } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

interface DebugSession {
sessionEnabled?: boolean | null;
sessionTarget?: string | null;
}

§Properties

§
sessionEnabled?: boolean | null
[src]

Specifies if session debugging is enabled for this build.

§
sessionTarget?: string | null
[src]

Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.