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

FlushStageCacheRequest

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

Requests API Gateway to flush a stage's cache.

interface FlushStageCacheRequest {
restApiId: string;
stageName: string;
}

§Properties

§
restApiId: string
[src]

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

§
stageName: string
[src]

[Required] The name of the stage to flush its cache.