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-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface DataSourceSummary {
CreatedAt?: Date | number | null;
Id?: string | null;
Name?: string | null;
Status?: DataSourceStatus | null;
Type?: DataSourceType | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
Status?: DataSourceStatus | null
[src]
§
Type?: DataSourceType | null
[src]
§
UpdatedAt?: Date | number | null
[src]