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

UpdatePublishingDestinationRequest

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

§Properties

§
DestinationId: string
[src]

The ID of the publishing destination to update.

§
DestinationProperties?: DestinationProperties | null
[src]

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

§
DetectorId: string
[src]

The ID of the detector associated with the publishing destinations to update.