@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
@@ -1964,12 +1964,14 @@ declare const UpdateAnalysisCommand_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 UpdateAnalysisCommand_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 UpdateAnalysisCommand_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 UpdateAnalysisCommand_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 UpdateAnalysisCommand_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
  * ],
@@ -2009,12 +2009,14 @@ declare const UpdateDashboardCommand_base: {
2009
2009
  * FieldId: "STRING_VALUE", // required
2010
2010
  * Label: "STRING_VALUE",
2011
2011
  * Visibility: "HIDDEN" || "VISIBLE",
2012
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2012
2013
  * },
2013
2014
  * ColumnTooltipItem: { // ColumnTooltipItem
2014
2015
  * Column: "<ColumnIdentifier>", // required
2015
2016
  * Label: "STRING_VALUE",
2016
2017
  * Visibility: "HIDDEN" || "VISIBLE",
2017
2018
  * Aggregation: "<AggregationFunction>",
2019
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2018
2020
  * },
2019
2021
  * },
2020
2022
  * ],
@@ -2703,12 +2705,14 @@ declare const UpdateDashboardCommand_base: {
2703
2705
  * FieldId: "STRING_VALUE", // required
2704
2706
  * Label: "STRING_VALUE",
2705
2707
  * Visibility: "HIDDEN" || "VISIBLE",
2708
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2706
2709
  * },
2707
2710
  * ColumnTooltipItem: {
2708
2711
  * Column: "<ColumnIdentifier>", // required
2709
2712
  * Label: "STRING_VALUE",
2710
2713
  * Visibility: "HIDDEN" || "VISIBLE",
2711
2714
  * Aggregation: "<AggregationFunction>",
2715
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2712
2716
  * },
2713
2717
  * },
2714
2718
  * ],
@@ -2908,12 +2912,14 @@ declare const UpdateDashboardCommand_base: {
2908
2912
  * FieldId: "STRING_VALUE", // required
2909
2913
  * Label: "STRING_VALUE",
2910
2914
  * Visibility: "HIDDEN" || "VISIBLE",
2915
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2911
2916
  * },
2912
2917
  * ColumnTooltipItem: {
2913
2918
  * Column: "<ColumnIdentifier>", // required
2914
2919
  * Label: "STRING_VALUE",
2915
2920
  * Visibility: "HIDDEN" || "VISIBLE",
2916
2921
  * Aggregation: "<AggregationFunction>",
2922
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2917
2923
  * },
2918
2924
  * },
2919
2925
  * ],
@@ -3303,12 +3309,14 @@ declare const UpdateDashboardCommand_base: {
3303
3309
  * FieldId: "STRING_VALUE", // required
3304
3310
  * Label: "STRING_VALUE",
3305
3311
  * Visibility: "HIDDEN" || "VISIBLE",
3312
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3306
3313
  * },
3307
3314
  * ColumnTooltipItem: {
3308
3315
  * Column: "<ColumnIdentifier>", // required
3309
3316
  * Label: "STRING_VALUE",
3310
3317
  * Visibility: "HIDDEN" || "VISIBLE",
3311
3318
  * Aggregation: "<AggregationFunction>",
3319
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3312
3320
  * },
3313
3321
  * },
3314
3322
  * ],
@@ -3449,12 +3457,14 @@ declare const UpdateDashboardCommand_base: {
3449
3457
  * FieldId: "STRING_VALUE", // required
3450
3458
  * Label: "STRING_VALUE",
3451
3459
  * Visibility: "HIDDEN" || "VISIBLE",
3460
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3452
3461
  * },
3453
3462
  * ColumnTooltipItem: {
3454
3463
  * Column: "<ColumnIdentifier>", // required
3455
3464
  * Label: "STRING_VALUE",
3456
3465
  * Visibility: "HIDDEN" || "VISIBLE",
3457
3466
  * Aggregation: "<AggregationFunction>",
3467
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3458
3468
  * },
3459
3469
  * },
3460
3470
  * ],
@@ -1951,12 +1951,14 @@ declare const UpdateTemplateCommand_base: {
1951
1951
  * FieldId: "STRING_VALUE", // required
1952
1952
  * Label: "STRING_VALUE",
1953
1953
  * Visibility: "HIDDEN" || "VISIBLE",
1954
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1954
1955
  * },
1955
1956
  * ColumnTooltipItem: { // ColumnTooltipItem
1956
1957
  * Column: "<ColumnIdentifier>", // required
1957
1958
  * Label: "STRING_VALUE",
1958
1959
  * Visibility: "HIDDEN" || "VISIBLE",
1959
1960
  * Aggregation: "<AggregationFunction>",
1961
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1960
1962
  * },
1961
1963
  * },
1962
1964
  * ],
@@ -2645,12 +2647,14 @@ declare const UpdateTemplateCommand_base: {
2645
2647
  * FieldId: "STRING_VALUE", // required
2646
2648
  * Label: "STRING_VALUE",
2647
2649
  * Visibility: "HIDDEN" || "VISIBLE",
2650
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2648
2651
  * },
2649
2652
  * ColumnTooltipItem: {
2650
2653
  * Column: "<ColumnIdentifier>", // required
2651
2654
  * Label: "STRING_VALUE",
2652
2655
  * Visibility: "HIDDEN" || "VISIBLE",
2653
2656
  * Aggregation: "<AggregationFunction>",
2657
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2654
2658
  * },
2655
2659
  * },
2656
2660
  * ],
@@ -2852,12 +2856,14 @@ declare const UpdateTemplateCommand_base: {
2852
2856
  * FieldId: "STRING_VALUE", // required
2853
2857
  * Label: "STRING_VALUE",
2854
2858
  * Visibility: "HIDDEN" || "VISIBLE",
2859
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2855
2860
  * },
2856
2861
  * ColumnTooltipItem: {
2857
2862
  * Column: "<ColumnIdentifier>", // required
2858
2863
  * Label: "STRING_VALUE",
2859
2864
  * Visibility: "HIDDEN" || "VISIBLE",
2860
2865
  * Aggregation: "<AggregationFunction>",
2866
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
2861
2867
  * },
2862
2868
  * },
2863
2869
  * ],
@@ -3247,12 +3253,14 @@ declare const UpdateTemplateCommand_base: {
3247
3253
  * FieldId: "STRING_VALUE", // required
3248
3254
  * Label: "STRING_VALUE",
3249
3255
  * Visibility: "HIDDEN" || "VISIBLE",
3256
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3250
3257
  * },
3251
3258
  * ColumnTooltipItem: {
3252
3259
  * Column: "<ColumnIdentifier>", // required
3253
3260
  * Label: "STRING_VALUE",
3254
3261
  * Visibility: "HIDDEN" || "VISIBLE",
3255
3262
  * Aggregation: "<AggregationFunction>",
3263
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3256
3264
  * },
3257
3265
  * },
3258
3266
  * ],
@@ -3393,12 +3401,14 @@ declare const UpdateTemplateCommand_base: {
3393
3401
  * FieldId: "STRING_VALUE", // required
3394
3402
  * Label: "STRING_VALUE",
3395
3403
  * Visibility: "HIDDEN" || "VISIBLE",
3404
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3396
3405
  * },
3397
3406
  * ColumnTooltipItem: {
3398
3407
  * Column: "<ColumnIdentifier>", // required
3399
3408
  * Label: "STRING_VALUE",
3400
3409
  * Visibility: "HIDDEN" || "VISIBLE",
3401
3410
  * Aggregation: "<AggregationFunction>",
3411
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
3402
3412
  * },
3403
3413
  * },
3404
3414
  * ],
@@ -6161,6 +6161,19 @@ export interface BarChartSortConfiguration {
6161
6161
  */
6162
6162
  SmallMultiplesLimitConfiguration?: ItemsLimitConfiguration;
6163
6163
  }
6164
+ /**
6165
+ * @public
6166
+ * @enum
6167
+ */
6168
+ export declare const TooltipTarget: {
6169
+ readonly BAR: "BAR";
6170
+ readonly BOTH: "BOTH";
6171
+ readonly LINE: "LINE";
6172
+ };
6173
+ /**
6174
+ * @public
6175
+ */
6176
+ export type TooltipTarget = (typeof TooltipTarget)[keyof typeof TooltipTarget];
6164
6177
  /**
6165
6178
  * @public
6166
6179
  * <p>The tooltip item for the columns that are not part of a field well.</p>
@@ -6186,6 +6199,11 @@ export interface ColumnTooltipItem {
6186
6199
  * <p>The aggregation function of the column tooltip item.</p>
6187
6200
  */
6188
6201
  Aggregation?: AggregationFunction;
6202
+ /**
6203
+ * @public
6204
+ * <p>Determines the target of the column tooltip item in a combo chart visual.</p>
6205
+ */
6206
+ TooltipTarget?: TooltipTarget;
6189
6207
  }
6190
6208
  /**
6191
6209
  * @public
@@ -6207,6 +6225,11 @@ export interface FieldTooltipItem {
6207
6225
  * <p>The visibility of the tooltip item.</p>
6208
6226
  */
6209
6227
  Visibility?: Visibility;
6228
+ /**
6229
+ * @public
6230
+ * <p>Determines the target of the field tooltip item in a combo chart visual.</p>
6231
+ */
6232
+ TooltipTarget?: TooltipTarget;
6210
6233
  }
6211
6234
  /**
6212
6235
  * @public
@@ -6632,27 +6655,6 @@ export interface ExplicitHierarchy {
6632
6655
  */
6633
6656
  DrillDownFilters?: DrillDownFilter[];
6634
6657
  }
6635
- /**
6636
- * @public
6637
- * <p>The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.</p>
6638
- */
6639
- export interface PredefinedHierarchy {
6640
- /**
6641
- * @public
6642
- * <p>The hierarchy ID of the predefined hierarchy.</p>
6643
- */
6644
- HierarchyId: string | undefined;
6645
- /**
6646
- * @public
6647
- * <p>The list of columns that define the predefined hierarchy.</p>
6648
- */
6649
- Columns: ColumnIdentifier[] | undefined;
6650
- /**
6651
- * @public
6652
- * <p>The option that determines the drill down filters for the predefined hierarchy.</p>
6653
- */
6654
- DrillDownFilters?: DrillDownFilter[];
6655
- }
6656
6658
  /**
6657
6659
  * @internal
6658
6660
  */
@@ -1,4 +1,25 @@
1
- import { AnalysisDefaults, AssetOptions, AxisBinding, AxisDisplayOptions, BarChartConfiguration, BarsArrangement, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DateTimeHierarchy, DimensionField, ExplicitHierarchy, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, PredefinedHierarchy, ReferenceLine, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, VisualPalette, WidgetStatus } from "./models_0";
1
+ import { AnalysisDefaults, AssetOptions, AxisBinding, AxisDisplayOptions, BarChartConfiguration, BarsArrangement, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DateTimeHierarchy, DimensionField, DrillDownFilter, ExplicitHierarchy, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualInteractionOptions, VisualPalette, WidgetStatus } from "./models_0";
2
+ /**
3
+ * @public
4
+ * <p>The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.</p>
5
+ */
6
+ export interface PredefinedHierarchy {
7
+ /**
8
+ * @public
9
+ * <p>The hierarchy ID of the predefined hierarchy.</p>
10
+ */
11
+ HierarchyId: string | undefined;
12
+ /**
13
+ * @public
14
+ * <p>The list of columns that define the predefined hierarchy.</p>
15
+ */
16
+ Columns: ColumnIdentifier[] | undefined;
17
+ /**
18
+ * @public
19
+ * <p>The option that determines the drill down filters for the predefined hierarchy.</p>
20
+ */
21
+ DrillDownFilters?: DrillDownFilter[];
22
+ }
2
23
  /**
3
24
  * @public
4
25
  * <p>The option that determines the hierarchy of the fields for a visual element.</p>
@@ -6903,59 +6924,6 @@ export declare const FilterOperator: {
6903
6924
  * @public
6904
6925
  */
6905
6926
  export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
6906
- /**
6907
- * @public
6908
- * <p>A filter that you apply when searching for one or more analyses.</p>
6909
- */
6910
- export interface AnalysisSearchFilter {
6911
- /**
6912
- * @public
6913
- * <p>The comparison operator that you want to use as a filter, for example <code>"Operator": "StringEquals"</code>. Valid values are <code>"StringEquals"</code> and <code>"StringLike"</code>.</p>
6914
- * <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
6915
- * <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>ANALYSIS_NAME</code>.</p>
6916
- */
6917
- Operator?: FilterOperator;
6918
- /**
6919
- * @public
6920
- * <p>The name of the value that you want to use as a filter, for example <code>"Name":
6921
- * "QUICKSIGHT_OWNER"</code>.</p>
6922
- * <p>Valid values are defined as follows:</p>
6923
- * <ul>
6924
- * <li>
6925
- * <p>
6926
- * <code>QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the analysis' owners or viewers are returned. Implicit permissions from folders or groups are considered. </p>
6927
- * </li>
6928
- * <li>
6929
- * <p>
6930
- * <code>QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are considered.</p>
6931
- * </li>
6932
- * <li>
6933
- * <p>
6934
- * <code>DIRECT_QUICKSIGHT_SOLE_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as the only owner of the analysis are returned. Implicit permissions from folders or groups are not considered.</p>
6935
- * </li>
6936
- * <li>
6937
- * <p>
6938
- * <code>DIRECT_QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are not considered.</p>
6939
- * </li>
6940
- * <li>
6941
- * <p>
6942
- * <code>DIRECT_QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners or viewers of the analyses are returned. Implicit permissions from folders or groups are not considered. </p>
6943
- * </li>
6944
- * <li>
6945
- * <p>
6946
- * <code>ANALYSIS_NAME</code>: Any analyses whose names have a substring match to this value will be returned.</p>
6947
- * </li>
6948
- * </ul>
6949
- */
6950
- Name?: AnalysisFilterAttribute;
6951
- /**
6952
- * @public
6953
- * <p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want
6954
- * to use as a filter, for example <code>"Value"</code>. An example is
6955
- * <code>"arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
6956
- */
6957
- Value?: string;
6958
- }
6959
6927
  /**
6960
6928
  * @internal
6961
6929
  */
@@ -1,7 +1,60 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity, VisualMenuOption } from "./models_0";
3
- import { AnalysisDefinition, SheetDefinition } from "./models_1";
3
+ import { AnalysisDefinition, AnalysisFilterAttribute, FilterOperator, SheetDefinition } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ /**
6
+ * @public
7
+ * <p>A filter that you apply when searching for one or more analyses.</p>
8
+ */
9
+ export interface AnalysisSearchFilter {
10
+ /**
11
+ * @public
12
+ * <p>The comparison operator that you want to use as a filter, for example <code>"Operator": "StringEquals"</code>. Valid values are <code>"StringEquals"</code> and <code>"StringLike"</code>.</p>
13
+ * <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
14
+ * <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"ANALYSIS_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>ANALYSIS_NAME</code>.</p>
15
+ */
16
+ Operator?: FilterOperator;
17
+ /**
18
+ * @public
19
+ * <p>The name of the value that you want to use as a filter, for example <code>"Name":
20
+ * "QUICKSIGHT_OWNER"</code>.</p>
21
+ * <p>Valid values are defined as follows:</p>
22
+ * <ul>
23
+ * <li>
24
+ * <p>
25
+ * <code>QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the analysis' owners or viewers are returned. Implicit permissions from folders or groups are considered. </p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are considered.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>DIRECT_QUICKSIGHT_SOLE_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as the only owner of the analysis are returned. Implicit permissions from folders or groups are not considered.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>DIRECT_QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners of the analyses are returned. Implicit permissions from folders or groups are not considered.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>DIRECT_QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any analyses with that ARN listed as one of the owners or viewers of the analyses are returned. Implicit permissions from folders or groups are not considered. </p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>ANALYSIS_NAME</code>: Any analyses whose names have a substring match to this value will be returned.</p>
46
+ * </li>
47
+ * </ul>
48
+ */
49
+ Name?: AnalysisFilterAttribute;
50
+ /**
51
+ * @public
52
+ * <p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want
53
+ * to use as a filter, for example <code>"Value"</code>. An example is
54
+ * <code>"arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
55
+ */
56
+ Value?: string;
57
+ }
5
58
  /**
6
59
  * @public
7
60
  * <p>Dataset reference.</p>
@@ -7578,47 +7631,6 @@ export interface DefaultFormatting {
7578
7631
  */
7579
7632
  DisplayFormatOptions?: DisplayFormatOptions;
7580
7633
  }
7581
- /**
7582
- * @public
7583
- * <p>A structure that represents a semantic type.</p>
7584
- */
7585
- export interface SemanticType {
7586
- /**
7587
- * @public
7588
- * <p>The semantic type name.</p>
7589
- */
7590
- TypeName?: string;
7591
- /**
7592
- * @public
7593
- * <p>The semantic type sub type name.</p>
7594
- */
7595
- SubTypeName?: string;
7596
- /**
7597
- * @public
7598
- * <p>The semantic type parameters.</p>
7599
- */
7600
- TypeParameters?: Record<string, string>;
7601
- /**
7602
- * @public
7603
- * <p>The semantic type truthy cell value.</p>
7604
- */
7605
- TruthyCellValue?: string;
7606
- /**
7607
- * @public
7608
- * <p>The other names or aliases for the true cell value.</p>
7609
- */
7610
- TruthyCellValueSynonyms?: string[];
7611
- /**
7612
- * @public
7613
- * <p>The semantic type falsey cell value.</p>
7614
- */
7615
- FalseyCellValue?: string;
7616
- /**
7617
- * @public
7618
- * <p>The other names or aliases for the false cell value.</p>
7619
- */
7620
- FalseyCellValueSynonyms?: string[];
7621
- }
7622
7634
  /**
7623
7635
  * @internal
7624
7636
  */
@@ -7735,7 +7747,3 @@ export declare const TemplateVersionDefinitionFilterSensitiveLog: (obj: Template
7735
7747
  * @internal
7736
7748
  */
7737
7749
  export declare const CreateTemplateRequestFilterSensitiveLog: (obj: CreateTemplateRequest) => any;
7738
- /**
7739
- * @internal
7740
- */
7741
- export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
@@ -1,8 +1,49 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
3
  import { AnalysisDefinition, FilterOperator } from "./models_1";
4
- import { _Parameters, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, AuthorSpecifiedAggregation, BookmarksConfigurations, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, DefaultAggregation, DefaultFormatting, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SemanticType, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, VpcConnectionProperties } from "./models_2";
4
+ import { _Parameters, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, AuthorSpecifiedAggregation, BookmarksConfigurations, CategoryFilterFunction, CategoryFilterType, CellValueSynonym, CollectiveConstant, ColumnDataRole, ColumnDataSubType, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, ComparativeOrder, ConstantType, DashboardPublishOptions, DashboardVersionDefinition, DashboardVisualId, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, DefaultAggregation, DefaultFormatting, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, VpcConnectionProperties } from "./models_2";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ * <p>A structure that represents a semantic type.</p>
9
+ */
10
+ export interface SemanticType {
11
+ /**
12
+ * @public
13
+ * <p>The semantic type name.</p>
14
+ */
15
+ TypeName?: string;
16
+ /**
17
+ * @public
18
+ * <p>The semantic type sub type name.</p>
19
+ */
20
+ SubTypeName?: string;
21
+ /**
22
+ * @public
23
+ * <p>The semantic type parameters.</p>
24
+ */
25
+ TypeParameters?: Record<string, string>;
26
+ /**
27
+ * @public
28
+ * <p>The semantic type truthy cell value.</p>
29
+ */
30
+ TruthyCellValue?: string;
31
+ /**
32
+ * @public
33
+ * <p>The other names or aliases for the true cell value.</p>
34
+ */
35
+ TruthyCellValueSynonyms?: string[];
36
+ /**
37
+ * @public
38
+ * <p>The semantic type falsey cell value.</p>
39
+ */
40
+ FalseyCellValue?: string;
41
+ /**
42
+ * @public
43
+ * <p>The other names or aliases for the false cell value.</p>
44
+ */
45
+ FalseyCellValueSynonyms?: string[];
46
+ }
6
47
  /**
7
48
  * @public
8
49
  * @enum
@@ -6555,9 +6596,10 @@ export interface GenerateEmbedUrlForAnonymousUserRequest {
6555
6596
  /**
6556
6597
  * @public
6557
6598
  * <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user
6558
- * is authorized to access during the lifetime of the session. If you choose
6559
- * <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the
6560
- * account that you want the user to be able to view. Currently, you can pass up to 25
6599
+ * is authorized to access during the lifetime of the session.</p>
6600
+ * <p>If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the
6601
+ * account that you want the user to be able to view.</p>
6602
+ * <p>Currently, you can pass up to 25
6561
6603
  * dashboard ARNs in each API call.</p>
6562
6604
  */
6563
6605
  AuthorizedResourceArns: string[] | undefined;
@@ -7973,32 +8015,9 @@ export interface ListNamespacesRequest {
7973
8015
  MaxResults?: number;
7974
8016
  }
7975
8017
  /**
7976
- * @public
8018
+ * @internal
7977
8019
  */
7978
- export interface ListNamespacesResponse {
7979
- /**
7980
- * @public
7981
- * <p>The information about the namespaces in this Amazon Web Services account. The response includes
7982
- * the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and
7983
- * identity store.</p>
7984
- */
7985
- Namespaces?: NamespaceInfoV2[];
7986
- /**
7987
- * @public
7988
- * <p>A unique pagination token that can be used in a subsequent request. Receiving <code>NextToken</code> in your response inticates that there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
7989
- */
7990
- NextToken?: string;
7991
- /**
7992
- * @public
7993
- * <p>The Amazon Web Services request ID for this operation.</p>
7994
- */
7995
- RequestId?: string;
7996
- /**
7997
- * @public
7998
- * <p>The HTTP status of the request.</p>
7999
- */
8000
- Status?: number;
8001
- }
8020
+ export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
8002
8021
  /**
8003
8022
  * @internal
8004
8023
  */
@@ -1,7 +1,34 @@
1
1
  import { AccountCustomization, ResourceStatus } from "./models_0";
2
- import { AnalysisDefinition, AnalysisSearchFilter } from "./models_1";
3
- import { _Parameters, AnalysisSourceEntity, AnalysisSummary, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
- import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IdentityType, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
2
+ import { AnalysisDefinition } from "./models_1";
3
+ import { _Parameters, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobValidationStrategy, AssetBundleImportFailureAction, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportSource, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, ServiceType, SslProperties, Tag, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ValidationStrategy, VpcConnectionProperties } from "./models_2";
4
+ import { DashboardSearchFilter, DashboardSummary, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSourceSearchFilter, DataSourceSummary, FolderSearchFilter, FolderSummary, GroupSearchFilter, IdentityType, NamespaceInfoV2, NetworkInterface, SessionTag, SnapshotConfiguration, ThemeType, TopicDetails, TopicRefreshSchedule, User, UserRole, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface ListNamespacesResponse {
9
+ /**
10
+ * @public
11
+ * <p>The information about the namespaces in this Amazon Web Services account. The response includes
12
+ * the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and
13
+ * identity store.</p>
14
+ */
15
+ Namespaces?: NamespaceInfoV2[];
16
+ /**
17
+ * @public
18
+ * <p>A unique pagination token that can be used in a subsequent request. Receiving <code>NextToken</code> in your response inticates that there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
19
+ */
20
+ NextToken?: string;
21
+ /**
22
+ * @public
23
+ * <p>The Amazon Web Services request ID for this operation.</p>
24
+ */
25
+ RequestId?: string;
26
+ /**
27
+ * @public
28
+ * <p>The HTTP status of the request.</p>
29
+ */
30
+ Status?: number;
31
+ }
5
32
  /**
6
33
  * @public
7
34
  */