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

UpdateBuildInput

import type { UpdateBuildInput } from "https://aws-api.deno.dev/v0.3/services/gamelift.ts?docs=full";

Represents the input for a request operation.

interface UpdateBuildInput {
BuildId: string;
Name?: string | null;
Version?: string | null;
}

§Properties

§
BuildId: string
[src]

A unique identifier for the build to update. You can use either the build ID or ARN value.

§
Name?: string | null
[src]

A descriptive label that is associated with a build. Build names do not need to be unique.

§
Version?: string | null
[src]

Version information that is associated with a build or script. Version strings do not need to be unique.