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