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

QueueInfo

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

Information about a queued dataset SPICE ingestion.

interface QueueInfo {
QueuedIngestion: string;
WaitingOnIngestion: string;
}

§Properties

§
QueuedIngestion: string
[src]

The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.

§
WaitingOnIngestion: string
[src]

The ID of the queued ingestion.