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

UpdateEnvironmentRequest

import type { UpdateEnvironmentRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface UpdateEnvironmentRequest {
ApplicationId: string;
Description?: string | null;
EnvironmentId: string;
Monitors?: Monitor[] | null;
Name?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The application ID.

§
Description?: string | null
[src]

A description of the environment.

§
EnvironmentId: string
[src]

The environment ID.

§
Monitors?: Monitor[] | null
[src]

Amazon CloudWatch alarms to monitor during the deployment process.

§
Name?: string | null
[src]

The name of the environment.