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

DBClusterEndpointMessage

import type { DBClusterEndpointMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface DBClusterEndpointMessage {
DBClusterEndpoints: DBClusterEndpoint[];
Marker?: string | null;
}

§Properties

§
DBClusterEndpoints: DBClusterEndpoint[]
[src]

Contains the details of the endpoints associated with the cluster and matching any filter conditions.

§
Marker?: string | null
[src]

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