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

DescribeUserRequest

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

§Properties

§
BrokerId: string
[src]

The unique ID that Amazon MQ generates for the broker.

§
Username: string
[src]

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