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

InstallToRemoteAccessSessionRequest

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

Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.

interface InstallToRemoteAccessSessionRequest {
appArn: string;
remoteAccessSessionArn: string;
}

§Properties

§
appArn: string
[src]

The ARN of the app about which you are requesting information.

§
remoteAccessSessionArn: string
[src]

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.