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

UpdateAction

import type { UpdateAction } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface UpdateAction {
CacheClusterId?: string | null;
CacheNodeUpdateStatus: CacheNodeUpdateStatus[];
Engine?: string | null;
EstimatedUpdateTime?: string | null;
NodeGroupUpdateStatus: NodeGroupUpdateStatus[];
NodesUpdated?: string | null;
ReplicationGroupId?: string | null;
ServiceUpdateName?: string | null;
ServiceUpdateRecommendedApplyByDate?: Date | number | null;
ServiceUpdateReleaseDate?: Date | number | null;
ServiceUpdateSeverity?: ServiceUpdateSeverity | null;
ServiceUpdateStatus?: ServiceUpdateStatus | null;
ServiceUpdateType?: ServiceUpdateType | null;
SlaMet?: SlaMet | null;
UpdateActionAvailableDate?: Date | number | null;
UpdateActionStatus?: UpdateActionStatus | null;
UpdateActionStatusModifiedDate?: Date | number | null;
}

§Properties

§
CacheClusterId?: string | null
[src]
§
CacheNodeUpdateStatus: CacheNodeUpdateStatus[]
[src]
§
Engine?: string | null
[src]
§
EstimatedUpdateTime?: string | null
[src]
§
NodeGroupUpdateStatus: NodeGroupUpdateStatus[]
[src]
§
NodesUpdated?: string | null
[src]
§
ReplicationGroupId?: string | 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]
§
SlaMet?: SlaMet | null
[src]
§
UpdateActionAvailableDate?: Date | number | null
[src]
§
UpdateActionStatus?: UpdateActionStatus | null
[src]
§
UpdateActionStatusModifiedDate?: Date | number | null
[src]