@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
package/dist-cjs/index.js CHANGED
@@ -606,6 +606,7 @@ __export(src_exports, {
606
606
  TimeGranularity: () => TimeGranularity,
607
607
  TimeRangeFilterFilterSensitiveLog: () => TimeRangeFilterFilterSensitiveLog,
608
608
  TimeRangeFilterValueFilterSensitiveLog: () => TimeRangeFilterValueFilterSensitiveLog,
609
+ TooltipTarget: () => TooltipTarget,
609
610
  TooltipTitleType: () => TooltipTitleType,
610
611
  TopBottomComputationType: () => TopBottomComputationType,
611
612
  TopBottomMoversComputationFilterSensitiveLog: () => TopBottomMoversComputationFilterSensitiveLog,
@@ -1267,6 +1268,11 @@ var OtherCategories = {
1267
1268
  EXCLUDE: "EXCLUDE",
1268
1269
  INCLUDE: "INCLUDE"
1269
1270
  };
1271
+ var TooltipTarget = {
1272
+ BAR: "BAR",
1273
+ BOTH: "BOTH",
1274
+ LINE: "LINE"
1275
+ };
1270
1276
  var TooltipTitleType = {
1271
1277
  NONE: "NONE",
1272
1278
  PRIMARY_VALUE: "PRIMARY_VALUE"
@@ -2509,13 +2515,6 @@ var TemplateVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
2509
2515
  var CreateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2510
2516
  ...obj
2511
2517
  }), "CreateTemplateRequestFilterSensitiveLog");
2512
- var SemanticTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2513
- ...obj,
2514
- ...obj.TruthyCellValue && { TruthyCellValue: import_smithy_client.SENSITIVE_STRING },
2515
- ...obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: import_smithy_client.SENSITIVE_STRING },
2516
- ...obj.FalseyCellValue && { FalseyCellValue: import_smithy_client.SENSITIVE_STRING },
2517
- ...obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: import_smithy_client.SENSITIVE_STRING }
2518
- }), "SemanticTypeFilterSensitiveLog");
2519
2518
 
2520
2519
  // src/models/models_3.ts
2521
2520
 
@@ -2927,6 +2926,13 @@ var _InvalidRequestException = class _InvalidRequestException extends QuickSight
2927
2926
  };
2928
2927
  __name(_InvalidRequestException, "InvalidRequestException");
2929
2928
  var InvalidRequestException = _InvalidRequestException;
2929
+ var SemanticTypeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2930
+ ...obj,
2931
+ ...obj.TruthyCellValue && { TruthyCellValue: import_smithy_client.SENSITIVE_STRING },
2932
+ ...obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: import_smithy_client.SENSITIVE_STRING },
2933
+ ...obj.FalseyCellValue && { FalseyCellValue: import_smithy_client.SENSITIVE_STRING },
2934
+ ...obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: import_smithy_client.SENSITIVE_STRING }
2935
+ }), "SemanticTypeFilterSensitiveLog");
2930
2936
  var TopicCalculatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2931
2937
  ...obj,
2932
2938
  ...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING },
@@ -9516,6 +9522,7 @@ var se_ColumnTooltipItem = /* @__PURE__ */ __name((input, context) => {
9516
9522
  Aggregation: (_) => se_AggregationFunction(_, context),
9517
9523
  Column: import_smithy_client._json,
9518
9524
  Label: [],
9525
+ TooltipTarget: [],
9519
9526
  Visibility: []
9520
9527
  });
9521
9528
  }, "se_ColumnTooltipItem");
@@ -11783,6 +11790,7 @@ var de_ColumnTooltipItem = /* @__PURE__ */ __name((output, context) => {
11783
11790
  Aggregation: (_) => de_AggregationFunction(_, context),
11784
11791
  Column: import_smithy_client._json,
11785
11792
  Label: import_smithy_client.expectString,
11793
+ TooltipTarget: import_smithy_client.expectString,
11786
11794
  Visibility: import_smithy_client.expectString
11787
11795
  });
11788
11796
  }, "de_ColumnTooltipItem");
@@ -18724,6 +18732,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
18724
18732
  SmallMultiplesAxisPlacement,
18725
18733
  SmallMultiplesAxisScale,
18726
18734
  OtherCategories,
18735
+ TooltipTarget,
18727
18736
  TooltipTitleType,
18728
18737
  SelectedTooltipType,
18729
18738
  PivotTableDataPathType,
@@ -19088,7 +19097,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
19088
19097
  CreateDataSourceRequestFilterSensitiveLog,
19089
19098
  TemplateVersionDefinitionFilterSensitiveLog,
19090
19099
  CreateTemplateRequestFilterSensitiveLog,
19091
- SemanticTypeFilterSensitiveLog,
19092
19100
  TopicTimeGranularity,
19093
19101
  FilterClass,
19094
19102
  NamedFilterType,
@@ -19130,6 +19138,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
19130
19138
  GroupFilterAttribute,
19131
19139
  GroupFilterOperator,
19132
19140
  InvalidRequestException,
19141
+ SemanticTypeFilterSensitiveLog,
19133
19142
  TopicCalculatedFieldFilterSensitiveLog,
19134
19143
  TopicColumnFilterSensitiveLog,
19135
19144
  TopicCategoryFilterConstantFilterSensitiveLog,
@@ -342,6 +342,11 @@ export const OtherCategories = {
342
342
  EXCLUDE: "EXCLUDE",
343
343
  INCLUDE: "INCLUDE",
344
344
  };
345
+ export const TooltipTarget = {
346
+ BAR: "BAR",
347
+ BOTH: "BOTH",
348
+ LINE: "LINE",
349
+ };
345
350
  export const TooltipTitleType = {
346
351
  NONE: "NONE",
347
352
  PRIMARY_VALUE: "PRIMARY_VALUE",
@@ -758,10 +758,3 @@ export const TemplateVersionDefinitionFilterSensitiveLog = (obj) => ({
758
758
  export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
759
759
  ...obj,
760
760
  });
761
- export const SemanticTypeFilterSensitiveLog = (obj) => ({
762
- ...obj,
763
- ...(obj.TruthyCellValue && { TruthyCellValue: SENSITIVE_STRING }),
764
- ...(obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: SENSITIVE_STRING }),
765
- ...(obj.FalseyCellValue && { FalseyCellValue: SENSITIVE_STRING }),
766
- ...(obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: SENSITIVE_STRING }),
767
- });
@@ -1,5 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, SemanticTypeFilterSensitiveLog, } from "./models_2";
2
+ import { _ParametersFilterSensitiveLog, AssetBundleImportSourceDescriptionFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
4
  export const TopicTimeGranularity = {
5
5
  DAY: "DAY",
@@ -374,6 +374,13 @@ export class InvalidRequestException extends __BaseException {
374
374
  this.RequestId = opts.RequestId;
375
375
  }
376
376
  }
377
+ export const SemanticTypeFilterSensitiveLog = (obj) => ({
378
+ ...obj,
379
+ ...(obj.TruthyCellValue && { TruthyCellValue: SENSITIVE_STRING }),
380
+ ...(obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: SENSITIVE_STRING }),
381
+ ...(obj.FalseyCellValue && { FalseyCellValue: SENSITIVE_STRING }),
382
+ ...(obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: SENSITIVE_STRING }),
383
+ });
377
384
  export const TopicCalculatedFieldFilterSensitiveLog = (obj) => ({
378
385
  ...obj,
379
386
  ...(obj.Expression && { Expression: SENSITIVE_STRING }),
@@ -6325,6 +6325,7 @@ const se_ColumnTooltipItem = (input, context) => {
6325
6325
  Aggregation: (_) => se_AggregationFunction(_, context),
6326
6326
  Column: _json,
6327
6327
  Label: [],
6328
+ TooltipTarget: [],
6328
6329
  Visibility: [],
6329
6330
  });
6330
6331
  };
@@ -8696,6 +8697,7 @@ const de_ColumnTooltipItem = (output, context) => {
8696
8697
  Aggregation: (_) => de_AggregationFunction(_, context),
8697
8698
  Column: _json,
8698
8699
  Label: __expectString,
8700
+ TooltipTarget: __expectString,
8699
8701
  Visibility: __expectString,
8700
8702
  });
8701
8703
  };
@@ -1978,12 +1978,14 @@ declare const CreateAnalysisCommand_base: {
1978
1978
  * FieldId: "STRING_VALUE", // required
1979
1979
  * Label: "STRING_VALUE",
1980
1980
  * Visibility: "HIDDEN" || "VISIBLE",
1981
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1981
1982
  * },
1982
1983
  * ColumnTooltipItem: { // ColumnTooltipItem
1983
1984
  * Column: "<ColumnIdentifier>", // required
1984
1985
  * Label: "STRING_VALUE",
1985
1986
  * Visibility: "HIDDEN" || "VISIBLE",
1986
1987
  * Aggregation: "<AggregationFunction>",
1988
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1987
1989
  * },
1988
1990
  * },
1989
1991
  * ],
@@ -2672,12 +2674,14 @@ declare const CreateAnalysisCommand_base: {
2672
2674
  * FieldId: "STRING_VALUE", // required
2673
2675
  * Label: "STRING_VALUE",
2674
2676
  * Visibility: "HIDDEN" || "VISIBLE",
2677
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2675
2678
  * },
2676
2679
  * ColumnTooltipItem: {
2677
2680
  * Column: "<ColumnIdentifier>", // required
2678
2681
  * Label: "STRING_VALUE",
2679
2682
  * Visibility: "HIDDEN" || "VISIBLE",
2680
2683
  * Aggregation: "<AggregationFunction>",
2684
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2681
2685
  * },
2682
2686
  * },
2683
2687
  * ],
@@ -2879,12 +2883,14 @@ declare const CreateAnalysisCommand_base: {
2879
2883
  * FieldId: "STRING_VALUE", // required
2880
2884
  * Label: "STRING_VALUE",
2881
2885
  * Visibility: "HIDDEN" || "VISIBLE",
2886
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2882
2887
  * },
2883
2888
  * ColumnTooltipItem: {
2884
2889
  * Column: "<ColumnIdentifier>", // required
2885
2890
  * Label: "STRING_VALUE",
2886
2891
  * Visibility: "HIDDEN" || "VISIBLE",
2887
2892
  * Aggregation: "<AggregationFunction>",
2893
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2888
2894
  * },
2889
2895
  * },
2890
2896
  * ],
@@ -3274,12 +3280,14 @@ declare const CreateAnalysisCommand_base: {
3274
3280
  * FieldId: "STRING_VALUE", // required
3275
3281
  * Label: "STRING_VALUE",
3276
3282
  * Visibility: "HIDDEN" || "VISIBLE",
3283
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3277
3284
  * },
3278
3285
  * ColumnTooltipItem: {
3279
3286
  * Column: "<ColumnIdentifier>", // required
3280
3287
  * Label: "STRING_VALUE",
3281
3288
  * Visibility: "HIDDEN" || "VISIBLE",
3282
3289
  * Aggregation: "<AggregationFunction>",
3290
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3283
3291
  * },
3284
3292
  * },
3285
3293
  * ],
@@ -3420,12 +3428,14 @@ declare const CreateAnalysisCommand_base: {
3420
3428
  * FieldId: "STRING_VALUE", // required
3421
3429
  * Label: "STRING_VALUE",
3422
3430
  * Visibility: "HIDDEN" || "VISIBLE",
3431
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3423
3432
  * },
3424
3433
  * ColumnTooltipItem: {
3425
3434
  * Column: "<ColumnIdentifier>", // required
3426
3435
  * Label: "STRING_VALUE",
3427
3436
  * Visibility: "HIDDEN" || "VISIBLE",
3428
3437
  * Aggregation: "<AggregationFunction>",
3438
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3429
3439
  * },
3430
3440
  * },
3431
3441
  * ],
@@ -2024,12 +2024,14 @@ declare const CreateDashboardCommand_base: {
2024
2024
  * FieldId: "STRING_VALUE", // required
2025
2025
  * Label: "STRING_VALUE",
2026
2026
  * Visibility: "HIDDEN" || "VISIBLE",
2027
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2027
2028
  * },
2028
2029
  * ColumnTooltipItem: { // ColumnTooltipItem
2029
2030
  * Column: "<ColumnIdentifier>", // required
2030
2031
  * Label: "STRING_VALUE",
2031
2032
  * Visibility: "HIDDEN" || "VISIBLE",
2032
2033
  * Aggregation: "<AggregationFunction>",
2034
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2033
2035
  * },
2034
2036
  * },
2035
2037
  * ],
@@ -2718,12 +2720,14 @@ declare const CreateDashboardCommand_base: {
2718
2720
  * FieldId: "STRING_VALUE", // required
2719
2721
  * Label: "STRING_VALUE",
2720
2722
  * Visibility: "HIDDEN" || "VISIBLE",
2723
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2721
2724
  * },
2722
2725
  * ColumnTooltipItem: {
2723
2726
  * Column: "<ColumnIdentifier>", // required
2724
2727
  * Label: "STRING_VALUE",
2725
2728
  * Visibility: "HIDDEN" || "VISIBLE",
2726
2729
  * Aggregation: "<AggregationFunction>",
2730
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2727
2731
  * },
2728
2732
  * },
2729
2733
  * ],
@@ -2923,12 +2927,14 @@ declare const CreateDashboardCommand_base: {
2923
2927
  * FieldId: "STRING_VALUE", // required
2924
2928
  * Label: "STRING_VALUE",
2925
2929
  * Visibility: "HIDDEN" || "VISIBLE",
2930
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2926
2931
  * },
2927
2932
  * ColumnTooltipItem: {
2928
2933
  * Column: "<ColumnIdentifier>", // required
2929
2934
  * Label: "STRING_VALUE",
2930
2935
  * Visibility: "HIDDEN" || "VISIBLE",
2931
2936
  * Aggregation: "<AggregationFunction>",
2937
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2932
2938
  * },
2933
2939
  * },
2934
2940
  * ],
@@ -3318,12 +3324,14 @@ declare const CreateDashboardCommand_base: {
3318
3324
  * FieldId: "STRING_VALUE", // required
3319
3325
  * Label: "STRING_VALUE",
3320
3326
  * Visibility: "HIDDEN" || "VISIBLE",
3327
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3321
3328
  * },
3322
3329
  * ColumnTooltipItem: {
3323
3330
  * Column: "<ColumnIdentifier>", // required
3324
3331
  * Label: "STRING_VALUE",
3325
3332
  * Visibility: "HIDDEN" || "VISIBLE",
3326
3333
  * Aggregation: "<AggregationFunction>",
3334
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3327
3335
  * },
3328
3336
  * },
3329
3337
  * ],
@@ -3464,12 +3472,14 @@ declare const CreateDashboardCommand_base: {
3464
3472
  * FieldId: "STRING_VALUE", // required
3465
3473
  * Label: "STRING_VALUE",
3466
3474
  * Visibility: "HIDDEN" || "VISIBLE",
3475
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3467
3476
  * },
3468
3477
  * ColumnTooltipItem: {
3469
3478
  * Column: "<ColumnIdentifier>", // required
3470
3479
  * Label: "STRING_VALUE",
3471
3480
  * Visibility: "HIDDEN" || "VISIBLE",
3472
3481
  * Aggregation: "<AggregationFunction>",
3482
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3473
3483
  * },
3474
3484
  * },
3475
3485
  * ],
@@ -1972,12 +1972,14 @@ declare const CreateTemplateCommand_base: {
1972
1972
  * FieldId: "STRING_VALUE", // required
1973
1973
  * Label: "STRING_VALUE",
1974
1974
  * Visibility: "HIDDEN" || "VISIBLE",
1975
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1975
1976
  * },
1976
1977
  * ColumnTooltipItem: { // ColumnTooltipItem
1977
1978
  * Column: "<ColumnIdentifier>", // required
1978
1979
  * Label: "STRING_VALUE",
1979
1980
  * Visibility: "HIDDEN" || "VISIBLE",
1980
1981
  * Aggregation: "<AggregationFunction>",
1982
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1981
1983
  * },
1982
1984
  * },
1983
1985
  * ],
@@ -2666,12 +2668,14 @@ declare const CreateTemplateCommand_base: {
2666
2668
  * FieldId: "STRING_VALUE", // required
2667
2669
  * Label: "STRING_VALUE",
2668
2670
  * Visibility: "HIDDEN" || "VISIBLE",
2671
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2669
2672
  * },
2670
2673
  * ColumnTooltipItem: {
2671
2674
  * Column: "<ColumnIdentifier>", // required
2672
2675
  * Label: "STRING_VALUE",
2673
2676
  * Visibility: "HIDDEN" || "VISIBLE",
2674
2677
  * Aggregation: "<AggregationFunction>",
2678
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2675
2679
  * },
2676
2680
  * },
2677
2681
  * ],
@@ -2873,12 +2877,14 @@ declare const CreateTemplateCommand_base: {
2873
2877
  * FieldId: "STRING_VALUE", // required
2874
2878
  * Label: "STRING_VALUE",
2875
2879
  * Visibility: "HIDDEN" || "VISIBLE",
2880
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2876
2881
  * },
2877
2882
  * ColumnTooltipItem: {
2878
2883
  * Column: "<ColumnIdentifier>", // required
2879
2884
  * Label: "STRING_VALUE",
2880
2885
  * Visibility: "HIDDEN" || "VISIBLE",
2881
2886
  * Aggregation: "<AggregationFunction>",
2887
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2882
2888
  * },
2883
2889
  * },
2884
2890
  * ],
@@ -3268,12 +3274,14 @@ declare const CreateTemplateCommand_base: {
3268
3274
  * FieldId: "STRING_VALUE", // required
3269
3275
  * Label: "STRING_VALUE",
3270
3276
  * Visibility: "HIDDEN" || "VISIBLE",
3277
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3271
3278
  * },
3272
3279
  * ColumnTooltipItem: {
3273
3280
  * Column: "<ColumnIdentifier>", // required
3274
3281
  * Label: "STRING_VALUE",
3275
3282
  * Visibility: "HIDDEN" || "VISIBLE",
3276
3283
  * Aggregation: "<AggregationFunction>",
3284
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3277
3285
  * },
3278
3286
  * },
3279
3287
  * ],
@@ -3414,12 +3422,14 @@ declare const CreateTemplateCommand_base: {
3414
3422
  * FieldId: "STRING_VALUE", // required
3415
3423
  * Label: "STRING_VALUE",
3416
3424
  * Visibility: "HIDDEN" || "VISIBLE",
3425
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3417
3426
  * },
3418
3427
  * ColumnTooltipItem: {
3419
3428
  * Column: "<ColumnIdentifier>", // required
3420
3429
  * Label: "STRING_VALUE",
3421
3430
  * Visibility: "HIDDEN" || "VISIBLE",
3422
3431
  * Aggregation: "<AggregationFunction>",
3432
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3423
3433
  * },
3424
3434
  * },
3425
3435
  * ],
@@ -1944,12 +1944,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
1944
1944
  * // FieldId: "STRING_VALUE", // required
1945
1945
  * // Label: "STRING_VALUE",
1946
1946
  * // Visibility: "HIDDEN" || "VISIBLE",
1947
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1947
1948
  * // },
1948
1949
  * // ColumnTooltipItem: { // ColumnTooltipItem
1949
1950
  * // Column: "<ColumnIdentifier>", // required
1950
1951
  * // Label: "STRING_VALUE",
1951
1952
  * // Visibility: "HIDDEN" || "VISIBLE",
1952
1953
  * // Aggregation: "<AggregationFunction>",
1954
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1953
1955
  * // },
1954
1956
  * // },
1955
1957
  * // ],
@@ -2638,12 +2640,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
2638
2640
  * // FieldId: "STRING_VALUE", // required
2639
2641
  * // Label: "STRING_VALUE",
2640
2642
  * // Visibility: "HIDDEN" || "VISIBLE",
2643
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2641
2644
  * // },
2642
2645
  * // ColumnTooltipItem: {
2643
2646
  * // Column: "<ColumnIdentifier>", // required
2644
2647
  * // Label: "STRING_VALUE",
2645
2648
  * // Visibility: "HIDDEN" || "VISIBLE",
2646
2649
  * // Aggregation: "<AggregationFunction>",
2650
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2647
2651
  * // },
2648
2652
  * // },
2649
2653
  * // ],
@@ -2845,12 +2849,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
2845
2849
  * // FieldId: "STRING_VALUE", // required
2846
2850
  * // Label: "STRING_VALUE",
2847
2851
  * // Visibility: "HIDDEN" || "VISIBLE",
2852
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2848
2853
  * // },
2849
2854
  * // ColumnTooltipItem: {
2850
2855
  * // Column: "<ColumnIdentifier>", // required
2851
2856
  * // Label: "STRING_VALUE",
2852
2857
  * // Visibility: "HIDDEN" || "VISIBLE",
2853
2858
  * // Aggregation: "<AggregationFunction>",
2859
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2854
2860
  * // },
2855
2861
  * // },
2856
2862
  * // ],
@@ -3240,12 +3246,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
3240
3246
  * // FieldId: "STRING_VALUE", // required
3241
3247
  * // Label: "STRING_VALUE",
3242
3248
  * // Visibility: "HIDDEN" || "VISIBLE",
3249
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3243
3250
  * // },
3244
3251
  * // ColumnTooltipItem: {
3245
3252
  * // Column: "<ColumnIdentifier>", // required
3246
3253
  * // Label: "STRING_VALUE",
3247
3254
  * // Visibility: "HIDDEN" || "VISIBLE",
3248
3255
  * // Aggregation: "<AggregationFunction>",
3256
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3249
3257
  * // },
3250
3258
  * // },
3251
3259
  * // ],
@@ -3386,12 +3394,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
3386
3394
  * // FieldId: "STRING_VALUE", // required
3387
3395
  * // Label: "STRING_VALUE",
3388
3396
  * // Visibility: "HIDDEN" || "VISIBLE",
3397
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3389
3398
  * // },
3390
3399
  * // ColumnTooltipItem: {
3391
3400
  * // Column: "<ColumnIdentifier>", // required
3392
3401
  * // Label: "STRING_VALUE",
3393
3402
  * // Visibility: "HIDDEN" || "VISIBLE",
3394
3403
  * // Aggregation: "<AggregationFunction>",
3404
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3395
3405
  * // },
3396
3406
  * // },
3397
3407
  * // ],
@@ -1946,12 +1946,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
1946
1946
  * // FieldId: "STRING_VALUE", // required
1947
1947
  * // Label: "STRING_VALUE",
1948
1948
  * // Visibility: "HIDDEN" || "VISIBLE",
1949
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1949
1950
  * // },
1950
1951
  * // ColumnTooltipItem: { // ColumnTooltipItem
1951
1952
  * // Column: "<ColumnIdentifier>", // required
1952
1953
  * // Label: "STRING_VALUE",
1953
1954
  * // Visibility: "HIDDEN" || "VISIBLE",
1954
1955
  * // Aggregation: "<AggregationFunction>",
1956
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1955
1957
  * // },
1956
1958
  * // },
1957
1959
  * // ],
@@ -2640,12 +2642,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
2640
2642
  * // FieldId: "STRING_VALUE", // required
2641
2643
  * // Label: "STRING_VALUE",
2642
2644
  * // Visibility: "HIDDEN" || "VISIBLE",
2645
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2643
2646
  * // },
2644
2647
  * // ColumnTooltipItem: {
2645
2648
  * // Column: "<ColumnIdentifier>", // required
2646
2649
  * // Label: "STRING_VALUE",
2647
2650
  * // Visibility: "HIDDEN" || "VISIBLE",
2648
2651
  * // Aggregation: "<AggregationFunction>",
2652
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2649
2653
  * // },
2650
2654
  * // },
2651
2655
  * // ],
@@ -2847,12 +2851,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
2847
2851
  * // FieldId: "STRING_VALUE", // required
2848
2852
  * // Label: "STRING_VALUE",
2849
2853
  * // Visibility: "HIDDEN" || "VISIBLE",
2854
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2850
2855
  * // },
2851
2856
  * // ColumnTooltipItem: {
2852
2857
  * // Column: "<ColumnIdentifier>", // required
2853
2858
  * // Label: "STRING_VALUE",
2854
2859
  * // Visibility: "HIDDEN" || "VISIBLE",
2855
2860
  * // Aggregation: "<AggregationFunction>",
2861
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2856
2862
  * // },
2857
2863
  * // },
2858
2864
  * // ],
@@ -3242,12 +3248,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
3242
3248
  * // FieldId: "STRING_VALUE", // required
3243
3249
  * // Label: "STRING_VALUE",
3244
3250
  * // Visibility: "HIDDEN" || "VISIBLE",
3251
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3245
3252
  * // },
3246
3253
  * // ColumnTooltipItem: {
3247
3254
  * // Column: "<ColumnIdentifier>", // required
3248
3255
  * // Label: "STRING_VALUE",
3249
3256
  * // Visibility: "HIDDEN" || "VISIBLE",
3250
3257
  * // Aggregation: "<AggregationFunction>",
3258
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3251
3259
  * // },
3252
3260
  * // },
3253
3261
  * // ],
@@ -3388,12 +3396,14 @@ declare const DescribeDashboardDefinitionCommand_base: {
3388
3396
  * // FieldId: "STRING_VALUE", // required
3389
3397
  * // Label: "STRING_VALUE",
3390
3398
  * // Visibility: "HIDDEN" || "VISIBLE",
3399
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3391
3400
  * // },
3392
3401
  * // ColumnTooltipItem: {
3393
3402
  * // Column: "<ColumnIdentifier>", // required
3394
3403
  * // Label: "STRING_VALUE",
3395
3404
  * // Visibility: "HIDDEN" || "VISIBLE",
3396
3405
  * // Aggregation: "<AggregationFunction>",
3406
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3397
3407
  * // },
3398
3408
  * // },
3399
3409
  * // ],
@@ -1964,12 +1964,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
1964
1964
  * // FieldId: "STRING_VALUE", // required
1965
1965
  * // Label: "STRING_VALUE",
1966
1966
  * // Visibility: "HIDDEN" || "VISIBLE",
1967
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1967
1968
  * // },
1968
1969
  * // ColumnTooltipItem: { // ColumnTooltipItem
1969
1970
  * // Column: "<ColumnIdentifier>", // required
1970
1971
  * // Label: "STRING_VALUE",
1971
1972
  * // Visibility: "HIDDEN" || "VISIBLE",
1972
1973
  * // Aggregation: "<AggregationFunction>",
1974
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1973
1975
  * // },
1974
1976
  * // },
1975
1977
  * // ],
@@ -2658,12 +2660,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
2658
2660
  * // FieldId: "STRING_VALUE", // required
2659
2661
  * // Label: "STRING_VALUE",
2660
2662
  * // Visibility: "HIDDEN" || "VISIBLE",
2663
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2661
2664
  * // },
2662
2665
  * // ColumnTooltipItem: {
2663
2666
  * // Column: "<ColumnIdentifier>", // required
2664
2667
  * // Label: "STRING_VALUE",
2665
2668
  * // Visibility: "HIDDEN" || "VISIBLE",
2666
2669
  * // Aggregation: "<AggregationFunction>",
2670
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2667
2671
  * // },
2668
2672
  * // },
2669
2673
  * // ],
@@ -2865,12 +2869,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
2865
2869
  * // FieldId: "STRING_VALUE", // required
2866
2870
  * // Label: "STRING_VALUE",
2867
2871
  * // Visibility: "HIDDEN" || "VISIBLE",
2872
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2868
2873
  * // },
2869
2874
  * // ColumnTooltipItem: {
2870
2875
  * // Column: "<ColumnIdentifier>", // required
2871
2876
  * // Label: "STRING_VALUE",
2872
2877
  * // Visibility: "HIDDEN" || "VISIBLE",
2873
2878
  * // Aggregation: "<AggregationFunction>",
2879
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2874
2880
  * // },
2875
2881
  * // },
2876
2882
  * // ],
@@ -3260,12 +3266,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
3260
3266
  * // FieldId: "STRING_VALUE", // required
3261
3267
  * // Label: "STRING_VALUE",
3262
3268
  * // Visibility: "HIDDEN" || "VISIBLE",
3269
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3263
3270
  * // },
3264
3271
  * // ColumnTooltipItem: {
3265
3272
  * // Column: "<ColumnIdentifier>", // required
3266
3273
  * // Label: "STRING_VALUE",
3267
3274
  * // Visibility: "HIDDEN" || "VISIBLE",
3268
3275
  * // Aggregation: "<AggregationFunction>",
3276
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3269
3277
  * // },
3270
3278
  * // },
3271
3279
  * // ],
@@ -3406,12 +3414,14 @@ declare const DescribeTemplateDefinitionCommand_base: {
3406
3414
  * // FieldId: "STRING_VALUE", // required
3407
3415
  * // Label: "STRING_VALUE",
3408
3416
  * // Visibility: "HIDDEN" || "VISIBLE",
3417
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3409
3418
  * // },
3410
3419
  * // ColumnTooltipItem: {
3411
3420
  * // Column: "<ColumnIdentifier>", // required
3412
3421
  * // Label: "STRING_VALUE",
3413
3422
  * // Visibility: "HIDDEN" || "VISIBLE",
3414
3423
  * // Aggregation: "<AggregationFunction>",
3424
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3415
3425
  * // },
3416
3426
  * // },
3417
3427
  * // ],
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_3";
3
+ import { ListNamespacesRequest } from "../models/models_3";
4
+ import { ListNamespacesResponse } from "../models/models_4";
4
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
6
  /**
6
7
  * @public