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

UpdateAliasInput

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

Represents the input for a request operation.

interface UpdateAliasInput {
AliasId: string;
Description?: string | null;
Name?: string | null;
RoutingStrategy?: RoutingStrategy | null;
}

§Properties

§
AliasId: string
[src]

A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.

§
Description?: string | null
[src]

A human-readable description of the alias.

§
Name?: string | null
[src]

A descriptive label that is associated with an alias. Alias names do not need to be unique.

§
RoutingStrategy?: RoutingStrategy | null
[src]

The routing configuration, including routing type and fleet target, for the alias.