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

UpdateProjectRequest

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

Represents a request to the update project operation.

interface UpdateProjectRequest {
arn: string;
defaultJobTimeoutMinutes?: number | null;
name?: string | null;
vpcConfig?: VpcConfig | null;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the project whose name to update.

§
defaultJobTimeoutMinutes?: number | null
[src]

The number of minutes a test run in the project executes before it times out.

§
name?: string | null
[src]

A string that represents the new name of the project that you are updating.

§
vpcConfig?: VpcConfig | null
[src]

The VPC security groups and subnets that are attached to a project.