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

UpdateUploadRequest

import type { UpdateUploadRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface UpdateUploadRequest {
arn: string;
contentType?: string | null;
editContent?: boolean | null;
name?: string | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the uploaded test spec.

§
contentType?: string | null
[src]

The upload's content type (for example, application/x-yaml).

§
editContent?: boolean | null
[src]

Set to true if the YAML file has changed and must be updated. Otherwise, set to false.

§
name?: string | null
[src]

The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.