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

ListUsersResponse

import type { ListUsersResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface ListUsersResponse {
BrokerId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Users?: UserSummary[] | null;
}

§Properties

§
BrokerId?: string | null
[src]

Required. The unique ID that Amazon MQ generates for the broker.

§
MaxResults?: number | null
[src]

Required. The maximum number of ActiveMQ users that can be returned per page (20 by default). This value must be an integer from 5 to 100.

§
NextToken?: string | null
[src]

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

§
Users?: UserSummary[] | null
[src]

Required. The list of all ActiveMQ usernames for the specified broker. Does not apply to RabbitMQ brokers.