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

CreateRemoteAccessSessionRequest

import type { CreateRemoteAccessSessionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";
interface CreateRemoteAccessSessionRequest {
clientId?: string | null;
deviceArn: string;
instanceArn?: string | null;
interactionMode?: InteractionMode | null;
name?: string | null;
projectArn: string;
remoteDebugEnabled?: boolean | null;
remoteRecordAppArn?: string | null;
remoteRecordEnabled?: boolean | null;
skipAppResign?: boolean | null;
sshPublicKey?: string | null;
}

§Properties

§
clientId?: string | null
[src]
§
deviceArn: string
[src]
§
instanceArn?: string | null
[src]
§
interactionMode?: InteractionMode | null
[src]
§
name?: string | null
[src]
§
projectArn: string
[src]
§
remoteDebugEnabled?: boolean | null
[src]
§
remoteRecordAppArn?: string | null
[src]
§
remoteRecordEnabled?: boolean | null
[src]
§
skipAppResign?: boolean | null
[src]
§
sshPublicKey?: string | null
[src]