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

UpdateAppRequest

import type { UpdateAppRequest } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface UpdateAppRequest {
appId?: string | null;
description?: string | null;
name?: string | null;
roleName?: string | null;
serverGroups?: ServerGroup[] | null;
tags?: Tag[] | null;
}

§Properties

§
appId?: string | null
[src]

The ID of the application.

§
description?: string | null
[src]

The new description of the application.

§
name?: string | null
[src]

The new name of the application.

§
roleName?: string | null
[src]

The name of the service role in the customer's account used by Server Migration Service.

§
serverGroups?: ServerGroup[] | null
[src]

The server groups in the application to update.

§
tags?: Tag[] | null
[src]

The tags to associate with the application.