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

UpdateApplicationInput

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

Represents the input of an UpdateApplication operation.

interface UpdateApplicationInput {
applicationName?: string | null;
newApplicationName?: string | null;
}

§Properties

§
applicationName?: string | null
[src]

The current name of the application you want to change.

§
newApplicationName?: string | null
[src]

The new name to give the application.