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

UpdateUsagePlanRequest

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

The PATCH request to update a usage plan of a given plan Id.

interface UpdateUsagePlanRequest {
patchOperations?: PatchOperation[] | null;
usagePlanId: string;
}

§Properties

§
patchOperations?: PatchOperation[] | null
[src]

A list of update operations to be applied to the specified resource and in the order specified in this list.

§
usagePlanId: string
[src]

[Required] The Id of the to-be-updated usage plan.