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

UpdateDeviceInstanceRequest

import type { UpdateDeviceInstanceRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface UpdateDeviceInstanceRequest {
arn: string;
labels?: string[] | null;
profileArn?: string | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the device instance.

§
labels?: string[] | null
[src]

An array of strings that you want to associate with the device instance.

§
profileArn?: string | null
[src]

The ARN of the profile that you want to associate with the device instance.