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

DescribeEndpointRequest

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

§Properties

§
HomeRegion?: string | null
[src]

The primary Region of the endpoint you want to get information about. For example "HomeRegion": "us-east-1".

§
Name: string
[src]

The name of the endpoint you want to get information about. For example, "Name":"us-east-2-custom_bus_A-endpoint".