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

UserPendingChanges

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

Returns information about the status of the changes pending for the ActiveMQ user.

interface UserPendingChanges {
ConsoleAccess?: boolean | null;
Groups?: string[] | null;
PendingChange: ChangeType;
}

§Properties

§
ConsoleAccess?: boolean | null
[src]

Enables access to the the ActiveMQ Web Console for the ActiveMQ user.

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

The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

§
PendingChange: ChangeType
[src]

Required. The type of change pending for the ActiveMQ user.