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

GetTestGridSessionRequest

import type { GetTestGridSessionRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface GetTestGridSessionRequest {
projectArn?: string | null;
sessionArn?: string | null;
sessionId?: string | null;
}

§Properties

§
projectArn?: string | null
[src]

The ARN for the project that this session belongs to. See "CreateTestGridProject" and "ListTestGridProjects".

§
sessionArn?: string | null
[src]

An ARN that uniquely identifies a "TestGridSession".

§
sessionId?: string | null
[src]

An ID associated with this session.