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

DeleteDeploymentRequest

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

Requests API Gateway to delete a "Deployment" resource.

interface DeleteDeploymentRequest {
deploymentId: string;
restApiId: string;
}

§Properties

§
deploymentId: string
[src]

[Required] The identifier of the "Deployment" resource to delete.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".