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

UpdateAccountRequest

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

Requests API Gateway to change information about the current Account resource.

interface UpdateAccountRequest {
patchOperations?: PatchOperation[] | null;
}

§Properties

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

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