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

ListTestGridSessionArtifactsRequest

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

§Properties

§
maxResult?: number | null
[src]

The maximum number of results to be returned by a request.

§
nextToken?: string | null
[src]

Pagination token.

§
sessionArn: string
[src]

The ARN of a "TestGridSession".

§

Limit results to a specified type of artifact.