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

DescribeDataSourceResponse

import type { DescribeDataSourceResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface DescribeDataSourceResponse {
Configuration?: DataSourceConfiguration | null;
CreatedAt?: Date | number | null;
Description?: string | null;
ErrorMessage?: string | null;
Id?: string | null;
IndexId?: string | null;
Name?: string | null;
RoleArn?: string | null;
Schedule?: string | null;
Status?: DataSourceStatus | null;
Type?: DataSourceType | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Configuration?: DataSourceConfiguration | null
[src]
§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
ErrorMessage?: string | null
[src]
§
Id?: string | null
[src]
§
IndexId?: string | null
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
Schedule?: string | null
[src]
§
Status?: DataSourceStatus | null
[src]
§
Type?: DataSourceType | null
[src]
§
UpdatedAt?: Date | number | null
[src]