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

RegisterApplicationRevisionInput

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

Represents the input of a RegisterApplicationRevision operation.

interface RegisterApplicationRevisionInput {
applicationName: string;
description?: string | null;
revision: RevisionLocation;
}

§Properties

§
applicationName: string
[src]

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

§
description?: string | null
[src]

A comment about the revision.

§

Information about the application revision to register, including type and location.