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

UserSummary

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

Returns a list of all broker users. Does not apply to RabbitMQ brokers.

interface UserSummary {
PendingChange?: ChangeType | null;
Username: string;
}

§Properties

§
PendingChange?: ChangeType | null
[src]

The type of change pending for the broker user.

§
Username: string
[src]

Required. The username of the broker user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.