@aws-sdk/client-quicksight 3.777.0 → 3.782.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/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +5 -5
|
@@ -178,6 +178,27 @@ export interface AmazonElasticsearchParameters {
|
|
|
178
178
|
export interface AmazonOpenSearchParameters {
|
|
179
179
|
Domain: string | undefined;
|
|
180
180
|
}
|
|
181
|
+
export interface DataQnAConfigurations {
|
|
182
|
+
Enabled: boolean | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface DataStoriesConfigurations {
|
|
185
|
+
Enabled: boolean | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface ExecutiveSummaryConfigurations {
|
|
188
|
+
Enabled: boolean | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface GenerativeAuthoringConfigurations {
|
|
191
|
+
Enabled: boolean | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface AmazonQInQuickSightConsoleConfigurations {
|
|
194
|
+
DataQnA?: DataQnAConfigurations | undefined;
|
|
195
|
+
GenerativeAuthoring?: GenerativeAuthoringConfigurations | undefined;
|
|
196
|
+
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
197
|
+
DataStories?: DataStoriesConfigurations | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface AmazonQInQuickSightDashboardConfigurations {
|
|
200
|
+
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
201
|
+
}
|
|
181
202
|
export declare const AnalysisErrorType: {
|
|
182
203
|
readonly ACCESS_DENIED: "ACCESS_DENIED";
|
|
183
204
|
readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
|
|
@@ -974,6 +995,12 @@ export interface FilterGroup {
|
|
|
974
995
|
Status?: WidgetStatus | undefined;
|
|
975
996
|
CrossDataset: CrossDatasetTypes | undefined;
|
|
976
997
|
}
|
|
998
|
+
export declare const QBusinessInsightsStatus: {
|
|
999
|
+
readonly DISABLED: "DISABLED";
|
|
1000
|
+
readonly ENABLED: "ENABLED";
|
|
1001
|
+
};
|
|
1002
|
+
export type QBusinessInsightsStatus =
|
|
1003
|
+
(typeof QBusinessInsightsStatus)[keyof typeof QBusinessInsightsStatus];
|
|
977
1004
|
export declare const DayOfTheWeek: {
|
|
978
1005
|
readonly FRIDAY: "FRIDAY";
|
|
979
1006
|
readonly MONDAY: "MONDAY";
|
|
@@ -987,6 +1014,8 @@ export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
|
987
1014
|
export interface AssetOptions {
|
|
988
1015
|
Timezone?: string | undefined;
|
|
989
1016
|
WeekStart?: DayOfTheWeek | undefined;
|
|
1017
|
+
QBusinessInsightsStatus?: QBusinessInsightsStatus | undefined;
|
|
1018
|
+
ExcludedDataSetArns?: string[] | undefined;
|
|
990
1019
|
}
|
|
991
1020
|
export interface DynamicDefaultValue {
|
|
992
1021
|
UserNameColumn?: ColumnIdentifier | undefined;
|
|
@@ -1667,41 +1696,6 @@ export interface ReferenceLineDynamicDataConfiguration {
|
|
|
1667
1696
|
MeasureAggregationFunction?: AggregationFunction | undefined;
|
|
1668
1697
|
Calculation: NumericalAggregationFunction | undefined;
|
|
1669
1698
|
}
|
|
1670
|
-
export declare const ReferenceLineSeriesType: {
|
|
1671
|
-
readonly BAR: "BAR";
|
|
1672
|
-
readonly LINE: "LINE";
|
|
1673
|
-
};
|
|
1674
|
-
export type ReferenceLineSeriesType =
|
|
1675
|
-
(typeof ReferenceLineSeriesType)[keyof typeof ReferenceLineSeriesType];
|
|
1676
|
-
export interface ReferenceLineStaticDataConfiguration {
|
|
1677
|
-
Value: number | undefined;
|
|
1678
|
-
}
|
|
1679
|
-
export interface ReferenceLineDataConfiguration {
|
|
1680
|
-
StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
|
|
1681
|
-
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
|
|
1682
|
-
AxisBinding?: AxisBinding | undefined;
|
|
1683
|
-
SeriesType?: ReferenceLineSeriesType | undefined;
|
|
1684
|
-
}
|
|
1685
|
-
export interface ReferenceLineCustomLabelConfiguration {
|
|
1686
|
-
CustomLabel: string | undefined;
|
|
1687
|
-
}
|
|
1688
|
-
export declare const ReferenceLineLabelHorizontalPosition: {
|
|
1689
|
-
readonly CENTER: "CENTER";
|
|
1690
|
-
readonly LEFT: "LEFT";
|
|
1691
|
-
readonly RIGHT: "RIGHT";
|
|
1692
|
-
};
|
|
1693
|
-
export type ReferenceLineLabelHorizontalPosition =
|
|
1694
|
-
(typeof ReferenceLineLabelHorizontalPosition)[keyof typeof ReferenceLineLabelHorizontalPosition];
|
|
1695
|
-
export declare const ReferenceLineValueLabelRelativePosition: {
|
|
1696
|
-
readonly AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL";
|
|
1697
|
-
readonly BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL";
|
|
1698
|
-
};
|
|
1699
|
-
export type ReferenceLineValueLabelRelativePosition =
|
|
1700
|
-
(typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
|
|
1701
|
-
export interface ReferenceLineValueLabelConfiguration {
|
|
1702
|
-
RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
|
|
1703
|
-
FormatConfiguration?: NumericFormatConfiguration | undefined;
|
|
1704
|
-
}
|
|
1705
1699
|
export declare const CustomParameterValuesFilterSensitiveLog: (
|
|
1706
1700
|
obj: CustomParameterValues
|
|
1707
1701
|
) => any;
|
|
@@ -1893,12 +1887,3 @@ export declare const BarChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
|
1893
1887
|
export declare const BarChartFieldWellsFilterSensitiveLog: (
|
|
1894
1888
|
obj: BarChartFieldWells
|
|
1895
1889
|
) => any;
|
|
1896
|
-
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (
|
|
1897
|
-
obj: ReferenceLineStaticDataConfiguration
|
|
1898
|
-
) => any;
|
|
1899
|
-
export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (
|
|
1900
|
-
obj: ReferenceLineDataConfiguration
|
|
1901
|
-
) => any;
|
|
1902
|
-
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (
|
|
1903
|
-
obj: ReferenceLineValueLabelConfiguration
|
|
1904
|
-
) => any;
|
|
@@ -21,11 +21,9 @@ import {
|
|
|
21
21
|
LegendOptions,
|
|
22
22
|
MeasureField,
|
|
23
23
|
NumberDisplayFormatConfiguration,
|
|
24
|
+
NumericFormatConfiguration,
|
|
24
25
|
PercentageDisplayFormatConfiguration,
|
|
25
|
-
|
|
26
|
-
ReferenceLineDataConfiguration,
|
|
27
|
-
ReferenceLineLabelHorizontalPosition,
|
|
28
|
-
ReferenceLineValueLabelConfiguration,
|
|
26
|
+
ReferenceLineDynamicDataConfiguration,
|
|
29
27
|
SortDirection,
|
|
30
28
|
TimeGranularity,
|
|
31
29
|
Visibility,
|
|
@@ -33,6 +31,41 @@ import {
|
|
|
33
31
|
VisualInteractionOptions,
|
|
34
32
|
WidgetStatus,
|
|
35
33
|
} from "./models_0";
|
|
34
|
+
export declare const ReferenceLineSeriesType: {
|
|
35
|
+
readonly BAR: "BAR";
|
|
36
|
+
readonly LINE: "LINE";
|
|
37
|
+
};
|
|
38
|
+
export type ReferenceLineSeriesType =
|
|
39
|
+
(typeof ReferenceLineSeriesType)[keyof typeof ReferenceLineSeriesType];
|
|
40
|
+
export interface ReferenceLineStaticDataConfiguration {
|
|
41
|
+
Value: number | undefined;
|
|
42
|
+
}
|
|
43
|
+
export interface ReferenceLineDataConfiguration {
|
|
44
|
+
StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
|
|
45
|
+
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
|
|
46
|
+
AxisBinding?: AxisBinding | undefined;
|
|
47
|
+
SeriesType?: ReferenceLineSeriesType | undefined;
|
|
48
|
+
}
|
|
49
|
+
export interface ReferenceLineCustomLabelConfiguration {
|
|
50
|
+
CustomLabel: string | undefined;
|
|
51
|
+
}
|
|
52
|
+
export declare const ReferenceLineLabelHorizontalPosition: {
|
|
53
|
+
readonly CENTER: "CENTER";
|
|
54
|
+
readonly LEFT: "LEFT";
|
|
55
|
+
readonly RIGHT: "RIGHT";
|
|
56
|
+
};
|
|
57
|
+
export type ReferenceLineLabelHorizontalPosition =
|
|
58
|
+
(typeof ReferenceLineLabelHorizontalPosition)[keyof typeof ReferenceLineLabelHorizontalPosition];
|
|
59
|
+
export declare const ReferenceLineValueLabelRelativePosition: {
|
|
60
|
+
readonly AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL";
|
|
61
|
+
readonly BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL";
|
|
62
|
+
};
|
|
63
|
+
export type ReferenceLineValueLabelRelativePosition =
|
|
64
|
+
(typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
|
|
65
|
+
export interface ReferenceLineValueLabelConfiguration {
|
|
66
|
+
RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
|
|
67
|
+
FormatConfiguration?: NumericFormatConfiguration | undefined;
|
|
68
|
+
}
|
|
36
69
|
export declare const ReferenceLineLabelVerticalPosition: {
|
|
37
70
|
readonly ABOVE: "ABOVE";
|
|
38
71
|
readonly BELOW: "BELOW";
|
|
@@ -1730,44 +1763,15 @@ export interface TextConditionalFormat {
|
|
|
1730
1763
|
TextColor?: ConditionalFormattingColor | undefined;
|
|
1731
1764
|
Icon?: ConditionalFormattingIcon | undefined;
|
|
1732
1765
|
}
|
|
1733
|
-
export
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
export
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
export interface PivotTableConditionalFormatting {
|
|
1743
|
-
ConditionalFormattingOptions?:
|
|
1744
|
-
| PivotTableConditionalFormattingOption[]
|
|
1745
|
-
| undefined;
|
|
1746
|
-
}
|
|
1747
|
-
export interface PivotTableVisual {
|
|
1748
|
-
VisualId: string | undefined;
|
|
1749
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
1750
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
1751
|
-
ChartConfiguration?: PivotTableConfiguration | undefined;
|
|
1752
|
-
ConditionalFormatting?: PivotTableConditionalFormatting | undefined;
|
|
1753
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
1754
|
-
VisualContentAltText?: string | undefined;
|
|
1755
|
-
}
|
|
1756
|
-
export declare const PluginVisualAxisName: {
|
|
1757
|
-
readonly GROUP_BY: "GROUP_BY";
|
|
1758
|
-
readonly VALUE: "VALUE";
|
|
1759
|
-
};
|
|
1760
|
-
export type PluginVisualAxisName =
|
|
1761
|
-
(typeof PluginVisualAxisName)[keyof typeof PluginVisualAxisName];
|
|
1762
|
-
export interface PluginVisualFieldWell {
|
|
1763
|
-
AxisName?: PluginVisualAxisName | undefined;
|
|
1764
|
-
Dimensions?: DimensionField[] | undefined;
|
|
1765
|
-
Measures?: MeasureField[] | undefined;
|
|
1766
|
-
Unaggregated?: UnaggregatedField[] | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface PluginVisualItemsLimitConfiguration {
|
|
1769
|
-
ItemsLimit?: number | undefined;
|
|
1770
|
-
}
|
|
1766
|
+
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (
|
|
1767
|
+
obj: ReferenceLineStaticDataConfiguration
|
|
1768
|
+
) => any;
|
|
1769
|
+
export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (
|
|
1770
|
+
obj: ReferenceLineDataConfiguration
|
|
1771
|
+
) => any;
|
|
1772
|
+
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (
|
|
1773
|
+
obj: ReferenceLineValueLabelConfiguration
|
|
1774
|
+
) => any;
|
|
1771
1775
|
export declare const ReferenceLineLabelConfigurationFilterSensitiveLog: (
|
|
1772
1776
|
obj: ReferenceLineLabelConfiguration
|
|
1773
1777
|
) => any;
|
|
@@ -2086,18 +2090,3 @@ export declare const PivotTableConfigurationFilterSensitiveLog: (
|
|
|
2086
2090
|
export declare const TextConditionalFormatFilterSensitiveLog: (
|
|
2087
2091
|
obj: TextConditionalFormat
|
|
2088
2092
|
) => any;
|
|
2089
|
-
export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (
|
|
2090
|
-
obj: PivotTableCellConditionalFormatting
|
|
2091
|
-
) => any;
|
|
2092
|
-
export declare const PivotTableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2093
|
-
obj: PivotTableConditionalFormattingOption
|
|
2094
|
-
) => any;
|
|
2095
|
-
export declare const PivotTableConditionalFormattingFilterSensitiveLog: (
|
|
2096
|
-
obj: PivotTableConditionalFormatting
|
|
2097
|
-
) => any;
|
|
2098
|
-
export declare const PivotTableVisualFilterSensitiveLog: (
|
|
2099
|
-
obj: PivotTableVisual
|
|
2100
|
-
) => any;
|
|
2101
|
-
export declare const PluginVisualFieldWellFilterSensitiveLog: (
|
|
2102
|
-
obj: PluginVisualFieldWell
|
|
2103
|
-
) => any;
|
|
@@ -59,9 +59,8 @@ import {
|
|
|
59
59
|
LineChartVisual,
|
|
60
60
|
PaginationConfiguration,
|
|
61
61
|
PieChartVisual,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
PluginVisualItemsLimitConfiguration,
|
|
62
|
+
PivotTableConditionalFormattingScope,
|
|
63
|
+
PivotTableConfiguration,
|
|
65
64
|
RowAlternateColorOptions,
|
|
66
65
|
TableCellStyle,
|
|
67
66
|
TableTotalsPlacement,
|
|
@@ -75,6 +74,44 @@ import {
|
|
|
75
74
|
VisualTitleLabelOptions,
|
|
76
75
|
} from "./models_1";
|
|
77
76
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
77
|
+
export interface PivotTableCellConditionalFormatting {
|
|
78
|
+
FieldId: string | undefined;
|
|
79
|
+
TextFormat?: TextConditionalFormat | undefined;
|
|
80
|
+
Scope?: PivotTableConditionalFormattingScope | undefined;
|
|
81
|
+
Scopes?: PivotTableConditionalFormattingScope[] | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface PivotTableConditionalFormattingOption {
|
|
84
|
+
Cell?: PivotTableCellConditionalFormatting | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface PivotTableConditionalFormatting {
|
|
87
|
+
ConditionalFormattingOptions?:
|
|
88
|
+
| PivotTableConditionalFormattingOption[]
|
|
89
|
+
| undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface PivotTableVisual {
|
|
92
|
+
VisualId: string | undefined;
|
|
93
|
+
Title?: VisualTitleLabelOptions | undefined;
|
|
94
|
+
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
95
|
+
ChartConfiguration?: PivotTableConfiguration | undefined;
|
|
96
|
+
ConditionalFormatting?: PivotTableConditionalFormatting | undefined;
|
|
97
|
+
Actions?: VisualCustomAction[] | undefined;
|
|
98
|
+
VisualContentAltText?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export declare const PluginVisualAxisName: {
|
|
101
|
+
readonly GROUP_BY: "GROUP_BY";
|
|
102
|
+
readonly VALUE: "VALUE";
|
|
103
|
+
};
|
|
104
|
+
export type PluginVisualAxisName =
|
|
105
|
+
(typeof PluginVisualAxisName)[keyof typeof PluginVisualAxisName];
|
|
106
|
+
export interface PluginVisualFieldWell {
|
|
107
|
+
AxisName?: PluginVisualAxisName | undefined;
|
|
108
|
+
Dimensions?: DimensionField[] | undefined;
|
|
109
|
+
Measures?: MeasureField[] | undefined;
|
|
110
|
+
Unaggregated?: UnaggregatedField[] | undefined;
|
|
111
|
+
}
|
|
112
|
+
export interface PluginVisualItemsLimitConfiguration {
|
|
113
|
+
ItemsLimit?: number | undefined;
|
|
114
|
+
}
|
|
78
115
|
export interface PluginVisualTableQuerySort {
|
|
79
116
|
RowSort?: FieldSortOptions[] | undefined;
|
|
80
117
|
ItemsLimitConfiguration?: PluginVisualItemsLimitConfiguration | undefined;
|
|
@@ -287,10 +324,22 @@ export interface TableFieldOption {
|
|
|
287
324
|
Visibility?: Visibility | undefined;
|
|
288
325
|
URLStyling?: TableFieldURLConfiguration | undefined;
|
|
289
326
|
}
|
|
327
|
+
export declare const TransposedColumnType: {
|
|
328
|
+
readonly ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN";
|
|
329
|
+
readonly VALUE_COLUMN: "VALUE_COLUMN";
|
|
330
|
+
};
|
|
331
|
+
export type TransposedColumnType =
|
|
332
|
+
(typeof TransposedColumnType)[keyof typeof TransposedColumnType];
|
|
333
|
+
export interface TransposedTableOption {
|
|
334
|
+
ColumnIndex?: number | undefined;
|
|
335
|
+
ColumnWidth?: string | undefined;
|
|
336
|
+
ColumnType: TransposedColumnType | undefined;
|
|
337
|
+
}
|
|
290
338
|
export interface TableFieldOptions {
|
|
291
339
|
SelectedFieldOptions?: TableFieldOption[] | undefined;
|
|
292
340
|
Order?: string[] | undefined;
|
|
293
341
|
PinnedFieldOptions?: TablePinnedFieldOptions | undefined;
|
|
342
|
+
TransposedTableOptions?: TransposedTableOption[] | undefined;
|
|
294
343
|
}
|
|
295
344
|
export interface TableAggregatedFieldWells {
|
|
296
345
|
GroupBy?: DimensionField[] | undefined;
|
|
@@ -790,6 +839,7 @@ export interface AssetBundleExportJobDashboardOverrideProperties {
|
|
|
790
839
|
}
|
|
791
840
|
export declare const AssetBundleExportJobDataSetPropertyToOverride: {
|
|
792
841
|
readonly NAME: "Name";
|
|
842
|
+
readonly REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus";
|
|
793
843
|
};
|
|
794
844
|
export type AssetBundleExportJobDataSetPropertyToOverride =
|
|
795
845
|
(typeof AssetBundleExportJobDataSetPropertyToOverride)[keyof typeof AssetBundleExportJobDataSetPropertyToOverride];
|
|
@@ -964,9 +1014,44 @@ export interface AssetBundleImportJobDashboardOverrideTags {
|
|
|
964
1014
|
DashboardIds: string[] | undefined;
|
|
965
1015
|
Tags: Tag[] | undefined;
|
|
966
1016
|
}
|
|
1017
|
+
export declare const RefreshFailureAlertStatus: {
|
|
1018
|
+
readonly DISABLED: "DISABLED";
|
|
1019
|
+
readonly ENABLED: "ENABLED";
|
|
1020
|
+
};
|
|
1021
|
+
export type RefreshFailureAlertStatus =
|
|
1022
|
+
(typeof RefreshFailureAlertStatus)[keyof typeof RefreshFailureAlertStatus];
|
|
1023
|
+
export interface RefreshFailureEmailAlert {
|
|
1024
|
+
AlertStatus?: RefreshFailureAlertStatus | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export interface RefreshFailureConfiguration {
|
|
1027
|
+
EmailAlert?: RefreshFailureEmailAlert | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
export declare const LookbackWindowSizeUnit: {
|
|
1030
|
+
readonly DAY: "DAY";
|
|
1031
|
+
readonly HOUR: "HOUR";
|
|
1032
|
+
readonly WEEK: "WEEK";
|
|
1033
|
+
};
|
|
1034
|
+
export type LookbackWindowSizeUnit =
|
|
1035
|
+
(typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
|
|
1036
|
+
export interface LookbackWindow {
|
|
1037
|
+
ColumnName: string | undefined;
|
|
1038
|
+
Size: number | undefined;
|
|
1039
|
+
SizeUnit: LookbackWindowSizeUnit | undefined;
|
|
1040
|
+
}
|
|
1041
|
+
export interface IncrementalRefresh {
|
|
1042
|
+
LookbackWindow: LookbackWindow | undefined;
|
|
1043
|
+
}
|
|
1044
|
+
export interface RefreshConfiguration {
|
|
1045
|
+
IncrementalRefresh: IncrementalRefresh | undefined;
|
|
1046
|
+
}
|
|
1047
|
+
export interface DataSetRefreshProperties {
|
|
1048
|
+
RefreshConfiguration?: RefreshConfiguration | undefined;
|
|
1049
|
+
FailureConfiguration?: RefreshFailureConfiguration | undefined;
|
|
1050
|
+
}
|
|
967
1051
|
export interface AssetBundleImportJobDataSetOverrideParameters {
|
|
968
1052
|
DataSetId: string | undefined;
|
|
969
1053
|
Name?: string | undefined;
|
|
1054
|
+
DataSetRefreshProperties?: DataSetRefreshProperties | undefined;
|
|
970
1055
|
}
|
|
971
1056
|
export interface AssetBundleImportJobDataSetOverridePermissions {
|
|
972
1057
|
DataSetIds: string[] | undefined;
|
|
@@ -1031,6 +1116,7 @@ export interface OracleParameters {
|
|
|
1031
1116
|
Host: string | undefined;
|
|
1032
1117
|
Port: number | undefined;
|
|
1033
1118
|
Database: string | undefined;
|
|
1119
|
+
UseServiceName?: boolean | undefined;
|
|
1034
1120
|
}
|
|
1035
1121
|
export interface PostgreSqlParameters {
|
|
1036
1122
|
Host: string | undefined;
|
|
@@ -2596,109 +2682,21 @@ export interface CancelIngestionResponse {
|
|
|
2596
2682
|
RequestId?: string | undefined;
|
|
2597
2683
|
Status?: number | undefined;
|
|
2598
2684
|
}
|
|
2599
|
-
export declare
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
export interface Capabilities {
|
|
2615
|
-
ExportToCsv?: CapabilityState | undefined;
|
|
2616
|
-
ExportToExcel?: CapabilityState | undefined;
|
|
2617
|
-
CreateAndUpdateThemes?: CapabilityState | undefined;
|
|
2618
|
-
AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
|
|
2619
|
-
ShareAnalyses?: CapabilityState | undefined;
|
|
2620
|
-
CreateAndUpdateDatasets?: CapabilityState | undefined;
|
|
2621
|
-
ShareDatasets?: CapabilityState | undefined;
|
|
2622
|
-
SubscribeDashboardEmailReports?: CapabilityState | undefined;
|
|
2623
|
-
CreateAndUpdateDashboardEmailReports?: CapabilityState | undefined;
|
|
2624
|
-
ShareDashboards?: CapabilityState | undefined;
|
|
2625
|
-
CreateAndUpdateThresholdAlerts?: CapabilityState | undefined;
|
|
2626
|
-
RenameSharedFolders?: CapabilityState | undefined;
|
|
2627
|
-
CreateSharedFolders?: CapabilityState | undefined;
|
|
2628
|
-
CreateAndUpdateDataSources?: CapabilityState | undefined;
|
|
2629
|
-
ShareDataSources?: CapabilityState | undefined;
|
|
2630
|
-
ViewAccountSPICECapacity?: CapabilityState | undefined;
|
|
2631
|
-
CreateSPICEDataset?: CapabilityState | undefined;
|
|
2632
|
-
}
|
|
2633
|
-
export declare const ColumnDataType: {
|
|
2634
|
-
readonly DATETIME: "DATETIME";
|
|
2635
|
-
readonly DECIMAL: "DECIMAL";
|
|
2636
|
-
readonly INTEGER: "INTEGER";
|
|
2637
|
-
readonly STRING: "STRING";
|
|
2638
|
-
};
|
|
2639
|
-
export type ColumnDataType =
|
|
2640
|
-
(typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
2641
|
-
export declare const ColumnDataSubType: {
|
|
2642
|
-
readonly FIXED: "FIXED";
|
|
2643
|
-
readonly FLOAT: "FLOAT";
|
|
2644
|
-
};
|
|
2645
|
-
export type ColumnDataSubType =
|
|
2646
|
-
(typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
|
|
2647
|
-
export interface CastColumnTypeOperation {
|
|
2648
|
-
ColumnName: string | undefined;
|
|
2649
|
-
NewColumnType: ColumnDataType | undefined;
|
|
2650
|
-
SubType?: ColumnDataSubType | undefined;
|
|
2651
|
-
Format?: string | undefined;
|
|
2652
|
-
}
|
|
2653
|
-
export declare const CategoryFilterFunction: {
|
|
2654
|
-
readonly CONTAINS: "CONTAINS";
|
|
2655
|
-
readonly EXACT: "EXACT";
|
|
2656
|
-
};
|
|
2657
|
-
export type CategoryFilterFunction =
|
|
2658
|
-
(typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
|
|
2659
|
-
export declare const CategoryFilterType: {
|
|
2660
|
-
readonly CUSTOM_FILTER: "CUSTOM_FILTER";
|
|
2661
|
-
readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
|
|
2662
|
-
readonly FILTER_LIST: "FILTER_LIST";
|
|
2663
|
-
};
|
|
2664
|
-
export type CategoryFilterType =
|
|
2665
|
-
(typeof CategoryFilterType)[keyof typeof CategoryFilterType];
|
|
2666
|
-
export interface CellValueSynonym {
|
|
2667
|
-
CellValue?: string | undefined;
|
|
2668
|
-
Synonyms?: string[] | undefined;
|
|
2669
|
-
}
|
|
2670
|
-
export interface CollectiveConstant {
|
|
2671
|
-
ValueList?: string[] | undefined;
|
|
2672
|
-
}
|
|
2673
|
-
export declare const ColumnDataRole: {
|
|
2674
|
-
readonly DIMENSION: "DIMENSION";
|
|
2675
|
-
readonly MEASURE: "MEASURE";
|
|
2676
|
-
};
|
|
2677
|
-
export type ColumnDataRole =
|
|
2678
|
-
(typeof ColumnDataRole)[keyof typeof ColumnDataRole];
|
|
2679
|
-
export interface ColumnDescription {
|
|
2680
|
-
Text?: string | undefined;
|
|
2681
|
-
}
|
|
2682
|
-
export declare const GeoSpatialCountryCode: {
|
|
2683
|
-
readonly US: "US";
|
|
2684
|
-
};
|
|
2685
|
-
export type GeoSpatialCountryCode =
|
|
2686
|
-
(typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
|
|
2687
|
-
export interface GeoSpatialColumnGroup {
|
|
2688
|
-
Name: string | undefined;
|
|
2689
|
-
CountryCode?: GeoSpatialCountryCode | undefined;
|
|
2690
|
-
Columns: string[] | undefined;
|
|
2691
|
-
}
|
|
2692
|
-
export interface ColumnGroup {
|
|
2693
|
-
GeoSpatialColumnGroup?: GeoSpatialColumnGroup | undefined;
|
|
2694
|
-
}
|
|
2695
|
-
export interface ColumnGroupColumnSchema {
|
|
2696
|
-
Name?: string | undefined;
|
|
2697
|
-
}
|
|
2698
|
-
export interface ColumnGroupSchema {
|
|
2699
|
-
Name?: string | undefined;
|
|
2700
|
-
ColumnGroupColumnSchemaList?: ColumnGroupColumnSchema[] | undefined;
|
|
2701
|
-
}
|
|
2685
|
+
export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (
|
|
2686
|
+
obj: PivotTableCellConditionalFormatting
|
|
2687
|
+
) => any;
|
|
2688
|
+
export declare const PivotTableConditionalFormattingOptionFilterSensitiveLog: (
|
|
2689
|
+
obj: PivotTableConditionalFormattingOption
|
|
2690
|
+
) => any;
|
|
2691
|
+
export declare const PivotTableConditionalFormattingFilterSensitiveLog: (
|
|
2692
|
+
obj: PivotTableConditionalFormatting
|
|
2693
|
+
) => any;
|
|
2694
|
+
export declare const PivotTableVisualFilterSensitiveLog: (
|
|
2695
|
+
obj: PivotTableVisual
|
|
2696
|
+
) => any;
|
|
2697
|
+
export declare const PluginVisualFieldWellFilterSensitiveLog: (
|
|
2698
|
+
obj: PluginVisualFieldWell
|
|
2699
|
+
) => any;
|
|
2702
2700
|
export declare const PluginVisualConfigurationFilterSensitiveLog: (
|
|
2703
2701
|
obj: PluginVisualConfiguration
|
|
2704
2702
|
) => any;
|
|
@@ -2844,6 +2842,3 @@ export declare const TopicIRFilterSensitiveLog: (obj: TopicIR) => any;
|
|
|
2844
2842
|
export declare const CalculatedColumnFilterSensitiveLog: (
|
|
2845
2843
|
obj: CalculatedColumn
|
|
2846
2844
|
) => any;
|
|
2847
|
-
export declare const ColumnDescriptionFilterSensitiveLog: (
|
|
2848
|
-
obj: ColumnDescription
|
|
2849
|
-
) => any;
|