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

ParameterGroupStatus

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

The status of a parameter group.

interface ParameterGroupStatus {
NodeIdsToReboot?: string[] | null;
ParameterApplyStatus?: string | null;
ParameterGroupName?: string | null;
}

§Properties

§
NodeIdsToReboot?: string[] | null
[src]

The node IDs of one or more nodes to be rebooted.

§
ParameterApplyStatus?: string | null
[src]

The status of parameter updates.

§
ParameterGroupName?: string | null
[src]

The name of the parameter group.