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-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface ServiceUpdate {
AutoUpdateAfterRecommendedApplyByDate?: boolean | null;
Engine?: string | null;
EngineVersion?: string | null;
EstimatedUpdateTime?: string | null;
ServiceUpdateDescription?: string | null;
ServiceUpdateEndDate?: Date | number | null;
ServiceUpdateName?: string | null;
ServiceUpdateRecommendedApplyByDate?: Date | number | null;
ServiceUpdateReleaseDate?: Date | number | null;
ServiceUpdateSeverity?: ServiceUpdateSeverity | null;
ServiceUpdateStatus?: ServiceUpdateStatus | null;
ServiceUpdateType?: ServiceUpdateType | null;
}

§Properties

§
AutoUpdateAfterRecommendedApplyByDate?: boolean | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
EstimatedUpdateTime?: string | null
[src]
§
ServiceUpdateDescription?: string | null
[src]
§
ServiceUpdateEndDate?: Date | number | null
[src]
§
ServiceUpdateName?: string | null
[src]
§
ServiceUpdateRecommendedApplyByDate?: Date | number | null
[src]
§
ServiceUpdateReleaseDate?: Date | number | null
[src]
§
ServiceUpdateSeverity?: ServiceUpdateSeverity | null
[src]
§
ServiceUpdateStatus?: ServiceUpdateStatus | null
[src]
§
ServiceUpdateType?: ServiceUpdateType | null
[src]