@aws-sdk/client-quicksight 3.521.0 → 3.525.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 (248) hide show
  1. package/dist-cjs/index.js +17 -8
  2. package/dist-es/models/models_0.js +5 -0
  3. package/dist-es/models/models_2.js +0 -7
  4. package/dist-es/models/models_3.js +8 -1
  5. package/dist-es/protocols/Aws_restJson1.js +2 -0
  6. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -0
  9. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  11. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  12. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  13. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  14. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  15. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  16. package/dist-types/models/models_0.d.ts +23 -21
  17. package/dist-types/models/models_1.d.ts +22 -54
  18. package/dist-types/models/models_2.d.ts +54 -46
  19. package/dist-types/models/models_3.d.ts +48 -29
  20. package/dist-types/models/models_4.d.ts +30 -3
  21. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -4
  22. package/dist-types/ts3.4/models/models_0.d.ts +8 -5
  23. package/dist-types/ts3.4/models/models_1.d.ts +6 -6
  24. package/dist-types/ts3.4/models/models_2.d.ts +11 -11
  25. package/dist-types/ts3.4/models/models_3.d.ts +10 -7
  26. package/dist-types/ts3.4/models/models_4.d.ts +9 -1
  27. package/package.json +34 -34
  28. package/dist-cjs/QuickSight.js +0 -1
  29. package/dist-cjs/QuickSightClient.js +0 -1
  30. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
  31. package/dist-cjs/commands/CancelIngestionCommand.js +0 -1
  32. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +0 -1
  33. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +0 -1
  34. package/dist-cjs/commands/CreateAnalysisCommand.js +0 -1
  35. package/dist-cjs/commands/CreateDashboardCommand.js +0 -1
  36. package/dist-cjs/commands/CreateDataSetCommand.js +0 -1
  37. package/dist-cjs/commands/CreateDataSourceCommand.js +0 -1
  38. package/dist-cjs/commands/CreateFolderCommand.js +0 -1
  39. package/dist-cjs/commands/CreateFolderMembershipCommand.js +0 -1
  40. package/dist-cjs/commands/CreateGroupCommand.js +0 -1
  41. package/dist-cjs/commands/CreateGroupMembershipCommand.js +0 -1
  42. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +0 -1
  43. package/dist-cjs/commands/CreateIngestionCommand.js +0 -1
  44. package/dist-cjs/commands/CreateNamespaceCommand.js +0 -1
  45. package/dist-cjs/commands/CreateRefreshScheduleCommand.js +0 -1
  46. package/dist-cjs/commands/CreateRoleMembershipCommand.js +0 -1
  47. package/dist-cjs/commands/CreateTemplateAliasCommand.js +0 -1
  48. package/dist-cjs/commands/CreateTemplateCommand.js +0 -1
  49. package/dist-cjs/commands/CreateThemeAliasCommand.js +0 -1
  50. package/dist-cjs/commands/CreateThemeCommand.js +0 -1
  51. package/dist-cjs/commands/CreateTopicCommand.js +0 -1
  52. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +0 -1
  53. package/dist-cjs/commands/CreateVPCConnectionCommand.js +0 -1
  54. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +0 -1
  55. package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +0 -1
  56. package/dist-cjs/commands/DeleteAnalysisCommand.js +0 -1
  57. package/dist-cjs/commands/DeleteDashboardCommand.js +0 -1
  58. package/dist-cjs/commands/DeleteDataSetCommand.js +0 -1
  59. package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +0 -1
  60. package/dist-cjs/commands/DeleteDataSourceCommand.js +0 -1
  61. package/dist-cjs/commands/DeleteFolderCommand.js +0 -1
  62. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +0 -1
  63. package/dist-cjs/commands/DeleteGroupCommand.js +0 -1
  64. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +0 -1
  65. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +0 -1
  66. package/dist-cjs/commands/DeleteIdentityPropagationConfigCommand.js +0 -1
  67. package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -1
  68. package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +0 -1
  69. package/dist-cjs/commands/DeleteRoleCustomPermissionCommand.js +0 -1
  70. package/dist-cjs/commands/DeleteRoleMembershipCommand.js +0 -1
  71. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +0 -1
  72. package/dist-cjs/commands/DeleteTemplateCommand.js +0 -1
  73. package/dist-cjs/commands/DeleteThemeAliasCommand.js +0 -1
  74. package/dist-cjs/commands/DeleteThemeCommand.js +0 -1
  75. package/dist-cjs/commands/DeleteTopicCommand.js +0 -1
  76. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +0 -1
  77. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +0 -1
  78. package/dist-cjs/commands/DeleteUserCommand.js +0 -1
  79. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +0 -1
  80. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +0 -1
  81. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +0 -1
  82. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +0 -1
  83. package/dist-cjs/commands/DescribeAnalysisCommand.js +0 -1
  84. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +0 -1
  85. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +0 -1
  86. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +0 -1
  87. package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +0 -1
  88. package/dist-cjs/commands/DescribeDashboardCommand.js +0 -1
  89. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +0 -1
  90. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +0 -1
  91. package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +0 -1
  92. package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +0 -1
  93. package/dist-cjs/commands/DescribeDataSetCommand.js +0 -1
  94. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +0 -1
  95. package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +0 -1
  96. package/dist-cjs/commands/DescribeDataSourceCommand.js +0 -1
  97. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +0 -1
  98. package/dist-cjs/commands/DescribeFolderCommand.js +0 -1
  99. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +0 -1
  100. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +0 -1
  101. package/dist-cjs/commands/DescribeGroupCommand.js +0 -1
  102. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +0 -1
  103. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +0 -1
  104. package/dist-cjs/commands/DescribeIngestionCommand.js +0 -1
  105. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +0 -1
  106. package/dist-cjs/commands/DescribeNamespaceCommand.js +0 -1
  107. package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +0 -1
  108. package/dist-cjs/commands/DescribeRoleCustomPermissionCommand.js +0 -1
  109. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +0 -1
  110. package/dist-cjs/commands/DescribeTemplateCommand.js +0 -1
  111. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +0 -1
  112. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +0 -1
  113. package/dist-cjs/commands/DescribeThemeAliasCommand.js +0 -1
  114. package/dist-cjs/commands/DescribeThemeCommand.js +0 -1
  115. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +0 -1
  116. package/dist-cjs/commands/DescribeTopicCommand.js +0 -1
  117. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +0 -1
  118. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +0 -1
  119. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +0 -1
  120. package/dist-cjs/commands/DescribeUserCommand.js +0 -1
  121. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +0 -1
  122. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +0 -1
  123. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +0 -1
  124. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +0 -1
  125. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +0 -1
  126. package/dist-cjs/commands/ListAnalysesCommand.js +0 -1
  127. package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +0 -1
  128. package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +0 -1
  129. package/dist-cjs/commands/ListDashboardVersionsCommand.js +0 -1
  130. package/dist-cjs/commands/ListDashboardsCommand.js +0 -1
  131. package/dist-cjs/commands/ListDataSetsCommand.js +0 -1
  132. package/dist-cjs/commands/ListDataSourcesCommand.js +0 -1
  133. package/dist-cjs/commands/ListFolderMembersCommand.js +0 -1
  134. package/dist-cjs/commands/ListFoldersCommand.js +0 -1
  135. package/dist-cjs/commands/ListGroupMembershipsCommand.js +0 -1
  136. package/dist-cjs/commands/ListGroupsCommand.js +0 -1
  137. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +0 -1
  138. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +0 -1
  139. package/dist-cjs/commands/ListIdentityPropagationConfigsCommand.js +0 -1
  140. package/dist-cjs/commands/ListIngestionsCommand.js +0 -1
  141. package/dist-cjs/commands/ListNamespacesCommand.js +0 -1
  142. package/dist-cjs/commands/ListRefreshSchedulesCommand.js +0 -1
  143. package/dist-cjs/commands/ListRoleMembershipsCommand.js +0 -1
  144. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
  145. package/dist-cjs/commands/ListTemplateAliasesCommand.js +0 -1
  146. package/dist-cjs/commands/ListTemplateVersionsCommand.js +0 -1
  147. package/dist-cjs/commands/ListTemplatesCommand.js +0 -1
  148. package/dist-cjs/commands/ListThemeAliasesCommand.js +0 -1
  149. package/dist-cjs/commands/ListThemeVersionsCommand.js +0 -1
  150. package/dist-cjs/commands/ListThemesCommand.js +0 -1
  151. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +0 -1
  152. package/dist-cjs/commands/ListTopicsCommand.js +0 -1
  153. package/dist-cjs/commands/ListUserGroupsCommand.js +0 -1
  154. package/dist-cjs/commands/ListUsersCommand.js +0 -1
  155. package/dist-cjs/commands/ListVPCConnectionsCommand.js +0 -1
  156. package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +0 -1
  157. package/dist-cjs/commands/RegisterUserCommand.js +0 -1
  158. package/dist-cjs/commands/RestoreAnalysisCommand.js +0 -1
  159. package/dist-cjs/commands/SearchAnalysesCommand.js +0 -1
  160. package/dist-cjs/commands/SearchDashboardsCommand.js +0 -1
  161. package/dist-cjs/commands/SearchDataSetsCommand.js +0 -1
  162. package/dist-cjs/commands/SearchDataSourcesCommand.js +0 -1
  163. package/dist-cjs/commands/SearchFoldersCommand.js +0 -1
  164. package/dist-cjs/commands/SearchGroupsCommand.js +0 -1
  165. package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +0 -1
  166. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +0 -1
  167. package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +0 -1
  168. package/dist-cjs/commands/TagResourceCommand.js +0 -1
  169. package/dist-cjs/commands/UntagResourceCommand.js +0 -1
  170. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +0 -1
  171. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +0 -1
  172. package/dist-cjs/commands/UpdateAnalysisCommand.js +0 -1
  173. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +0 -1
  174. package/dist-cjs/commands/UpdateDashboardCommand.js +0 -1
  175. package/dist-cjs/commands/UpdateDashboardLinksCommand.js +0 -1
  176. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +0 -1
  177. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +0 -1
  178. package/dist-cjs/commands/UpdateDataSetCommand.js +0 -1
  179. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +0 -1
  180. package/dist-cjs/commands/UpdateDataSourceCommand.js +0 -1
  181. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +0 -1
  182. package/dist-cjs/commands/UpdateFolderCommand.js +0 -1
  183. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +0 -1
  184. package/dist-cjs/commands/UpdateGroupCommand.js +0 -1
  185. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +0 -1
  186. package/dist-cjs/commands/UpdateIdentityPropagationConfigCommand.js +0 -1
  187. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +0 -1
  188. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +0 -1
  189. package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +0 -1
  190. package/dist-cjs/commands/UpdateRoleCustomPermissionCommand.js +0 -1
  191. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +0 -1
  192. package/dist-cjs/commands/UpdateTemplateCommand.js +0 -1
  193. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +0 -1
  194. package/dist-cjs/commands/UpdateThemeAliasCommand.js +0 -1
  195. package/dist-cjs/commands/UpdateThemeCommand.js +0 -1
  196. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +0 -1
  197. package/dist-cjs/commands/UpdateTopicCommand.js +0 -1
  198. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +0 -1
  199. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +0 -1
  200. package/dist-cjs/commands/UpdateUserCommand.js +0 -1
  201. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +0 -1
  202. package/dist-cjs/commands/index.js +0 -1
  203. package/dist-cjs/endpoint/EndpointParameters.js +0 -1
  204. package/dist-cjs/extensionConfiguration.js +0 -1
  205. package/dist-cjs/models/QuickSightServiceException.js +0 -1
  206. package/dist-cjs/models/index.js +0 -1
  207. package/dist-cjs/models/models_0.js +0 -1
  208. package/dist-cjs/models/models_1.js +0 -1
  209. package/dist-cjs/models/models_2.js +0 -1
  210. package/dist-cjs/models/models_3.js +0 -1
  211. package/dist-cjs/models/models_4.js +0 -1
  212. package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +0 -1
  213. package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +0 -1
  214. package/dist-cjs/pagination/Interfaces.js +0 -1
  215. package/dist-cjs/pagination/ListAnalysesPaginator.js +0 -1
  216. package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +0 -1
  217. package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +0 -1
  218. package/dist-cjs/pagination/ListDashboardVersionsPaginator.js +0 -1
  219. package/dist-cjs/pagination/ListDashboardsPaginator.js +0 -1
  220. package/dist-cjs/pagination/ListDataSetsPaginator.js +0 -1
  221. package/dist-cjs/pagination/ListDataSourcesPaginator.js +0 -1
  222. package/dist-cjs/pagination/ListFolderMembersPaginator.js +0 -1
  223. package/dist-cjs/pagination/ListFoldersPaginator.js +0 -1
  224. package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +0 -1
  225. package/dist-cjs/pagination/ListGroupsPaginator.js +0 -1
  226. package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +0 -1
  227. package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +0 -1
  228. package/dist-cjs/pagination/ListIngestionsPaginator.js +0 -1
  229. package/dist-cjs/pagination/ListNamespacesPaginator.js +0 -1
  230. package/dist-cjs/pagination/ListRoleMembershipsPaginator.js +0 -1
  231. package/dist-cjs/pagination/ListTemplateAliasesPaginator.js +0 -1
  232. package/dist-cjs/pagination/ListTemplateVersionsPaginator.js +0 -1
  233. package/dist-cjs/pagination/ListTemplatesPaginator.js +0 -1
  234. package/dist-cjs/pagination/ListThemeVersionsPaginator.js +0 -1
  235. package/dist-cjs/pagination/ListThemesPaginator.js +0 -1
  236. package/dist-cjs/pagination/ListTopicsPaginator.js +0 -1
  237. package/dist-cjs/pagination/ListUserGroupsPaginator.js +0 -1
  238. package/dist-cjs/pagination/ListUsersPaginator.js +0 -1
  239. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +0 -1
  240. package/dist-cjs/pagination/SearchAnalysesPaginator.js +0 -1
  241. package/dist-cjs/pagination/SearchDashboardsPaginator.js +0 -1
  242. package/dist-cjs/pagination/SearchDataSetsPaginator.js +0 -1
  243. package/dist-cjs/pagination/SearchDataSourcesPaginator.js +0 -1
  244. package/dist-cjs/pagination/SearchFoldersPaginator.js +0 -1
  245. package/dist-cjs/pagination/SearchGroupsPaginator.js +0 -1
  246. package/dist-cjs/pagination/index.js +0 -1
  247. package/dist-cjs/protocols/Aws_restJson1.js +0 -1
  248. package/dist-cjs/runtimeExtensions.js +0 -1
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ListNamespacesRequest,
5
- ListNamespacesResponse,
6
- } from "../models/models_3";
3
+ import { ListNamespacesRequest } from "../models/models_3";
4
+ import { ListNamespacesResponse } from "../models/models_4";
7
5
  import {
8
6
  QuickSightClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -1539,16 +1539,24 @@ export interface BarChartSortConfiguration {
1539
1539
  SmallMultiplesSort?: FieldSortOptions[];
1540
1540
  SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
1541
1541
  }
1542
+ export declare const TooltipTarget: {
1543
+ readonly BAR: "BAR";
1544
+ readonly BOTH: "BOTH";
1545
+ readonly LINE: "LINE";
1546
+ };
1547
+ export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
1542
1548
  export interface ColumnTooltipItem {
1543
1549
  Column: ColumnIdentifier | undefined;
1544
1550
  Label?: string;
1545
1551
  Visibility?: Visibility;
1546
1552
  Aggregation?: AggregationFunction;
1553
+ TooltipTarget?: TooltipTarget;
1547
1554
  }
1548
1555
  export interface FieldTooltipItem {
1549
1556
  FieldId: string | undefined;
1550
1557
  Label?: string;
1551
1558
  Visibility?: Visibility;
1559
+ TooltipTarget?: TooltipTarget;
1552
1560
  }
1553
1561
  export interface TooltipItem {
1554
1562
  FieldTooltipItem?: FieldTooltipItem;
@@ -1648,11 +1656,6 @@ export interface ExplicitHierarchy {
1648
1656
  Columns: ColumnIdentifier[] | undefined;
1649
1657
  DrillDownFilters?: DrillDownFilter[];
1650
1658
  }
1651
- export interface PredefinedHierarchy {
1652
- HierarchyId: string | undefined;
1653
- Columns: ColumnIdentifier[] | undefined;
1654
- DrillDownFilters?: DrillDownFilter[];
1655
- }
1656
1659
  export declare const CalculatedFieldFilterSensitiveLog: (
1657
1660
  obj: CalculatedField
1658
1661
  ) => any;
@@ -17,6 +17,7 @@ import {
17
17
  DataSetIdentifierDeclaration,
18
18
  DateTimeHierarchy,
19
19
  DimensionField,
20
+ DrillDownFilter,
20
21
  ExplicitHierarchy,
21
22
  FieldSort,
22
23
  FieldSortOptions,
@@ -33,7 +34,6 @@ import {
33
34
  ParameterControl,
34
35
  ParameterDeclaration,
35
36
  PercentageDisplayFormatConfiguration,
36
- PredefinedHierarchy,
37
37
  ReferenceLine,
38
38
  SheetContentType,
39
39
  SheetControlLayout,
@@ -49,6 +49,11 @@ import {
49
49
  VisualPalette,
50
50
  WidgetStatus,
51
51
  } from "./models_0";
52
+ export interface PredefinedHierarchy {
53
+ HierarchyId: string | undefined;
54
+ Columns: ColumnIdentifier[] | undefined;
55
+ DrillDownFilters?: DrillDownFilter[];
56
+ }
52
57
  export interface ColumnHierarchy {
53
58
  ExplicitHierarchy?: ExplicitHierarchy;
54
59
  DateTimeHierarchy?: DateTimeHierarchy;
@@ -1802,11 +1807,6 @@ export declare const FilterOperator: {
1802
1807
  };
1803
1808
  export type FilterOperator =
1804
1809
  (typeof FilterOperator)[keyof typeof FilterOperator];
1805
- export interface AnalysisSearchFilter {
1806
- Operator?: FilterOperator;
1807
- Name?: AnalysisFilterAttribute;
1808
- Value?: string;
1809
- }
1810
1810
  export declare const BarChartVisualFilterSensitiveLog: (
1811
1811
  obj: BarChartVisual
1812
1812
  ) => any;
@@ -18,8 +18,18 @@ import {
18
18
  TimeGranularity,
19
19
  VisualMenuOption,
20
20
  } from "./models_0";
21
- import { AnalysisDefinition, SheetDefinition } from "./models_1";
21
+ import {
22
+ AnalysisDefinition,
23
+ AnalysisFilterAttribute,
24
+ FilterOperator,
25
+ SheetDefinition,
26
+ } from "./models_1";
22
27
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
28
+ export interface AnalysisSearchFilter {
29
+ Operator?: FilterOperator;
30
+ Name?: AnalysisFilterAttribute;
31
+ Value?: string;
32
+ }
23
33
  export interface DataSetReference {
24
34
  DataSetPlaceholder: string | undefined;
25
35
  DataSetArn: string | undefined;
@@ -2760,15 +2770,6 @@ export interface DefaultFormatting {
2760
2770
  DisplayFormat?: DisplayFormat;
2761
2771
  DisplayFormatOptions?: DisplayFormatOptions;
2762
2772
  }
2763
- export interface SemanticType {
2764
- TypeName?: string;
2765
- SubTypeName?: string;
2766
- TypeParameters?: Record<string, string>;
2767
- TruthyCellValue?: string;
2768
- TruthyCellValueSynonyms?: string[];
2769
- FalseyCellValue?: string;
2770
- FalseyCellValueSynonyms?: string[];
2771
- }
2772
2773
  export declare const SnapshotJobS3ResultFilterSensitiveLog: (
2773
2774
  obj: SnapshotJobS3Result
2774
2775
  ) => any;
@@ -2852,4 +2853,3 @@ export declare const TemplateVersionDefinitionFilterSensitiveLog: (
2852
2853
  export declare const CreateTemplateRequestFilterSensitiveLog: (
2853
2854
  obj: CreateTemplateRequest
2854
2855
  ) => any;
2855
- export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
@@ -74,7 +74,6 @@ import {
74
74
  Role,
75
75
  RowLevelPermissionDataSet,
76
76
  RowLevelPermissionTagConfiguration,
77
- SemanticType,
78
77
  ServiceType,
79
78
  SharingModel,
80
79
  SnapshotFile,
@@ -88,6 +87,15 @@ import {
88
87
  VpcConnectionProperties,
89
88
  } from "./models_2";
90
89
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
90
+ export interface SemanticType {
91
+ TypeName?: string;
92
+ SubTypeName?: string;
93
+ TypeParameters?: Record<string, string>;
94
+ TruthyCellValue?: string;
95
+ TruthyCellValueSynonyms?: string[];
96
+ FalseyCellValue?: string;
97
+ FalseyCellValueSynonyms?: string[];
98
+ }
91
99
  export declare const TopicTimeGranularity: {
92
100
  readonly DAY: "DAY";
93
101
  readonly HOUR: "HOUR";
@@ -2043,12 +2051,7 @@ export interface ListNamespacesRequest {
2043
2051
  NextToken?: string;
2044
2052
  MaxResults?: number;
2045
2053
  }
2046
- export interface ListNamespacesResponse {
2047
- Namespaces?: NamespaceInfoV2[];
2048
- NextToken?: string;
2049
- RequestId?: string;
2050
- Status?: number;
2051
- }
2054
+ export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
2052
2055
  export declare const TopicCalculatedFieldFilterSensitiveLog: (
2053
2056
  obj: TopicCalculatedField
2054
2057
  ) => any;
@@ -1,7 +1,8 @@
1
1
  import { AccountCustomization, ResourceStatus } from "./models_0";
2
- import { AnalysisDefinition, AnalysisSearchFilter } from "./models_1";
2
+ import { AnalysisDefinition } from "./models_1";
3
3
  import {
4
4
  _Parameters,
5
+ AnalysisSearchFilter,
5
6
  AnalysisSourceEntity,
6
7
  AnalysisSummary,
7
8
  AssetBundleCloudFormationOverridePropertyConfiguration,
@@ -57,6 +58,7 @@ import {
57
58
  FolderSummary,
58
59
  GroupSearchFilter,
59
60
  IdentityType,
61
+ NamespaceInfoV2,
60
62
  NetworkInterface,
61
63
  SessionTag,
62
64
  SnapshotConfiguration,
@@ -68,6 +70,12 @@ import {
68
70
  VPCConnectionAvailabilityStatus,
69
71
  VPCConnectionResourceStatus,
70
72
  } from "./models_3";
73
+ export interface ListNamespacesResponse {
74
+ Namespaces?: NamespaceInfoV2[];
75
+ NextToken?: string;
76
+ RequestId?: string;
77
+ Status?: number;
78
+ }
71
79
  export interface ListRefreshSchedulesRequest {
72
80
  AwsAccountId: string | undefined;
73
81
  DataSetId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-quicksight",
3
3
  "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4
- "version": "3.521.0",
4
+ "version": "3.525.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-quicksight",
@@ -20,42 +20,42 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.521.0",
24
- "@aws-sdk/core": "3.521.0",
25
- "@aws-sdk/credential-provider-node": "3.521.0",
26
- "@aws-sdk/middleware-host-header": "3.521.0",
27
- "@aws-sdk/middleware-logger": "3.521.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.521.0",
29
- "@aws-sdk/middleware-user-agent": "3.521.0",
30
- "@aws-sdk/region-config-resolver": "3.521.0",
31
- "@aws-sdk/types": "3.521.0",
32
- "@aws-sdk/util-endpoints": "3.521.0",
33
- "@aws-sdk/util-user-agent-browser": "3.521.0",
34
- "@aws-sdk/util-user-agent-node": "3.521.0",
35
- "@smithy/config-resolver": "^2.1.2",
36
- "@smithy/core": "^1.3.3",
37
- "@smithy/fetch-http-handler": "^2.4.2",
38
- "@smithy/hash-node": "^2.1.2",
39
- "@smithy/invalid-dependency": "^2.1.2",
40
- "@smithy/middleware-content-length": "^2.1.2",
41
- "@smithy/middleware-endpoint": "^2.4.2",
42
- "@smithy/middleware-retry": "^2.1.2",
43
- "@smithy/middleware-serde": "^2.1.2",
44
- "@smithy/middleware-stack": "^2.1.2",
45
- "@smithy/node-config-provider": "^2.2.2",
46
- "@smithy/node-http-handler": "^2.4.0",
47
- "@smithy/protocol-http": "^3.2.0",
48
- "@smithy/smithy-client": "^2.4.0",
49
- "@smithy/types": "^2.10.0",
50
- "@smithy/url-parser": "^2.1.2",
23
+ "@aws-sdk/client-sts": "3.525.0",
24
+ "@aws-sdk/core": "3.525.0",
25
+ "@aws-sdk/credential-provider-node": "3.525.0",
26
+ "@aws-sdk/middleware-host-header": "3.523.0",
27
+ "@aws-sdk/middleware-logger": "3.523.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
+ "@aws-sdk/middleware-user-agent": "3.525.0",
30
+ "@aws-sdk/region-config-resolver": "3.525.0",
31
+ "@aws-sdk/types": "3.523.0",
32
+ "@aws-sdk/util-endpoints": "3.525.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.523.0",
34
+ "@aws-sdk/util-user-agent-node": "3.525.0",
35
+ "@smithy/config-resolver": "^2.1.4",
36
+ "@smithy/core": "^1.3.5",
37
+ "@smithy/fetch-http-handler": "^2.4.3",
38
+ "@smithy/hash-node": "^2.1.3",
39
+ "@smithy/invalid-dependency": "^2.1.3",
40
+ "@smithy/middleware-content-length": "^2.1.3",
41
+ "@smithy/middleware-endpoint": "^2.4.4",
42
+ "@smithy/middleware-retry": "^2.1.4",
43
+ "@smithy/middleware-serde": "^2.1.3",
44
+ "@smithy/middleware-stack": "^2.1.3",
45
+ "@smithy/node-config-provider": "^2.2.4",
46
+ "@smithy/node-http-handler": "^2.4.1",
47
+ "@smithy/protocol-http": "^3.2.1",
48
+ "@smithy/smithy-client": "^2.4.2",
49
+ "@smithy/types": "^2.10.1",
50
+ "@smithy/url-parser": "^2.1.3",
51
51
  "@smithy/util-base64": "^2.1.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
53
  "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.2",
55
- "@smithy/util-defaults-mode-node": "^2.2.1",
56
- "@smithy/util-endpoints": "^1.1.2",
57
- "@smithy/util-middleware": "^2.1.2",
58
- "@smithy/util-retry": "^2.1.2",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.4",
55
+ "@smithy/util-defaults-mode-node": "^2.2.3",
56
+ "@smithy/util-endpoints": "^1.1.4",
57
+ "@smithy/util-middleware": "^2.1.3",
58
+ "@smithy/util-retry": "^2.1.3",
59
59
  "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("./index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");
@@ -1 +0,0 @@
1
- module.exports = require("../index.js");