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

CreateDataSetResponse

import type { CreateDataSetResponse } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateDataSetResponse {
Arn?: string | null;
DataSetId?: string | null;
IngestionArn?: string | null;
IngestionId?: string | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the dataset.

§
DataSetId?: string | null
[src]

The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

§
IngestionArn?: string | null
[src]

The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

§
IngestionId?: string | null
[src]

The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.