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

CreateUsagePlanRequest

import type { CreateUsagePlanRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/apigateway.ts";
interface CreateUsagePlanRequest {
apiStages?: ApiStage[] | null;
description?: string | null;
name: string;
quota?: QuotaSettings | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
throttle?: ThrottleSettings | null;
}

§Properties

§
apiStages?: ApiStage[] | null
[src]
§
description?: string | null
[src]
§
name: string
[src]
§
quota?: QuotaSettings | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
throttle?: ThrottleSettings | null
[src]