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

UpdateDeploymentRequest

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

Updates a Deployment.

interface UpdateDeploymentRequest {
ApiId: string;
DeploymentId: string;
Description?: string | null;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
DeploymentId: string
[src]

The deployment ID.

§
Description?: string | null
[src]

The description for the deployment resource.