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

StopRemoteAccessSessionResult

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

Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.

interface StopRemoteAccessSessionResult {
remoteAccessSession?: RemoteAccessSession | null;
}

§Properties

§
remoteAccessSession?: RemoteAccessSession | null
[src]

A container that represents the metadata from the service about the remote access session you are stopping.