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

StopDeploymentRequest

import type { StopDeploymentRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface StopDeploymentRequest {
ApplicationId: string;
DeploymentNumber: number;
EnvironmentId: string;
}

§Properties

§
ApplicationId: string
[src]

The application ID.

§
DeploymentNumber: number
[src]

The sequence number of the deployment.

§
EnvironmentId: string
[src]

The environment ID.