@aws-sdk/client-quicksight 3.614.0 → 3.616.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.
Files changed (94) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +783 -401
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/QuickSightClient.js +5 -5
  5. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  6. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  7. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  9. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  10. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  12. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +43 -16
  15. package/dist-es/models/models_1.js +5 -7
  16. package/dist-es/models/models_2.js +138 -101
  17. package/dist-es/models/models_3.js +70 -136
  18. package/dist-es/models/models_4.js +131 -2
  19. package/dist-es/protocols/Aws_restJson1.js +174 -4
  20. package/dist-types/QuickSight.d.ts +21 -0
  21. package/dist-types/QuickSightClient.d.ts +7 -4
  22. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  23. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  24. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  37. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  40. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  48. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  50. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  51. package/dist-types/commands/index.d.ts +3 -0
  52. package/dist-types/models/models_0.d.ts +119 -115
  53. package/dist-types/models/models_1.d.ts +97 -68
  54. package/dist-types/models/models_2.d.ts +2333 -2490
  55. package/dist-types/models/models_3.d.ts +4173 -4215
  56. package/dist-types/models/models_4.d.ts +1183 -2
  57. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/runtimeConfig.d.ts +1 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  62. package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
  63. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  86. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  87. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  88. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  89. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/package.json +17 -17
@@ -1,4 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
+ import { BatchCreateTopicReviewedAnswerCommand, } from "./commands/BatchCreateTopicReviewedAnswerCommand";
3
+ import { BatchDeleteTopicReviewedAnswerCommand, } from "./commands/BatchDeleteTopicReviewedAnswerCommand";
2
4
  import { CancelIngestionCommand, } from "./commands/CancelIngestionCommand";
3
5
  import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCustomizationCommand";
4
6
  import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
@@ -121,6 +123,7 @@ import { ListThemeAliasesCommand, } from "./commands/ListThemeAliasesCommand";
121
123
  import { ListThemesCommand } from "./commands/ListThemesCommand";
122
124
  import { ListThemeVersionsCommand, } from "./commands/ListThemeVersionsCommand";
123
125
  import { ListTopicRefreshSchedulesCommand, } from "./commands/ListTopicRefreshSchedulesCommand";
126
+ import { ListTopicReviewedAnswersCommand, } from "./commands/ListTopicReviewedAnswersCommand";
124
127
  import { ListTopicsCommand } from "./commands/ListTopicsCommand";
125
128
  import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
126
129
  import { ListUsersCommand } from "./commands/ListUsersCommand";
@@ -175,6 +178,8 @@ import { UpdateUserCommand } from "./commands/UpdateUserCommand";
175
178
  import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
176
179
  import { QuickSightClient } from "./QuickSightClient";
177
180
  const commands = {
181
+ BatchCreateTopicReviewedAnswerCommand,
182
+ BatchDeleteTopicReviewedAnswerCommand,
178
183
  CancelIngestionCommand,
179
184
  CreateAccountCustomizationCommand,
180
185
  CreateAccountSubscriptionCommand,
@@ -297,6 +302,7 @@ const commands = {
297
302
  ListThemesCommand,
298
303
  ListThemeVersionsCommand,
299
304
  ListTopicRefreshSchedulesCommand,
305
+ ListTopicReviewedAnswersCommand,
300
306
  ListTopicsCommand,
301
307
  ListUserGroupsCommand,
302
308
  ListUsersCommand,
@@ -19,19 +19,19 @@ export class QuickSightClient extends __Client {
19
19
  const _config_1 = resolveClientEndpointParameters(_config_0);
20
20
  const _config_2 = resolveRegionConfig(_config_1);
21
21
  const _config_3 = resolveEndpointConfig(_config_2);
22
- const _config_4 = resolveRetryConfig(_config_3);
23
- const _config_5 = resolveHostHeaderConfig(_config_4);
24
- const _config_6 = resolveUserAgentConfig(_config_5);
22
+ const _config_4 = resolveHostHeaderConfig(_config_3);
23
+ const _config_5 = resolveUserAgentConfig(_config_4);
24
+ const _config_6 = resolveRetryConfig(_config_5);
25
25
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
26
26
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
27
27
  super(_config_8);
28
28
  this.config = _config_8;
29
- this.middlewareStack.use(getRetryPlugin(this.config));
30
- this.middlewareStack.use(getContentLengthPlugin(this.config));
31
29
  this.middlewareStack.use(getHostHeaderPlugin(this.config));
32
30
  this.middlewareStack.use(getLoggerPlugin(this.config));
33
31
  this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
34
32
  this.middlewareStack.use(getUserAgentPlugin(this.config));
33
+ this.middlewareStack.use(getRetryPlugin(this.config));
34
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
35
35
  this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
36
36
  httpAuthSchemeParametersProvider: this.getDefaultHttpAuthSchemeParametersProvider(),
37
37
  identityProviderConfigProvider: this.getIdentityProviderConfigProvider(),
@@ -0,0 +1,25 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, } from "../models/models_4";
6
+ import { de_BatchCreateTopicReviewedAnswerCommand, se_BatchCreateTopicReviewedAnswerCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class BatchCreateTopicReviewedAnswerCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("QuickSight_20180401", "BatchCreateTopicReviewedAnswer", {})
20
+ .n("QuickSightClient", "BatchCreateTopicReviewedAnswerCommand")
21
+ .f(BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, void 0)
22
+ .ser(se_BatchCreateTopicReviewedAnswerCommand)
23
+ .de(de_BatchCreateTopicReviewedAnswerCommand)
24
+ .build() {
25
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_BatchDeleteTopicReviewedAnswerCommand, se_BatchDeleteTopicReviewedAnswerCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class BatchDeleteTopicReviewedAnswerCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("QuickSight_20180401", "BatchDeleteTopicReviewedAnswer", {})
19
+ .n("QuickSightClient", "BatchDeleteTopicReviewedAnswerCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_BatchDeleteTopicReviewedAnswerCommand)
22
+ .de(de_BatchDeleteTopicReviewedAnswerCommand)
23
+ .build() {
24
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateTemplateRequestFilterSensitiveLog, } from "../models/models_2";
5
+ import { CreateTemplateRequestFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class CreateTemplateCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog, GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog, GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_GenerateEmbedUrlForAnonymousUserCommand, se_GenerateEmbedUrlForAnonymousUserCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GenerateEmbedUrlForAnonymousUserCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_GenerateEmbedUrlForRegisteredUserCommand, se_GenerateEmbedUrlForRegisteredUserCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GenerateEmbedUrlForRegisteredUserCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDashboardEmbedUrlResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { GetDashboardEmbedUrlResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_GetDashboardEmbedUrlCommand, se_GetDashboardEmbedUrlCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GetDashboardEmbedUrlCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetSessionEmbedUrlResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { GetSessionEmbedUrlResponseFilterSensitiveLog, } from "../models/models_4";
6
6
  import { de_GetSessionEmbedUrlCommand, se_GetSessionEmbedUrlCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class GetSessionEmbedUrlCommand extends $Command
@@ -0,0 +1,25 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListTopicReviewedAnswersResponseFilterSensitiveLog, } from "../models/models_4";
6
+ import { de_ListTopicReviewedAnswersCommand, se_ListTopicReviewedAnswersCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListTopicReviewedAnswersCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("QuickSight_20180401", "ListTopicReviewedAnswers", {})
20
+ .n("QuickSightClient", "ListTopicReviewedAnswersCommand")
21
+ .f(void 0, ListTopicReviewedAnswersResponseFilterSensitiveLog)
22
+ .ser(se_ListTopicReviewedAnswersCommand)
23
+ .de(de_ListTopicReviewedAnswersCommand)
24
+ .build() {
25
+ }
@@ -1,3 +1,5 @@
1
+ export * from "./BatchCreateTopicReviewedAnswerCommand";
2
+ export * from "./BatchDeleteTopicReviewedAnswerCommand";
1
3
  export * from "./CancelIngestionCommand";
2
4
  export * from "./CreateAccountCustomizationCommand";
3
5
  export * from "./CreateAccountSubscriptionCommand";
@@ -120,6 +122,7 @@ export * from "./ListThemeAliasesCommand";
120
122
  export * from "./ListThemeVersionsCommand";
121
123
  export * from "./ListThemesCommand";
122
124
  export * from "./ListTopicRefreshSchedulesCommand";
125
+ export * from "./ListTopicReviewedAnswersCommand";
123
126
  export * from "./ListTopicsCommand";
124
127
  export * from "./ListUserGroupsCommand";
125
128
  export * from "./ListUsersCommand";
@@ -23,6 +23,38 @@ export const DashboardBehavior = {
23
23
  DISABLED: "DISABLED",
24
24
  ENABLED: "ENABLED",
25
25
  };
26
+ export const AggType = {
27
+ AVERAGE: "AVERAGE",
28
+ COLUMN: "COLUMN",
29
+ COUNT: "COUNT",
30
+ CUSTOM: "CUSTOM",
31
+ DISTINCT_COUNT: "DISTINCT_COUNT",
32
+ MAX: "MAX",
33
+ MEDIAN: "MEDIAN",
34
+ MIN: "MIN",
35
+ PERCENTILE: "PERCENTILE",
36
+ PTD_AVERAGE: "PTD_AVERAGE",
37
+ PTD_COUNT: "PTD_COUNT",
38
+ PTD_DISTINCT_COUNT: "PTD_DISTINCT_COUNT",
39
+ PTD_MAX: "PTD_MAX",
40
+ PTD_MIN: "PTD_MIN",
41
+ PTD_SUM: "PTD_SUM",
42
+ STDEV: "STDEV",
43
+ STDEVP: "STDEVP",
44
+ SUM: "SUM",
45
+ VAR: "VAR",
46
+ VARP: "VARP",
47
+ };
48
+ export const TopicTimeGranularity = {
49
+ DAY: "DAY",
50
+ HOUR: "HOUR",
51
+ MINUTE: "MINUTE",
52
+ MONTH: "MONTH",
53
+ QUARTER: "QUARTER",
54
+ SECOND: "SECOND",
55
+ WEEK: "WEEK",
56
+ YEAR: "YEAR",
57
+ };
26
58
  export const SimpleAttributeAggregationFunction = {
27
59
  UNIQUE_VALUE: "UNIQUE_VALUE",
28
60
  };
@@ -49,6 +81,17 @@ export const SimpleNumericalAggregationFunction = {
49
81
  VAR: "VAR",
50
82
  VARP: "VARP",
51
83
  };
84
+ export const TimeGranularity = {
85
+ DAY: "DAY",
86
+ HOUR: "HOUR",
87
+ MILLISECOND: "MILLISECOND",
88
+ MINUTE: "MINUTE",
89
+ MONTH: "MONTH",
90
+ QUARTER: "QUARTER",
91
+ SECOND: "SECOND",
92
+ WEEK: "WEEK",
93
+ YEAR: "YEAR",
94
+ };
52
95
  export const SortDirection = {
53
96
  ASC: "ASC",
54
97
  DESC: "DESC",
@@ -190,17 +233,6 @@ export const NumericFilterSelectAllOptions = {
190
233
  export const AnchorOption = {
191
234
  NOW: "NOW",
192
235
  };
193
- export const TimeGranularity = {
194
- DAY: "DAY",
195
- HOUR: "HOUR",
196
- MILLISECOND: "MILLISECOND",
197
- MINUTE: "MINUTE",
198
- MONTH: "MONTH",
199
- QUARTER: "QUARTER",
200
- SECOND: "SECOND",
201
- WEEK: "WEEK",
202
- YEAR: "YEAR",
203
- };
204
236
  export const WidgetStatus = {
205
237
  DISABLED: "DISABLED",
206
238
  ENABLED: "ENABLED",
@@ -342,11 +374,6 @@ export const OtherCategories = {
342
374
  EXCLUDE: "EXCLUDE",
343
375
  INCLUDE: "INCLUDE",
344
376
  };
345
- export const TooltipTarget = {
346
- BAR: "BAR",
347
- BOTH: "BOTH",
348
- LINE: "LINE",
349
- };
350
377
  export const CalculatedFieldFilterSensitiveLog = (obj) => ({
351
378
  ...obj,
352
379
  ...(obj.Expression && { Expression: SENSITIVE_STRING }),
@@ -1,5 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineFilterSensitiveLog, } from "./models_0";
3
+ export const TooltipTarget = {
4
+ BAR: "BAR",
5
+ BOTH: "BOTH",
6
+ LINE: "LINE",
7
+ };
3
8
  export const TooltipTitleType = {
4
9
  NONE: "NONE",
5
10
  PRIMARY_VALUE: "PRIMARY_VALUE",
@@ -865,10 +870,3 @@ export const TreeMapConfigurationFilterSensitiveLog = (obj) => ({
865
870
  export const TreeMapVisualFilterSensitiveLog = (obj) => ({
866
871
  ...obj,
867
872
  });
868
- export const WaterfallChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
869
- ...obj,
870
- ...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
871
- });
872
- export const WaterfallChartFieldWellsFilterSensitiveLog = (obj) => ({
873
- ...obj,
874
- });
@@ -37,6 +37,9 @@ export const FilterOperator = {
37
37
  StringEquals: "StringEquals",
38
38
  StringLike: "StringLike",
39
39
  };
40
+ export const AnchorType = {
41
+ TODAY: "TODAY",
42
+ };
40
43
  export const SnapshotFileFormatType = {
41
44
  CSV: "CSV",
42
45
  EXCEL: "EXCEL",
@@ -199,6 +202,99 @@ export const AuthorSpecifiedAggregation = {
199
202
  VAR: "VAR",
200
203
  VARP: "VARP",
201
204
  };
205
+ export const ContributionAnalysisDirection = {
206
+ DECREASE: "DECREASE",
207
+ INCREASE: "INCREASE",
208
+ NEUTRAL: "NEUTRAL",
209
+ };
210
+ export const ContributionAnalysisSortType = {
211
+ ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE",
212
+ CONTRIBUTION_PERCENTAGE: "CONTRIBUTION_PERCENTAGE",
213
+ DEVIATION_FROM_EXPECTED: "DEVIATION_FROM_EXPECTED",
214
+ PERCENTAGE_DIFFERENCE: "PERCENTAGE_DIFFERENCE",
215
+ };
216
+ export const TopicSortDirection = {
217
+ ASCENDING: "ASCENDING",
218
+ DESCENDING: "DESCENDING",
219
+ };
220
+ export const ConstantType = {
221
+ COLLECTIVE: "COLLECTIVE",
222
+ RANGE: "RANGE",
223
+ SINGULAR: "SINGULAR",
224
+ };
225
+ export const FilterClass = {
226
+ CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
227
+ ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
228
+ NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",
229
+ };
230
+ export const TopicIRFilterType = {
231
+ ACCEPT_ALL_FILTER: "ACCEPT_ALL_FILTER",
232
+ CATEGORY_FILTER: "CATEGORY_FILTER",
233
+ DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
234
+ EQUALS: "EQUALS",
235
+ NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
236
+ NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
237
+ RANK_LIMIT_FILTER: "RANK_LIMIT_FILTER",
238
+ RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
239
+ TOP_BOTTOM_FILTER: "TOP_BOTTOM_FILTER",
240
+ };
241
+ export const TopicIRFilterFunction = {
242
+ CONTAINS: "CONTAINS",
243
+ CONTAINS_STRING: "CONTAINS_STRING",
244
+ ENDS_WITH: "ENDS_WITH",
245
+ EXACT: "EXACT",
246
+ LAST: "LAST",
247
+ NEXT: "NEXT",
248
+ NOW: "NOW",
249
+ PREVIOUS: "PREVIOUS",
250
+ STARTS_WITH: "STARTS_WITH",
251
+ THIS: "THIS",
252
+ };
253
+ export const NullFilterOption = {
254
+ ALL_VALUES: "ALL_VALUES",
255
+ NON_NULLS_ONLY: "NON_NULLS_ONLY",
256
+ NULLS_ONLY: "NULLS_ONLY",
257
+ };
258
+ export const DisplayFormat = {
259
+ AUTO: "AUTO",
260
+ CURRENCY: "CURRENCY",
261
+ DATE: "DATE",
262
+ NUMBER: "NUMBER",
263
+ PERCENT: "PERCENT",
264
+ STRING: "STRING",
265
+ };
266
+ export const TopicNumericSeparatorSymbol = {
267
+ COMMA: "COMMA",
268
+ DOT: "DOT",
269
+ };
270
+ export const ComparisonMethodType = {
271
+ DIFF: "DIFF",
272
+ DIFF_AS_PERC: "DIFF_AS_PERC",
273
+ MOVING_AVERAGE: "MOVING_AVERAGE",
274
+ PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
275
+ PERC_DIFF: "PERC_DIFF",
276
+ POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
277
+ POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
278
+ POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
279
+ POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
280
+ RUNNING_SUM: "RUNNING_SUM",
281
+ };
282
+ export const VisualRole = {
283
+ COMPLIMENTARY: "COMPLIMENTARY",
284
+ FALLBACK: "FALLBACK",
285
+ FRAGMENT: "FRAGMENT",
286
+ MULTI_INTENT: "MULTI_INTENT",
287
+ PRIMARY: "PRIMARY",
288
+ };
289
+ export const ReviewedAnswerErrorCode = {
290
+ DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
291
+ DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
292
+ INTERNAL_ERROR: "INTERNAL_ERROR",
293
+ INVALID_DATA: "INVALID_DATA",
294
+ INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
295
+ MISSING_ANSWER: "MISSING_ANSWER",
296
+ MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
297
+ };
202
298
  export class InternalFailureException extends __BaseException {
203
299
  constructor(opts) {
204
300
  super({
@@ -238,50 +334,64 @@ export const ExceptionResourceType = {
238
334
  USER: "USER",
239
335
  VPC_CONNECTION: "VPC_CONNECTION",
240
336
  };
241
- export class ResourceExistsException extends __BaseException {
337
+ export class ResourceNotFoundException extends __BaseException {
242
338
  constructor(opts) {
243
339
  super({
244
- name: "ResourceExistsException",
340
+ name: "ResourceNotFoundException",
245
341
  $fault: "client",
246
342
  ...opts,
247
343
  });
248
- this.name = "ResourceExistsException";
344
+ this.name = "ResourceNotFoundException";
249
345
  this.$fault = "client";
250
- Object.setPrototypeOf(this, ResourceExistsException.prototype);
346
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
251
347
  this.Message = opts.Message;
252
348
  this.ResourceType = opts.ResourceType;
253
349
  this.RequestId = opts.RequestId;
254
350
  }
255
351
  }
256
- export class ResourceNotFoundException extends __BaseException {
352
+ export class ThrottlingException extends __BaseException {
257
353
  constructor(opts) {
258
354
  super({
259
- name: "ResourceNotFoundException",
355
+ name: "ThrottlingException",
260
356
  $fault: "client",
261
357
  ...opts,
262
358
  });
263
- this.name = "ResourceNotFoundException";
359
+ this.name = "ThrottlingException";
264
360
  this.$fault = "client";
265
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
361
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
266
362
  this.Message = opts.Message;
267
- this.ResourceType = opts.ResourceType;
268
363
  this.RequestId = opts.RequestId;
269
364
  }
270
365
  }
271
- export class ThrottlingException extends __BaseException {
366
+ export class ConflictException extends __BaseException {
272
367
  constructor(opts) {
273
368
  super({
274
- name: "ThrottlingException",
369
+ name: "ConflictException",
275
370
  $fault: "client",
276
371
  ...opts,
277
372
  });
278
- this.name = "ThrottlingException";
373
+ this.name = "ConflictException";
279
374
  this.$fault = "client";
280
- Object.setPrototypeOf(this, ThrottlingException.prototype);
375
+ Object.setPrototypeOf(this, ConflictException.prototype);
281
376
  this.Message = opts.Message;
282
377
  this.RequestId = opts.RequestId;
283
378
  }
284
379
  }
380
+ export class ResourceExistsException extends __BaseException {
381
+ constructor(opts) {
382
+ super({
383
+ name: "ResourceExistsException",
384
+ $fault: "client",
385
+ ...opts,
386
+ });
387
+ this.name = "ResourceExistsException";
388
+ this.$fault = "client";
389
+ Object.setPrototypeOf(this, ResourceExistsException.prototype);
390
+ this.Message = opts.Message;
391
+ this.ResourceType = opts.ResourceType;
392
+ this.RequestId = opts.RequestId;
393
+ }
394
+ }
285
395
  export const ColumnDataType = {
286
396
  DATETIME: "DATETIME",
287
397
  DECIMAL: "DECIMAL",
@@ -344,25 +454,6 @@ export class ConcurrentUpdatingException extends __BaseException {
344
454
  this.RequestId = opts.RequestId;
345
455
  }
346
456
  }
347
- export class ConflictException extends __BaseException {
348
- constructor(opts) {
349
- super({
350
- name: "ConflictException",
351
- $fault: "client",
352
- ...opts,
353
- });
354
- this.name = "ConflictException";
355
- this.$fault = "client";
356
- Object.setPrototypeOf(this, ConflictException.prototype);
357
- this.Message = opts.Message;
358
- this.RequestId = opts.RequestId;
359
- }
360
- }
361
- export const ConstantType = {
362
- COLLECTIVE: "COLLECTIVE",
363
- RANGE: "RANGE",
364
- SINGULAR: "SINGULAR",
365
- };
366
457
  export class ResourceUnavailableException extends __BaseException {
367
458
  constructor(opts) {
368
459
  super({
@@ -549,60 +640,13 @@ export const SharingModel = {
549
640
  ACCOUNT: "ACCOUNT",
550
641
  NAMESPACE: "NAMESPACE",
551
642
  };
552
- export const MemberType = {
553
- ANALYSIS: "ANALYSIS",
554
- DASHBOARD: "DASHBOARD",
555
- DATASET: "DATASET",
556
- DATASOURCE: "DATASOURCE",
557
- TOPIC: "TOPIC",
558
- };
559
- export const IngestionType = {
560
- FULL_REFRESH: "FULL_REFRESH",
561
- INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
562
- };
563
- export const IngestionStatus = {
564
- CANCELLED: "CANCELLED",
565
- COMPLETED: "COMPLETED",
566
- FAILED: "FAILED",
567
- INITIALIZED: "INITIALIZED",
568
- QUEUED: "QUEUED",
569
- RUNNING: "RUNNING",
570
- };
571
- export const IdentityStore = {
572
- QUICKSIGHT: "QUICKSIGHT",
573
- };
574
- export const NamespaceStatus = {
575
- CREATED: "CREATED",
576
- CREATING: "CREATING",
577
- DELETING: "DELETING",
578
- NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE",
579
- RETRYABLE_FAILURE: "RETRYABLE_FAILURE",
580
- };
581
- export const RefreshInterval = {
582
- DAILY: "DAILY",
583
- HOURLY: "HOURLY",
584
- MINUTE15: "MINUTE15",
585
- MINUTE30: "MINUTE30",
586
- MONTHLY: "MONTHLY",
587
- WEEKLY: "WEEKLY",
588
- };
589
- export const DayOfWeek = {
590
- FRIDAY: "FRIDAY",
591
- MONDAY: "MONDAY",
592
- SATURDAY: "SATURDAY",
593
- SUNDAY: "SUNDAY",
594
- THURSDAY: "THURSDAY",
595
- TUESDAY: "TUESDAY",
596
- WEDNESDAY: "WEDNESDAY",
597
- };
598
- export const Role = {
599
- ADMIN: "ADMIN",
600
- ADMIN_PRO: "ADMIN_PRO",
601
- AUTHOR: "AUTHOR",
602
- AUTHOR_PRO: "AUTHOR_PRO",
603
- READER: "READER",
604
- READER_PRO: "READER_PRO",
605
- };
643
+ export const WaterfallChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
644
+ ...obj,
645
+ ...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
646
+ });
647
+ export const WaterfallChartFieldWellsFilterSensitiveLog = (obj) => ({
648
+ ...obj,
649
+ });
606
650
  export const WaterfallChartConfigurationFilterSensitiveLog = (obj) => ({
607
651
  ...obj,
608
652
  ...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
@@ -684,6 +728,14 @@ export const AssetBundleImportSourceDescriptionFilterSensitiveLog = (obj) => ({
684
728
  ...obj,
685
729
  ...(obj.Body && { Body: SENSITIVE_STRING }),
686
730
  });
731
+ export const TopicIRMetricFilterSensitiveLog = (obj) => ({
732
+ ...obj,
733
+ ...(obj.Expression && { Expression: SENSITIVE_STRING }),
734
+ });
735
+ export const TopicIRFilterSensitiveLog = (obj) => ({
736
+ ...obj,
737
+ ...(obj.Metrics && { Metrics: obj.Metrics.map((item) => TopicIRMetricFilterSensitiveLog(item)) }),
738
+ });
687
739
  export const CalculatedColumnFilterSensitiveLog = (obj) => ({
688
740
  ...obj,
689
741
  ...(obj.Expression && { Expression: SENSITIVE_STRING }),
@@ -802,18 +854,3 @@ export const CreateDataSourceRequestFilterSensitiveLog = (obj) => ({
802
854
  ...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
803
855
  ...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
804
856
  });
805
- export const TemplateVersionDefinitionFilterSensitiveLog = (obj) => ({
806
- ...obj,
807
- ...(obj.CalculatedFields && {
808
- CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item)),
809
- }),
810
- ...(obj.ParameterDeclarations && {
811
- ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item)),
812
- }),
813
- ...(obj.ColumnConfigurations && {
814
- ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
815
- }),
816
- });
817
- export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
818
- ...obj,
819
- });