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

UpdateDataSetRequest

import type { UpdateDataSetRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/quicksight.ts";
interface UpdateDataSetRequest {
AwsAccountId: string;
ColumnGroups?: ColumnGroup[] | null;
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | null;
DataSetId: string;
FieldFolders?: {
[key: string]: FieldFolder | null | undefined;
}
| null;
ImportMode: DataSetImportMode;
LogicalTableMap?: {
[key: string]: LogicalTable | null | undefined;
}
| null;
Name: string;
PhysicalTableMap: {
[key: string]: PhysicalTable | null | undefined;
}
;
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null;
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null;
}

§Properties

§
AwsAccountId: string
[src]
§
ColumnGroups?: ColumnGroup[] | null
[src]
§
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | null
[src]
§
DataSetId: string
[src]
§
FieldFolders?: {
[key: string]: FieldFolder | null | undefined;
}
| null
[src]
§
LogicalTableMap?: {
[key: string]: LogicalTable | null | undefined;
}
| null
[src]
§
Name: string
[src]
§
PhysicalTableMap: {
[key: string]: PhysicalTable | null | undefined;
}
[src]
§
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | null
[src]
§
RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | null
[src]