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

SourceRegionMessage

import type { SourceRegionMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Contains the result of a successful invocation of the DescribeSourceRegions action.

interface SourceRegionMessage {
Marker?: string | null;
SourceRegions: SourceRegion[];
}

§Properties

§
Marker?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
SourceRegions: SourceRegion[]
[src]

A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.