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
§
ServiceUpdateSeverity?: ServiceUpdateSeverity | null
[src]§
ServiceUpdateStatus?: ServiceUpdateStatus | null
[src]§
ServiceUpdateType?: ServiceUpdateType | null
[src]