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

GetApplicationInput

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

Represents the input of a GetApplication operation.

interface GetApplicationInput {
applicationName: string;
}

§Properties

§
applicationName: string
[src]

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.