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]§
Status?: DataSourceStatus | null
[src]§
Type?: DataSourceType | null
[src]