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

CreateDeploymentRequest

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

Creates a new Deployment resource to represent a deployment.

interface CreateDeploymentRequest {
ApiId: string;
Description?: string | null;
StageName?: string | null;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
Description?: string | null
[src]

The description for the deployment resource.

§
StageName?: string | null
[src]

The name of the Stage resource for the Deployment resource to create.