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

DataSourceSummary

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

Summary information for a Amazon Kendra data source. Returned in a call to the DescribeDataSource operation.

interface DataSourceSummary {
CreatedAt?: Date | number | null;
Id?: string | null;
LanguageCode?: string | null;
Name?: string | null;
Status?: DataSourceStatus | null;
Type?: DataSourceType | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]

The UNIX datetime that the data source was created.

§
Id?: string | null
[src]

The unique identifier for the data source.

§
LanguageCode?: string | null
[src]

The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

§
Name?: string | null
[src]

The name of the data source.

§
Status?: DataSourceStatus | null
[src]

The status of the data source. When the status is ACTIVE the data source is ready to use.

§
Type?: DataSourceType | null
[src]

The type of the data source.

§
UpdatedAt?: Date | number | null
[src]

The UNIX datetime that the data source was lasted updated.