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.deno.dev/v0.3/services/elasticache.ts?docs=full";
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]

The cache cluster IDs

§
Engine?: string | null
[src]

The Elasticache engine to which the update applies. Either Redis or Memcached

§
Marker?: string | null
[src]

An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
MaxRecords?: number | null
[src]

The maximum number of records to include in the response

§
ReplicationGroupIds?: string[] | null
[src]

The replication group IDs

§
ServiceUpdateName?: string | null
[src]

The unique ID of the service update

§
ServiceUpdateStatus?: ServiceUpdateStatus[] | null
[src]

The status of the service update

§
ServiceUpdateTimeRange?: TimeRangeFilter | null
[src]

The range of time specified to search for service updates that are in available status

§
ShowNodeLevelUpdateStatus?: boolean | null
[src]

Dictates whether to include node level update status in the response

§
UpdateActionStatus?: UpdateActionStatus[] | null
[src]

The status of the update action.