Skip to content

DescribePendingMaintenanceActions

Source: src/AWS/Neptune/DescribePendingMaintenanceActions.ts

Runtime binding for the DescribePendingMaintenanceActions operation (IAM action rds:DescribePendingMaintenanceActions).

Lists pending maintenance actions (engine patches, system updates) for the account’s Neptune resources — pair with ApplyPendingMaintenanceAction for maintenance automation. Provide the implementation with Effect.provide(AWS.Neptune.DescribePendingMaintenanceActionsHttp).

const describePendingMaintenanceActions =
yield* AWS.Neptune.DescribePendingMaintenanceActions();
const page = yield* describePendingMaintenanceActions();
const pending = page.PendingMaintenanceActions ?? [];