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

Ingestion

import type { Ingestion } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";

Information about the SPICE ingestion for a dataset.

interface Ingestion {
Arn: string;
CreatedTime: Date | number;
ErrorInfo?: ErrorInfo | null;
IngestionId?: string | null;
IngestionSizeInBytes?: number | null;
IngestionStatus: IngestionStatus;
IngestionTimeInSeconds?: number | null;
QueueInfo?: QueueInfo | null;
RequestSource?: IngestionRequestSource | null;
RequestType?: IngestionRequestType | null;
RowInfo?: RowInfo | null;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the resource.

§
CreatedTime: Date | number
[src]

The time that this ingestion started.

§
ErrorInfo?: ErrorInfo | null
[src]

Error information for this ingestion.

§
IngestionId?: string | null
[src]

Ingestion ID.

§
IngestionSizeInBytes?: number | null
[src]

The size of the data ingested, in bytes.

§
IngestionStatus: IngestionStatus
[src]

Ingestion status.

§
IngestionTimeInSeconds?: number | null
[src]

The time that this ingestion took, measured in seconds.

§
QueueInfo?: QueueInfo | null
[src]
§
RequestSource?: IngestionRequestSource | null
[src]

Event source for this ingestion.

§
RequestType?: IngestionRequestType | null
[src]

Type of this ingestion.

§
RowInfo?: RowInfo | null
[src]