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

StartSupportDataExportResult

import type { StartSupportDataExportResult } from "https://aws-api.deno.dev/v0.4/services/marketplacecommerceanalytics.ts?docs=full";

Container for the result of the StartSupportDataExport operation.

interface StartSupportDataExportResult {
dataSetRequestId?: string | null;
}

§Properties

§
dataSetRequestId?: string | null
[src]

A unique identifier representing a specific request to the StartSupportDataExport operation. This identifier can be used to correlate a request with notifications from the SNS topic.