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

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

§
CacheClusterIds?: string[] | null
[src]
§
Engine?: string | null
[src]
§
Marker?: string | null
[src]
§
MaxRecords?: number | null
[src]
§
ReplicationGroupIds?: string[] | null
[src]
§
ServiceUpdateName?: string | null
[src]
§
ServiceUpdateStatus?: ServiceUpdateStatus[] | null
[src]
§
ServiceUpdateTimeRange?: TimeRangeFilter | null
[src]
§
ShowNodeLevelUpdateStatus?: boolean | null
[src]
§
UpdateActionStatus?: UpdateActionStatus[] | null
[src]