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

GetConnectionStatusResponse

import type { GetConnectionStatusResponse } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetConnectionStatusResponse {
Status?: ConnectionStatus | null;
Target?: string | null;
}

§Properties

§
Status?: ConnectionStatus | null
[src]

The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.

§
Target?: string | null
[src]

The ID of the managed node to check connection status.