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

GetStagesRequest

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

Requests API Gateway to get information about one or more "Stage" resources.

interface GetStagesRequest {
deploymentId?: string | null;
restApiId: string;
}

§Properties

§
deploymentId?: string | null
[src]

The stages' deployment identifiers.

§
restApiId: string
[src]

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