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

UpdateTestGridProjectRequest

import type { UpdateTestGridProjectRequest } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
interface UpdateTestGridProjectRequest {
description?: string | null;
name?: string | null;
projectArn: string;
vpcConfig?: TestGridVpcConfig | null;
}

§Properties

§
description?: string | null
[src]

Human-readable description for the project.

§
name?: string | null
[src]

Human-readable name for the project.

§
projectArn: string
[src]

ARN of the project to update.

§
vpcConfig?: TestGridVpcConfig | null
[src]

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