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

ListArtifactsRequest

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

Represents a request to the list artifacts operation.

interface ListArtifactsRequest {
arn: string;
nextToken?: string | null;
}

§Properties

§
arn: string
[src]

The run, job, suite, or test ARN.

§
nextToken?: string | null
[src]

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

§

The artifacts' type.

Allowed values include:

  • FILE
  • LOG
  • SCREENSHOT