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

UpdateParam

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

An object representing the details of an update request.

interface UpdateParam {
type?: UpdateParamType | null;
value?: string | null;
}

§Properties

§
type?: UpdateParamType | null
[src]

The keys associated with an update request.

§
value?: string | null
[src]

The value of the keys submitted as part of an update request.