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

CreateIngestionResponse

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

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the data ingestion.

§
IngestionId?: string | null
[src]

An ID for the ingestion.

§
IngestionStatus?: IngestionStatus | null
[src]

The ingestion status.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.