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.4/services/quicksight.ts?docs=full";

A DataSourceSummary object that returns a summary of a data source.

interface DataSourceSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
DataSourceId?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
Type?: DataSourceType | null;
}

§Properties

§
Arn?: string | null
[src]

The arn of the datasource.

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

The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

§
DataSourceId?: string | null
[src]

The unique ID of the data source.

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

The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

§
Name?: string | null
[src]

The name of the data source.

§
Type?: DataSourceType | null
[src]

The type of the data source.