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

CreateTestGridUrlRequest

import type { CreateTestGridUrlRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface CreateTestGridUrlRequest {
expiresInSeconds: number;
projectArn: string;
}

§Properties

§
expiresInSeconds: number
[src]

Lifetime, in seconds, of the URL.

§
projectArn: string
[src]

ARN (from "CreateTestGridProject" or "ListTestGridProjects") to associate with the short-term URL.