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

ListBrokersResponse

import type { ListBrokersResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface ListBrokersResponse {
BrokerSummaries?: BrokerSummary[] | null;
NextToken?: string | null;
}

§Properties

§
BrokerSummaries?: BrokerSummary[] | null
[src]

A list of information about all brokers.

§
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.