CreateRemoteAccessSessionRequest
import type { CreateRemoteAccessSessionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";interface CreateRemoteAccessSessionRequest {
clientId?: string | null;
configuration?: CreateRemoteAccessSessionConfiguration | 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
§
configuration?: CreateRemoteAccessSessionConfiguration | null
[src]§
interactionMode?: InteractionMode | null
[src]