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

UpdateUsageRequest

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

The PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.

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

§Properties

§
keyId: string
[src]

The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

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

For more information about supported patch operations, see Patch Operations.

§
usagePlanId: string
[src]

The Id of the usage plan associated with the usage data.