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

ResourcePendingMaintenanceActions

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

Describes the pending maintenance actions for a resource.

interface ResourcePendingMaintenanceActions {
PendingMaintenanceActionDetails: PendingMaintenanceAction[];
ResourceIdentifier?: string | null;
}

§Properties

§
PendingMaintenanceActionDetails: PendingMaintenanceAction[]
[src]

A list that provides details about the pending maintenance actions for the resource.

§
ResourceIdentifier?: string | null
[src]

The ARN of the resource that has pending maintenance actions.