@aws-sdk/client-quicksight 3.613.0 → 3.615.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 +24 -0
- package/dist-cjs/index.js +778 -396
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
- package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +43 -16
- package/dist-es/models/models_1.js +5 -7
- package/dist-es/models/models_2.js +138 -101
- package/dist-es/models/models_3.js +70 -136
- package/dist-es/models/models_4.js +131 -2
- package/dist-es/protocols/Aws_restJson1.js +174 -4
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.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 -2
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +119 -115
- package/dist-types/models/models_1.d.ts +97 -68
- package/dist-types/models/models_2.d.ts +2333 -2490
- package/dist-types/models/models_3.d.ts +4173 -4215
- package/dist-types/models/models_4.d.ts +1183 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.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 +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +60 -38
- package/dist-types/ts3.4/models/models_1.d.ts +26 -25
- package/dist-types/ts3.4/models/models_2.d.ts +339 -316
- package/dist-types/ts3.4/models/models_3.d.ts +286 -313
- package/dist-types/ts3.4/models/models_4.d.ts +317 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +20 -20
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
|
+
AggregationFunction,
|
|
2
3
|
AxisBinding,
|
|
3
4
|
AxisDisplayOptions,
|
|
4
5
|
BarChartFieldWells,
|
|
5
6
|
BarChartOrientation,
|
|
6
|
-
BarChartSortConfiguration,
|
|
7
7
|
BarsArrangement,
|
|
8
8
|
ChartAxisLabelOptions,
|
|
9
9
|
ColumnIdentifier,
|
|
10
10
|
ColumnSort,
|
|
11
|
-
ColumnTooltipItem,
|
|
12
11
|
ContributionAnalysisDefault,
|
|
13
12
|
DataLabelOptions,
|
|
14
13
|
DataLabelPosition,
|
|
15
14
|
DimensionField,
|
|
16
15
|
FieldSort,
|
|
17
|
-
FieldSortOptions,
|
|
18
16
|
FontConfiguration,
|
|
19
17
|
FormatConfiguration,
|
|
20
18
|
HorizontalTextAlignment,
|
|
@@ -27,13 +25,37 @@ import {
|
|
|
27
25
|
SmallMultiplesOptions,
|
|
28
26
|
SortDirection,
|
|
29
27
|
TimeGranularity,
|
|
30
|
-
TooltipTarget,
|
|
31
28
|
URLTargetConfiguration,
|
|
32
29
|
Visibility,
|
|
33
30
|
VisualCustomAction,
|
|
34
31
|
VisualInteractionOptions,
|
|
35
32
|
WidgetStatus,
|
|
36
33
|
} from "./models_0";
|
|
34
|
+
export interface FieldSortOptions {
|
|
35
|
+
FieldSort?: FieldSort;
|
|
36
|
+
ColumnSort?: ColumnSort;
|
|
37
|
+
}
|
|
38
|
+
export interface BarChartSortConfiguration {
|
|
39
|
+
CategorySort?: FieldSortOptions[];
|
|
40
|
+
CategoryItemsLimit?: ItemsLimitConfiguration;
|
|
41
|
+
ColorSort?: FieldSortOptions[];
|
|
42
|
+
ColorItemsLimit?: ItemsLimitConfiguration;
|
|
43
|
+
SmallMultiplesSort?: FieldSortOptions[];
|
|
44
|
+
SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
|
|
45
|
+
}
|
|
46
|
+
export declare const TooltipTarget: {
|
|
47
|
+
readonly BAR: "BAR";
|
|
48
|
+
readonly BOTH: "BOTH";
|
|
49
|
+
readonly LINE: "LINE";
|
|
50
|
+
};
|
|
51
|
+
export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
|
|
52
|
+
export interface ColumnTooltipItem {
|
|
53
|
+
Column: ColumnIdentifier | undefined;
|
|
54
|
+
Label?: string;
|
|
55
|
+
Visibility?: Visibility;
|
|
56
|
+
Aggregation?: AggregationFunction;
|
|
57
|
+
TooltipTarget?: TooltipTarget;
|
|
58
|
+
}
|
|
37
59
|
export interface FieldTooltipItem {
|
|
38
60
|
FieldId: string | undefined;
|
|
39
61
|
Label?: string;
|
|
@@ -1730,21 +1752,6 @@ export interface WaterfallChartGroupColorConfiguration {
|
|
|
1730
1752
|
NegativeBarColor?: string;
|
|
1731
1753
|
TotalBarColor?: string;
|
|
1732
1754
|
}
|
|
1733
|
-
export interface WaterfallChartColorConfiguration {
|
|
1734
|
-
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
|
|
1735
|
-
}
|
|
1736
|
-
export interface WaterfallChartAggregatedFieldWells {
|
|
1737
|
-
Categories?: DimensionField[];
|
|
1738
|
-
Values?: MeasureField[];
|
|
1739
|
-
Breakdowns?: DimensionField[];
|
|
1740
|
-
}
|
|
1741
|
-
export interface WaterfallChartFieldWells {
|
|
1742
|
-
WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
|
|
1743
|
-
}
|
|
1744
|
-
export interface WaterfallChartSortConfiguration {
|
|
1745
|
-
CategorySort?: FieldSortOptions[];
|
|
1746
|
-
BreakdownItemsLimit?: ItemsLimitConfiguration;
|
|
1747
|
-
}
|
|
1748
1755
|
export declare const DataPathValueFilterSensitiveLog: (
|
|
1749
1756
|
obj: DataPathValue
|
|
1750
1757
|
) => any;
|
|
@@ -2124,9 +2131,3 @@ export declare const TreeMapConfigurationFilterSensitiveLog: (
|
|
|
2124
2131
|
export declare const TreeMapVisualFilterSensitiveLog: (
|
|
2125
2132
|
obj: TreeMapVisual
|
|
2126
2133
|
) => any;
|
|
2127
|
-
export declare const WaterfallChartAggregatedFieldWellsFilterSensitiveLog: (
|
|
2128
|
-
obj: WaterfallChartAggregatedFieldWells
|
|
2129
|
-
) => any;
|
|
2130
|
-
export declare const WaterfallChartFieldWellsFilterSensitiveLog: (
|
|
2131
|
-
obj: WaterfallChartFieldWells
|
|
2132
|
-
) => any;
|