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

CreateRemoteAccessSessionResult

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

Represents the server response from a request to create a remote access session.

interface CreateRemoteAccessSessionResult {
remoteAccessSession?: RemoteAccessSession | null;
}

§Properties

§
remoteAccessSession?: RemoteAccessSession | null
[src]

A container that describes the remote access session when the request to create a remote access session is sent.