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

DescribePartnerEventSourceResponse

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

§Properties

§
Arn?: string | null
[src]

The ARN of the event source.

§
Name?: string | null
[src]

The name of the event source.