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

ServiceUpdate

import type { ServiceUpdate } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

An update that you can apply to your MemoryDB clusters.

interface ServiceUpdate {
AutoUpdateStartDate?: Date | number | null;
ClusterName?: string | null;
Description?: string | null;
NodesUpdated?: string | null;
ReleaseDate?: Date | number | null;
ServiceUpdateName?: string | null;
Status?: ServiceUpdateStatus | null;
Type?: ServiceUpdateType | null;
}

§Properties

§
AutoUpdateStartDate?: Date | number | null
[src]

The date at which the service update will be automatically applied

§
ClusterName?: string | null
[src]

The name of the cluster to which the service update applies

§
Description?: string | null
[src]

Provides details of the service update

§
NodesUpdated?: string | null
[src]

A list of nodes updated by the service update

§
ReleaseDate?: Date | number | null
[src]

The date when the service update is initially available

§
ServiceUpdateName?: string | null
[src]

The unique ID of the service update

§
Status?: ServiceUpdateStatus | null
[src]

The status of the service update

§

Reflects the nature of the service update