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

UpdateType

import type { UpdateType } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
type UpdateType =
| "VersionUpdate"
| "EndpointAccessUpdate"
| "LoggingUpdate"
| "ConfigUpdate"
| "AssociateIdentityProviderConfig"
| "DisassociateIdentityProviderConfig"
| "AssociateEncryptionConfig"
| "AddonUpdate"

§Type

§
"VersionUpdate" | "EndpointAccessUpdate" | "LoggingUpdate" | "ConfigUpdate" | "AssociateIdentityProviderConfig" | "DisassociateIdentityProviderConfig" | "AssociateEncryptionConfig" | "AddonUpdate" | cmnP.UnexpectedEnumValue
[src]