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

Update

import type { Update } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface Update {
createdAt?: Date | number | null;
errors?: ErrorDetail[] | null;
id?: string | null;
params?: UpdateParam[] | null;
status?: UpdateStatus | null;
type?: UpdateType | null;
}

§Properties

§
createdAt?: Date | number | null
[src]
§
errors?: ErrorDetail[] | null
[src]
§
id?: string | null
[src]
§
params?: UpdateParam[] | null
[src]
§
status?: UpdateStatus | null
[src]
§
type?: UpdateType | null
[src]