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

DescribeEventBusRequest

import type { DescribeEventBusRequest } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface DescribeEventBusRequest {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name or ARN of the event bus to show details for. If you omit this, the default event bus is displayed.