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

UpdateWorkspaceAliasRequest

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

Represents the input of an UpdateWorkspaceAlias operation.

interface UpdateWorkspaceAliasRequest {
alias?: string | null;
clientToken?: string | null;
workspaceId: string;
}

§Properties

§
alias?: string | null
[src]

The new alias of the workspace.

§
clientToken?: string | null
[src]

Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.

§
workspaceId: string
[src]

The ID of the workspace being updated.