DescribeUpdateActionsMessage
import type { DescribeUpdateActionsMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface DescribeUpdateActionsMessage {
CacheClusterIds?: string[] | null;
Engine?: string | null;
Marker?: string | null;
MaxRecords?: number | null;
ReplicationGroupIds?: string[] | null;
ServiceUpdateName?: string | null;
ServiceUpdateStatus?: ServiceUpdateStatus[] | null;
ServiceUpdateTimeRange?: TimeRangeFilter | null;
ShowNodeLevelUpdateStatus?: boolean | null;
UpdateActionStatus?: UpdateActionStatus[] | null;
}§Properties
§
ServiceUpdateStatus?: ServiceUpdateStatus[] | null
[src]§
ServiceUpdateTimeRange?: TimeRangeFilter | null
[src]§
UpdateActionStatus?: UpdateActionStatus[] | null
[src]