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

Identifies an DMS resource and any pending actions for it.

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

§Properties

§
PendingMaintenanceActionDetails?: PendingMaintenanceAction[] | null
[src]

Detailed information about the pending maintenance action.

§
ResourceIdentifier?: string | null
[src]

The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for DMS in the DMS documentation.