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

ListEventBusesResponse

import type { ListEventBusesResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListEventBusesResponse {
EventBuses?: EventBus[] | null;
NextToken?: string | null;
}

§Properties

§
EventBuses?: EventBus[] | null
[src]

This list of event buses.

§
NextToken?: string | null
[src]

A token you can use in a subsequent operation to retrieve the next set of results.