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

DBParameterGroupStatus

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

The status of the DB parameter group.

This data type is used as a response element in the following actions:

  • "CreateDBInstance"
  • "DeleteDBInstance"
  • "ModifyDBInstance"
  • "RebootDBInstance"
interface DBParameterGroupStatus {
DBParameterGroupName?: string | null;
ParameterApplyStatus?: string | null;
}

§Properties

§
DBParameterGroupName?: string | null
[src]

The name of the DP parameter group.

§
ParameterApplyStatus?: string | null
[src]

The status of parameter updates.