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

UpdateAppResponse

import type { UpdateAppResponse } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";
interface UpdateAppResponse {
appSummary?: AppSummary | null;
serverGroups?: ServerGroup[] | null;
tags?: Tag[] | null;
}

§Properties

§
appSummary?: AppSummary | null
[src]

A summary description of the application.

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

The updated server groups in the application.

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

The tags associated with the application.