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/apigateway.ts?docs=full";

Requests API Gateway to change information about a "Deployment" resource.

interface UpdateDeploymentRequest {
deploymentId: string;
patchOperations?: PatchOperation[] | null;
restApiId: string;
}

§Properties

§
deploymentId: string
[src]

The replacement identifier for the "Deployment" resource to change information about.

§
patchOperations?: PatchOperation[] | null
[src]

A list of update operations to be applied to the specified resource and in the order specified in this list.

§
restApiId: string
[src]

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