@aws-sdk/client-quicksight 3.925.0 → 3.926.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -4,51 +4,138 @@ import {
|
|
|
4
4
|
ActionConnectorType,
|
|
5
5
|
AdHocFilteringOption,
|
|
6
6
|
AggFunction,
|
|
7
|
+
AggregateOperation,
|
|
8
|
+
AggregationPartitionBy,
|
|
9
|
+
AggType,
|
|
7
10
|
AnalysisDefaults,
|
|
8
11
|
AssetOptions,
|
|
9
12
|
CalculatedField,
|
|
10
13
|
ColumnConfiguration,
|
|
11
14
|
DashboardBehavior,
|
|
15
|
+
DataPrepAggregationFunction,
|
|
16
|
+
DataSetColumnIdMapping,
|
|
12
17
|
DataSetIdentifierDeclaration,
|
|
13
18
|
Edition,
|
|
14
|
-
Entity,
|
|
15
19
|
FilterGroup,
|
|
16
|
-
FilterOperator,
|
|
17
20
|
NumberScale,
|
|
18
21
|
ParameterDeclaration,
|
|
19
22
|
QueryExecutionOptions,
|
|
20
23
|
ResourceStatus,
|
|
21
|
-
Sheet,
|
|
22
24
|
TimeGranularity,
|
|
23
25
|
TopicTimeGranularity,
|
|
26
|
+
TransformOperationSource,
|
|
24
27
|
} from "./models_0";
|
|
25
28
|
import { VisualMenuOption } from "./models_1";
|
|
26
29
|
import {
|
|
27
30
|
AnalysisDefinition,
|
|
28
31
|
AnalysisSourceEntity,
|
|
32
|
+
Anchor,
|
|
33
|
+
AppendOperation,
|
|
29
34
|
ApplicationTheme,
|
|
30
35
|
AssignmentStatus,
|
|
31
36
|
AuthConfig,
|
|
32
37
|
AuthenticationMethodOption,
|
|
33
38
|
AuthorSpecifiedAggregation,
|
|
34
|
-
ConstantType,
|
|
35
39
|
ContributionAnalysisDirection,
|
|
36
40
|
ContributionAnalysisFactor,
|
|
37
41
|
ContributionAnalysisSortType,
|
|
38
|
-
ContributionAnalysisTimeRanges,
|
|
39
42
|
DataSetReference,
|
|
40
43
|
DataSourceParameters,
|
|
41
|
-
FilterClass,
|
|
42
44
|
Identifier,
|
|
43
45
|
SheetDefinition,
|
|
44
46
|
SslProperties,
|
|
45
47
|
StaticFile,
|
|
46
48
|
Tag,
|
|
47
|
-
TopicIRFilterOption,
|
|
48
49
|
TopicSortDirection,
|
|
49
50
|
VpcConnectionProperties,
|
|
50
51
|
} from "./models_2";
|
|
51
52
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
53
|
+
export interface FilterAggMetrics {
|
|
54
|
+
MetricOperand?: Identifier | undefined;
|
|
55
|
+
Function?: AggType | undefined;
|
|
56
|
+
SortDirection?: TopicSortDirection | undefined;
|
|
57
|
+
}
|
|
58
|
+
export declare const ConstantType: {
|
|
59
|
+
readonly COLLECTIVE: "COLLECTIVE";
|
|
60
|
+
readonly RANGE: "RANGE";
|
|
61
|
+
readonly SINGULAR: "SINGULAR";
|
|
62
|
+
};
|
|
63
|
+
export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
|
|
64
|
+
export interface CollectiveConstantEntry {
|
|
65
|
+
ConstantType?: ConstantType | undefined;
|
|
66
|
+
Value?: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export interface TopicConstantValue {
|
|
69
|
+
ConstantType?: ConstantType | undefined;
|
|
70
|
+
Value?: string | undefined;
|
|
71
|
+
Minimum?: string | undefined;
|
|
72
|
+
Maximum?: string | undefined;
|
|
73
|
+
ValueList?: CollectiveConstantEntry[] | undefined;
|
|
74
|
+
}
|
|
75
|
+
export declare const FilterClass: {
|
|
76
|
+
readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
|
|
77
|
+
readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
|
|
78
|
+
readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
|
|
79
|
+
};
|
|
80
|
+
export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
|
|
81
|
+
export declare const TopicIRFilterType: {
|
|
82
|
+
readonly ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER";
|
|
83
|
+
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
84
|
+
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
85
|
+
readonly EQUALS: "EQUALS";
|
|
86
|
+
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
87
|
+
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
88
|
+
readonly RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER";
|
|
89
|
+
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
90
|
+
readonly TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER";
|
|
91
|
+
};
|
|
92
|
+
export type TopicIRFilterType =
|
|
93
|
+
(typeof TopicIRFilterType)[keyof typeof TopicIRFilterType];
|
|
94
|
+
export declare const TopicIRFilterFunction: {
|
|
95
|
+
readonly CONTAINS: "CONTAINS";
|
|
96
|
+
readonly CONTAINS_STRING: "CONTAINS_STRING";
|
|
97
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
98
|
+
readonly EXACT: "EXACT";
|
|
99
|
+
readonly LAST: "LAST";
|
|
100
|
+
readonly NEXT: "NEXT";
|
|
101
|
+
readonly NOW: "NOW";
|
|
102
|
+
readonly PREVIOUS: "PREVIOUS";
|
|
103
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
104
|
+
readonly THIS: "THIS";
|
|
105
|
+
};
|
|
106
|
+
export type TopicIRFilterFunction =
|
|
107
|
+
(typeof TopicIRFilterFunction)[keyof typeof TopicIRFilterFunction];
|
|
108
|
+
export declare const NullFilterOption: {
|
|
109
|
+
readonly ALL_VALUES: "ALL_VALUES";
|
|
110
|
+
readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
|
|
111
|
+
readonly NULLS_ONLY: "NULLS_ONLY";
|
|
112
|
+
};
|
|
113
|
+
export type NullFilterOption =
|
|
114
|
+
(typeof NullFilterOption)[keyof typeof NullFilterOption];
|
|
115
|
+
export interface TopicIRFilterOption {
|
|
116
|
+
FilterType?: TopicIRFilterType | undefined;
|
|
117
|
+
FilterClass?: FilterClass | undefined;
|
|
118
|
+
OperandField?: Identifier | undefined;
|
|
119
|
+
Function?: TopicIRFilterFunction | undefined;
|
|
120
|
+
Constant?: TopicConstantValue | undefined;
|
|
121
|
+
Inverse?: boolean | undefined;
|
|
122
|
+
NullFilter?: NullFilterOption | undefined;
|
|
123
|
+
Aggregation?: AggType | undefined;
|
|
124
|
+
AggregationFunctionParameters?: Record<string, string> | undefined;
|
|
125
|
+
AggregationPartitionBy?: AggregationPartitionBy[] | undefined;
|
|
126
|
+
Range?: TopicConstantValue | undefined;
|
|
127
|
+
Inclusive?: boolean | undefined;
|
|
128
|
+
TimeGranularity?: TimeGranularity | undefined;
|
|
129
|
+
LastNextOffset?: TopicConstantValue | undefined;
|
|
130
|
+
AggMetrics?: FilterAggMetrics[] | undefined;
|
|
131
|
+
TopBottomLimit?: TopicConstantValue | undefined;
|
|
132
|
+
SortDirection?: TopicSortDirection | undefined;
|
|
133
|
+
Anchor?: Anchor | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface ContributionAnalysisTimeRanges {
|
|
136
|
+
StartRange?: TopicIRFilterOption | undefined;
|
|
137
|
+
EndRange?: TopicIRFilterOption | undefined;
|
|
138
|
+
}
|
|
52
139
|
export interface TopicIRContributionAnalysis {
|
|
53
140
|
Factors?: ContributionAnalysisFactor[] | undefined;
|
|
54
141
|
TimeRanges?: ContributionAnalysisTimeRanges | undefined;
|
|
@@ -451,6 +538,11 @@ export interface CastColumnTypeOperation {
|
|
|
451
538
|
SubType?: ColumnDataSubType | undefined;
|
|
452
539
|
Format?: string | undefined;
|
|
453
540
|
}
|
|
541
|
+
export interface CastColumnTypesOperation {
|
|
542
|
+
Alias: string | undefined;
|
|
543
|
+
Source: TransformOperationSource | undefined;
|
|
544
|
+
CastColumnTypeOperations: CastColumnTypeOperation[] | undefined;
|
|
545
|
+
}
|
|
454
546
|
export declare const CategoryFilterFunction: {
|
|
455
547
|
readonly CONTAINS: "CONTAINS";
|
|
456
548
|
readonly EXACT: "EXACT";
|
|
@@ -536,6 +628,10 @@ export declare const ColumnTagName: {
|
|
|
536
628
|
readonly COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE";
|
|
537
629
|
};
|
|
538
630
|
export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
|
|
631
|
+
export interface ColumnToUnpivot {
|
|
632
|
+
ColumnName?: string | undefined;
|
|
633
|
+
NewValue?: string | undefined;
|
|
634
|
+
}
|
|
539
635
|
export declare const UndefinedSpecifiedValueType: {
|
|
540
636
|
readonly LEAST: "LEAST";
|
|
541
637
|
readonly MOST: "MOST";
|
|
@@ -745,6 +841,8 @@ export declare class InvalidRequestException extends __BaseException {
|
|
|
745
841
|
);
|
|
746
842
|
}
|
|
747
843
|
export interface CreateColumnsOperation {
|
|
844
|
+
Alias?: string | undefined;
|
|
845
|
+
Source?: TransformOperationSource | undefined;
|
|
748
846
|
Columns: CalculatedColumn[] | undefined;
|
|
749
847
|
}
|
|
750
848
|
export interface CreateCustomPermissionsRequest {
|
|
@@ -871,6 +969,234 @@ export interface CreateDashboardResponse {
|
|
|
871
969
|
Status?: number | undefined;
|
|
872
970
|
RequestId?: string | undefined;
|
|
873
971
|
}
|
|
972
|
+
export interface DestinationTableSource {
|
|
973
|
+
TransformOperationId: string | undefined;
|
|
974
|
+
}
|
|
975
|
+
export interface DestinationTable {
|
|
976
|
+
Alias: string | undefined;
|
|
977
|
+
Source: DestinationTableSource | undefined;
|
|
978
|
+
}
|
|
979
|
+
export declare const InputColumnDataType: {
|
|
980
|
+
readonly BIT: "BIT";
|
|
981
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
982
|
+
readonly DATETIME: "DATETIME";
|
|
983
|
+
readonly DECIMAL: "DECIMAL";
|
|
984
|
+
readonly INTEGER: "INTEGER";
|
|
985
|
+
readonly JSON: "JSON";
|
|
986
|
+
readonly STRING: "STRING";
|
|
987
|
+
};
|
|
988
|
+
export type InputColumnDataType =
|
|
989
|
+
(typeof InputColumnDataType)[keyof typeof InputColumnDataType];
|
|
990
|
+
export interface InputColumn {
|
|
991
|
+
Name: string | undefined;
|
|
992
|
+
Id?: string | undefined;
|
|
993
|
+
Type: InputColumnDataType | undefined;
|
|
994
|
+
SubType?: ColumnDataSubType | undefined;
|
|
995
|
+
}
|
|
996
|
+
export interface ParentDataSet {
|
|
997
|
+
DataSetArn: string | undefined;
|
|
998
|
+
InputColumns: InputColumn[] | undefined;
|
|
999
|
+
}
|
|
1000
|
+
export interface SourceTable {
|
|
1001
|
+
PhysicalTableId?: string | undefined;
|
|
1002
|
+
DataSet?: ParentDataSet | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export declare const DataSetDateComparisonFilterOperator: {
|
|
1005
|
+
readonly AFTER: "AFTER";
|
|
1006
|
+
readonly AFTER_OR_EQUALS_TO: "AFTER_OR_EQUALS_TO";
|
|
1007
|
+
readonly BEFORE: "BEFORE";
|
|
1008
|
+
readonly BEFORE_OR_EQUALS_TO: "BEFORE_OR_EQUALS_TO";
|
|
1009
|
+
};
|
|
1010
|
+
export type DataSetDateComparisonFilterOperator =
|
|
1011
|
+
(typeof DataSetDateComparisonFilterOperator)[keyof typeof DataSetDateComparisonFilterOperator];
|
|
1012
|
+
export interface DataSetDateFilterValue {
|
|
1013
|
+
StaticValue?: Date | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
export interface DataSetDateComparisonFilterCondition {
|
|
1016
|
+
Operator: DataSetDateComparisonFilterOperator | undefined;
|
|
1017
|
+
Value?: DataSetDateFilterValue | undefined;
|
|
1018
|
+
}
|
|
1019
|
+
export interface DataSetDateRangeFilterCondition {
|
|
1020
|
+
RangeMinimum?: DataSetDateFilterValue | undefined;
|
|
1021
|
+
RangeMaximum?: DataSetDateFilterValue | undefined;
|
|
1022
|
+
IncludeMinimum?: boolean | undefined;
|
|
1023
|
+
IncludeMaximum?: boolean | undefined;
|
|
1024
|
+
}
|
|
1025
|
+
export interface DataSetDateFilterCondition {
|
|
1026
|
+
ColumnName?: string | undefined;
|
|
1027
|
+
ComparisonFilterCondition?: DataSetDateComparisonFilterCondition | undefined;
|
|
1028
|
+
RangeFilterCondition?: DataSetDateRangeFilterCondition | undefined;
|
|
1029
|
+
}
|
|
1030
|
+
export declare const DataSetNumericComparisonFilterOperator: {
|
|
1031
|
+
readonly DOES_NOT_EQUAL: "DOES_NOT_EQUAL";
|
|
1032
|
+
readonly EQUALS: "EQUALS";
|
|
1033
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
1034
|
+
readonly GREATER_THAN_OR_EQUALS_TO: "GREATER_THAN_OR_EQUALS_TO";
|
|
1035
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
1036
|
+
readonly LESS_THAN_OR_EQUALS_TO: "LESS_THAN_OR_EQUALS_TO";
|
|
1037
|
+
};
|
|
1038
|
+
export type DataSetNumericComparisonFilterOperator =
|
|
1039
|
+
(typeof DataSetNumericComparisonFilterOperator)[keyof typeof DataSetNumericComparisonFilterOperator];
|
|
1040
|
+
export interface DataSetNumericFilterValue {
|
|
1041
|
+
StaticValue?: number | undefined;
|
|
1042
|
+
}
|
|
1043
|
+
export interface DataSetNumericComparisonFilterCondition {
|
|
1044
|
+
Operator: DataSetNumericComparisonFilterOperator | undefined;
|
|
1045
|
+
Value?: DataSetNumericFilterValue | undefined;
|
|
1046
|
+
}
|
|
1047
|
+
export interface DataSetNumericRangeFilterCondition {
|
|
1048
|
+
RangeMinimum?: DataSetNumericFilterValue | undefined;
|
|
1049
|
+
RangeMaximum?: DataSetNumericFilterValue | undefined;
|
|
1050
|
+
IncludeMinimum?: boolean | undefined;
|
|
1051
|
+
IncludeMaximum?: boolean | undefined;
|
|
1052
|
+
}
|
|
1053
|
+
export interface DataSetNumericFilterCondition {
|
|
1054
|
+
ColumnName?: string | undefined;
|
|
1055
|
+
ComparisonFilterCondition?:
|
|
1056
|
+
| DataSetNumericComparisonFilterCondition
|
|
1057
|
+
| undefined;
|
|
1058
|
+
RangeFilterCondition?: DataSetNumericRangeFilterCondition | undefined;
|
|
1059
|
+
}
|
|
1060
|
+
export declare const DataSetStringComparisonFilterOperator: {
|
|
1061
|
+
readonly CONTAINS: "CONTAINS";
|
|
1062
|
+
readonly DOES_NOT_CONTAIN: "DOES_NOT_CONTAIN";
|
|
1063
|
+
readonly DOES_NOT_EQUAL: "DOES_NOT_EQUAL";
|
|
1064
|
+
readonly ENDS_WITH: "ENDS_WITH";
|
|
1065
|
+
readonly EQUALS: "EQUALS";
|
|
1066
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
1067
|
+
};
|
|
1068
|
+
export type DataSetStringComparisonFilterOperator =
|
|
1069
|
+
(typeof DataSetStringComparisonFilterOperator)[keyof typeof DataSetStringComparisonFilterOperator];
|
|
1070
|
+
export interface DataSetStringFilterValue {
|
|
1071
|
+
StaticValue?: string | undefined;
|
|
1072
|
+
}
|
|
1073
|
+
export interface DataSetStringComparisonFilterCondition {
|
|
1074
|
+
Operator: DataSetStringComparisonFilterOperator | undefined;
|
|
1075
|
+
Value?: DataSetStringFilterValue | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
export declare const DataSetStringListFilterOperator: {
|
|
1078
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1079
|
+
readonly INCLUDE: "INCLUDE";
|
|
1080
|
+
};
|
|
1081
|
+
export type DataSetStringListFilterOperator =
|
|
1082
|
+
(typeof DataSetStringListFilterOperator)[keyof typeof DataSetStringListFilterOperator];
|
|
1083
|
+
export interface DataSetStringListFilterValue {
|
|
1084
|
+
StaticValues?: string[] | undefined;
|
|
1085
|
+
}
|
|
1086
|
+
export interface DataSetStringListFilterCondition {
|
|
1087
|
+
Operator: DataSetStringListFilterOperator | undefined;
|
|
1088
|
+
Values?: DataSetStringListFilterValue | undefined;
|
|
1089
|
+
}
|
|
1090
|
+
export interface DataSetStringFilterCondition {
|
|
1091
|
+
ColumnName?: string | undefined;
|
|
1092
|
+
ComparisonFilterCondition?:
|
|
1093
|
+
| DataSetStringComparisonFilterCondition
|
|
1094
|
+
| undefined;
|
|
1095
|
+
ListFilterCondition?: DataSetStringListFilterCondition | undefined;
|
|
1096
|
+
}
|
|
1097
|
+
export interface FilterOperation {
|
|
1098
|
+
ConditionExpression?: string | undefined;
|
|
1099
|
+
StringFilterCondition?: DataSetStringFilterCondition | undefined;
|
|
1100
|
+
NumericFilterCondition?: DataSetNumericFilterCondition | undefined;
|
|
1101
|
+
DateFilterCondition?: DataSetDateFilterCondition | undefined;
|
|
1102
|
+
}
|
|
1103
|
+
export interface FiltersOperation {
|
|
1104
|
+
Alias: string | undefined;
|
|
1105
|
+
Source: TransformOperationSource | undefined;
|
|
1106
|
+
FilterOperations: FilterOperation[] | undefined;
|
|
1107
|
+
}
|
|
1108
|
+
export interface ImportTableOperationSource {
|
|
1109
|
+
SourceTableId: string | undefined;
|
|
1110
|
+
ColumnIdMappings?: DataSetColumnIdMapping[] | undefined;
|
|
1111
|
+
}
|
|
1112
|
+
export interface ImportTableOperation {
|
|
1113
|
+
Alias: string | undefined;
|
|
1114
|
+
Source: ImportTableOperationSource | undefined;
|
|
1115
|
+
}
|
|
1116
|
+
export interface OutputColumnNameOverride {
|
|
1117
|
+
SourceColumnName?: string | undefined;
|
|
1118
|
+
OutputColumnName: string | undefined;
|
|
1119
|
+
}
|
|
1120
|
+
export interface JoinOperandProperties {
|
|
1121
|
+
OutputColumnNameOverrides: OutputColumnNameOverride[] | undefined;
|
|
1122
|
+
}
|
|
1123
|
+
export declare const JoinOperationType: {
|
|
1124
|
+
readonly INNER: "INNER";
|
|
1125
|
+
readonly LEFT: "LEFT";
|
|
1126
|
+
readonly OUTER: "OUTER";
|
|
1127
|
+
readonly RIGHT: "RIGHT";
|
|
1128
|
+
};
|
|
1129
|
+
export type JoinOperationType =
|
|
1130
|
+
(typeof JoinOperationType)[keyof typeof JoinOperationType];
|
|
1131
|
+
export interface JoinOperation {
|
|
1132
|
+
Alias: string | undefined;
|
|
1133
|
+
LeftOperand: TransformOperationSource | undefined;
|
|
1134
|
+
RightOperand: TransformOperationSource | undefined;
|
|
1135
|
+
Type: JoinOperationType | undefined;
|
|
1136
|
+
OnClause: string | undefined;
|
|
1137
|
+
LeftOperandProperties?: JoinOperandProperties | undefined;
|
|
1138
|
+
RightOperandProperties?: JoinOperandProperties | undefined;
|
|
1139
|
+
}
|
|
1140
|
+
export interface PivotedLabel {
|
|
1141
|
+
LabelName: string | undefined;
|
|
1142
|
+
NewColumnName: string | undefined;
|
|
1143
|
+
NewColumnId: string | undefined;
|
|
1144
|
+
}
|
|
1145
|
+
export interface PivotConfiguration {
|
|
1146
|
+
LabelColumnName?: string | undefined;
|
|
1147
|
+
PivotedLabels: PivotedLabel[] | undefined;
|
|
1148
|
+
}
|
|
1149
|
+
export interface ValueColumnConfiguration {
|
|
1150
|
+
AggregationFunction?: DataPrepAggregationFunction | undefined;
|
|
1151
|
+
}
|
|
1152
|
+
export interface PivotOperation {
|
|
1153
|
+
Alias: string | undefined;
|
|
1154
|
+
Source: TransformOperationSource | undefined;
|
|
1155
|
+
GroupByColumnNames?: string[] | undefined;
|
|
1156
|
+
ValueColumnConfiguration: ValueColumnConfiguration | undefined;
|
|
1157
|
+
PivotConfiguration: PivotConfiguration | undefined;
|
|
1158
|
+
}
|
|
1159
|
+
export interface ProjectOperation {
|
|
1160
|
+
Alias?: string | undefined;
|
|
1161
|
+
Source?: TransformOperationSource | undefined;
|
|
1162
|
+
ProjectedColumns: string[] | undefined;
|
|
1163
|
+
}
|
|
1164
|
+
export interface RenameColumnOperation {
|
|
1165
|
+
ColumnName: string | undefined;
|
|
1166
|
+
NewColumnName: string | undefined;
|
|
1167
|
+
}
|
|
1168
|
+
export interface RenameColumnsOperation {
|
|
1169
|
+
Alias: string | undefined;
|
|
1170
|
+
Source: TransformOperationSource | undefined;
|
|
1171
|
+
RenameColumnOperations: RenameColumnOperation[] | undefined;
|
|
1172
|
+
}
|
|
1173
|
+
export interface UnpivotOperation {
|
|
1174
|
+
Alias: string | undefined;
|
|
1175
|
+
Source: TransformOperationSource | undefined;
|
|
1176
|
+
ColumnsToUnpivot: ColumnToUnpivot[] | undefined;
|
|
1177
|
+
UnpivotedLabelColumnName: string | undefined;
|
|
1178
|
+
UnpivotedLabelColumnId: string | undefined;
|
|
1179
|
+
UnpivotedValueColumnName: string | undefined;
|
|
1180
|
+
UnpivotedValueColumnId: string | undefined;
|
|
1181
|
+
}
|
|
1182
|
+
export interface TransformStep {
|
|
1183
|
+
ImportTableStep?: ImportTableOperation | undefined;
|
|
1184
|
+
ProjectStep?: ProjectOperation | undefined;
|
|
1185
|
+
FiltersStep?: FiltersOperation | undefined;
|
|
1186
|
+
CreateColumnsStep?: CreateColumnsOperation | undefined;
|
|
1187
|
+
RenameColumnsStep?: RenameColumnsOperation | undefined;
|
|
1188
|
+
CastColumnTypesStep?: CastColumnTypesOperation | undefined;
|
|
1189
|
+
JoinStep?: JoinOperation | undefined;
|
|
1190
|
+
AggregateStep?: AggregateOperation | undefined;
|
|
1191
|
+
PivotStep?: PivotOperation | undefined;
|
|
1192
|
+
UnpivotStep?: UnpivotOperation | undefined;
|
|
1193
|
+
AppendStep?: AppendOperation | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
export interface DataPrepConfiguration {
|
|
1196
|
+
SourceTableMap: Record<string, SourceTable> | undefined;
|
|
1197
|
+
TransformStepMap: Record<string, TransformStep> | undefined;
|
|
1198
|
+
DestinationTableMap: Record<string, DestinationTable> | undefined;
|
|
1199
|
+
}
|
|
874
1200
|
export interface DateTimeDatasetParameterDefaultValues {
|
|
875
1201
|
StaticValues?: Date[] | undefined;
|
|
876
1202
|
}
|
|
@@ -934,9 +1260,6 @@ export declare const DataSetImportMode: {
|
|
|
934
1260
|
};
|
|
935
1261
|
export type DataSetImportMode =
|
|
936
1262
|
(typeof DataSetImportMode)[keyof typeof DataSetImportMode];
|
|
937
|
-
export interface FilterOperation {
|
|
938
|
-
ConditionExpression: string | undefined;
|
|
939
|
-
}
|
|
940
1263
|
export interface NewDefaultValues {
|
|
941
1264
|
StringStaticValues?: string[] | undefined;
|
|
942
1265
|
DecimalStaticValues?: number[] | undefined;
|
|
@@ -948,13 +1271,6 @@ export interface OverrideDatasetParameterOperation {
|
|
|
948
1271
|
NewParameterName?: string | undefined;
|
|
949
1272
|
NewDefaultValues?: NewDefaultValues | undefined;
|
|
950
1273
|
}
|
|
951
|
-
export interface ProjectOperation {
|
|
952
|
-
ProjectedColumns: string[] | undefined;
|
|
953
|
-
}
|
|
954
|
-
export interface RenameColumnOperation {
|
|
955
|
-
ColumnName: string | undefined;
|
|
956
|
-
NewColumnName: string | undefined;
|
|
957
|
-
}
|
|
958
1274
|
export interface TagColumnOperation {
|
|
959
1275
|
ColumnName: string | undefined;
|
|
960
1276
|
Tags: ColumnTag[] | undefined;
|
|
@@ -1122,22 +1438,6 @@ export interface UniqueKey {
|
|
|
1122
1438
|
export interface PerformanceConfiguration {
|
|
1123
1439
|
UniqueKeys?: UniqueKey[] | undefined;
|
|
1124
1440
|
}
|
|
1125
|
-
export declare const InputColumnDataType: {
|
|
1126
|
-
readonly BIT: "BIT";
|
|
1127
|
-
readonly BOOLEAN: "BOOLEAN";
|
|
1128
|
-
readonly DATETIME: "DATETIME";
|
|
1129
|
-
readonly DECIMAL: "DECIMAL";
|
|
1130
|
-
readonly INTEGER: "INTEGER";
|
|
1131
|
-
readonly JSON: "JSON";
|
|
1132
|
-
readonly STRING: "STRING";
|
|
1133
|
-
};
|
|
1134
|
-
export type InputColumnDataType =
|
|
1135
|
-
(typeof InputColumnDataType)[keyof typeof InputColumnDataType];
|
|
1136
|
-
export interface InputColumn {
|
|
1137
|
-
Name: string | undefined;
|
|
1138
|
-
Type: InputColumnDataType | undefined;
|
|
1139
|
-
SubType?: ColumnDataSubType | undefined;
|
|
1140
|
-
}
|
|
1141
1441
|
export interface CustomSql {
|
|
1142
1442
|
DataSourceArn: string | undefined;
|
|
1143
1443
|
Name: string | undefined;
|
|
@@ -1171,46 +1471,69 @@ export interface UploadSettings {
|
|
|
1171
1471
|
ContainsHeader?: boolean | undefined;
|
|
1172
1472
|
TextQualifier?: TextQualifier | undefined;
|
|
1173
1473
|
Delimiter?: string | undefined;
|
|
1474
|
+
CustomCellAddressRange?: string | undefined;
|
|
1174
1475
|
}
|
|
1175
1476
|
export interface S3Source {
|
|
1176
1477
|
DataSourceArn: string | undefined;
|
|
1177
1478
|
UploadSettings?: UploadSettings | undefined;
|
|
1178
1479
|
InputColumns: InputColumn[] | undefined;
|
|
1179
1480
|
}
|
|
1481
|
+
export interface TablePathElement {
|
|
1482
|
+
Name?: string | undefined;
|
|
1483
|
+
Id?: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface SaaSTable {
|
|
1486
|
+
DataSourceArn: string | undefined;
|
|
1487
|
+
TablePath: TablePathElement[] | undefined;
|
|
1488
|
+
InputColumns: InputColumn[] | undefined;
|
|
1489
|
+
}
|
|
1180
1490
|
export type PhysicalTable =
|
|
1181
1491
|
| PhysicalTable.CustomSqlMember
|
|
1182
1492
|
| PhysicalTable.RelationalTableMember
|
|
1183
1493
|
| PhysicalTable.S3SourceMember
|
|
1494
|
+
| PhysicalTable.SaaSTableMember
|
|
1184
1495
|
| PhysicalTable.$UnknownMember;
|
|
1185
1496
|
export declare namespace PhysicalTable {
|
|
1186
1497
|
interface RelationalTableMember {
|
|
1187
1498
|
RelationalTable: RelationalTable;
|
|
1188
1499
|
CustomSql?: never;
|
|
1189
1500
|
S3Source?: never;
|
|
1501
|
+
SaaSTable?: never;
|
|
1190
1502
|
$unknown?: never;
|
|
1191
1503
|
}
|
|
1192
1504
|
interface CustomSqlMember {
|
|
1193
1505
|
RelationalTable?: never;
|
|
1194
1506
|
CustomSql: CustomSql;
|
|
1195
1507
|
S3Source?: never;
|
|
1508
|
+
SaaSTable?: never;
|
|
1196
1509
|
$unknown?: never;
|
|
1197
1510
|
}
|
|
1198
1511
|
interface S3SourceMember {
|
|
1199
1512
|
RelationalTable?: never;
|
|
1200
1513
|
CustomSql?: never;
|
|
1201
1514
|
S3Source: S3Source;
|
|
1515
|
+
SaaSTable?: never;
|
|
1516
|
+
$unknown?: never;
|
|
1517
|
+
}
|
|
1518
|
+
interface SaaSTableMember {
|
|
1519
|
+
RelationalTable?: never;
|
|
1520
|
+
CustomSql?: never;
|
|
1521
|
+
S3Source?: never;
|
|
1522
|
+
SaaSTable: SaaSTable;
|
|
1202
1523
|
$unknown?: never;
|
|
1203
1524
|
}
|
|
1204
1525
|
interface $UnknownMember {
|
|
1205
1526
|
RelationalTable?: never;
|
|
1206
1527
|
CustomSql?: never;
|
|
1207
1528
|
S3Source?: never;
|
|
1529
|
+
SaaSTable?: never;
|
|
1208
1530
|
$unknown: [string, any];
|
|
1209
1531
|
}
|
|
1210
1532
|
interface Visitor<T> {
|
|
1211
1533
|
RelationalTable: (value: RelationalTable) => T;
|
|
1212
1534
|
CustomSql: (value: CustomSql) => T;
|
|
1213
1535
|
S3Source: (value: S3Source) => T;
|
|
1536
|
+
SaaSTable: (value: SaaSTable) => T;
|
|
1214
1537
|
_: (name: string, value: any) => T;
|
|
1215
1538
|
}
|
|
1216
1539
|
const visit: <T>(value: PhysicalTable, visitor: Visitor<T>) => T;
|
|
@@ -1250,6 +1573,18 @@ export interface RowLevelPermissionTagConfiguration {
|
|
|
1250
1573
|
TagRules: RowLevelPermissionTagRule[] | undefined;
|
|
1251
1574
|
TagRuleConfigurations?: string[][] | undefined;
|
|
1252
1575
|
}
|
|
1576
|
+
export interface RowLevelPermissionConfiguration {
|
|
1577
|
+
TagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
|
|
1578
|
+
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
1579
|
+
}
|
|
1580
|
+
export interface SemanticTable {
|
|
1581
|
+
Alias: string | undefined;
|
|
1582
|
+
DestinationTableId: string | undefined;
|
|
1583
|
+
RowLevelPermissionConfiguration?: RowLevelPermissionConfiguration | undefined;
|
|
1584
|
+
}
|
|
1585
|
+
export interface SemanticModelConfiguration {
|
|
1586
|
+
TableMap?: Record<string, SemanticTable> | undefined;
|
|
1587
|
+
}
|
|
1253
1588
|
export declare const DataSetUseAs: {
|
|
1254
1589
|
readonly RLS_RULES: "RLS_RULES";
|
|
1255
1590
|
};
|
|
@@ -1275,6 +1610,8 @@ export interface CreateDataSetRequest {
|
|
|
1275
1610
|
FolderArns?: string[] | undefined;
|
|
1276
1611
|
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
1277
1612
|
UseAs?: DataSetUseAs | undefined;
|
|
1613
|
+
DataPrepConfiguration?: DataPrepConfiguration | undefined;
|
|
1614
|
+
SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
|
|
1278
1615
|
}
|
|
1279
1616
|
export interface CreateDataSetResponse {
|
|
1280
1617
|
Arn?: string | undefined;
|
|
@@ -1284,6 +1621,18 @@ export interface CreateDataSetResponse {
|
|
|
1284
1621
|
RequestId?: string | undefined;
|
|
1285
1622
|
Status?: number | undefined;
|
|
1286
1623
|
}
|
|
1624
|
+
export declare class InvalidDataSetParameterValueException extends __BaseException {
|
|
1625
|
+
readonly name: "InvalidDataSetParameterValueException";
|
|
1626
|
+
readonly $fault: "client";
|
|
1627
|
+
Message?: string | undefined;
|
|
1628
|
+
RequestId?: string | undefined;
|
|
1629
|
+
constructor(
|
|
1630
|
+
opts: __ExceptionOptionType<
|
|
1631
|
+
InvalidDataSetParameterValueException,
|
|
1632
|
+
__BaseException
|
|
1633
|
+
>
|
|
1634
|
+
);
|
|
1635
|
+
}
|
|
1287
1636
|
export interface CredentialPair {
|
|
1288
1637
|
Username: string | undefined;
|
|
1289
1638
|
Password: string | undefined;
|
|
@@ -1832,449 +2181,6 @@ export interface TopicCategoryFilter {
|
|
|
1832
2181
|
Constant?: TopicCategoryFilterConstant | undefined;
|
|
1833
2182
|
Inverse?: boolean | undefined;
|
|
1834
2183
|
}
|
|
1835
|
-
export interface RangeConstant {
|
|
1836
|
-
Minimum?: string | undefined;
|
|
1837
|
-
Maximum?: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface TopicRangeFilterConstant {
|
|
1840
|
-
ConstantType?: ConstantType | undefined;
|
|
1841
|
-
RangeConstant?: RangeConstant | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface TopicDateRangeFilter {
|
|
1844
|
-
Inclusive?: boolean | undefined;
|
|
1845
|
-
Constant?: TopicRangeFilterConstant | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export declare const NamedFilterType: {
|
|
1848
|
-
readonly CATEGORY_FILTER: "CATEGORY_FILTER";
|
|
1849
|
-
readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
|
|
1850
|
-
readonly NULL_FILTER: "NULL_FILTER";
|
|
1851
|
-
readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
|
|
1852
|
-
readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
|
|
1853
|
-
readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
|
|
1854
|
-
};
|
|
1855
|
-
export type NamedFilterType =
|
|
1856
|
-
(typeof NamedFilterType)[keyof typeof NamedFilterType];
|
|
1857
|
-
export interface TopicSingularFilterConstant {
|
|
1858
|
-
ConstantType?: ConstantType | undefined;
|
|
1859
|
-
SingularConstant?: string | undefined;
|
|
1860
|
-
}
|
|
1861
|
-
export declare const NullFilterType: {
|
|
1862
|
-
readonly ALL_VALUES: "ALL_VALUES";
|
|
1863
|
-
readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
|
|
1864
|
-
readonly NULLS_ONLY: "NULLS_ONLY";
|
|
1865
|
-
};
|
|
1866
|
-
export type NullFilterType =
|
|
1867
|
-
(typeof NullFilterType)[keyof typeof NullFilterType];
|
|
1868
|
-
export interface TopicNullFilter {
|
|
1869
|
-
NullFilterType?: NullFilterType | undefined;
|
|
1870
|
-
Constant?: TopicSingularFilterConstant | undefined;
|
|
1871
|
-
Inverse?: boolean | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export declare const NamedFilterAggType: {
|
|
1874
|
-
readonly AVERAGE: "AVERAGE";
|
|
1875
|
-
readonly COUNT: "COUNT";
|
|
1876
|
-
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
1877
|
-
readonly MAX: "MAX";
|
|
1878
|
-
readonly MEDIAN: "MEDIAN";
|
|
1879
|
-
readonly MIN: "MIN";
|
|
1880
|
-
readonly NO_AGGREGATION: "NO_AGGREGATION";
|
|
1881
|
-
readonly STDEV: "STDEV";
|
|
1882
|
-
readonly STDEVP: "STDEVP";
|
|
1883
|
-
readonly SUM: "SUM";
|
|
1884
|
-
readonly VAR: "VAR";
|
|
1885
|
-
readonly VARP: "VARP";
|
|
1886
|
-
};
|
|
1887
|
-
export type NamedFilterAggType =
|
|
1888
|
-
(typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
|
|
1889
|
-
export interface TopicNumericEqualityFilter {
|
|
1890
|
-
Constant?: TopicSingularFilterConstant | undefined;
|
|
1891
|
-
Aggregation?: NamedFilterAggType | undefined;
|
|
1892
|
-
}
|
|
1893
|
-
export interface TopicNumericRangeFilter {
|
|
1894
|
-
Inclusive?: boolean | undefined;
|
|
1895
|
-
Constant?: TopicRangeFilterConstant | undefined;
|
|
1896
|
-
Aggregation?: NamedFilterAggType | undefined;
|
|
1897
|
-
}
|
|
1898
|
-
export declare const TopicRelativeDateFilterFunction: {
|
|
1899
|
-
readonly LAST: "LAST";
|
|
1900
|
-
readonly NEXT: "NEXT";
|
|
1901
|
-
readonly NOW: "NOW";
|
|
1902
|
-
readonly PREVIOUS: "PREVIOUS";
|
|
1903
|
-
readonly THIS: "THIS";
|
|
1904
|
-
};
|
|
1905
|
-
export type TopicRelativeDateFilterFunction =
|
|
1906
|
-
(typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
|
|
1907
|
-
export interface TopicRelativeDateFilter {
|
|
1908
|
-
TimeGranularity?: TopicTimeGranularity | undefined;
|
|
1909
|
-
RelativeDateFilterFunction?: TopicRelativeDateFilterFunction | undefined;
|
|
1910
|
-
Constant?: TopicSingularFilterConstant | undefined;
|
|
1911
|
-
}
|
|
1912
|
-
export interface TopicFilter {
|
|
1913
|
-
FilterDescription?: string | undefined;
|
|
1914
|
-
FilterClass?: FilterClass | undefined;
|
|
1915
|
-
FilterName: string | undefined;
|
|
1916
|
-
FilterSynonyms?: string[] | undefined;
|
|
1917
|
-
OperandFieldName: string | undefined;
|
|
1918
|
-
FilterType?: NamedFilterType | undefined;
|
|
1919
|
-
CategoryFilter?: TopicCategoryFilter | undefined;
|
|
1920
|
-
NumericEqualityFilter?: TopicNumericEqualityFilter | undefined;
|
|
1921
|
-
NumericRangeFilter?: TopicNumericRangeFilter | undefined;
|
|
1922
|
-
DateRangeFilter?: TopicDateRangeFilter | undefined;
|
|
1923
|
-
RelativeDateFilter?: TopicRelativeDateFilter | undefined;
|
|
1924
|
-
NullFilter?: TopicNullFilter | undefined;
|
|
1925
|
-
}
|
|
1926
|
-
export declare const NamedEntityAggType: {
|
|
1927
|
-
readonly AVERAGE: "AVERAGE";
|
|
1928
|
-
readonly COUNT: "COUNT";
|
|
1929
|
-
readonly CUSTOM: "CUSTOM";
|
|
1930
|
-
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
1931
|
-
readonly MAX: "MAX";
|
|
1932
|
-
readonly MEDIAN: "MEDIAN";
|
|
1933
|
-
readonly MIN: "MIN";
|
|
1934
|
-
readonly PERCENTILE: "PERCENTILE";
|
|
1935
|
-
readonly STDEV: "STDEV";
|
|
1936
|
-
readonly STDEVP: "STDEVP";
|
|
1937
|
-
readonly SUM: "SUM";
|
|
1938
|
-
readonly VAR: "VAR";
|
|
1939
|
-
readonly VARP: "VARP";
|
|
1940
|
-
};
|
|
1941
|
-
export type NamedEntityAggType =
|
|
1942
|
-
(typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
|
|
1943
|
-
export interface NamedEntityDefinitionMetric {
|
|
1944
|
-
Aggregation?: NamedEntityAggType | undefined;
|
|
1945
|
-
AggregationFunctionParameters?: Record<string, string> | undefined;
|
|
1946
|
-
}
|
|
1947
|
-
export declare const PropertyRole: {
|
|
1948
|
-
readonly ID: "ID";
|
|
1949
|
-
readonly PRIMARY: "PRIMARY";
|
|
1950
|
-
};
|
|
1951
|
-
export type PropertyRole = (typeof PropertyRole)[keyof typeof PropertyRole];
|
|
1952
|
-
export declare const PropertyUsage: {
|
|
1953
|
-
readonly DIMENSION: "DIMENSION";
|
|
1954
|
-
readonly INHERIT: "INHERIT";
|
|
1955
|
-
readonly MEASURE: "MEASURE";
|
|
1956
|
-
};
|
|
1957
|
-
export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
|
|
1958
|
-
export interface NamedEntityDefinition {
|
|
1959
|
-
FieldName?: string | undefined;
|
|
1960
|
-
PropertyName?: string | undefined;
|
|
1961
|
-
PropertyRole?: PropertyRole | undefined;
|
|
1962
|
-
PropertyUsage?: PropertyUsage | undefined;
|
|
1963
|
-
Metric?: NamedEntityDefinitionMetric | undefined;
|
|
1964
|
-
}
|
|
1965
|
-
export interface SemanticEntityType {
|
|
1966
|
-
TypeName?: string | undefined;
|
|
1967
|
-
SubTypeName?: string | undefined;
|
|
1968
|
-
TypeParameters?: Record<string, string> | undefined;
|
|
1969
|
-
}
|
|
1970
|
-
export interface TopicNamedEntity {
|
|
1971
|
-
EntityName: string | undefined;
|
|
1972
|
-
EntityDescription?: string | undefined;
|
|
1973
|
-
EntitySynonyms?: string[] | undefined;
|
|
1974
|
-
SemanticEntityType?: SemanticEntityType | undefined;
|
|
1975
|
-
Definition?: NamedEntityDefinition[] | undefined;
|
|
1976
|
-
}
|
|
1977
|
-
export interface DatasetMetadata {
|
|
1978
|
-
DatasetArn: string | undefined;
|
|
1979
|
-
DatasetName?: string | undefined;
|
|
1980
|
-
DatasetDescription?: string | undefined;
|
|
1981
|
-
DataAggregation?: DataAggregation | undefined;
|
|
1982
|
-
Filters?: TopicFilter[] | undefined;
|
|
1983
|
-
Columns?: TopicColumn[] | undefined;
|
|
1984
|
-
CalculatedFields?: TopicCalculatedField[] | undefined;
|
|
1985
|
-
NamedEntities?: TopicNamedEntity[] | undefined;
|
|
1986
|
-
}
|
|
1987
|
-
export declare const TopicUserExperienceVersion: {
|
|
1988
|
-
readonly LEGACY: "LEGACY";
|
|
1989
|
-
readonly NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE";
|
|
1990
|
-
};
|
|
1991
|
-
export type TopicUserExperienceVersion =
|
|
1992
|
-
(typeof TopicUserExperienceVersion)[keyof typeof TopicUserExperienceVersion];
|
|
1993
|
-
export interface TopicDetails {
|
|
1994
|
-
Name?: string | undefined;
|
|
1995
|
-
Description?: string | undefined;
|
|
1996
|
-
UserExperienceVersion?: TopicUserExperienceVersion | undefined;
|
|
1997
|
-
DataSets?: DatasetMetadata[] | undefined;
|
|
1998
|
-
ConfigOptions?: TopicConfigOptions | undefined;
|
|
1999
|
-
}
|
|
2000
|
-
export interface CreateTopicRequest {
|
|
2001
|
-
AwsAccountId: string | undefined;
|
|
2002
|
-
TopicId: string | undefined;
|
|
2003
|
-
Topic: TopicDetails | undefined;
|
|
2004
|
-
Tags?: Tag[] | undefined;
|
|
2005
|
-
FolderArns?: string[] | undefined;
|
|
2006
|
-
CustomInstructions?: CustomInstructions | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface CreateTopicResponse {
|
|
2009
|
-
Arn?: string | undefined;
|
|
2010
|
-
TopicId?: string | undefined;
|
|
2011
|
-
RefreshArn?: string | undefined;
|
|
2012
|
-
RequestId?: string | undefined;
|
|
2013
|
-
Status?: number | undefined;
|
|
2014
|
-
}
|
|
2015
|
-
export declare const TopicScheduleType: {
|
|
2016
|
-
readonly DAILY: "DAILY";
|
|
2017
|
-
readonly HOURLY: "HOURLY";
|
|
2018
|
-
readonly MONTHLY: "MONTHLY";
|
|
2019
|
-
readonly WEEKLY: "WEEKLY";
|
|
2020
|
-
};
|
|
2021
|
-
export type TopicScheduleType =
|
|
2022
|
-
(typeof TopicScheduleType)[keyof typeof TopicScheduleType];
|
|
2023
|
-
export interface TopicRefreshSchedule {
|
|
2024
|
-
IsEnabled: boolean | undefined;
|
|
2025
|
-
BasedOnSpiceSchedule: boolean | undefined;
|
|
2026
|
-
StartingAt?: Date | undefined;
|
|
2027
|
-
Timezone?: string | undefined;
|
|
2028
|
-
RepeatAt?: string | undefined;
|
|
2029
|
-
TopicScheduleType?: TopicScheduleType | undefined;
|
|
2030
|
-
}
|
|
2031
|
-
export interface CreateTopicRefreshScheduleRequest {
|
|
2032
|
-
AwsAccountId: string | undefined;
|
|
2033
|
-
TopicId: string | undefined;
|
|
2034
|
-
DatasetArn: string | undefined;
|
|
2035
|
-
DatasetName?: string | undefined;
|
|
2036
|
-
RefreshSchedule: TopicRefreshSchedule | undefined;
|
|
2037
|
-
}
|
|
2038
|
-
export interface CreateTopicRefreshScheduleResponse {
|
|
2039
|
-
TopicId?: string | undefined;
|
|
2040
|
-
TopicArn?: string | undefined;
|
|
2041
|
-
DatasetArn?: string | undefined;
|
|
2042
|
-
Status?: number | undefined;
|
|
2043
|
-
RequestId?: string | undefined;
|
|
2044
|
-
}
|
|
2045
|
-
export interface CreateVPCConnectionRequest {
|
|
2046
|
-
AwsAccountId: string | undefined;
|
|
2047
|
-
VPCConnectionId: string | undefined;
|
|
2048
|
-
Name: string | undefined;
|
|
2049
|
-
SubnetIds: string[] | undefined;
|
|
2050
|
-
SecurityGroupIds: string[] | undefined;
|
|
2051
|
-
DnsResolvers?: string[] | undefined;
|
|
2052
|
-
RoleArn: string | undefined;
|
|
2053
|
-
Tags?: Tag[] | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export declare const VPCConnectionAvailabilityStatus: {
|
|
2056
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
2057
|
-
readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
|
|
2058
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
2059
|
-
};
|
|
2060
|
-
export type VPCConnectionAvailabilityStatus =
|
|
2061
|
-
(typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
|
|
2062
|
-
export declare const VPCConnectionResourceStatus: {
|
|
2063
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
2064
|
-
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
2065
|
-
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
2066
|
-
readonly DELETED: "DELETED";
|
|
2067
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
2068
|
-
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
2069
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
2070
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
2071
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
2072
|
-
};
|
|
2073
|
-
export type VPCConnectionResourceStatus =
|
|
2074
|
-
(typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
|
|
2075
|
-
export interface CreateVPCConnectionResponse {
|
|
2076
|
-
Arn?: string | undefined;
|
|
2077
|
-
VPCConnectionId?: string | undefined;
|
|
2078
|
-
CreationStatus?: VPCConnectionResourceStatus | undefined;
|
|
2079
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
|
|
2080
|
-
RequestId?: string | undefined;
|
|
2081
|
-
Status?: number | undefined;
|
|
2082
|
-
}
|
|
2083
|
-
export interface CustomPermissions {
|
|
2084
|
-
Arn?: string | undefined;
|
|
2085
|
-
CustomPermissionsName?: string | undefined;
|
|
2086
|
-
Capabilities?: Capabilities | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export declare const DashboardErrorType: {
|
|
2089
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
2090
|
-
readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
|
|
2091
|
-
readonly COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING";
|
|
2092
|
-
readonly COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH";
|
|
2093
|
-
readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
|
|
2094
|
-
readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
|
|
2095
|
-
readonly PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND";
|
|
2096
|
-
readonly PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID";
|
|
2097
|
-
readonly PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE";
|
|
2098
|
-
readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
|
|
2099
|
-
};
|
|
2100
|
-
export type DashboardErrorType =
|
|
2101
|
-
(typeof DashboardErrorType)[keyof typeof DashboardErrorType];
|
|
2102
|
-
export interface DashboardError {
|
|
2103
|
-
Type?: DashboardErrorType | undefined;
|
|
2104
|
-
Message?: string | undefined;
|
|
2105
|
-
ViolatedEntities?: Entity[] | undefined;
|
|
2106
|
-
}
|
|
2107
|
-
export interface DashboardVersion {
|
|
2108
|
-
CreatedTime?: Date | undefined;
|
|
2109
|
-
Errors?: DashboardError[] | undefined;
|
|
2110
|
-
VersionNumber?: number | undefined;
|
|
2111
|
-
Status?: ResourceStatus | undefined;
|
|
2112
|
-
Arn?: string | undefined;
|
|
2113
|
-
SourceEntityArn?: string | undefined;
|
|
2114
|
-
DataSetArns?: string[] | undefined;
|
|
2115
|
-
Description?: string | undefined;
|
|
2116
|
-
ThemeArn?: string | undefined;
|
|
2117
|
-
Sheets?: Sheet[] | undefined;
|
|
2118
|
-
}
|
|
2119
|
-
export interface Dashboard {
|
|
2120
|
-
DashboardId?: string | undefined;
|
|
2121
|
-
Arn?: string | undefined;
|
|
2122
|
-
Name?: string | undefined;
|
|
2123
|
-
Version?: DashboardVersion | undefined;
|
|
2124
|
-
CreatedTime?: Date | undefined;
|
|
2125
|
-
LastPublishedTime?: Date | undefined;
|
|
2126
|
-
LastUpdatedTime?: Date | undefined;
|
|
2127
|
-
LinkEntities?: string[] | undefined;
|
|
2128
|
-
}
|
|
2129
|
-
export declare const DashboardFilterAttribute: {
|
|
2130
|
-
readonly DASHBOARD_NAME: "DASHBOARD_NAME";
|
|
2131
|
-
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2132
|
-
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
2133
|
-
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2134
|
-
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
2135
|
-
readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
|
|
2136
|
-
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2137
|
-
};
|
|
2138
|
-
export type DashboardFilterAttribute =
|
|
2139
|
-
(typeof DashboardFilterAttribute)[keyof typeof DashboardFilterAttribute];
|
|
2140
|
-
export interface DashboardSearchFilter {
|
|
2141
|
-
Operator: FilterOperator | undefined;
|
|
2142
|
-
Name?: DashboardFilterAttribute | undefined;
|
|
2143
|
-
Value?: string | undefined;
|
|
2144
|
-
}
|
|
2145
|
-
export declare const DashboardsQAStatus: {
|
|
2146
|
-
readonly DISABLED: "DISABLED";
|
|
2147
|
-
readonly ENABLED: "ENABLED";
|
|
2148
|
-
};
|
|
2149
|
-
export type DashboardsQAStatus =
|
|
2150
|
-
(typeof DashboardsQAStatus)[keyof typeof DashboardsQAStatus];
|
|
2151
|
-
export interface DashboardSummary {
|
|
2152
|
-
Arn?: string | undefined;
|
|
2153
|
-
DashboardId?: string | undefined;
|
|
2154
|
-
Name?: string | undefined;
|
|
2155
|
-
CreatedTime?: Date | undefined;
|
|
2156
|
-
LastUpdatedTime?: Date | undefined;
|
|
2157
|
-
PublishedVersionNumber?: number | undefined;
|
|
2158
|
-
LastPublishedTime?: Date | undefined;
|
|
2159
|
-
}
|
|
2160
|
-
export interface DashboardVersionSummary {
|
|
2161
|
-
Arn?: string | undefined;
|
|
2162
|
-
CreatedTime?: Date | undefined;
|
|
2163
|
-
VersionNumber?: number | undefined;
|
|
2164
|
-
Status?: ResourceStatus | undefined;
|
|
2165
|
-
SourceEntityArn?: string | undefined;
|
|
2166
|
-
Description?: string | undefined;
|
|
2167
|
-
}
|
|
2168
|
-
export interface DashboardVisualResult {
|
|
2169
|
-
DashboardId?: string | undefined;
|
|
2170
|
-
DashboardName?: string | undefined;
|
|
2171
|
-
SheetId?: string | undefined;
|
|
2172
|
-
SheetName?: string | undefined;
|
|
2173
|
-
VisualId?: string | undefined;
|
|
2174
|
-
VisualTitle?: string | undefined;
|
|
2175
|
-
VisualSubtitle?: string | undefined;
|
|
2176
|
-
DashboardUrl?: string | undefined;
|
|
2177
|
-
}
|
|
2178
|
-
export interface OutputColumn {
|
|
2179
|
-
Name?: string | undefined;
|
|
2180
|
-
Description?: string | undefined;
|
|
2181
|
-
Type?: ColumnDataType | undefined;
|
|
2182
|
-
SubType?: ColumnDataSubType | undefined;
|
|
2183
|
-
}
|
|
2184
|
-
export interface DataSet {
|
|
2185
|
-
Arn?: string | undefined;
|
|
2186
|
-
DataSetId?: string | undefined;
|
|
2187
|
-
Name?: string | undefined;
|
|
2188
|
-
CreatedTime?: Date | undefined;
|
|
2189
|
-
LastUpdatedTime?: Date | undefined;
|
|
2190
|
-
PhysicalTableMap?: Record<string, PhysicalTable> | undefined;
|
|
2191
|
-
LogicalTableMap?: Record<string, LogicalTable> | undefined;
|
|
2192
|
-
OutputColumns?: OutputColumn[] | undefined;
|
|
2193
|
-
ImportMode?: DataSetImportMode | undefined;
|
|
2194
|
-
ConsumedSpiceCapacityInBytes?: number | undefined;
|
|
2195
|
-
ColumnGroups?: ColumnGroup[] | undefined;
|
|
2196
|
-
FieldFolders?: Record<string, FieldFolder> | undefined;
|
|
2197
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
2198
|
-
RowLevelPermissionTagConfiguration?:
|
|
2199
|
-
| RowLevelPermissionTagConfiguration
|
|
2200
|
-
| undefined;
|
|
2201
|
-
ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
|
|
2202
|
-
DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
|
|
2203
|
-
DatasetParameters?: DatasetParameter[] | undefined;
|
|
2204
|
-
PerformanceConfiguration?: PerformanceConfiguration | undefined;
|
|
2205
|
-
UseAs?: DataSetUseAs | undefined;
|
|
2206
|
-
}
|
|
2207
|
-
export declare const DataSetFilterAttribute: {
|
|
2208
|
-
readonly DATASET_NAME: "DATASET_NAME";
|
|
2209
|
-
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2210
|
-
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
2211
|
-
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2212
|
-
readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
|
|
2213
|
-
readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2214
|
-
};
|
|
2215
|
-
export type DataSetFilterAttribute =
|
|
2216
|
-
(typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
|
|
2217
|
-
export interface DataSetSearchFilter {
|
|
2218
|
-
Operator: FilterOperator | undefined;
|
|
2219
|
-
Name: DataSetFilterAttribute | undefined;
|
|
2220
|
-
Value: string | undefined;
|
|
2221
|
-
}
|
|
2222
|
-
export interface DataSetSummary {
|
|
2223
|
-
Arn?: string | undefined;
|
|
2224
|
-
DataSetId?: string | undefined;
|
|
2225
|
-
Name?: string | undefined;
|
|
2226
|
-
CreatedTime?: Date | undefined;
|
|
2227
|
-
LastUpdatedTime?: Date | undefined;
|
|
2228
|
-
ImportMode?: DataSetImportMode | undefined;
|
|
2229
|
-
RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
|
|
2230
|
-
RowLevelPermissionTagConfigurationApplied?: boolean | undefined;
|
|
2231
|
-
ColumnLevelPermissionRulesApplied?: boolean | undefined;
|
|
2232
|
-
UseAs?: DataSetUseAs | undefined;
|
|
2233
|
-
}
|
|
2234
|
-
export declare const DataSourceErrorInfoType: {
|
|
2235
|
-
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
2236
|
-
readonly CONFLICT: "CONFLICT";
|
|
2237
|
-
readonly COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND";
|
|
2238
|
-
readonly ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED";
|
|
2239
|
-
readonly GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE";
|
|
2240
|
-
readonly TIMEOUT: "TIMEOUT";
|
|
2241
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
2242
|
-
readonly UNKNOWN_HOST: "UNKNOWN_HOST";
|
|
2243
|
-
};
|
|
2244
|
-
export type DataSourceErrorInfoType =
|
|
2245
|
-
(typeof DataSourceErrorInfoType)[keyof typeof DataSourceErrorInfoType];
|
|
2246
|
-
export interface DataSourceErrorInfo {
|
|
2247
|
-
Type?: DataSourceErrorInfoType | undefined;
|
|
2248
|
-
Message?: string | undefined;
|
|
2249
|
-
}
|
|
2250
|
-
export interface DataSource {
|
|
2251
|
-
Arn?: string | undefined;
|
|
2252
|
-
DataSourceId?: string | undefined;
|
|
2253
|
-
Name?: string | undefined;
|
|
2254
|
-
Type?: DataSourceType | undefined;
|
|
2255
|
-
Status?: ResourceStatus | undefined;
|
|
2256
|
-
CreatedTime?: Date | undefined;
|
|
2257
|
-
LastUpdatedTime?: Date | undefined;
|
|
2258
|
-
DataSourceParameters?: DataSourceParameters | undefined;
|
|
2259
|
-
AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
|
|
2260
|
-
VpcConnectionProperties?: VpcConnectionProperties | undefined;
|
|
2261
|
-
SslProperties?: SslProperties | undefined;
|
|
2262
|
-
ErrorInfo?: DataSourceErrorInfo | undefined;
|
|
2263
|
-
SecretArn?: string | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export declare const DataSourceFilterAttribute: {
|
|
2266
|
-
readonly DATASOURCE_NAME: "DATASOURCE_NAME";
|
|
2267
|
-
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2268
|
-
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
2269
|
-
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2270
|
-
};
|
|
2271
|
-
export type DataSourceFilterAttribute =
|
|
2272
|
-
(typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
|
|
2273
|
-
export interface DataSourceSearchFilter {
|
|
2274
|
-
Operator: FilterOperator | undefined;
|
|
2275
|
-
Name: DataSourceFilterAttribute | undefined;
|
|
2276
|
-
Value: string | undefined;
|
|
2277
|
-
}
|
|
2278
2184
|
export declare const TopicIRMetricFilterSensitiveLog: (
|
|
2279
2185
|
obj: TopicIRMetric
|
|
2280
2186
|
) => any;
|
|
@@ -2314,9 +2220,60 @@ export declare const DashboardVersionDefinitionFilterSensitiveLog: (
|
|
|
2314
2220
|
export declare const CreateDashboardRequestFilterSensitiveLog: (
|
|
2315
2221
|
obj: CreateDashboardRequest
|
|
2316
2222
|
) => any;
|
|
2223
|
+
export declare const DataSetDateFilterValueFilterSensitiveLog: (
|
|
2224
|
+
obj: DataSetDateFilterValue
|
|
2225
|
+
) => any;
|
|
2226
|
+
export declare const DataSetDateComparisonFilterConditionFilterSensitiveLog: (
|
|
2227
|
+
obj: DataSetDateComparisonFilterCondition
|
|
2228
|
+
) => any;
|
|
2229
|
+
export declare const DataSetDateRangeFilterConditionFilterSensitiveLog: (
|
|
2230
|
+
obj: DataSetDateRangeFilterCondition
|
|
2231
|
+
) => any;
|
|
2232
|
+
export declare const DataSetDateFilterConditionFilterSensitiveLog: (
|
|
2233
|
+
obj: DataSetDateFilterCondition
|
|
2234
|
+
) => any;
|
|
2235
|
+
export declare const DataSetNumericFilterValueFilterSensitiveLog: (
|
|
2236
|
+
obj: DataSetNumericFilterValue
|
|
2237
|
+
) => any;
|
|
2238
|
+
export declare const DataSetNumericComparisonFilterConditionFilterSensitiveLog: (
|
|
2239
|
+
obj: DataSetNumericComparisonFilterCondition
|
|
2240
|
+
) => any;
|
|
2241
|
+
export declare const DataSetNumericRangeFilterConditionFilterSensitiveLog: (
|
|
2242
|
+
obj: DataSetNumericRangeFilterCondition
|
|
2243
|
+
) => any;
|
|
2244
|
+
export declare const DataSetNumericFilterConditionFilterSensitiveLog: (
|
|
2245
|
+
obj: DataSetNumericFilterCondition
|
|
2246
|
+
) => any;
|
|
2247
|
+
export declare const DataSetStringFilterValueFilterSensitiveLog: (
|
|
2248
|
+
obj: DataSetStringFilterValue
|
|
2249
|
+
) => any;
|
|
2250
|
+
export declare const DataSetStringComparisonFilterConditionFilterSensitiveLog: (
|
|
2251
|
+
obj: DataSetStringComparisonFilterCondition
|
|
2252
|
+
) => any;
|
|
2253
|
+
export declare const DataSetStringListFilterValueFilterSensitiveLog: (
|
|
2254
|
+
obj: DataSetStringListFilterValue
|
|
2255
|
+
) => any;
|
|
2256
|
+
export declare const DataSetStringListFilterConditionFilterSensitiveLog: (
|
|
2257
|
+
obj: DataSetStringListFilterCondition
|
|
2258
|
+
) => any;
|
|
2259
|
+
export declare const DataSetStringFilterConditionFilterSensitiveLog: (
|
|
2260
|
+
obj: DataSetStringFilterCondition
|
|
2261
|
+
) => any;
|
|
2317
2262
|
export declare const FilterOperationFilterSensitiveLog: (
|
|
2318
2263
|
obj: FilterOperation
|
|
2319
2264
|
) => any;
|
|
2265
|
+
export declare const FiltersOperationFilterSensitiveLog: (
|
|
2266
|
+
obj: FiltersOperation
|
|
2267
|
+
) => any;
|
|
2268
|
+
export declare const JoinOperationFilterSensitiveLog: (
|
|
2269
|
+
obj: JoinOperation
|
|
2270
|
+
) => any;
|
|
2271
|
+
export declare const TransformStepFilterSensitiveLog: (
|
|
2272
|
+
obj: TransformStep
|
|
2273
|
+
) => any;
|
|
2274
|
+
export declare const DataPrepConfigurationFilterSensitiveLog: (
|
|
2275
|
+
obj: DataPrepConfiguration
|
|
2276
|
+
) => any;
|
|
2320
2277
|
export declare const TagColumnOperationFilterSensitiveLog: (
|
|
2321
2278
|
obj: TagColumnOperation
|
|
2322
2279
|
) => any;
|
|
@@ -2324,12 +2281,25 @@ export declare const TransformOperationFilterSensitiveLog: (
|
|
|
2324
2281
|
obj: TransformOperation
|
|
2325
2282
|
) => any;
|
|
2326
2283
|
export declare const LogicalTableFilterSensitiveLog: (obj: LogicalTable) => any;
|
|
2284
|
+
export declare const CustomSqlFilterSensitiveLog: (obj: CustomSql) => any;
|
|
2285
|
+
export declare const PhysicalTableFilterSensitiveLog: (
|
|
2286
|
+
obj: PhysicalTable
|
|
2287
|
+
) => any;
|
|
2327
2288
|
export declare const RowLevelPermissionTagRuleFilterSensitiveLog: (
|
|
2328
2289
|
obj: RowLevelPermissionTagRule
|
|
2329
2290
|
) => any;
|
|
2330
2291
|
export declare const RowLevelPermissionTagConfigurationFilterSensitiveLog: (
|
|
2331
2292
|
obj: RowLevelPermissionTagConfiguration
|
|
2332
2293
|
) => any;
|
|
2294
|
+
export declare const RowLevelPermissionConfigurationFilterSensitiveLog: (
|
|
2295
|
+
obj: RowLevelPermissionConfiguration
|
|
2296
|
+
) => any;
|
|
2297
|
+
export declare const SemanticTableFilterSensitiveLog: (
|
|
2298
|
+
obj: SemanticTable
|
|
2299
|
+
) => any;
|
|
2300
|
+
export declare const SemanticModelConfigurationFilterSensitiveLog: (
|
|
2301
|
+
obj: SemanticModelConfiguration
|
|
2302
|
+
) => any;
|
|
2333
2303
|
export declare const CreateDataSetRequestFilterSensitiveLog: (
|
|
2334
2304
|
obj: CreateDataSetRequest
|
|
2335
2305
|
) => any;
|
|
@@ -2359,38 +2329,3 @@ export declare const TopicCategoryFilterConstantFilterSensitiveLog: (
|
|
|
2359
2329
|
export declare const TopicCategoryFilterFilterSensitiveLog: (
|
|
2360
2330
|
obj: TopicCategoryFilter
|
|
2361
2331
|
) => any;
|
|
2362
|
-
export declare const TopicRangeFilterConstantFilterSensitiveLog: (
|
|
2363
|
-
obj: TopicRangeFilterConstant
|
|
2364
|
-
) => any;
|
|
2365
|
-
export declare const TopicDateRangeFilterFilterSensitiveLog: (
|
|
2366
|
-
obj: TopicDateRangeFilter
|
|
2367
|
-
) => any;
|
|
2368
|
-
export declare const TopicSingularFilterConstantFilterSensitiveLog: (
|
|
2369
|
-
obj: TopicSingularFilterConstant
|
|
2370
|
-
) => any;
|
|
2371
|
-
export declare const TopicNullFilterFilterSensitiveLog: (
|
|
2372
|
-
obj: TopicNullFilter
|
|
2373
|
-
) => any;
|
|
2374
|
-
export declare const TopicNumericEqualityFilterFilterSensitiveLog: (
|
|
2375
|
-
obj: TopicNumericEqualityFilter
|
|
2376
|
-
) => any;
|
|
2377
|
-
export declare const TopicNumericRangeFilterFilterSensitiveLog: (
|
|
2378
|
-
obj: TopicNumericRangeFilter
|
|
2379
|
-
) => any;
|
|
2380
|
-
export declare const TopicRelativeDateFilterFilterSensitiveLog: (
|
|
2381
|
-
obj: TopicRelativeDateFilter
|
|
2382
|
-
) => any;
|
|
2383
|
-
export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
|
|
2384
|
-
export declare const DatasetMetadataFilterSensitiveLog: (
|
|
2385
|
-
obj: DatasetMetadata
|
|
2386
|
-
) => any;
|
|
2387
|
-
export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
|
|
2388
|
-
export declare const CreateTopicRequestFilterSensitiveLog: (
|
|
2389
|
-
obj: CreateTopicRequest
|
|
2390
|
-
) => any;
|
|
2391
|
-
export declare const DashboardVersionFilterSensitiveLog: (
|
|
2392
|
-
obj: DashboardVersion
|
|
2393
|
-
) => any;
|
|
2394
|
-
export declare const DashboardFilterSensitiveLog: (obj: Dashboard) => any;
|
|
2395
|
-
export declare const OutputColumnFilterSensitiveLog: (obj: OutputColumn) => any;
|
|
2396
|
-
export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
|