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

DescribePublishingDestinationRequest

import type { DescribePublishingDestinationRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface DescribePublishingDestinationRequest {
DestinationId: string;
DetectorId: string;
}

§Properties

§
DestinationId: string
[src]

The ID of the publishing destination to retrieve.

§
DetectorId: string
[src]

The unique ID of the detector associated with the publishing destination to retrieve.