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

GenerateDataSetResult

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

Container for the result of the GenerateDataSet operation.

interface GenerateDataSetResult {
dataSetRequestId?: string | null;
}

§Properties

§
dataSetRequestId?: string | null
[src]

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