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

StopRunRequest

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

Represents the request to stop a specific run.

interface StopRunRequest {
arn: string;
}

§Properties

§
arn: string
[src]

Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.