@aws-sdk/client-quicksight 3.613.0 → 3.615.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +778 -396
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  5. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  6. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  7. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  9. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  10. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +43 -16
  14. package/dist-es/models/models_1.js +5 -7
  15. package/dist-es/models/models_2.js +138 -101
  16. package/dist-es/models/models_3.js +70 -136
  17. package/dist-es/models/models_4.js +131 -2
  18. package/dist-es/protocols/Aws_restJson1.js +174 -4
  19. package/dist-types/QuickSight.d.ts +21 -0
  20. package/dist-types/QuickSightClient.d.ts +5 -2
  21. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  22. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  23. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  24. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  36. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  37. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  40. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  46. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  47. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  48. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  50. package/dist-types/commands/index.d.ts +3 -0
  51. package/dist-types/models/models_0.d.ts +119 -115
  52. package/dist-types/models/models_1.d.ts +97 -68
  53. package/dist-types/models/models_2.d.ts +2333 -2490
  54. package/dist-types/models/models_3.d.ts +4173 -4215
  55. package/dist-types/models/models_4.d.ts +1183 -2
  56. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  57. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  58. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  59. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  60. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  82. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  83. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  84. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  85. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  87. package/package.json +20 -20
@@ -1,20 +1,18 @@
1
1
  import {
2
+ AggregationFunction,
2
3
  AxisBinding,
3
4
  AxisDisplayOptions,
4
5
  BarChartFieldWells,
5
6
  BarChartOrientation,
6
- BarChartSortConfiguration,
7
7
  BarsArrangement,
8
8
  ChartAxisLabelOptions,
9
9
  ColumnIdentifier,
10
10
  ColumnSort,
11
- ColumnTooltipItem,
12
11
  ContributionAnalysisDefault,
13
12
  DataLabelOptions,
14
13
  DataLabelPosition,
15
14
  DimensionField,
16
15
  FieldSort,
17
- FieldSortOptions,
18
16
  FontConfiguration,
19
17
  FormatConfiguration,
20
18
  HorizontalTextAlignment,
@@ -27,13 +25,37 @@ import {
27
25
  SmallMultiplesOptions,
28
26
  SortDirection,
29
27
  TimeGranularity,
30
- TooltipTarget,
31
28
  URLTargetConfiguration,
32
29
  Visibility,
33
30
  VisualCustomAction,
34
31
  VisualInteractionOptions,
35
32
  WidgetStatus,
36
33
  } from "./models_0";
34
+ export interface FieldSortOptions {
35
+ FieldSort?: FieldSort;
36
+ ColumnSort?: ColumnSort;
37
+ }
38
+ export interface BarChartSortConfiguration {
39
+ CategorySort?: FieldSortOptions[];
40
+ CategoryItemsLimit?: ItemsLimitConfiguration;
41
+ ColorSort?: FieldSortOptions[];
42
+ ColorItemsLimit?: ItemsLimitConfiguration;
43
+ SmallMultiplesSort?: FieldSortOptions[];
44
+ SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
45
+ }
46
+ export declare const TooltipTarget: {
47
+ readonly BAR: "BAR";
48
+ readonly BOTH: "BOTH";
49
+ readonly LINE: "LINE";
50
+ };
51
+ export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
52
+ export interface ColumnTooltipItem {
53
+ Column: ColumnIdentifier | undefined;
54
+ Label?: string;
55
+ Visibility?: Visibility;
56
+ Aggregation?: AggregationFunction;
57
+ TooltipTarget?: TooltipTarget;
58
+ }
37
59
  export interface FieldTooltipItem {
38
60
  FieldId: string | undefined;
39
61
  Label?: string;
@@ -1730,21 +1752,6 @@ export interface WaterfallChartGroupColorConfiguration {
1730
1752
  NegativeBarColor?: string;
1731
1753
  TotalBarColor?: string;
1732
1754
  }
1733
- export interface WaterfallChartColorConfiguration {
1734
- GroupColorConfiguration?: WaterfallChartGroupColorConfiguration;
1735
- }
1736
- export interface WaterfallChartAggregatedFieldWells {
1737
- Categories?: DimensionField[];
1738
- Values?: MeasureField[];
1739
- Breakdowns?: DimensionField[];
1740
- }
1741
- export interface WaterfallChartFieldWells {
1742
- WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells;
1743
- }
1744
- export interface WaterfallChartSortConfiguration {
1745
- CategorySort?: FieldSortOptions[];
1746
- BreakdownItemsLimit?: ItemsLimitConfiguration;
1747
- }
1748
1755
  export declare const DataPathValueFilterSensitiveLog: (
1749
1756
  obj: DataPathValue
1750
1757
  ) => any;
@@ -2124,9 +2131,3 @@ export declare const TreeMapConfigurationFilterSensitiveLog: (
2124
2131
  export declare const TreeMapVisualFilterSensitiveLog: (
2125
2132
  obj: TreeMapVisual
2126
2133
  ) => any;
2127
- export declare const WaterfallChartAggregatedFieldWellsFilterSensitiveLog: (
2128
- obj: WaterfallChartAggregatedFieldWells
2129
- ) => any;
2130
- export declare const WaterfallChartFieldWellsFilterSensitiveLog: (
2131
- obj: WaterfallChartFieldWells
2132
- ) => any;