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.4/services/docdb.ts?docs=full";

Represents the output of "ApplyPendingMaintenanceAction".

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 Amazon Resource Name (ARN) of the resource that has pending maintenance actions.