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
§
errors?: ErrorDetail[] | null
[src]§
params?: UpdateParam[] | null
[src]§
status?: UpdateStatus | null
[src]§
type?: UpdateType | null
[src]