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

GetUsagePlanRequest

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

The GET request to get a usage plan of a given plan identifier.

interface GetUsagePlanRequest {
usagePlanId: string;
}

§Properties

§
usagePlanId: string
[src]

The identifier of the UsagePlan resource to be retrieved.