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.3/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]

[Required] The identifier of the "UsagePlan" resource to be retrieved.