@aws-sdk/client-quicksight 3.614.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 +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -22,10 +22,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
22
22
|
var src_exports = {};
|
|
23
23
|
__export(src_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
|
+
AggType: () => AggType,
|
|
25
26
|
AnalysisDefinitionFilterSensitiveLog: () => AnalysisDefinitionFilterSensitiveLog,
|
|
26
27
|
AnalysisErrorType: () => AnalysisErrorType,
|
|
27
28
|
AnalysisFilterAttribute: () => AnalysisFilterAttribute,
|
|
28
29
|
AnchorOption: () => AnchorOption,
|
|
30
|
+
AnchorType: () => AnchorType,
|
|
29
31
|
AnonymousUserSnapshotJobResultFilterSensitiveLog: () => AnonymousUserSnapshotJobResultFilterSensitiveLog,
|
|
30
32
|
ArcThickness: () => ArcThickness,
|
|
31
33
|
ArcThicknessOptions: () => ArcThicknessOptions,
|
|
@@ -57,6 +59,9 @@ __export(src_exports, {
|
|
|
57
59
|
BarChartVisualFilterSensitiveLog: () => BarChartVisualFilterSensitiveLog,
|
|
58
60
|
BarsArrangement: () => BarsArrangement,
|
|
59
61
|
BaseMapStyleType: () => BaseMapStyleType,
|
|
62
|
+
BatchCreateTopicReviewedAnswerCommand: () => BatchCreateTopicReviewedAnswerCommand,
|
|
63
|
+
BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: () => BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog,
|
|
64
|
+
BatchDeleteTopicReviewedAnswerCommand: () => BatchDeleteTopicReviewedAnswerCommand,
|
|
60
65
|
BodySectionConfigurationFilterSensitiveLog: () => BodySectionConfigurationFilterSensitiveLog,
|
|
61
66
|
BodySectionContentFilterSensitiveLog: () => BodySectionContentFilterSensitiveLog,
|
|
62
67
|
BoxPlotAggregatedFieldWellsFilterSensitiveLog: () => BoxPlotAggregatedFieldWellsFilterSensitiveLog,
|
|
@@ -91,6 +96,7 @@ __export(src_exports, {
|
|
|
91
96
|
ComparisonConfigurationFilterSensitiveLog: () => ComparisonConfigurationFilterSensitiveLog,
|
|
92
97
|
ComparisonFormatConfigurationFilterSensitiveLog: () => ComparisonFormatConfigurationFilterSensitiveLog,
|
|
93
98
|
ComparisonMethod: () => ComparisonMethod,
|
|
99
|
+
ComparisonMethodType: () => ComparisonMethodType,
|
|
94
100
|
ComputationFilterSensitiveLog: () => ComputationFilterSensitiveLog,
|
|
95
101
|
ConcurrentUpdatingException: () => ConcurrentUpdatingException,
|
|
96
102
|
ConditionalFormattingColorFilterSensitiveLog: () => ConditionalFormattingColorFilterSensitiveLog,
|
|
@@ -103,6 +109,8 @@ __export(src_exports, {
|
|
|
103
109
|
ConditionalFormattingSolidColorFilterSensitiveLog: () => ConditionalFormattingSolidColorFilterSensitiveLog,
|
|
104
110
|
ConflictException: () => ConflictException,
|
|
105
111
|
ConstantType: () => ConstantType,
|
|
112
|
+
ContributionAnalysisDirection: () => ContributionAnalysisDirection,
|
|
113
|
+
ContributionAnalysisSortType: () => ContributionAnalysisSortType,
|
|
106
114
|
CreateAccountCustomizationCommand: () => CreateAccountCustomizationCommand,
|
|
107
115
|
CreateAccountSubscriptionCommand: () => CreateAccountSubscriptionCommand,
|
|
108
116
|
CreateAnalysisCommand: () => CreateAnalysisCommand,
|
|
@@ -131,6 +139,7 @@ __export(src_exports, {
|
|
|
131
139
|
CreateTopicCommand: () => CreateTopicCommand,
|
|
132
140
|
CreateTopicRefreshScheduleCommand: () => CreateTopicRefreshScheduleCommand,
|
|
133
141
|
CreateTopicRequestFilterSensitiveLog: () => CreateTopicRequestFilterSensitiveLog,
|
|
142
|
+
CreateTopicReviewedAnswerFilterSensitiveLog: () => CreateTopicReviewedAnswerFilterSensitiveLog,
|
|
134
143
|
CreateVPCConnectionCommand: () => CreateVPCConnectionCommand,
|
|
135
144
|
CrossDatasetTypes: () => CrossDatasetTypes,
|
|
136
145
|
CurrencyDisplayFormatConfigurationFilterSensitiveLog: () => CurrencyDisplayFormatConfigurationFilterSensitiveLog,
|
|
@@ -408,6 +417,8 @@ __export(src_exports, {
|
|
|
408
417
|
ListThemeVersionsCommand: () => ListThemeVersionsCommand,
|
|
409
418
|
ListThemesCommand: () => ListThemesCommand,
|
|
410
419
|
ListTopicRefreshSchedulesCommand: () => ListTopicRefreshSchedulesCommand,
|
|
420
|
+
ListTopicReviewedAnswersCommand: () => ListTopicReviewedAnswersCommand,
|
|
421
|
+
ListTopicReviewedAnswersResponseFilterSensitiveLog: () => ListTopicReviewedAnswersResponseFilterSensitiveLog,
|
|
411
422
|
ListTopicsCommand: () => ListTopicsCommand,
|
|
412
423
|
ListUserGroupsCommand: () => ListUserGroupsCommand,
|
|
413
424
|
ListUsersCommand: () => ListUsersCommand,
|
|
@@ -428,6 +439,7 @@ __export(src_exports, {
|
|
|
428
439
|
NamespaceStatus: () => NamespaceStatus,
|
|
429
440
|
NegativeValueDisplayMode: () => NegativeValueDisplayMode,
|
|
430
441
|
NetworkInterfaceStatus: () => NetworkInterfaceStatus,
|
|
442
|
+
NullFilterOption: () => NullFilterOption,
|
|
431
443
|
NullValueFormatConfigurationFilterSensitiveLog: () => NullValueFormatConfigurationFilterSensitiveLog,
|
|
432
444
|
NumberDisplayFormatConfigurationFilterSensitiveLog: () => NumberDisplayFormatConfigurationFilterSensitiveLog,
|
|
433
445
|
NumberFormatConfigurationFilterSensitiveLog: () => NumberFormatConfigurationFilterSensitiveLog,
|
|
@@ -508,6 +520,7 @@ __export(src_exports, {
|
|
|
508
520
|
ResourceStatus: () => ResourceStatus,
|
|
509
521
|
ResourceUnavailableException: () => ResourceUnavailableException,
|
|
510
522
|
RestoreAnalysisCommand: () => RestoreAnalysisCommand,
|
|
523
|
+
ReviewedAnswerErrorCode: () => ReviewedAnswerErrorCode,
|
|
511
524
|
Role: () => Role,
|
|
512
525
|
RollingDateConfigurationFilterSensitiveLog: () => RollingDateConfigurationFilterSensitiveLog,
|
|
513
526
|
RowLevelPermissionFormatVersion: () => RowLevelPermissionFormatVersion,
|
|
@@ -621,6 +634,10 @@ __export(src_exports, {
|
|
|
621
634
|
TopicDateRangeFilterFilterSensitiveLog: () => TopicDateRangeFilterFilterSensitiveLog,
|
|
622
635
|
TopicDetailsFilterSensitiveLog: () => TopicDetailsFilterSensitiveLog,
|
|
623
636
|
TopicFilterFilterSensitiveLog: () => TopicFilterFilterSensitiveLog,
|
|
637
|
+
TopicIRFilterFunction: () => TopicIRFilterFunction,
|
|
638
|
+
TopicIRFilterSensitiveLog: () => TopicIRFilterSensitiveLog,
|
|
639
|
+
TopicIRFilterType: () => TopicIRFilterType,
|
|
640
|
+
TopicIRMetricFilterSensitiveLog: () => TopicIRMetricFilterSensitiveLog,
|
|
624
641
|
TopicNumericEqualityFilterFilterSensitiveLog: () => TopicNumericEqualityFilterFilterSensitiveLog,
|
|
625
642
|
TopicNumericRangeFilterFilterSensitiveLog: () => TopicNumericRangeFilterFilterSensitiveLog,
|
|
626
643
|
TopicNumericSeparatorSymbol: () => TopicNumericSeparatorSymbol,
|
|
@@ -628,10 +645,13 @@ __export(src_exports, {
|
|
|
628
645
|
TopicRefreshStatus: () => TopicRefreshStatus,
|
|
629
646
|
TopicRelativeDateFilterFilterSensitiveLog: () => TopicRelativeDateFilterFilterSensitiveLog,
|
|
630
647
|
TopicRelativeDateFilterFunction: () => TopicRelativeDateFilterFunction,
|
|
648
|
+
TopicReviewedAnswerFilterSensitiveLog: () => TopicReviewedAnswerFilterSensitiveLog,
|
|
631
649
|
TopicScheduleType: () => TopicScheduleType,
|
|
632
650
|
TopicSingularFilterConstantFilterSensitiveLog: () => TopicSingularFilterConstantFilterSensitiveLog,
|
|
651
|
+
TopicSortDirection: () => TopicSortDirection,
|
|
633
652
|
TopicTimeGranularity: () => TopicTimeGranularity,
|
|
634
653
|
TopicUserExperienceVersion: () => TopicUserExperienceVersion,
|
|
654
|
+
TopicVisualFilterSensitiveLog: () => TopicVisualFilterSensitiveLog,
|
|
635
655
|
TotalAggregationComputationFilterSensitiveLog: () => TotalAggregationComputationFilterSensitiveLog,
|
|
636
656
|
TransformOperation: () => TransformOperation,
|
|
637
657
|
TransformOperationFilterSensitiveLog: () => TransformOperationFilterSensitiveLog,
|
|
@@ -698,6 +718,7 @@ __export(src_exports, {
|
|
|
698
718
|
VisualCustomActionTrigger: () => VisualCustomActionTrigger,
|
|
699
719
|
VisualFilterSensitiveLog: () => VisualFilterSensitiveLog,
|
|
700
720
|
VisualPaletteFilterSensitiveLog: () => VisualPaletteFilterSensitiveLog,
|
|
721
|
+
VisualRole: () => VisualRole,
|
|
701
722
|
WaterfallChartAggregatedFieldWellsFilterSensitiveLog: () => WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
702
723
|
WaterfallChartConfigurationFilterSensitiveLog: () => WaterfallChartConfigurationFilterSensitiveLog,
|
|
703
724
|
WaterfallChartFieldWellsFilterSensitiveLog: () => WaterfallChartFieldWellsFilterSensitiveLog,
|
|
@@ -896,15 +917,16 @@ var QuickSightClient = _QuickSightClient;
|
|
|
896
917
|
// src/QuickSight.ts
|
|
897
918
|
|
|
898
919
|
|
|
899
|
-
// src/commands/
|
|
920
|
+
// src/commands/BatchCreateTopicReviewedAnswerCommand.ts
|
|
900
921
|
|
|
901
922
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
902
923
|
|
|
903
924
|
|
|
904
|
-
// src/
|
|
905
|
-
var import_core2 = require("@aws-sdk/core");
|
|
925
|
+
// src/models/models_4.ts
|
|
906
926
|
|
|
907
927
|
|
|
928
|
+
// src/models/models_2.ts
|
|
929
|
+
|
|
908
930
|
|
|
909
931
|
// src/models/models_0.ts
|
|
910
932
|
|
|
@@ -952,6 +974,38 @@ var DashboardBehavior = {
|
|
|
952
974
|
DISABLED: "DISABLED",
|
|
953
975
|
ENABLED: "ENABLED"
|
|
954
976
|
};
|
|
977
|
+
var AggType = {
|
|
978
|
+
AVERAGE: "AVERAGE",
|
|
979
|
+
COLUMN: "COLUMN",
|
|
980
|
+
COUNT: "COUNT",
|
|
981
|
+
CUSTOM: "CUSTOM",
|
|
982
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
983
|
+
MAX: "MAX",
|
|
984
|
+
MEDIAN: "MEDIAN",
|
|
985
|
+
MIN: "MIN",
|
|
986
|
+
PERCENTILE: "PERCENTILE",
|
|
987
|
+
PTD_AVERAGE: "PTD_AVERAGE",
|
|
988
|
+
PTD_COUNT: "PTD_COUNT",
|
|
989
|
+
PTD_DISTINCT_COUNT: "PTD_DISTINCT_COUNT",
|
|
990
|
+
PTD_MAX: "PTD_MAX",
|
|
991
|
+
PTD_MIN: "PTD_MIN",
|
|
992
|
+
PTD_SUM: "PTD_SUM",
|
|
993
|
+
STDEV: "STDEV",
|
|
994
|
+
STDEVP: "STDEVP",
|
|
995
|
+
SUM: "SUM",
|
|
996
|
+
VAR: "VAR",
|
|
997
|
+
VARP: "VARP"
|
|
998
|
+
};
|
|
999
|
+
var TopicTimeGranularity = {
|
|
1000
|
+
DAY: "DAY",
|
|
1001
|
+
HOUR: "HOUR",
|
|
1002
|
+
MINUTE: "MINUTE",
|
|
1003
|
+
MONTH: "MONTH",
|
|
1004
|
+
QUARTER: "QUARTER",
|
|
1005
|
+
SECOND: "SECOND",
|
|
1006
|
+
WEEK: "WEEK",
|
|
1007
|
+
YEAR: "YEAR"
|
|
1008
|
+
};
|
|
955
1009
|
var SimpleAttributeAggregationFunction = {
|
|
956
1010
|
UNIQUE_VALUE: "UNIQUE_VALUE"
|
|
957
1011
|
};
|
|
@@ -978,6 +1032,17 @@ var SimpleNumericalAggregationFunction = {
|
|
|
978
1032
|
VAR: "VAR",
|
|
979
1033
|
VARP: "VARP"
|
|
980
1034
|
};
|
|
1035
|
+
var TimeGranularity = {
|
|
1036
|
+
DAY: "DAY",
|
|
1037
|
+
HOUR: "HOUR",
|
|
1038
|
+
MILLISECOND: "MILLISECOND",
|
|
1039
|
+
MINUTE: "MINUTE",
|
|
1040
|
+
MONTH: "MONTH",
|
|
1041
|
+
QUARTER: "QUARTER",
|
|
1042
|
+
SECOND: "SECOND",
|
|
1043
|
+
WEEK: "WEEK",
|
|
1044
|
+
YEAR: "YEAR"
|
|
1045
|
+
};
|
|
981
1046
|
var SortDirection = {
|
|
982
1047
|
ASC: "ASC",
|
|
983
1048
|
DESC: "DESC"
|
|
@@ -1119,17 +1184,6 @@ var NumericFilterSelectAllOptions = {
|
|
|
1119
1184
|
var AnchorOption = {
|
|
1120
1185
|
NOW: "NOW"
|
|
1121
1186
|
};
|
|
1122
|
-
var TimeGranularity = {
|
|
1123
|
-
DAY: "DAY",
|
|
1124
|
-
HOUR: "HOUR",
|
|
1125
|
-
MILLISECOND: "MILLISECOND",
|
|
1126
|
-
MINUTE: "MINUTE",
|
|
1127
|
-
MONTH: "MONTH",
|
|
1128
|
-
QUARTER: "QUARTER",
|
|
1129
|
-
SECOND: "SECOND",
|
|
1130
|
-
WEEK: "WEEK",
|
|
1131
|
-
YEAR: "YEAR"
|
|
1132
|
-
};
|
|
1133
1187
|
var WidgetStatus = {
|
|
1134
1188
|
DISABLED: "DISABLED",
|
|
1135
1189
|
ENABLED: "ENABLED"
|
|
@@ -1271,11 +1325,6 @@ var OtherCategories = {
|
|
|
1271
1325
|
EXCLUDE: "EXCLUDE",
|
|
1272
1326
|
INCLUDE: "INCLUDE"
|
|
1273
1327
|
};
|
|
1274
|
-
var TooltipTarget = {
|
|
1275
|
-
BAR: "BAR",
|
|
1276
|
-
BOTH: "BOTH",
|
|
1277
|
-
LINE: "LINE"
|
|
1278
|
-
};
|
|
1279
1328
|
var CalculatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1280
1329
|
...obj,
|
|
1281
1330
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1660,11 +1709,13 @@ var ReferenceLineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1660
1709
|
}
|
|
1661
1710
|
}), "ReferenceLineFilterSensitiveLog");
|
|
1662
1711
|
|
|
1663
|
-
// src/models/models_2.ts
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
1712
|
// src/models/models_1.ts
|
|
1667
1713
|
|
|
1714
|
+
var TooltipTarget = {
|
|
1715
|
+
BAR: "BAR",
|
|
1716
|
+
BOTH: "BOTH",
|
|
1717
|
+
LINE: "LINE"
|
|
1718
|
+
};
|
|
1668
1719
|
var TooltipTitleType = {
|
|
1669
1720
|
NONE: "NONE",
|
|
1670
1721
|
PRIMARY_VALUE: "PRIMARY_VALUE"
|
|
@@ -2546,13 +2597,6 @@ var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2546
2597
|
var TreeMapVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2547
2598
|
...obj
|
|
2548
2599
|
}), "TreeMapVisualFilterSensitiveLog");
|
|
2549
|
-
var WaterfallChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2550
|
-
...obj,
|
|
2551
|
-
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2552
|
-
}), "WaterfallChartAggregatedFieldWellsFilterSensitiveLog");
|
|
2553
|
-
var WaterfallChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2554
|
-
...obj
|
|
2555
|
-
}), "WaterfallChartFieldWellsFilterSensitiveLog");
|
|
2556
2600
|
|
|
2557
2601
|
// src/models/models_2.ts
|
|
2558
2602
|
var WordCloudCloudLayout = {
|
|
@@ -2590,6 +2634,9 @@ var FilterOperator = {
|
|
|
2590
2634
|
StringEquals: "StringEquals",
|
|
2591
2635
|
StringLike: "StringLike"
|
|
2592
2636
|
};
|
|
2637
|
+
var AnchorType = {
|
|
2638
|
+
TODAY: "TODAY"
|
|
2639
|
+
};
|
|
2593
2640
|
var SnapshotFileFormatType = {
|
|
2594
2641
|
CSV: "CSV",
|
|
2595
2642
|
EXCEL: "EXCEL",
|
|
@@ -2752,6 +2799,99 @@ var AuthorSpecifiedAggregation = {
|
|
|
2752
2799
|
VAR: "VAR",
|
|
2753
2800
|
VARP: "VARP"
|
|
2754
2801
|
};
|
|
2802
|
+
var ContributionAnalysisDirection = {
|
|
2803
|
+
DECREASE: "DECREASE",
|
|
2804
|
+
INCREASE: "INCREASE",
|
|
2805
|
+
NEUTRAL: "NEUTRAL"
|
|
2806
|
+
};
|
|
2807
|
+
var ContributionAnalysisSortType = {
|
|
2808
|
+
ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE",
|
|
2809
|
+
CONTRIBUTION_PERCENTAGE: "CONTRIBUTION_PERCENTAGE",
|
|
2810
|
+
DEVIATION_FROM_EXPECTED: "DEVIATION_FROM_EXPECTED",
|
|
2811
|
+
PERCENTAGE_DIFFERENCE: "PERCENTAGE_DIFFERENCE"
|
|
2812
|
+
};
|
|
2813
|
+
var TopicSortDirection = {
|
|
2814
|
+
ASCENDING: "ASCENDING",
|
|
2815
|
+
DESCENDING: "DESCENDING"
|
|
2816
|
+
};
|
|
2817
|
+
var ConstantType = {
|
|
2818
|
+
COLLECTIVE: "COLLECTIVE",
|
|
2819
|
+
RANGE: "RANGE",
|
|
2820
|
+
SINGULAR: "SINGULAR"
|
|
2821
|
+
};
|
|
2822
|
+
var FilterClass = {
|
|
2823
|
+
CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
|
|
2824
|
+
ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
|
|
2825
|
+
NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER"
|
|
2826
|
+
};
|
|
2827
|
+
var TopicIRFilterType = {
|
|
2828
|
+
ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER",
|
|
2829
|
+
CATEGORY_FILTER: "CATEGORY_FILTER",
|
|
2830
|
+
DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
|
|
2831
|
+
EQUALS: "EQUALS",
|
|
2832
|
+
NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
|
|
2833
|
+
NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
|
|
2834
|
+
RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER",
|
|
2835
|
+
RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
|
|
2836
|
+
TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER"
|
|
2837
|
+
};
|
|
2838
|
+
var TopicIRFilterFunction = {
|
|
2839
|
+
CONTAINS: "CONTAINS",
|
|
2840
|
+
CONTAINS_STRING: "CONTAINS_STRING",
|
|
2841
|
+
ENDS_WITH: "ENDS_WITH",
|
|
2842
|
+
EXACT: "EXACT",
|
|
2843
|
+
LAST: "LAST",
|
|
2844
|
+
NEXT: "NEXT",
|
|
2845
|
+
NOW: "NOW",
|
|
2846
|
+
PREVIOUS: "PREVIOUS",
|
|
2847
|
+
STARTS_WITH: "STARTS_WITH",
|
|
2848
|
+
THIS: "THIS"
|
|
2849
|
+
};
|
|
2850
|
+
var NullFilterOption = {
|
|
2851
|
+
ALL_VALUES: "ALL_VALUES",
|
|
2852
|
+
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
2853
|
+
NULLS_ONLY: "NULLS_ONLY"
|
|
2854
|
+
};
|
|
2855
|
+
var DisplayFormat = {
|
|
2856
|
+
AUTO: "AUTO",
|
|
2857
|
+
CURRENCY: "CURRENCY",
|
|
2858
|
+
DATE: "DATE",
|
|
2859
|
+
NUMBER: "NUMBER",
|
|
2860
|
+
PERCENT: "PERCENT",
|
|
2861
|
+
STRING: "STRING"
|
|
2862
|
+
};
|
|
2863
|
+
var TopicNumericSeparatorSymbol = {
|
|
2864
|
+
COMMA: "COMMA",
|
|
2865
|
+
DOT: "DOT"
|
|
2866
|
+
};
|
|
2867
|
+
var ComparisonMethodType = {
|
|
2868
|
+
DIFF: "DIFF",
|
|
2869
|
+
DIFF_AS_PERC: "DIFF_AS_PERC",
|
|
2870
|
+
MOVING_AVERAGE: "MOVING_AVERAGE",
|
|
2871
|
+
PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
|
|
2872
|
+
PERC_DIFF: "PERC_DIFF",
|
|
2873
|
+
POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
|
|
2874
|
+
POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
|
|
2875
|
+
POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
|
|
2876
|
+
POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
|
|
2877
|
+
RUNNING_SUM: "RUNNING_SUM"
|
|
2878
|
+
};
|
|
2879
|
+
var VisualRole = {
|
|
2880
|
+
COMPLIMENTARY: "COMPLIMENTARY",
|
|
2881
|
+
FALLBACK: "FALLBACK",
|
|
2882
|
+
FRAGMENT: "FRAGMENT",
|
|
2883
|
+
MULTI_INTENT: "MULTI_INTENT",
|
|
2884
|
+
PRIMARY: "PRIMARY"
|
|
2885
|
+
};
|
|
2886
|
+
var ReviewedAnswerErrorCode = {
|
|
2887
|
+
DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
|
|
2888
|
+
DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
|
|
2889
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
2890
|
+
INVALID_DATA: "INVALID_DATA",
|
|
2891
|
+
INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
|
|
2892
|
+
MISSING_ANSWER: "MISSING_ANSWER",
|
|
2893
|
+
MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS"
|
|
2894
|
+
};
|
|
2755
2895
|
var _InternalFailureException = class _InternalFailureException extends QuickSightServiceException {
|
|
2756
2896
|
/**
|
|
2757
2897
|
* @internal
|
|
@@ -2801,65 +2941,84 @@ var ExceptionResourceType = {
|
|
|
2801
2941
|
USER: "USER",
|
|
2802
2942
|
VPC_CONNECTION: "VPC_CONNECTION"
|
|
2803
2943
|
};
|
|
2804
|
-
var
|
|
2944
|
+
var _ResourceNotFoundException = class _ResourceNotFoundException extends QuickSightServiceException {
|
|
2805
2945
|
/**
|
|
2806
2946
|
* @internal
|
|
2807
2947
|
*/
|
|
2808
2948
|
constructor(opts) {
|
|
2809
2949
|
super({
|
|
2810
|
-
name: "
|
|
2950
|
+
name: "ResourceNotFoundException",
|
|
2811
2951
|
$fault: "client",
|
|
2812
2952
|
...opts
|
|
2813
2953
|
});
|
|
2814
|
-
this.name = "
|
|
2954
|
+
this.name = "ResourceNotFoundException";
|
|
2815
2955
|
this.$fault = "client";
|
|
2816
|
-
Object.setPrototypeOf(this,
|
|
2956
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
2817
2957
|
this.Message = opts.Message;
|
|
2818
2958
|
this.ResourceType = opts.ResourceType;
|
|
2819
2959
|
this.RequestId = opts.RequestId;
|
|
2820
2960
|
}
|
|
2821
2961
|
};
|
|
2822
|
-
__name(
|
|
2823
|
-
var
|
|
2824
|
-
var
|
|
2962
|
+
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
2963
|
+
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
2964
|
+
var _ThrottlingException = class _ThrottlingException extends QuickSightServiceException {
|
|
2825
2965
|
/**
|
|
2826
2966
|
* @internal
|
|
2827
2967
|
*/
|
|
2828
2968
|
constructor(opts) {
|
|
2829
2969
|
super({
|
|
2830
|
-
name: "
|
|
2970
|
+
name: "ThrottlingException",
|
|
2831
2971
|
$fault: "client",
|
|
2832
2972
|
...opts
|
|
2833
2973
|
});
|
|
2834
|
-
this.name = "
|
|
2974
|
+
this.name = "ThrottlingException";
|
|
2835
2975
|
this.$fault = "client";
|
|
2836
|
-
Object.setPrototypeOf(this,
|
|
2976
|
+
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
2837
2977
|
this.Message = opts.Message;
|
|
2838
|
-
this.ResourceType = opts.ResourceType;
|
|
2839
2978
|
this.RequestId = opts.RequestId;
|
|
2840
2979
|
}
|
|
2841
2980
|
};
|
|
2842
|
-
__name(
|
|
2843
|
-
var
|
|
2844
|
-
var
|
|
2981
|
+
__name(_ThrottlingException, "ThrottlingException");
|
|
2982
|
+
var ThrottlingException = _ThrottlingException;
|
|
2983
|
+
var _ConflictException = class _ConflictException extends QuickSightServiceException {
|
|
2845
2984
|
/**
|
|
2846
2985
|
* @internal
|
|
2847
2986
|
*/
|
|
2848
2987
|
constructor(opts) {
|
|
2849
2988
|
super({
|
|
2850
|
-
name: "
|
|
2989
|
+
name: "ConflictException",
|
|
2851
2990
|
$fault: "client",
|
|
2852
2991
|
...opts
|
|
2853
2992
|
});
|
|
2854
|
-
this.name = "
|
|
2993
|
+
this.name = "ConflictException";
|
|
2855
2994
|
this.$fault = "client";
|
|
2856
|
-
Object.setPrototypeOf(this,
|
|
2995
|
+
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
2857
2996
|
this.Message = opts.Message;
|
|
2858
2997
|
this.RequestId = opts.RequestId;
|
|
2859
2998
|
}
|
|
2860
2999
|
};
|
|
2861
|
-
__name(
|
|
2862
|
-
var
|
|
3000
|
+
__name(_ConflictException, "ConflictException");
|
|
3001
|
+
var ConflictException = _ConflictException;
|
|
3002
|
+
var _ResourceExistsException = class _ResourceExistsException extends QuickSightServiceException {
|
|
3003
|
+
/**
|
|
3004
|
+
* @internal
|
|
3005
|
+
*/
|
|
3006
|
+
constructor(opts) {
|
|
3007
|
+
super({
|
|
3008
|
+
name: "ResourceExistsException",
|
|
3009
|
+
$fault: "client",
|
|
3010
|
+
...opts
|
|
3011
|
+
});
|
|
3012
|
+
this.name = "ResourceExistsException";
|
|
3013
|
+
this.$fault = "client";
|
|
3014
|
+
Object.setPrototypeOf(this, _ResourceExistsException.prototype);
|
|
3015
|
+
this.Message = opts.Message;
|
|
3016
|
+
this.ResourceType = opts.ResourceType;
|
|
3017
|
+
this.RequestId = opts.RequestId;
|
|
3018
|
+
}
|
|
3019
|
+
};
|
|
3020
|
+
__name(_ResourceExistsException, "ResourceExistsException");
|
|
3021
|
+
var ResourceExistsException = _ResourceExistsException;
|
|
2863
3022
|
var ColumnDataType = {
|
|
2864
3023
|
DATETIME: "DATETIME",
|
|
2865
3024
|
DECIMAL: "DECIMAL",
|
|
@@ -2927,30 +3086,6 @@ var _ConcurrentUpdatingException = class _ConcurrentUpdatingException extends Qu
|
|
|
2927
3086
|
};
|
|
2928
3087
|
__name(_ConcurrentUpdatingException, "ConcurrentUpdatingException");
|
|
2929
3088
|
var ConcurrentUpdatingException = _ConcurrentUpdatingException;
|
|
2930
|
-
var _ConflictException = class _ConflictException extends QuickSightServiceException {
|
|
2931
|
-
/**
|
|
2932
|
-
* @internal
|
|
2933
|
-
*/
|
|
2934
|
-
constructor(opts) {
|
|
2935
|
-
super({
|
|
2936
|
-
name: "ConflictException",
|
|
2937
|
-
$fault: "client",
|
|
2938
|
-
...opts
|
|
2939
|
-
});
|
|
2940
|
-
this.name = "ConflictException";
|
|
2941
|
-
this.$fault = "client";
|
|
2942
|
-
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
2943
|
-
this.Message = opts.Message;
|
|
2944
|
-
this.RequestId = opts.RequestId;
|
|
2945
|
-
}
|
|
2946
|
-
};
|
|
2947
|
-
__name(_ConflictException, "ConflictException");
|
|
2948
|
-
var ConflictException = _ConflictException;
|
|
2949
|
-
var ConstantType = {
|
|
2950
|
-
COLLECTIVE: "COLLECTIVE",
|
|
2951
|
-
RANGE: "RANGE",
|
|
2952
|
-
SINGULAR: "SINGULAR"
|
|
2953
|
-
};
|
|
2954
3089
|
var _ResourceUnavailableException = class _ResourceUnavailableException extends QuickSightServiceException {
|
|
2955
3090
|
/**
|
|
2956
3091
|
* @internal
|
|
@@ -3157,60 +3292,13 @@ var SharingModel = {
|
|
|
3157
3292
|
ACCOUNT: "ACCOUNT",
|
|
3158
3293
|
NAMESPACE: "NAMESPACE"
|
|
3159
3294
|
};
|
|
3160
|
-
var
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
};
|
|
3167
|
-
var IngestionType = {
|
|
3168
|
-
FULL_REFRESH: "FULL_REFRESH",
|
|
3169
|
-
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH"
|
|
3170
|
-
};
|
|
3171
|
-
var IngestionStatus = {
|
|
3172
|
-
CANCELLED: "CANCELLED",
|
|
3173
|
-
COMPLETED: "COMPLETED",
|
|
3174
|
-
FAILED: "FAILED",
|
|
3175
|
-
INITIALIZED: "INITIALIZED",
|
|
3176
|
-
QUEUED: "QUEUED",
|
|
3177
|
-
RUNNING: "RUNNING"
|
|
3178
|
-
};
|
|
3179
|
-
var IdentityStore = {
|
|
3180
|
-
QUICKSIGHT: "QUICKSIGHT"
|
|
3181
|
-
};
|
|
3182
|
-
var NamespaceStatus = {
|
|
3183
|
-
CREATED: "CREATED",
|
|
3184
|
-
CREATING: "CREATING",
|
|
3185
|
-
DELETING: "DELETING",
|
|
3186
|
-
NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
|
|
3187
|
-
RETRYABLE_FAILURE: "RETRYABLE_FAILURE"
|
|
3188
|
-
};
|
|
3189
|
-
var RefreshInterval = {
|
|
3190
|
-
DAILY: "DAILY",
|
|
3191
|
-
HOURLY: "HOURLY",
|
|
3192
|
-
MINUTE15: "MINUTE15",
|
|
3193
|
-
MINUTE30: "MINUTE30",
|
|
3194
|
-
MONTHLY: "MONTHLY",
|
|
3195
|
-
WEEKLY: "WEEKLY"
|
|
3196
|
-
};
|
|
3197
|
-
var DayOfWeek = {
|
|
3198
|
-
FRIDAY: "FRIDAY",
|
|
3199
|
-
MONDAY: "MONDAY",
|
|
3200
|
-
SATURDAY: "SATURDAY",
|
|
3201
|
-
SUNDAY: "SUNDAY",
|
|
3202
|
-
THURSDAY: "THURSDAY",
|
|
3203
|
-
TUESDAY: "TUESDAY",
|
|
3204
|
-
WEDNESDAY: "WEDNESDAY"
|
|
3205
|
-
};
|
|
3206
|
-
var Role = {
|
|
3207
|
-
ADMIN: "ADMIN",
|
|
3208
|
-
ADMIN_PRO: "ADMIN_PRO",
|
|
3209
|
-
AUTHOR: "AUTHOR",
|
|
3210
|
-
AUTHOR_PRO: "AUTHOR_PRO",
|
|
3211
|
-
READER: "READER",
|
|
3212
|
-
READER_PRO: "READER_PRO"
|
|
3213
|
-
};
|
|
3295
|
+
var WaterfallChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3296
|
+
...obj,
|
|
3297
|
+
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3298
|
+
}), "WaterfallChartAggregatedFieldWellsFilterSensitiveLog");
|
|
3299
|
+
var WaterfallChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3300
|
+
...obj
|
|
3301
|
+
}), "WaterfallChartFieldWellsFilterSensitiveLog");
|
|
3214
3302
|
var WaterfallChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3215
3303
|
...obj,
|
|
3216
3304
|
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) },
|
|
@@ -3294,6 +3382,14 @@ var AssetBundleImportSourceDescriptionFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
3294
3382
|
...obj,
|
|
3295
3383
|
...obj.Body && { Body: import_smithy_client.SENSITIVE_STRING }
|
|
3296
3384
|
}), "AssetBundleImportSourceDescriptionFilterSensitiveLog");
|
|
3385
|
+
var TopicIRMetricFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3386
|
+
...obj,
|
|
3387
|
+
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
3388
|
+
}), "TopicIRMetricFilterSensitiveLog");
|
|
3389
|
+
var TopicIRFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3390
|
+
...obj,
|
|
3391
|
+
...obj.Metrics && { Metrics: obj.Metrics.map((item) => TopicIRMetricFilterSensitiveLog(item)) }
|
|
3392
|
+
}), "TopicIRFilterSensitiveLog");
|
|
3297
3393
|
var CalculatedColumnFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3298
3394
|
...obj,
|
|
3299
3395
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -3420,24 +3516,285 @@ var CreateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
3420
3516
|
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
3421
3517
|
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
3422
3518
|
}), "CreateDataSourceRequestFilterSensitiveLog");
|
|
3423
|
-
|
|
3519
|
+
|
|
3520
|
+
// src/models/models_4.ts
|
|
3521
|
+
var FolderFilterAttribute = {
|
|
3522
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3523
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3524
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
3525
|
+
FOLDER_NAME: "FOLDER_NAME",
|
|
3526
|
+
PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN",
|
|
3527
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
3528
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3529
|
+
};
|
|
3530
|
+
var _SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesInvalidException extends QuickSightServiceException {
|
|
3531
|
+
/**
|
|
3532
|
+
* @internal
|
|
3533
|
+
*/
|
|
3534
|
+
constructor(opts) {
|
|
3535
|
+
super({
|
|
3536
|
+
name: "SessionLifetimeInMinutesInvalidException",
|
|
3537
|
+
$fault: "client",
|
|
3538
|
+
...opts
|
|
3539
|
+
});
|
|
3540
|
+
this.name = "SessionLifetimeInMinutesInvalidException";
|
|
3541
|
+
this.$fault = "client";
|
|
3542
|
+
Object.setPrototypeOf(this, _SessionLifetimeInMinutesInvalidException.prototype);
|
|
3543
|
+
this.Message = opts.Message;
|
|
3544
|
+
this.RequestId = opts.RequestId;
|
|
3545
|
+
}
|
|
3546
|
+
};
|
|
3547
|
+
__name(_SessionLifetimeInMinutesInvalidException, "SessionLifetimeInMinutesInvalidException");
|
|
3548
|
+
var SessionLifetimeInMinutesInvalidException = _SessionLifetimeInMinutesInvalidException;
|
|
3549
|
+
var _UnsupportedPricingPlanException = class _UnsupportedPricingPlanException extends QuickSightServiceException {
|
|
3550
|
+
/**
|
|
3551
|
+
* @internal
|
|
3552
|
+
*/
|
|
3553
|
+
constructor(opts) {
|
|
3554
|
+
super({
|
|
3555
|
+
name: "UnsupportedPricingPlanException",
|
|
3556
|
+
$fault: "client",
|
|
3557
|
+
...opts
|
|
3558
|
+
});
|
|
3559
|
+
this.name = "UnsupportedPricingPlanException";
|
|
3560
|
+
this.$fault = "client";
|
|
3561
|
+
Object.setPrototypeOf(this, _UnsupportedPricingPlanException.prototype);
|
|
3562
|
+
this.Message = opts.Message;
|
|
3563
|
+
this.RequestId = opts.RequestId;
|
|
3564
|
+
}
|
|
3565
|
+
};
|
|
3566
|
+
__name(_UnsupportedPricingPlanException, "UnsupportedPricingPlanException");
|
|
3567
|
+
var UnsupportedPricingPlanException = _UnsupportedPricingPlanException;
|
|
3568
|
+
var _QuickSightUserNotFoundException = class _QuickSightUserNotFoundException extends QuickSightServiceException {
|
|
3569
|
+
/**
|
|
3570
|
+
* @internal
|
|
3571
|
+
*/
|
|
3572
|
+
constructor(opts) {
|
|
3573
|
+
super({
|
|
3574
|
+
name: "QuickSightUserNotFoundException",
|
|
3575
|
+
$fault: "client",
|
|
3576
|
+
...opts
|
|
3577
|
+
});
|
|
3578
|
+
this.name = "QuickSightUserNotFoundException";
|
|
3579
|
+
this.$fault = "client";
|
|
3580
|
+
Object.setPrototypeOf(this, _QuickSightUserNotFoundException.prototype);
|
|
3581
|
+
this.Message = opts.Message;
|
|
3582
|
+
this.RequestId = opts.RequestId;
|
|
3583
|
+
}
|
|
3584
|
+
};
|
|
3585
|
+
__name(_QuickSightUserNotFoundException, "QuickSightUserNotFoundException");
|
|
3586
|
+
var QuickSightUserNotFoundException = _QuickSightUserNotFoundException;
|
|
3587
|
+
var _IdentityTypeNotSupportedException = class _IdentityTypeNotSupportedException extends QuickSightServiceException {
|
|
3588
|
+
/**
|
|
3589
|
+
* @internal
|
|
3590
|
+
*/
|
|
3591
|
+
constructor(opts) {
|
|
3592
|
+
super({
|
|
3593
|
+
name: "IdentityTypeNotSupportedException",
|
|
3594
|
+
$fault: "client",
|
|
3595
|
+
...opts
|
|
3596
|
+
});
|
|
3597
|
+
this.name = "IdentityTypeNotSupportedException";
|
|
3598
|
+
this.$fault = "client";
|
|
3599
|
+
Object.setPrototypeOf(this, _IdentityTypeNotSupportedException.prototype);
|
|
3600
|
+
this.Message = opts.Message;
|
|
3601
|
+
this.RequestId = opts.RequestId;
|
|
3602
|
+
}
|
|
3603
|
+
};
|
|
3604
|
+
__name(_IdentityTypeNotSupportedException, "IdentityTypeNotSupportedException");
|
|
3605
|
+
var IdentityTypeNotSupportedException = _IdentityTypeNotSupportedException;
|
|
3606
|
+
var GroupFilterAttribute = {
|
|
3607
|
+
GROUP_NAME: "GROUP_NAME"
|
|
3608
|
+
};
|
|
3609
|
+
var GroupFilterOperator = {
|
|
3610
|
+
StartsWith: "StartsWith"
|
|
3611
|
+
};
|
|
3612
|
+
var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
|
|
3613
|
+
/**
|
|
3614
|
+
* @internal
|
|
3615
|
+
*/
|
|
3616
|
+
constructor(opts) {
|
|
3617
|
+
super({
|
|
3618
|
+
name: "InvalidRequestException",
|
|
3619
|
+
$fault: "client",
|
|
3620
|
+
...opts
|
|
3621
|
+
});
|
|
3622
|
+
this.name = "InvalidRequestException";
|
|
3623
|
+
this.$fault = "client";
|
|
3624
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
3625
|
+
this.Message = opts.Message;
|
|
3626
|
+
this.RequestId = opts.RequestId;
|
|
3627
|
+
}
|
|
3628
|
+
};
|
|
3629
|
+
__name(_InvalidRequestException, "InvalidRequestException");
|
|
3630
|
+
var InvalidRequestException = _InvalidRequestException;
|
|
3631
|
+
var PurchaseMode = {
|
|
3632
|
+
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
3633
|
+
MANUAL: "MANUAL"
|
|
3634
|
+
};
|
|
3635
|
+
var SessionTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3424
3636
|
...obj,
|
|
3425
|
-
...obj.
|
|
3426
|
-
|
|
3637
|
+
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
3638
|
+
}), "SessionTagFilterSensitiveLog");
|
|
3639
|
+
var GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3640
|
+
...obj,
|
|
3641
|
+
...obj.SessionTags && { SessionTags: obj.SessionTags.map((item) => SessionTagFilterSensitiveLog(item)) }
|
|
3642
|
+
}), "GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog");
|
|
3643
|
+
var GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3644
|
+
...obj,
|
|
3645
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
3646
|
+
}), "GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog");
|
|
3647
|
+
var GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3648
|
+
...obj,
|
|
3649
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
3650
|
+
}), "GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog");
|
|
3651
|
+
var GetDashboardEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3652
|
+
...obj,
|
|
3653
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
3654
|
+
}), "GetDashboardEmbedUrlResponseFilterSensitiveLog");
|
|
3655
|
+
var GetSessionEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3656
|
+
...obj,
|
|
3657
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
3658
|
+
}), "GetSessionEmbedUrlResponseFilterSensitiveLog");
|
|
3659
|
+
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3660
|
+
...obj,
|
|
3661
|
+
...obj.AssetBundleImportSource && {
|
|
3662
|
+
AssetBundleImportSource: AssetBundleImportSourceFilterSensitiveLog(obj.AssetBundleImportSource)
|
|
3663
|
+
}
|
|
3664
|
+
}), "StartAssetBundleImportJobRequestFilterSensitiveLog");
|
|
3665
|
+
var SnapshotAnonymousUserFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3666
|
+
...obj,
|
|
3667
|
+
...obj.RowLevelPermissionTags && {
|
|
3668
|
+
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item))
|
|
3669
|
+
}
|
|
3670
|
+
}), "SnapshotAnonymousUserFilterSensitiveLog");
|
|
3671
|
+
var SnapshotUserConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3672
|
+
...obj
|
|
3673
|
+
}), "SnapshotUserConfigurationFilterSensitiveLog");
|
|
3674
|
+
var StartDashboardSnapshotJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3675
|
+
...obj
|
|
3676
|
+
}), "StartDashboardSnapshotJobRequestFilterSensitiveLog");
|
|
3677
|
+
var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3678
|
+
...obj,
|
|
3679
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3680
|
+
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
3681
|
+
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3682
|
+
...obj,
|
|
3683
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3684
|
+
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
3685
|
+
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3686
|
+
...obj,
|
|
3687
|
+
...obj.PhysicalTableMap && {
|
|
3688
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
3689
|
+
(acc, [key, value]) => (acc[key] = value, acc),
|
|
3690
|
+
{}
|
|
3691
|
+
)
|
|
3427
3692
|
},
|
|
3428
|
-
...obj.
|
|
3429
|
-
|
|
3693
|
+
...obj.LogicalTableMap && {
|
|
3694
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
3695
|
+
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
3696
|
+
{}
|
|
3697
|
+
)
|
|
3430
3698
|
},
|
|
3431
|
-
...obj.
|
|
3432
|
-
|
|
3699
|
+
...obj.RowLevelPermissionTagConfiguration && {
|
|
3700
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
3701
|
+
obj.RowLevelPermissionTagConfiguration
|
|
3702
|
+
)
|
|
3433
3703
|
}
|
|
3434
|
-
}), "
|
|
3435
|
-
var
|
|
3704
|
+
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
3705
|
+
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3706
|
+
...obj,
|
|
3707
|
+
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
3708
|
+
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
3709
|
+
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
3710
|
+
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3436
3711
|
...obj
|
|
3437
|
-
}), "
|
|
3712
|
+
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
3713
|
+
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3714
|
+
...obj
|
|
3715
|
+
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
3716
|
+
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3717
|
+
...obj,
|
|
3718
|
+
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
3719
|
+
}), "TopicVisualFilterSensitiveLog");
|
|
3720
|
+
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3721
|
+
...obj,
|
|
3722
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3723
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3724
|
+
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
3725
|
+
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3726
|
+
...obj,
|
|
3727
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3728
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3729
|
+
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
3730
|
+
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3731
|
+
...obj
|
|
3732
|
+
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
3733
|
+
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3734
|
+
...obj
|
|
3735
|
+
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
3736
|
+
|
|
3737
|
+
// src/protocols/Aws_restJson1.ts
|
|
3738
|
+
var import_core2 = require("@aws-sdk/core");
|
|
3739
|
+
|
|
3740
|
+
|
|
3438
3741
|
|
|
3439
3742
|
// src/models/models_3.ts
|
|
3440
3743
|
|
|
3744
|
+
var MemberType = {
|
|
3745
|
+
ANALYSIS: "ANALYSIS",
|
|
3746
|
+
DASHBOARD: "DASHBOARD",
|
|
3747
|
+
DATASET: "DATASET",
|
|
3748
|
+
DATASOURCE: "DATASOURCE",
|
|
3749
|
+
TOPIC: "TOPIC"
|
|
3750
|
+
};
|
|
3751
|
+
var IngestionType = {
|
|
3752
|
+
FULL_REFRESH: "FULL_REFRESH",
|
|
3753
|
+
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH"
|
|
3754
|
+
};
|
|
3755
|
+
var IngestionStatus = {
|
|
3756
|
+
CANCELLED: "CANCELLED",
|
|
3757
|
+
COMPLETED: "COMPLETED",
|
|
3758
|
+
FAILED: "FAILED",
|
|
3759
|
+
INITIALIZED: "INITIALIZED",
|
|
3760
|
+
QUEUED: "QUEUED",
|
|
3761
|
+
RUNNING: "RUNNING"
|
|
3762
|
+
};
|
|
3763
|
+
var IdentityStore = {
|
|
3764
|
+
QUICKSIGHT: "QUICKSIGHT"
|
|
3765
|
+
};
|
|
3766
|
+
var NamespaceStatus = {
|
|
3767
|
+
CREATED: "CREATED",
|
|
3768
|
+
CREATING: "CREATING",
|
|
3769
|
+
DELETING: "DELETING",
|
|
3770
|
+
NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
|
|
3771
|
+
RETRYABLE_FAILURE: "RETRYABLE_FAILURE"
|
|
3772
|
+
};
|
|
3773
|
+
var RefreshInterval = {
|
|
3774
|
+
DAILY: "DAILY",
|
|
3775
|
+
HOURLY: "HOURLY",
|
|
3776
|
+
MINUTE15: "MINUTE15",
|
|
3777
|
+
MINUTE30: "MINUTE30",
|
|
3778
|
+
MONTHLY: "MONTHLY",
|
|
3779
|
+
WEEKLY: "WEEKLY"
|
|
3780
|
+
};
|
|
3781
|
+
var DayOfWeek = {
|
|
3782
|
+
FRIDAY: "FRIDAY",
|
|
3783
|
+
MONDAY: "MONDAY",
|
|
3784
|
+
SATURDAY: "SATURDAY",
|
|
3785
|
+
SUNDAY: "SUNDAY",
|
|
3786
|
+
THURSDAY: "THURSDAY",
|
|
3787
|
+
TUESDAY: "TUESDAY",
|
|
3788
|
+
WEDNESDAY: "WEDNESDAY"
|
|
3789
|
+
};
|
|
3790
|
+
var Role = {
|
|
3791
|
+
ADMIN: "ADMIN",
|
|
3792
|
+
ADMIN_PRO: "ADMIN_PRO",
|
|
3793
|
+
AUTHOR: "AUTHOR",
|
|
3794
|
+
AUTHOR_PRO: "AUTHOR_PRO",
|
|
3795
|
+
READER: "READER",
|
|
3796
|
+
READER_PRO: "READER_PRO"
|
|
3797
|
+
};
|
|
3441
3798
|
var DefaultAggregation = {
|
|
3442
3799
|
AVERAGE: "AVERAGE",
|
|
3443
3800
|
COUNT: "COUNT",
|
|
@@ -3451,33 +3808,6 @@ var DefaultAggregation = {
|
|
|
3451
3808
|
VAR: "VAR",
|
|
3452
3809
|
VARP: "VARP"
|
|
3453
3810
|
};
|
|
3454
|
-
var DisplayFormat = {
|
|
3455
|
-
AUTO: "AUTO",
|
|
3456
|
-
CURRENCY: "CURRENCY",
|
|
3457
|
-
DATE: "DATE",
|
|
3458
|
-
NUMBER: "NUMBER",
|
|
3459
|
-
PERCENT: "PERCENT",
|
|
3460
|
-
STRING: "STRING"
|
|
3461
|
-
};
|
|
3462
|
-
var TopicNumericSeparatorSymbol = {
|
|
3463
|
-
COMMA: "COMMA",
|
|
3464
|
-
DOT: "DOT"
|
|
3465
|
-
};
|
|
3466
|
-
var TopicTimeGranularity = {
|
|
3467
|
-
DAY: "DAY",
|
|
3468
|
-
HOUR: "HOUR",
|
|
3469
|
-
MINUTE: "MINUTE",
|
|
3470
|
-
MONTH: "MONTH",
|
|
3471
|
-
QUARTER: "QUARTER",
|
|
3472
|
-
SECOND: "SECOND",
|
|
3473
|
-
WEEK: "WEEK",
|
|
3474
|
-
YEAR: "YEAR"
|
|
3475
|
-
};
|
|
3476
|
-
var FilterClass = {
|
|
3477
|
-
CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
|
|
3478
|
-
ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
|
|
3479
|
-
NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER"
|
|
3480
|
-
};
|
|
3481
3811
|
var NamedFilterType = {
|
|
3482
3812
|
CATEGORY_FILTER: "CATEGORY_FILTER",
|
|
3483
3813
|
DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
|
|
@@ -3764,116 +4094,21 @@ var EmbeddingIdentityType = {
|
|
|
3764
4094
|
IAM: "IAM",
|
|
3765
4095
|
QUICKSIGHT: "QUICKSIGHT"
|
|
3766
4096
|
};
|
|
3767
|
-
var
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
/**
|
|
3778
|
-
* @internal
|
|
3779
|
-
*/
|
|
3780
|
-
constructor(opts) {
|
|
3781
|
-
super({
|
|
3782
|
-
name: "SessionLifetimeInMinutesInvalidException",
|
|
3783
|
-
$fault: "client",
|
|
3784
|
-
...opts
|
|
3785
|
-
});
|
|
3786
|
-
this.name = "SessionLifetimeInMinutesInvalidException";
|
|
3787
|
-
this.$fault = "client";
|
|
3788
|
-
Object.setPrototypeOf(this, _SessionLifetimeInMinutesInvalidException.prototype);
|
|
3789
|
-
this.Message = opts.Message;
|
|
3790
|
-
this.RequestId = opts.RequestId;
|
|
3791
|
-
}
|
|
3792
|
-
};
|
|
3793
|
-
__name(_SessionLifetimeInMinutesInvalidException, "SessionLifetimeInMinutesInvalidException");
|
|
3794
|
-
var SessionLifetimeInMinutesInvalidException = _SessionLifetimeInMinutesInvalidException;
|
|
3795
|
-
var _UnsupportedPricingPlanException = class _UnsupportedPricingPlanException extends QuickSightServiceException {
|
|
3796
|
-
/**
|
|
3797
|
-
* @internal
|
|
3798
|
-
*/
|
|
3799
|
-
constructor(opts) {
|
|
3800
|
-
super({
|
|
3801
|
-
name: "UnsupportedPricingPlanException",
|
|
3802
|
-
$fault: "client",
|
|
3803
|
-
...opts
|
|
3804
|
-
});
|
|
3805
|
-
this.name = "UnsupportedPricingPlanException";
|
|
3806
|
-
this.$fault = "client";
|
|
3807
|
-
Object.setPrototypeOf(this, _UnsupportedPricingPlanException.prototype);
|
|
3808
|
-
this.Message = opts.Message;
|
|
3809
|
-
this.RequestId = opts.RequestId;
|
|
3810
|
-
}
|
|
3811
|
-
};
|
|
3812
|
-
__name(_UnsupportedPricingPlanException, "UnsupportedPricingPlanException");
|
|
3813
|
-
var UnsupportedPricingPlanException = _UnsupportedPricingPlanException;
|
|
3814
|
-
var _QuickSightUserNotFoundException = class _QuickSightUserNotFoundException extends QuickSightServiceException {
|
|
3815
|
-
/**
|
|
3816
|
-
* @internal
|
|
3817
|
-
*/
|
|
3818
|
-
constructor(opts) {
|
|
3819
|
-
super({
|
|
3820
|
-
name: "QuickSightUserNotFoundException",
|
|
3821
|
-
$fault: "client",
|
|
3822
|
-
...opts
|
|
3823
|
-
});
|
|
3824
|
-
this.name = "QuickSightUserNotFoundException";
|
|
3825
|
-
this.$fault = "client";
|
|
3826
|
-
Object.setPrototypeOf(this, _QuickSightUserNotFoundException.prototype);
|
|
3827
|
-
this.Message = opts.Message;
|
|
3828
|
-
this.RequestId = opts.RequestId;
|
|
3829
|
-
}
|
|
3830
|
-
};
|
|
3831
|
-
__name(_QuickSightUserNotFoundException, "QuickSightUserNotFoundException");
|
|
3832
|
-
var QuickSightUserNotFoundException = _QuickSightUserNotFoundException;
|
|
3833
|
-
var _IdentityTypeNotSupportedException = class _IdentityTypeNotSupportedException extends QuickSightServiceException {
|
|
3834
|
-
/**
|
|
3835
|
-
* @internal
|
|
3836
|
-
*/
|
|
3837
|
-
constructor(opts) {
|
|
3838
|
-
super({
|
|
3839
|
-
name: "IdentityTypeNotSupportedException",
|
|
3840
|
-
$fault: "client",
|
|
3841
|
-
...opts
|
|
3842
|
-
});
|
|
3843
|
-
this.name = "IdentityTypeNotSupportedException";
|
|
3844
|
-
this.$fault = "client";
|
|
3845
|
-
Object.setPrototypeOf(this, _IdentityTypeNotSupportedException.prototype);
|
|
3846
|
-
this.Message = opts.Message;
|
|
3847
|
-
this.RequestId = opts.RequestId;
|
|
3848
|
-
}
|
|
3849
|
-
};
|
|
3850
|
-
__name(_IdentityTypeNotSupportedException, "IdentityTypeNotSupportedException");
|
|
3851
|
-
var IdentityTypeNotSupportedException = _IdentityTypeNotSupportedException;
|
|
3852
|
-
var GroupFilterAttribute = {
|
|
3853
|
-
GROUP_NAME: "GROUP_NAME"
|
|
3854
|
-
};
|
|
3855
|
-
var GroupFilterOperator = {
|
|
3856
|
-
StartsWith: "StartsWith"
|
|
3857
|
-
};
|
|
3858
|
-
var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
|
|
3859
|
-
/**
|
|
3860
|
-
* @internal
|
|
3861
|
-
*/
|
|
3862
|
-
constructor(opts) {
|
|
3863
|
-
super({
|
|
3864
|
-
name: "InvalidRequestException",
|
|
3865
|
-
$fault: "client",
|
|
3866
|
-
...opts
|
|
3867
|
-
});
|
|
3868
|
-
this.name = "InvalidRequestException";
|
|
3869
|
-
this.$fault = "client";
|
|
3870
|
-
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
3871
|
-
this.Message = opts.Message;
|
|
3872
|
-
this.RequestId = opts.RequestId;
|
|
4097
|
+
var TemplateVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4098
|
+
...obj,
|
|
4099
|
+
...obj.CalculatedFields && {
|
|
4100
|
+
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item))
|
|
4101
|
+
},
|
|
4102
|
+
...obj.ParameterDeclarations && {
|
|
4103
|
+
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item))
|
|
4104
|
+
},
|
|
4105
|
+
...obj.ColumnConfigurations && {
|
|
4106
|
+
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item))
|
|
3873
4107
|
}
|
|
3874
|
-
};
|
|
3875
|
-
__name(
|
|
3876
|
-
|
|
4108
|
+
}), "TemplateVersionDefinitionFilterSensitiveLog");
|
|
4109
|
+
var CreateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4110
|
+
...obj
|
|
4111
|
+
}), "CreateTemplateRequestFilterSensitiveLog");
|
|
3877
4112
|
var SemanticTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3878
4113
|
...obj,
|
|
3879
4114
|
...obj.TruthyCellValue && { TruthyCellValue: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -4006,32 +4241,42 @@ var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __nam
|
|
|
4006
4241
|
var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4007
4242
|
...obj
|
|
4008
4243
|
}), "DescribeTopicResponseFilterSensitiveLog");
|
|
4009
|
-
var SessionTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4010
|
-
...obj,
|
|
4011
|
-
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
4012
|
-
}), "SessionTagFilterSensitiveLog");
|
|
4013
|
-
var GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4014
|
-
...obj,
|
|
4015
|
-
...obj.SessionTags && { SessionTags: obj.SessionTags.map((item) => SessionTagFilterSensitiveLog(item)) }
|
|
4016
|
-
}), "GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog");
|
|
4017
|
-
var GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4018
|
-
...obj,
|
|
4019
|
-
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4020
|
-
}), "GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog");
|
|
4021
|
-
var GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4022
|
-
...obj,
|
|
4023
|
-
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4024
|
-
}), "GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog");
|
|
4025
|
-
var GetDashboardEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4026
|
-
...obj,
|
|
4027
|
-
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4028
|
-
}), "GetDashboardEmbedUrlResponseFilterSensitiveLog");
|
|
4029
|
-
var GetSessionEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4030
|
-
...obj,
|
|
4031
|
-
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4032
|
-
}), "GetSessionEmbedUrlResponseFilterSensitiveLog");
|
|
4033
4244
|
|
|
4034
4245
|
// src/protocols/Aws_restJson1.ts
|
|
4246
|
+
var se_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4247
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4248
|
+
const headers = {
|
|
4249
|
+
"content-type": "application/json"
|
|
4250
|
+
};
|
|
4251
|
+
b.bp("/accounts/{AwsAccountId}/topics/{TopicId}/batch-create-reviewed-answers");
|
|
4252
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4253
|
+
b.p("TopicId", () => input.TopicId, "{TopicId}", false);
|
|
4254
|
+
let body;
|
|
4255
|
+
body = JSON.stringify(
|
|
4256
|
+
(0, import_smithy_client.take)(input, {
|
|
4257
|
+
Answers: (_) => se_CreateTopicReviewedAnswers(_, context)
|
|
4258
|
+
})
|
|
4259
|
+
);
|
|
4260
|
+
b.m("POST").h(headers).b(body);
|
|
4261
|
+
return b.build();
|
|
4262
|
+
}, "se_BatchCreateTopicReviewedAnswerCommand");
|
|
4263
|
+
var se_BatchDeleteTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4264
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4265
|
+
const headers = {
|
|
4266
|
+
"content-type": "application/json"
|
|
4267
|
+
};
|
|
4268
|
+
b.bp("/accounts/{AwsAccountId}/topics/{TopicId}/batch-delete-reviewed-answers");
|
|
4269
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
4270
|
+
b.p("TopicId", () => input.TopicId, "{TopicId}", false);
|
|
4271
|
+
let body;
|
|
4272
|
+
body = JSON.stringify(
|
|
4273
|
+
(0, import_smithy_client.take)(input, {
|
|
4274
|
+
AnswerIds: (_) => (0, import_smithy_client._json)(_)
|
|
4275
|
+
})
|
|
4276
|
+
);
|
|
4277
|
+
b.m("POST").h(headers).b(body);
|
|
4278
|
+
return b.build();
|
|
4279
|
+
}, "se_BatchDeleteTopicReviewedAnswerCommand");
|
|
4035
4280
|
var se_CancelIngestionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4036
4281
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4037
4282
|
const headers = {};
|
|
@@ -5678,6 +5923,16 @@ var se_ListTopicRefreshSchedulesCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
5678
5923
|
b.m("GET").h(headers).b(body);
|
|
5679
5924
|
return b.build();
|
|
5680
5925
|
}, "se_ListTopicRefreshSchedulesCommand");
|
|
5926
|
+
var se_ListTopicReviewedAnswersCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5927
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5928
|
+
const headers = {};
|
|
5929
|
+
b.bp("/accounts/{AwsAccountId}/topics/{TopicId}/reviewed-answers");
|
|
5930
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5931
|
+
b.p("TopicId", () => input.TopicId, "{TopicId}", false);
|
|
5932
|
+
let body;
|
|
5933
|
+
b.m("GET").h(headers).b(body);
|
|
5934
|
+
return b.build();
|
|
5935
|
+
}, "se_ListTopicReviewedAnswersCommand");
|
|
5681
5936
|
var se_ListTopicsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5682
5937
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5683
5938
|
const headers = {};
|
|
@@ -6626,6 +6881,48 @@ var se_UpdateVPCConnectionCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
6626
6881
|
b.m("PUT").h(headers).b(body);
|
|
6627
6882
|
return b.build();
|
|
6628
6883
|
}, "se_UpdateVPCConnectionCommand");
|
|
6884
|
+
var de_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6885
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6886
|
+
return de_CommandError(output, context);
|
|
6887
|
+
}
|
|
6888
|
+
const contents = (0, import_smithy_client.map)({
|
|
6889
|
+
$metadata: deserializeMetadata(output)
|
|
6890
|
+
});
|
|
6891
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6892
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6893
|
+
InvalidAnswers: import_smithy_client._json,
|
|
6894
|
+
RequestId: import_smithy_client.expectString,
|
|
6895
|
+
SucceededAnswers: import_smithy_client._json,
|
|
6896
|
+
TopicArn: import_smithy_client.expectString,
|
|
6897
|
+
TopicId: import_smithy_client.expectString
|
|
6898
|
+
});
|
|
6899
|
+
Object.assign(contents, doc);
|
|
6900
|
+
(0, import_smithy_client.map)(contents, {
|
|
6901
|
+
Status: [, output.statusCode]
|
|
6902
|
+
});
|
|
6903
|
+
return contents;
|
|
6904
|
+
}, "de_BatchCreateTopicReviewedAnswerCommand");
|
|
6905
|
+
var de_BatchDeleteTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6906
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6907
|
+
return de_CommandError(output, context);
|
|
6908
|
+
}
|
|
6909
|
+
const contents = (0, import_smithy_client.map)({
|
|
6910
|
+
$metadata: deserializeMetadata(output)
|
|
6911
|
+
});
|
|
6912
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6913
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6914
|
+
InvalidAnswers: import_smithy_client._json,
|
|
6915
|
+
RequestId: import_smithy_client.expectString,
|
|
6916
|
+
SucceededAnswers: import_smithy_client._json,
|
|
6917
|
+
TopicArn: import_smithy_client.expectString,
|
|
6918
|
+
TopicId: import_smithy_client.expectString
|
|
6919
|
+
});
|
|
6920
|
+
Object.assign(contents, doc);
|
|
6921
|
+
(0, import_smithy_client.map)(contents, {
|
|
6922
|
+
Status: [, output.statusCode]
|
|
6923
|
+
});
|
|
6924
|
+
return contents;
|
|
6925
|
+
}, "de_BatchDeleteTopicReviewedAnswerCommand");
|
|
6629
6926
|
var de_CancelIngestionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6630
6927
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6631
6928
|
return de_CommandError(output, context);
|
|
@@ -8970,6 +9267,26 @@ var de_ListTopicRefreshSchedulesCommand = /* @__PURE__ */ __name(async (output,
|
|
|
8970
9267
|
});
|
|
8971
9268
|
return contents;
|
|
8972
9269
|
}, "de_ListTopicRefreshSchedulesCommand");
|
|
9270
|
+
var de_ListTopicReviewedAnswersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9271
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9272
|
+
return de_CommandError(output, context);
|
|
9273
|
+
}
|
|
9274
|
+
const contents = (0, import_smithy_client.map)({
|
|
9275
|
+
$metadata: deserializeMetadata(output)
|
|
9276
|
+
});
|
|
9277
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9278
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9279
|
+
Answers: (_) => de_TopicReviewedAnswers(_, context),
|
|
9280
|
+
RequestId: import_smithy_client.expectString,
|
|
9281
|
+
TopicArn: import_smithy_client.expectString,
|
|
9282
|
+
TopicId: import_smithy_client.expectString
|
|
9283
|
+
});
|
|
9284
|
+
Object.assign(contents, doc);
|
|
9285
|
+
(0, import_smithy_client.map)(contents, {
|
|
9286
|
+
Status: [, output.statusCode]
|
|
9287
|
+
});
|
|
9288
|
+
return contents;
|
|
9289
|
+
}, "de_ListTopicReviewedAnswersCommand");
|
|
8973
9290
|
var de_ListTopicsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8974
9291
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8975
9292
|
return de_CommandError(output, context);
|
|
@@ -9970,9 +10287,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9970
10287
|
case "InvalidParameterValueException":
|
|
9971
10288
|
case "com.amazonaws.quicksight#InvalidParameterValueException":
|
|
9972
10289
|
throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
|
|
9973
|
-
case "ResourceExistsException":
|
|
9974
|
-
case "com.amazonaws.quicksight#ResourceExistsException":
|
|
9975
|
-
throw await de_ResourceExistsExceptionRes(parsedOutput, context);
|
|
9976
10290
|
case "ResourceNotFoundException":
|
|
9977
10291
|
case "com.amazonaws.quicksight#ResourceNotFoundException":
|
|
9978
10292
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
@@ -9982,6 +10296,9 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
9982
10296
|
case "ConflictException":
|
|
9983
10297
|
case "com.amazonaws.quicksight#ConflictException":
|
|
9984
10298
|
throw await de_ConflictExceptionRes(parsedOutput, context);
|
|
10299
|
+
case "ResourceExistsException":
|
|
10300
|
+
case "com.amazonaws.quicksight#ResourceExistsException":
|
|
10301
|
+
throw await de_ResourceExistsExceptionRes(parsedOutput, context);
|
|
9985
10302
|
case "ResourceUnavailableException":
|
|
9986
10303
|
case "com.amazonaws.quicksight#ResourceUnavailableException":
|
|
9987
10304
|
throw await de_ResourceUnavailableExceptionRes(parsedOutput, context);
|
|
@@ -10727,6 +11044,21 @@ var se_ConditionalFormattingGradientColor = /* @__PURE__ */ __name((input, conte
|
|
|
10727
11044
|
Expression: []
|
|
10728
11045
|
});
|
|
10729
11046
|
}, "se_ConditionalFormattingGradientColor");
|
|
11047
|
+
var se_CreateTopicReviewedAnswer = /* @__PURE__ */ __name((input, context) => {
|
|
11048
|
+
return (0, import_smithy_client.take)(input, {
|
|
11049
|
+
AnswerId: [],
|
|
11050
|
+
DatasetArn: [],
|
|
11051
|
+
Mir: import_smithy_client._json,
|
|
11052
|
+
PrimaryVisual: (_) => se_TopicVisual(_, context),
|
|
11053
|
+
Question: [],
|
|
11054
|
+
Template: import_smithy_client._json
|
|
11055
|
+
});
|
|
11056
|
+
}, "se_CreateTopicReviewedAnswer");
|
|
11057
|
+
var se_CreateTopicReviewedAnswers = /* @__PURE__ */ __name((input, context) => {
|
|
11058
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
11059
|
+
return se_CreateTopicReviewedAnswer(entry, context);
|
|
11060
|
+
});
|
|
11061
|
+
}, "se_CreateTopicReviewedAnswers");
|
|
10730
11062
|
var se_CustomActionSetParametersOperation = /* @__PURE__ */ __name((input, context) => {
|
|
10731
11063
|
return (0, import_smithy_client.take)(input, {
|
|
10732
11064
|
ParameterValueConfigurations: (_) => se_SetParameterValueConfigurationList(_, context)
|
|
@@ -12396,6 +12728,19 @@ var se_TopicRefreshSchedule = /* @__PURE__ */ __name((input, context) => {
|
|
|
12396
12728
|
TopicScheduleType: []
|
|
12397
12729
|
});
|
|
12398
12730
|
}, "se_TopicRefreshSchedule");
|
|
12731
|
+
var se_TopicVisual = /* @__PURE__ */ __name((input, context) => {
|
|
12732
|
+
return (0, import_smithy_client.take)(input, {
|
|
12733
|
+
Ir: import_smithy_client._json,
|
|
12734
|
+
Role: [],
|
|
12735
|
+
SupportingVisuals: (_) => se_TopicVisuals(_, context),
|
|
12736
|
+
VisualId: []
|
|
12737
|
+
});
|
|
12738
|
+
}, "se_TopicVisual");
|
|
12739
|
+
var se_TopicVisuals = /* @__PURE__ */ __name((input, context) => {
|
|
12740
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
12741
|
+
return se_TopicVisual(entry, context);
|
|
12742
|
+
});
|
|
12743
|
+
}, "se_TopicVisuals");
|
|
12399
12744
|
var se_TotalAggregationComputation = /* @__PURE__ */ __name((input, context) => {
|
|
12400
12745
|
return (0, import_smithy_client.take)(input, {
|
|
12401
12746
|
ComputationId: [],
|
|
@@ -15149,6 +15494,37 @@ var de_TopicRefreshScheduleSummary = /* @__PURE__ */ __name((output, context) =>
|
|
|
15149
15494
|
RefreshSchedule: (_) => de_TopicRefreshSchedule(_, context)
|
|
15150
15495
|
});
|
|
15151
15496
|
}, "de_TopicRefreshScheduleSummary");
|
|
15497
|
+
var de_TopicReviewedAnswer = /* @__PURE__ */ __name((output, context) => {
|
|
15498
|
+
return (0, import_smithy_client.take)(output, {
|
|
15499
|
+
AnswerId: import_smithy_client.expectString,
|
|
15500
|
+
Arn: import_smithy_client.expectString,
|
|
15501
|
+
DatasetArn: import_smithy_client.expectString,
|
|
15502
|
+
Mir: import_smithy_client._json,
|
|
15503
|
+
PrimaryVisual: (_) => de_TopicVisual(_, context),
|
|
15504
|
+
Question: import_smithy_client.expectString,
|
|
15505
|
+
Template: import_smithy_client._json
|
|
15506
|
+
});
|
|
15507
|
+
}, "de_TopicReviewedAnswer");
|
|
15508
|
+
var de_TopicReviewedAnswers = /* @__PURE__ */ __name((output, context) => {
|
|
15509
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15510
|
+
return de_TopicReviewedAnswer(entry, context);
|
|
15511
|
+
});
|
|
15512
|
+
return retVal;
|
|
15513
|
+
}, "de_TopicReviewedAnswers");
|
|
15514
|
+
var de_TopicVisual = /* @__PURE__ */ __name((output, context) => {
|
|
15515
|
+
return (0, import_smithy_client.take)(output, {
|
|
15516
|
+
Ir: import_smithy_client._json,
|
|
15517
|
+
Role: import_smithy_client.expectString,
|
|
15518
|
+
SupportingVisuals: (_) => de_TopicVisuals(_, context),
|
|
15519
|
+
VisualId: import_smithy_client.expectString
|
|
15520
|
+
});
|
|
15521
|
+
}, "de_TopicVisual");
|
|
15522
|
+
var de_TopicVisuals = /* @__PURE__ */ __name((output, context) => {
|
|
15523
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15524
|
+
return de_TopicVisual(entry, context);
|
|
15525
|
+
});
|
|
15526
|
+
return retVal;
|
|
15527
|
+
}, "de_TopicVisuals");
|
|
15152
15528
|
var de_TotalAggregationComputation = /* @__PURE__ */ __name((output, context) => {
|
|
15153
15529
|
return (0, import_smithy_client.take)(output, {
|
|
15154
15530
|
ComputationId: import_smithy_client.expectString,
|
|
@@ -15508,7 +15884,39 @@ var _ua = "user-arn";
|
|
|
15508
15884
|
var _urd = "undo-redo-disabled";
|
|
15509
15885
|
var _vn = "version-number";
|
|
15510
15886
|
|
|
15887
|
+
// src/commands/BatchCreateTopicReviewedAnswerCommand.ts
|
|
15888
|
+
var _BatchCreateTopicReviewedAnswerCommand = class _BatchCreateTopicReviewedAnswerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
15889
|
+
...commonParams
|
|
15890
|
+
}).m(function(Command, cs, config, o) {
|
|
15891
|
+
return [
|
|
15892
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15893
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15894
|
+
];
|
|
15895
|
+
}).s("QuickSight_20180401", "BatchCreateTopicReviewedAnswer", {}).n("QuickSightClient", "BatchCreateTopicReviewedAnswerCommand").f(BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, void 0).ser(se_BatchCreateTopicReviewedAnswerCommand).de(de_BatchCreateTopicReviewedAnswerCommand).build() {
|
|
15896
|
+
};
|
|
15897
|
+
__name(_BatchCreateTopicReviewedAnswerCommand, "BatchCreateTopicReviewedAnswerCommand");
|
|
15898
|
+
var BatchCreateTopicReviewedAnswerCommand = _BatchCreateTopicReviewedAnswerCommand;
|
|
15899
|
+
|
|
15900
|
+
// src/commands/BatchDeleteTopicReviewedAnswerCommand.ts
|
|
15901
|
+
|
|
15902
|
+
|
|
15903
|
+
|
|
15904
|
+
var _BatchDeleteTopicReviewedAnswerCommand = class _BatchDeleteTopicReviewedAnswerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
15905
|
+
...commonParams
|
|
15906
|
+
}).m(function(Command, cs, config, o) {
|
|
15907
|
+
return [
|
|
15908
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
15909
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
15910
|
+
];
|
|
15911
|
+
}).s("QuickSight_20180401", "BatchDeleteTopicReviewedAnswer", {}).n("QuickSightClient", "BatchDeleteTopicReviewedAnswerCommand").f(void 0, void 0).ser(se_BatchDeleteTopicReviewedAnswerCommand).de(de_BatchDeleteTopicReviewedAnswerCommand).build() {
|
|
15912
|
+
};
|
|
15913
|
+
__name(_BatchDeleteTopicReviewedAnswerCommand, "BatchDeleteTopicReviewedAnswerCommand");
|
|
15914
|
+
var BatchDeleteTopicReviewedAnswerCommand = _BatchDeleteTopicReviewedAnswerCommand;
|
|
15915
|
+
|
|
15511
15916
|
// src/commands/CancelIngestionCommand.ts
|
|
15917
|
+
|
|
15918
|
+
|
|
15919
|
+
|
|
15512
15920
|
var _CancelIngestionCommand = class _CancelIngestionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
15513
15921
|
...commonParams
|
|
15514
15922
|
}).m(function(Command, cs, config, o) {
|
|
@@ -17460,6 +17868,22 @@ var _ListTopicRefreshSchedulesCommand = class _ListTopicRefreshSchedulesCommand
|
|
|
17460
17868
|
__name(_ListTopicRefreshSchedulesCommand, "ListTopicRefreshSchedulesCommand");
|
|
17461
17869
|
var ListTopicRefreshSchedulesCommand = _ListTopicRefreshSchedulesCommand;
|
|
17462
17870
|
|
|
17871
|
+
// src/commands/ListTopicReviewedAnswersCommand.ts
|
|
17872
|
+
|
|
17873
|
+
|
|
17874
|
+
|
|
17875
|
+
var _ListTopicReviewedAnswersCommand = class _ListTopicReviewedAnswersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
17876
|
+
...commonParams
|
|
17877
|
+
}).m(function(Command, cs, config, o) {
|
|
17878
|
+
return [
|
|
17879
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17880
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17881
|
+
];
|
|
17882
|
+
}).s("QuickSight_20180401", "ListTopicReviewedAnswers", {}).n("QuickSightClient", "ListTopicReviewedAnswersCommand").f(void 0, ListTopicReviewedAnswersResponseFilterSensitiveLog).ser(se_ListTopicReviewedAnswersCommand).de(de_ListTopicReviewedAnswersCommand).build() {
|
|
17883
|
+
};
|
|
17884
|
+
__name(_ListTopicReviewedAnswersCommand, "ListTopicReviewedAnswersCommand");
|
|
17885
|
+
var ListTopicReviewedAnswersCommand = _ListTopicReviewedAnswersCommand;
|
|
17886
|
+
|
|
17463
17887
|
// src/commands/ListTopicsCommand.ts
|
|
17464
17888
|
|
|
17465
17889
|
|
|
@@ -17688,72 +18112,6 @@ var StartAssetBundleExportJobCommand = _StartAssetBundleExportJobCommand;
|
|
|
17688
18112
|
|
|
17689
18113
|
|
|
17690
18114
|
|
|
17691
|
-
|
|
17692
|
-
// src/models/models_4.ts
|
|
17693
|
-
|
|
17694
|
-
var PurchaseMode = {
|
|
17695
|
-
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
17696
|
-
MANUAL: "MANUAL"
|
|
17697
|
-
};
|
|
17698
|
-
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17699
|
-
...obj,
|
|
17700
|
-
...obj.AssetBundleImportSource && {
|
|
17701
|
-
AssetBundleImportSource: AssetBundleImportSourceFilterSensitiveLog(obj.AssetBundleImportSource)
|
|
17702
|
-
}
|
|
17703
|
-
}), "StartAssetBundleImportJobRequestFilterSensitiveLog");
|
|
17704
|
-
var SnapshotAnonymousUserFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17705
|
-
...obj,
|
|
17706
|
-
...obj.RowLevelPermissionTags && {
|
|
17707
|
-
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item))
|
|
17708
|
-
}
|
|
17709
|
-
}), "SnapshotAnonymousUserFilterSensitiveLog");
|
|
17710
|
-
var SnapshotUserConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17711
|
-
...obj
|
|
17712
|
-
}), "SnapshotUserConfigurationFilterSensitiveLog");
|
|
17713
|
-
var StartDashboardSnapshotJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17714
|
-
...obj
|
|
17715
|
-
}), "StartDashboardSnapshotJobRequestFilterSensitiveLog");
|
|
17716
|
-
var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17717
|
-
...obj,
|
|
17718
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
17719
|
-
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
17720
|
-
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17721
|
-
...obj,
|
|
17722
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
17723
|
-
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
17724
|
-
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17725
|
-
...obj,
|
|
17726
|
-
...obj.PhysicalTableMap && {
|
|
17727
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
17728
|
-
(acc, [key, value]) => (acc[key] = value, acc),
|
|
17729
|
-
{}
|
|
17730
|
-
)
|
|
17731
|
-
},
|
|
17732
|
-
...obj.LogicalTableMap && {
|
|
17733
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
17734
|
-
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
17735
|
-
{}
|
|
17736
|
-
)
|
|
17737
|
-
},
|
|
17738
|
-
...obj.RowLevelPermissionTagConfiguration && {
|
|
17739
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
17740
|
-
obj.RowLevelPermissionTagConfiguration
|
|
17741
|
-
)
|
|
17742
|
-
}
|
|
17743
|
-
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
17744
|
-
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17745
|
-
...obj,
|
|
17746
|
-
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
17747
|
-
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
17748
|
-
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
17749
|
-
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17750
|
-
...obj
|
|
17751
|
-
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
17752
|
-
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
17753
|
-
...obj
|
|
17754
|
-
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
17755
|
-
|
|
17756
|
-
// src/commands/StartAssetBundleImportJobCommand.ts
|
|
17757
18115
|
var _StartAssetBundleImportJobCommand = class _StartAssetBundleImportJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
17758
18116
|
...commonParams
|
|
17759
18117
|
}).m(function(Command, cs, config, o) {
|
|
@@ -18360,6 +18718,8 @@ var UpdateVPCConnectionCommand = _UpdateVPCConnectionCommand;
|
|
|
18360
18718
|
|
|
18361
18719
|
// src/QuickSight.ts
|
|
18362
18720
|
var commands = {
|
|
18721
|
+
BatchCreateTopicReviewedAnswerCommand,
|
|
18722
|
+
BatchDeleteTopicReviewedAnswerCommand,
|
|
18363
18723
|
CancelIngestionCommand,
|
|
18364
18724
|
CreateAccountCustomizationCommand,
|
|
18365
18725
|
CreateAccountSubscriptionCommand,
|
|
@@ -18482,6 +18842,7 @@ var commands = {
|
|
|
18482
18842
|
ListThemesCommand,
|
|
18483
18843
|
ListThemeVersionsCommand,
|
|
18484
18844
|
ListTopicRefreshSchedulesCommand,
|
|
18845
|
+
ListTopicReviewedAnswersCommand,
|
|
18485
18846
|
ListTopicsCommand,
|
|
18486
18847
|
ListUserGroupsCommand,
|
|
18487
18848
|
ListUsersCommand,
|
|
@@ -18680,6 +19041,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18680
19041
|
QuickSightClient,
|
|
18681
19042
|
QuickSight,
|
|
18682
19043
|
$Command,
|
|
19044
|
+
BatchCreateTopicReviewedAnswerCommand,
|
|
19045
|
+
BatchDeleteTopicReviewedAnswerCommand,
|
|
18683
19046
|
CancelIngestionCommand,
|
|
18684
19047
|
CreateAccountCustomizationCommand,
|
|
18685
19048
|
CreateAccountSubscriptionCommand,
|
|
@@ -18802,6 +19165,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18802
19165
|
ListThemeVersionsCommand,
|
|
18803
19166
|
ListThemesCommand,
|
|
18804
19167
|
ListTopicRefreshSchedulesCommand,
|
|
19168
|
+
ListTopicReviewedAnswersCommand,
|
|
18805
19169
|
ListTopicsCommand,
|
|
18806
19170
|
ListUserGroupsCommand,
|
|
18807
19171
|
ListUsersCommand,
|
|
@@ -18890,10 +19254,13 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18890
19254
|
AccessDeniedException,
|
|
18891
19255
|
Edition,
|
|
18892
19256
|
DashboardBehavior,
|
|
19257
|
+
AggType,
|
|
19258
|
+
TopicTimeGranularity,
|
|
18893
19259
|
SimpleAttributeAggregationFunction,
|
|
18894
19260
|
CategoricalAggregationFunction,
|
|
18895
19261
|
DateAggregationFunction,
|
|
18896
19262
|
SimpleNumericalAggregationFunction,
|
|
19263
|
+
TimeGranularity,
|
|
18897
19264
|
SortDirection,
|
|
18898
19265
|
AnalysisErrorType,
|
|
18899
19266
|
ResourceStatus,
|
|
@@ -18921,7 +19288,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18921
19288
|
NumericEqualityMatchOperator,
|
|
18922
19289
|
NumericFilterSelectAllOptions,
|
|
18923
19290
|
AnchorOption,
|
|
18924
|
-
TimeGranularity,
|
|
18925
19291
|
WidgetStatus,
|
|
18926
19292
|
RelativeDateType,
|
|
18927
19293
|
FilterVisualScope,
|
|
@@ -18952,7 +19318,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
18952
19318
|
SmallMultiplesAxisPlacement,
|
|
18953
19319
|
SmallMultiplesAxisScale,
|
|
18954
19320
|
OtherCategories,
|
|
18955
|
-
TooltipTarget,
|
|
18956
19321
|
CalculatedFieldFilterSensitiveLog,
|
|
18957
19322
|
CustomColorFilterSensitiveLog,
|
|
18958
19323
|
ColorsConfigurationFilterSensitiveLog,
|
|
@@ -19022,6 +19387,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19022
19387
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
19023
19388
|
ReferenceLineLabelConfigurationFilterSensitiveLog,
|
|
19024
19389
|
ReferenceLineFilterSensitiveLog,
|
|
19390
|
+
TooltipTarget,
|
|
19025
19391
|
TooltipTitleType,
|
|
19026
19392
|
SelectedTooltipType,
|
|
19027
19393
|
PivotTableDataPathType,
|
|
@@ -19201,8 +19567,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19201
19567
|
TreeMapFieldWellsFilterSensitiveLog,
|
|
19202
19568
|
TreeMapConfigurationFilterSensitiveLog,
|
|
19203
19569
|
TreeMapVisualFilterSensitiveLog,
|
|
19204
|
-
WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
19205
|
-
WaterfallChartFieldWellsFilterSensitiveLog,
|
|
19206
19570
|
WordCloudCloudLayout,
|
|
19207
19571
|
WordCloudWordCasing,
|
|
19208
19572
|
WordCloudWordOrientation,
|
|
@@ -19210,6 +19574,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19210
19574
|
WordCloudWordScaling,
|
|
19211
19575
|
AnalysisFilterAttribute,
|
|
19212
19576
|
FilterOperator,
|
|
19577
|
+
AnchorType,
|
|
19213
19578
|
SnapshotFileFormatType,
|
|
19214
19579
|
SnapshotFileSheetSelectionScope,
|
|
19215
19580
|
AssetBundleExportJobAnalysisPropertyToOverride,
|
|
@@ -19229,12 +19594,26 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19229
19594
|
AuthenticationMethodOption,
|
|
19230
19595
|
ServiceType,
|
|
19231
19596
|
AuthorSpecifiedAggregation,
|
|
19597
|
+
ContributionAnalysisDirection,
|
|
19598
|
+
ContributionAnalysisSortType,
|
|
19599
|
+
TopicSortDirection,
|
|
19600
|
+
ConstantType,
|
|
19601
|
+
FilterClass,
|
|
19602
|
+
TopicIRFilterType,
|
|
19603
|
+
TopicIRFilterFunction,
|
|
19604
|
+
NullFilterOption,
|
|
19605
|
+
DisplayFormat,
|
|
19606
|
+
TopicNumericSeparatorSymbol,
|
|
19607
|
+
ComparisonMethodType,
|
|
19608
|
+
VisualRole,
|
|
19609
|
+
ReviewedAnswerErrorCode,
|
|
19232
19610
|
InternalFailureException,
|
|
19233
19611
|
InvalidParameterValueException,
|
|
19234
19612
|
ExceptionResourceType,
|
|
19235
|
-
ResourceExistsException,
|
|
19236
19613
|
ResourceNotFoundException,
|
|
19237
19614
|
ThrottlingException,
|
|
19615
|
+
ConflictException,
|
|
19616
|
+
ResourceExistsException,
|
|
19238
19617
|
ColumnDataType,
|
|
19239
19618
|
ColumnDataSubType,
|
|
19240
19619
|
CategoryFilterFunction,
|
|
@@ -19246,8 +19625,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19246
19625
|
ColumnTagName,
|
|
19247
19626
|
UndefinedSpecifiedValueType,
|
|
19248
19627
|
ConcurrentUpdatingException,
|
|
19249
|
-
ConflictException,
|
|
19250
|
-
ConstantType,
|
|
19251
19628
|
ResourceUnavailableException,
|
|
19252
19629
|
PreconditionNotMetException,
|
|
19253
19630
|
ValidationStrategyMode,
|
|
@@ -19268,14 +19645,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19268
19645
|
DataSourceType,
|
|
19269
19646
|
FolderType,
|
|
19270
19647
|
SharingModel,
|
|
19271
|
-
|
|
19272
|
-
|
|
19273
|
-
IngestionStatus,
|
|
19274
|
-
IdentityStore,
|
|
19275
|
-
NamespaceStatus,
|
|
19276
|
-
RefreshInterval,
|
|
19277
|
-
DayOfWeek,
|
|
19278
|
-
Role,
|
|
19648
|
+
WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
19649
|
+
WaterfallChartFieldWellsFilterSensitiveLog,
|
|
19279
19650
|
WaterfallChartConfigurationFilterSensitiveLog,
|
|
19280
19651
|
WaterfallVisualFilterSensitiveLog,
|
|
19281
19652
|
WordCloudAggregatedFieldWellsFilterSensitiveLog,
|
|
@@ -19294,6 +19665,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19294
19665
|
AssetBundleImportJobOverrideParametersFilterSensitiveLog,
|
|
19295
19666
|
AssetBundleImportSourceFilterSensitiveLog,
|
|
19296
19667
|
AssetBundleImportSourceDescriptionFilterSensitiveLog,
|
|
19668
|
+
TopicIRMetricFilterSensitiveLog,
|
|
19669
|
+
TopicIRFilterSensitiveLog,
|
|
19297
19670
|
CalculatedColumnFilterSensitiveLog,
|
|
19298
19671
|
DateTimeParameterFilterSensitiveLog,
|
|
19299
19672
|
DecimalParameterFilterSensitiveLog,
|
|
@@ -19312,13 +19685,15 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19312
19685
|
CreateDataSetRequestFilterSensitiveLog,
|
|
19313
19686
|
DataSourceCredentialsFilterSensitiveLog,
|
|
19314
19687
|
CreateDataSourceRequestFilterSensitiveLog,
|
|
19315
|
-
|
|
19316
|
-
|
|
19688
|
+
MemberType,
|
|
19689
|
+
IngestionType,
|
|
19690
|
+
IngestionStatus,
|
|
19691
|
+
IdentityStore,
|
|
19692
|
+
NamespaceStatus,
|
|
19693
|
+
RefreshInterval,
|
|
19694
|
+
DayOfWeek,
|
|
19695
|
+
Role,
|
|
19317
19696
|
DefaultAggregation,
|
|
19318
|
-
DisplayFormat,
|
|
19319
|
-
TopicNumericSeparatorSymbol,
|
|
19320
|
-
TopicTimeGranularity,
|
|
19321
|
-
FilterClass,
|
|
19322
19697
|
NamedFilterType,
|
|
19323
19698
|
NamedFilterAggType,
|
|
19324
19699
|
TopicRelativeDateFilterFunction,
|
|
@@ -19350,14 +19725,8 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19350
19725
|
NetworkInterfaceStatus,
|
|
19351
19726
|
DomainNotWhitelistedException,
|
|
19352
19727
|
EmbeddingIdentityType,
|
|
19353
|
-
|
|
19354
|
-
|
|
19355
|
-
UnsupportedPricingPlanException,
|
|
19356
|
-
QuickSightUserNotFoundException,
|
|
19357
|
-
IdentityTypeNotSupportedException,
|
|
19358
|
-
GroupFilterAttribute,
|
|
19359
|
-
GroupFilterOperator,
|
|
19360
|
-
InvalidRequestException,
|
|
19728
|
+
TemplateVersionDefinitionFilterSensitiveLog,
|
|
19729
|
+
CreateTemplateRequestFilterSensitiveLog,
|
|
19361
19730
|
SemanticTypeFilterSensitiveLog,
|
|
19362
19731
|
TopicCalculatedFieldFilterSensitiveLog,
|
|
19363
19732
|
TopicColumnFilterSensitiveLog,
|
|
@@ -19385,13 +19754,21 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19385
19754
|
DescribeDataSetResponseFilterSensitiveLog,
|
|
19386
19755
|
DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
19387
19756
|
DescribeTopicResponseFilterSensitiveLog,
|
|
19757
|
+
FolderFilterAttribute,
|
|
19758
|
+
SessionLifetimeInMinutesInvalidException,
|
|
19759
|
+
UnsupportedPricingPlanException,
|
|
19760
|
+
QuickSightUserNotFoundException,
|
|
19761
|
+
IdentityTypeNotSupportedException,
|
|
19762
|
+
GroupFilterAttribute,
|
|
19763
|
+
GroupFilterOperator,
|
|
19764
|
+
InvalidRequestException,
|
|
19765
|
+
PurchaseMode,
|
|
19388
19766
|
SessionTagFilterSensitiveLog,
|
|
19389
19767
|
GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog,
|
|
19390
19768
|
GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,
|
|
19391
19769
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
19392
19770
|
GetDashboardEmbedUrlResponseFilterSensitiveLog,
|
|
19393
19771
|
GetSessionEmbedUrlResponseFilterSensitiveLog,
|
|
19394
|
-
PurchaseMode,
|
|
19395
19772
|
StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
19396
19773
|
SnapshotAnonymousUserFilterSensitiveLog,
|
|
19397
19774
|
SnapshotUserConfigurationFilterSensitiveLog,
|
|
@@ -19401,6 +19778,11 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19401
19778
|
UpdateDataSetRequestFilterSensitiveLog,
|
|
19402
19779
|
UpdateDataSourceRequestFilterSensitiveLog,
|
|
19403
19780
|
UpdateTemplateRequestFilterSensitiveLog,
|
|
19404
|
-
UpdateTopicRequestFilterSensitiveLog
|
|
19781
|
+
UpdateTopicRequestFilterSensitiveLog,
|
|
19782
|
+
TopicVisualFilterSensitiveLog,
|
|
19783
|
+
CreateTopicReviewedAnswerFilterSensitiveLog,
|
|
19784
|
+
TopicReviewedAnswerFilterSensitiveLog,
|
|
19785
|
+
BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog,
|
|
19786
|
+
ListTopicReviewedAnswersResponseFilterSensitiveLog
|
|
19405
19787
|
});
|
|
19406
19788
|
|