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

UpdateStageRequest

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

Requests API Gateway to change information about a Stage resource.

interface UpdateStageRequest {
patchOperations?: PatchOperation[] | null;
restApiId: string;
stageName: string;
}

§Properties

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

For more information about supported patch operations, see Patch Operations.

§
restApiId: string
[src]

The string identifier of the associated RestApi.

§
stageName: string
[src]

The name of the Stage resource to change information about.