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

RebuildEnvironmentMessage

import type { RebuildEnvironmentMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface RebuildEnvironmentMessage {
EnvironmentId?: string | null;
EnvironmentName?: string | null;
}

§Properties

§
EnvironmentId?: string | null
[src]

The ID of the environment to rebuild.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

§
EnvironmentName?: string | null
[src]

The name of the environment to rebuild.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.