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

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