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

PendingMaintenanceActionsMessage

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

§Properties

§
Marker?: string | null
[src]

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

§
PendingMaintenanceActions: ResourcePendingMaintenanceActions[]
[src]

A list of the pending maintenance actions for the resource.