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

ReplicationGroupMessage

import type { ReplicationGroupMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the output of a DescribeReplicationGroups operation.

interface ReplicationGroupMessage {
Marker?: string | null;
ReplicationGroups: ReplicationGroup[];
}

§Properties

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
ReplicationGroups: ReplicationGroup[]
[src]

A list of replication groups. Each item in the list contains detailed information about one replication group.