@aws-sdk/client-quicksight 3.306.0 → 3.309.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 (316) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/QuickSight.js +120 -0
  3. package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFolderCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
  12. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
  14. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
  15. package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
  16. package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
  17. package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
  18. package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
  19. package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
  20. package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
  21. package/dist-cjs/commands/CreateThemeCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
  28. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
  31. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  32. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
  33. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
  34. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  35. package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
  36. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
  37. package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
  38. package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
  39. package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
  40. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
  54. package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
  57. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
  58. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
  59. package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
  60. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
  61. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
  62. package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
  63. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
  64. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
  65. package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
  66. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
  67. package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
  68. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  69. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
  70. package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
  71. package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
  72. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
  73. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  74. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
  75. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
  76. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
  77. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
  78. package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
  79. package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
  80. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  81. package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
  82. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  83. package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
  84. package/dist-cjs/commands/ListFoldersCommand.js +2 -2
  85. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
  86. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  87. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
  88. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
  89. package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
  90. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  91. package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
  92. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  93. package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
  94. package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
  95. package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
  96. package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
  97. package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
  98. package/dist-cjs/commands/ListThemesCommand.js +2 -2
  99. package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
  100. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  101. package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
  102. package/dist-cjs/commands/RegisterUserCommand.js +2 -2
  103. package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
  104. package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
  105. package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
  106. package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
  107. package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
  108. package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
  109. package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
  110. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  111. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  112. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
  113. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
  114. package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
  115. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
  116. package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
  117. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
  118. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
  119. package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
  120. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
  121. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  122. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
  123. package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
  124. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
  125. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  126. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
  127. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
  128. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
  129. package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
  130. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
  131. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  132. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
  133. package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
  134. package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
  135. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
  136. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  137. package/dist-cjs/commands/index.js +8 -0
  138. package/dist-cjs/models/models_2.js +25 -67
  139. package/dist-cjs/models/models_3.js +66 -1
  140. package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
  141. package/dist-es/QuickSight.js +120 -0
  142. package/dist-es/commands/CancelIngestionCommand.js +3 -3
  143. package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
  144. package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
  145. package/dist-es/commands/CreateAnalysisCommand.js +3 -3
  146. package/dist-es/commands/CreateDashboardCommand.js +3 -3
  147. package/dist-es/commands/CreateDataSetCommand.js +3 -3
  148. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  149. package/dist-es/commands/CreateFolderCommand.js +3 -3
  150. package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
  151. package/dist-es/commands/CreateGroupCommand.js +3 -3
  152. package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
  153. package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
  154. package/dist-es/commands/CreateIngestionCommand.js +3 -3
  155. package/dist-es/commands/CreateNamespaceCommand.js +3 -3
  156. package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
  157. package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
  158. package/dist-es/commands/CreateTemplateCommand.js +3 -3
  159. package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
  160. package/dist-es/commands/CreateThemeCommand.js +3 -3
  161. package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
  162. package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
  163. package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
  164. package/dist-es/commands/DeleteDashboardCommand.js +3 -3
  165. package/dist-es/commands/DeleteDataSetCommand.js +3 -3
  166. package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
  167. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  168. package/dist-es/commands/DeleteFolderCommand.js +3 -3
  169. package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
  170. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  171. package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
  172. package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
  173. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  174. package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
  175. package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
  176. package/dist-es/commands/DeleteTemplateCommand.js +3 -3
  177. package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
  178. package/dist-es/commands/DeleteThemeCommand.js +3 -3
  179. package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
  180. package/dist-es/commands/DeleteUserCommand.js +3 -3
  181. package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
  182. package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
  183. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
  184. package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
  185. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
  186. package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
  187. package/dist-es/commands/DescribeDashboardCommand.js +3 -3
  188. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
  189. package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
  190. package/dist-es/commands/DescribeDataSetCommand.js +3 -3
  191. package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
  192. package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
  193. package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
  194. package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
  195. package/dist-es/commands/DescribeFolderCommand.js +3 -3
  196. package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
  197. package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
  198. package/dist-es/commands/DescribeGroupCommand.js +3 -3
  199. package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
  200. package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
  201. package/dist-es/commands/DescribeIngestionCommand.js +3 -3
  202. package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
  203. package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
  204. package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
  205. package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
  206. package/dist-es/commands/DescribeTemplateCommand.js +3 -3
  207. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
  208. package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
  209. package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
  210. package/dist-es/commands/DescribeThemeCommand.js +3 -3
  211. package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
  212. package/dist-es/commands/DescribeUserCommand.js +3 -3
  213. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
  214. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
  215. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
  216. package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
  217. package/dist-es/commands/ListAnalysesCommand.js +3 -3
  218. package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
  219. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  220. package/dist-es/commands/ListDataSetsCommand.js +3 -3
  221. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  222. package/dist-es/commands/ListFolderMembersCommand.js +3 -3
  223. package/dist-es/commands/ListFoldersCommand.js +3 -3
  224. package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
  225. package/dist-es/commands/ListGroupsCommand.js +3 -3
  226. package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
  227. package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
  228. package/dist-es/commands/ListIngestionsCommand.js +3 -3
  229. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  230. package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
  231. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  232. package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
  233. package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
  234. package/dist-es/commands/ListTemplatesCommand.js +3 -3
  235. package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
  236. package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
  237. package/dist-es/commands/ListThemesCommand.js +3 -3
  238. package/dist-es/commands/ListUserGroupsCommand.js +3 -3
  239. package/dist-es/commands/ListUsersCommand.js +3 -3
  240. package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
  241. package/dist-es/commands/RegisterUserCommand.js +3 -3
  242. package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
  243. package/dist-es/commands/SearchAnalysesCommand.js +3 -3
  244. package/dist-es/commands/SearchDashboardsCommand.js +3 -3
  245. package/dist-es/commands/SearchDataSetsCommand.js +3 -3
  246. package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
  247. package/dist-es/commands/SearchFoldersCommand.js +3 -3
  248. package/dist-es/commands/SearchGroupsCommand.js +3 -3
  249. package/dist-es/commands/TagResourceCommand.js +3 -3
  250. package/dist-es/commands/UntagResourceCommand.js +3 -3
  251. package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
  252. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
  253. package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
  254. package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
  255. package/dist-es/commands/UpdateDashboardCommand.js +3 -3
  256. package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
  257. package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
  258. package/dist-es/commands/UpdateDataSetCommand.js +3 -3
  259. package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
  260. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  261. package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
  262. package/dist-es/commands/UpdateFolderCommand.js +3 -3
  263. package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
  264. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  265. package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
  266. package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
  267. package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
  268. package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
  269. package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
  270. package/dist-es/commands/UpdateTemplateCommand.js +3 -3
  271. package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
  272. package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
  273. package/dist-es/commands/UpdateThemeCommand.js +3 -3
  274. package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
  275. package/dist-es/commands/UpdateUserCommand.js +3 -3
  276. package/dist-es/commands/index.js +8 -0
  277. package/dist-es/models/models_2.js +23 -58
  278. package/dist-es/models/models_3.js +58 -0
  279. package/dist-es/protocols/Aws_restJson1.js +6083 -6716
  280. package/dist-types/QuickSight.d.ts +64 -0
  281. package/dist-types/QuickSightClient.d.ts +10 -2
  282. package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
  283. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
  284. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
  285. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
  286. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
  287. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
  288. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  289. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  290. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
  291. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
  292. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
  293. package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
  294. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
  295. package/dist-types/commands/index.d.ts +8 -0
  296. package/dist-types/models/models_2.d.ts +392 -571
  297. package/dist-types/models/models_3.d.ts +647 -2
  298. package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
  299. package/dist-types/ts3.4/QuickSight.d.ts +136 -0
  300. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  301. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
  302. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
  303. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
  304. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
  305. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
  306. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
  309. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
  310. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
  311. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
  312. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  313. package/dist-types/ts3.4/models/models_2.d.ts +110 -141
  314. package/dist-types/ts3.4/models/models_3.d.ts +176 -3
  315. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
  316. package/package.json +6 -6
@@ -1,6 +1,6 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, Analysis, AnalysisDefaults, AnalysisError, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Entity, FilterGroup, ParameterDeclaration, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSourceEntity, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, AthenaParameters, AuroraParameters, AuroraPostgreSqlParameters, AwsIotAnalyticsParameters, BorderStyle, CalculatedColumn, CastColumnTypeOperation, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ColumnTag, ColumnTagName, DashboardVisualId, DataSetReference, ExceptionResourceType, FilterOperator, SheetDefinition, Tag } from "./models_1";
3
+ import { AnalysisDefinition, AnalysisSourceEntity, AssignmentStatus, AthenaParameters, AuroraParameters, AuroraPostgreSqlParameters, AwsIotAnalyticsParameters, BorderStyle, CalculatedColumn, CastColumnTypeOperation, ColumnDataType, ColumnGroup, ColumnGroupSchema, ColumnLevelPermissionRule, ColumnSchema, ColumnTag, ColumnTagName, DataSetReference, ExceptionResourceType, FilterOperator, SheetDefinition, Tag } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
5
  /**
6
6
  * @public
@@ -1261,6 +1261,10 @@ export interface RowLevelPermissionTagConfiguration {
1261
1261
  * <p>A set of rules associated with row-level security, such as the tag names and columns that they are assigned to.</p>
1262
1262
  */
1263
1263
  TagRules: RowLevelPermissionTagRule[] | undefined;
1264
+ /**
1265
+ * <p>A list of tag configuration rules to apply to a dataset. All tag configurations have the OR condition. Tags within each tile will be joined (AND). At least one rule in this structure must have all tag values assigned to it to apply Row-level security (RLS) to the dataset.</p>
1266
+ */
1267
+ TagRuleConfigurations?: string[][];
1264
1268
  }
1265
1269
  /**
1266
1270
  * @public
@@ -3070,6 +3074,176 @@ export interface CreateNamespaceResponse {
3070
3074
  */
3071
3075
  Status?: number;
3072
3076
  }
3077
+ /**
3078
+ * @public
3079
+ * @enum
3080
+ */
3081
+ export declare const RefreshInterval: {
3082
+ readonly DAILY: "DAILY";
3083
+ readonly HOURLY: "HOURLY";
3084
+ readonly MINUTE15: "MINUTE15";
3085
+ readonly MINUTE30: "MINUTE30";
3086
+ readonly MONTHLY: "MONTHLY";
3087
+ readonly WEEKLY: "WEEKLY";
3088
+ };
3089
+ /**
3090
+ * @public
3091
+ */
3092
+ export type RefreshInterval = (typeof RefreshInterval)[keyof typeof RefreshInterval];
3093
+ /**
3094
+ * @public
3095
+ * @enum
3096
+ */
3097
+ export declare const DayOfWeek: {
3098
+ readonly FRIDAY: "FRIDAY";
3099
+ readonly MONDAY: "MONDAY";
3100
+ readonly SATURDAY: "SATURDAY";
3101
+ readonly SUNDAY: "SUNDAY";
3102
+ readonly THURSDAY: "THURSDAY";
3103
+ readonly TUESDAY: "TUESDAY";
3104
+ readonly WEDNESDAY: "WEDNESDAY";
3105
+ };
3106
+ /**
3107
+ * @public
3108
+ */
3109
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
3110
+ /**
3111
+ * @public
3112
+ * <p>The refresh on entity for weekly or monthly schedules.</p>
3113
+ */
3114
+ export interface ScheduleRefreshOnEntity {
3115
+ /**
3116
+ * <p>The day of the week that you want to schedule a refresh on.</p>
3117
+ */
3118
+ DayOfWeek?: DayOfWeek | string;
3119
+ /**
3120
+ * <p>The day of the month that you want to schedule refresh on.</p>
3121
+ */
3122
+ DayOfMonth?: string;
3123
+ }
3124
+ /**
3125
+ * @public
3126
+ * <p>Specifies the interval between each scheduled refresh of a dataset.</p>
3127
+ */
3128
+ export interface RefreshFrequency {
3129
+ /**
3130
+ * <p>The interval between scheduled refreshes. Valid values are as follows:</p>
3131
+ * <ul>
3132
+ * <li>
3133
+ * <p>
3134
+ * <code>MINUTE15</code>: The dataset refreshes every 15 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.</p>
3135
+ * </li>
3136
+ * <li>
3137
+ * <p>
3138
+ * <code>MINUTE30</code>:The dataset refreshes every 30 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.</p>
3139
+ * </li>
3140
+ * <li>
3141
+ * <p>
3142
+ * <code>HOURLY</code>: The dataset refreshes every hour. This interval can only be used for one schedule per dataset.</p>
3143
+ * </li>
3144
+ * <li>
3145
+ * <p>
3146
+ * <code>DAILY</code>: The dataset refreshes every day.</p>
3147
+ * </li>
3148
+ * <li>
3149
+ * <p>
3150
+ * <code>WEEKLY</code>: The dataset refreshes every week.</p>
3151
+ * </li>
3152
+ * <li>
3153
+ * <p>
3154
+ * <code>MONTHLY</code>: The dataset refreshes every month.</p>
3155
+ * </li>
3156
+ * </ul>
3157
+ */
3158
+ Interval: RefreshInterval | string | undefined;
3159
+ /**
3160
+ * <p>The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.</p>
3161
+ */
3162
+ RefreshOnDay?: ScheduleRefreshOnEntity;
3163
+ /**
3164
+ * <p>The timezone that you want the refresh schedule to use. The timezone ID must match a corresponding ID found on <code>java.util.time.getAvailableIDs()</code>.</p>
3165
+ */
3166
+ Timezone?: string;
3167
+ /**
3168
+ * <p>The time of day that you want the datset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.</p>
3169
+ */
3170
+ TimeOfTheDay?: string;
3171
+ }
3172
+ /**
3173
+ * @public
3174
+ * <p>The refresh schedule of a dataset.</p>
3175
+ */
3176
+ export interface RefreshSchedule {
3177
+ /**
3178
+ * <p>An identifier for the refresh schedule.</p>
3179
+ */
3180
+ ScheduleId: string | undefined;
3181
+ /**
3182
+ * <p>The frequency for the refresh schedule.</p>
3183
+ */
3184
+ ScheduleFrequency: RefreshFrequency | undefined;
3185
+ /**
3186
+ * <p>Time after which the refresh schedule can be started, expressed in <code>YYYY-MM-DDTHH:MM:SS</code> format.</p>
3187
+ */
3188
+ StartAfterDateTime?: Date;
3189
+ /**
3190
+ * <p>The type of refresh that a datset undergoes. Valid values are as follows:</p>
3191
+ * <ul>
3192
+ * <li>
3193
+ * <p>
3194
+ * <code>FULL_REFRESH</code>: A complete refresh of a dataset.</p>
3195
+ * </li>
3196
+ * <li>
3197
+ * <p>
3198
+ * <code>INCREMENTAL_REFRESH</code>: A partial refresh of some rows of a dataset, based on the time window specified.</p>
3199
+ * </li>
3200
+ * </ul>
3201
+ * <p>For more information on full and incremental refreshes, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html">Refreshing SPICE data</a> in the <i>Amazon QuickSight User Guide</i>.</p>
3202
+ */
3203
+ RefreshType: IngestionType | string | undefined;
3204
+ /**
3205
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
3206
+ */
3207
+ Arn?: string;
3208
+ }
3209
+ /**
3210
+ * @public
3211
+ */
3212
+ export interface CreateRefreshScheduleRequest {
3213
+ /**
3214
+ * <p>The ID of the dataset.</p>
3215
+ */
3216
+ DataSetId: string | undefined;
3217
+ /**
3218
+ * <p>The Amazon Web Services account ID.</p>
3219
+ */
3220
+ AwsAccountId: string | undefined;
3221
+ /**
3222
+ * <p>The refresh schedule.</p>
3223
+ */
3224
+ Schedule: RefreshSchedule | undefined;
3225
+ }
3226
+ /**
3227
+ * @public
3228
+ */
3229
+ export interface CreateRefreshScheduleResponse {
3230
+ /**
3231
+ * <p>The HTTP status of the request.</p>
3232
+ */
3233
+ Status?: number;
3234
+ /**
3235
+ * <p>The Amazon Web Services request ID for this operation.</p>
3236
+ */
3237
+ RequestId?: string;
3238
+ /**
3239
+ * <p>The ID of the refresh schedule.</p>
3240
+ */
3241
+ ScheduleId?: string;
3242
+ /**
3243
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
3244
+ */
3245
+ Arn?: string;
3246
+ }
3073
3247
  /**
3074
3248
  * @public
3075
3249
  * <p>Dataset schema.</p>
@@ -4023,6 +4197,67 @@ export declare const DataSetFilterAttribute: {
4023
4197
  * @public
4024
4198
  */
4025
4199
  export type DataSetFilterAttribute = (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
4200
+ /**
4201
+ * @public
4202
+ * @enum
4203
+ */
4204
+ export declare const LookbackWindowSizeUnit: {
4205
+ readonly DAY: "DAY";
4206
+ readonly HOUR: "HOUR";
4207
+ readonly WEEK: "WEEK";
4208
+ };
4209
+ /**
4210
+ * @public
4211
+ */
4212
+ export type LookbackWindowSizeUnit = (typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
4213
+ /**
4214
+ * @public
4215
+ * <p>The lookback window setup of an incremental refresh configuration.</p>
4216
+ */
4217
+ export interface LookbackWindow {
4218
+ /**
4219
+ * <p>The name of the lookback window column.</p>
4220
+ */
4221
+ ColumnName: string | undefined;
4222
+ /**
4223
+ * <p>The lookback window column size.</p>
4224
+ */
4225
+ Size: number | undefined;
4226
+ /**
4227
+ * <p>The size unit that is used for the lookback window column. Valid values for this structure are <code>HOUR</code>, <code>DAY</code>, and <code>WEEK</code>.</p>
4228
+ */
4229
+ SizeUnit: LookbackWindowSizeUnit | string | undefined;
4230
+ }
4231
+ /**
4232
+ * @public
4233
+ * <p>The incremental refresh configuration for a dataset.</p>
4234
+ */
4235
+ export interface IncrementalRefresh {
4236
+ /**
4237
+ * <p>The lookback window setup for an incremental refresh configuration.</p>
4238
+ */
4239
+ LookbackWindow: LookbackWindow | undefined;
4240
+ }
4241
+ /**
4242
+ * @public
4243
+ * <p>The refresh configuration of a dataset.</p>
4244
+ */
4245
+ export interface RefreshConfiguration {
4246
+ /**
4247
+ * <p>The incremental refresh for the dataset.</p>
4248
+ */
4249
+ IncrementalRefresh: IncrementalRefresh | undefined;
4250
+ }
4251
+ /**
4252
+ * @public
4253
+ * <p>The refresh properties of a dataset.</p>
4254
+ */
4255
+ export interface DataSetRefreshProperties {
4256
+ /**
4257
+ * <p>The refresh configuration for a dataset.</p>
4258
+ */
4259
+ RefreshConfiguration: RefreshConfiguration | undefined;
4260
+ }
4026
4261
  /**
4027
4262
  * @public
4028
4263
  * <p>A filter that you apply when searching for datasets.</p>
@@ -4478,6 +4713,32 @@ export interface DeleteDataSetResponse {
4478
4713
  */
4479
4714
  Status?: number;
4480
4715
  }
4716
+ /**
4717
+ * @public
4718
+ */
4719
+ export interface DeleteDataSetRefreshPropertiesRequest {
4720
+ /**
4721
+ * <p>The Amazon Web Services account ID.</p>
4722
+ */
4723
+ AwsAccountId: string | undefined;
4724
+ /**
4725
+ * <p>The ID of the dataset.</p>
4726
+ */
4727
+ DataSetId: string | undefined;
4728
+ }
4729
+ /**
4730
+ * @public
4731
+ */
4732
+ export interface DeleteDataSetRefreshPropertiesResponse {
4733
+ /**
4734
+ * <p>The Amazon Web Services request ID for this operation.</p>
4735
+ */
4736
+ RequestId?: string;
4737
+ /**
4738
+ * <p>The HTTP status of the request.</p>
4739
+ */
4740
+ Status?: number;
4741
+ }
4481
4742
  /**
4482
4743
  * @public
4483
4744
  */
@@ -4707,6 +4968,44 @@ export interface DeleteNamespaceResponse {
4707
4968
  */
4708
4969
  Status?: number;
4709
4970
  }
4971
+ /**
4972
+ * @public
4973
+ */
4974
+ export interface DeleteRefreshScheduleRequest {
4975
+ /**
4976
+ * <p>The ID of the dataset.</p>
4977
+ */
4978
+ DataSetId: string | undefined;
4979
+ /**
4980
+ * <p>The Amazon Web Services account ID.</p>
4981
+ */
4982
+ AwsAccountId: string | undefined;
4983
+ /**
4984
+ * <p>The ID of the refresh schedule.</p>
4985
+ */
4986
+ ScheduleId: string | undefined;
4987
+ }
4988
+ /**
4989
+ * @public
4990
+ */
4991
+ export interface DeleteRefreshScheduleResponse {
4992
+ /**
4993
+ * <p>The HTTP status of the request.</p>
4994
+ */
4995
+ Status?: number;
4996
+ /**
4997
+ * <p>The Amazon Web Services request ID for this operation.</p>
4998
+ */
4999
+ RequestId?: string;
5000
+ /**
5001
+ * <p>The ID of the refresh schedule.</p>
5002
+ */
5003
+ ScheduleId?: string;
5004
+ /**
5005
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
5006
+ */
5007
+ Arn?: string;
5008
+ }
4710
5009
  /**
4711
5010
  * @public
4712
5011
  */
@@ -5521,6 +5820,36 @@ export interface DescribeDataSetPermissionsResponse {
5521
5820
  */
5522
5821
  Status?: number;
5523
5822
  }
5823
+ /**
5824
+ * @public
5825
+ */
5826
+ export interface DescribeDataSetRefreshPropertiesRequest {
5827
+ /**
5828
+ * <p>The Amazon Web Services account ID.</p>
5829
+ */
5830
+ AwsAccountId: string | undefined;
5831
+ /**
5832
+ * <p>The ID of the dataset.</p>
5833
+ */
5834
+ DataSetId: string | undefined;
5835
+ }
5836
+ /**
5837
+ * @public
5838
+ */
5839
+ export interface DescribeDataSetRefreshPropertiesResponse {
5840
+ /**
5841
+ * <p>The Amazon Web Services request ID for this operation.</p>
5842
+ */
5843
+ RequestId?: string;
5844
+ /**
5845
+ * <p>The HTTP status of the request.</p>
5846
+ */
5847
+ Status?: number;
5848
+ /**
5849
+ * <p>The dataset refresh properties.</p>
5850
+ */
5851
+ DataSetRefreshProperties?: DataSetRefreshProperties;
5852
+ }
5524
5853
  /**
5525
5854
  * @public
5526
5855
  */
@@ -5918,6 +6247,7 @@ export declare const IngestionErrorType: {
5918
6247
  readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
5919
6248
  readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
5920
6249
  readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
6250
+ readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
5921
6251
  readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
5922
6252
  readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
5923
6253
  readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
@@ -6222,40 +6552,78 @@ export interface DescribeNamespaceResponse {
6222
6552
  /**
6223
6553
  * @public
6224
6554
  */
6225
- export interface DescribeTemplateRequest {
6555
+ export interface DescribeRefreshScheduleRequest {
6226
6556
  /**
6227
- * <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
6557
+ * <p>The Amazon Web Services account ID.</p>
6228
6558
  */
6229
6559
  AwsAccountId: string | undefined;
6230
6560
  /**
6231
- * <p>The ID for the template.</p>
6232
- */
6233
- TemplateId: string | undefined;
6234
- /**
6235
- * <p>(Optional) The number for the version to describe. If a <code>VersionNumber</code> parameter
6236
- * value isn't provided, the latest version of the template is described.</p>
6561
+ * <p>The ID of the dataset.</p>
6237
6562
  */
6238
- VersionNumber?: number;
6563
+ DataSetId: string | undefined;
6239
6564
  /**
6240
- * <p>The alias of the template that you want to describe. If you name a specific alias, you
6241
- * describe the version that the alias points to. You can specify the latest version of the
6242
- * template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
6243
- * parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
6565
+ * <p>The ID of the refresh schedule.</p>
6244
6566
  */
6245
- AliasName?: string;
6567
+ ScheduleId: string | undefined;
6246
6568
  }
6247
6569
  /**
6248
6570
  * @public
6249
- * @enum
6250
6571
  */
6251
- export declare const TemplateErrorType: {
6252
- readonly ACCESS_DENIED: "ACCESS_DENIED";
6253
- readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
6254
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
6255
- readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
6256
- };
6257
- /**
6258
- * @public
6572
+ export interface DescribeRefreshScheduleResponse {
6573
+ /**
6574
+ * <p>The refresh schedule.</p>
6575
+ */
6576
+ RefreshSchedule?: RefreshSchedule;
6577
+ /**
6578
+ * <p>The HTTP status of the request.</p>
6579
+ */
6580
+ Status?: number;
6581
+ /**
6582
+ * <p>The Amazon Web Services request ID for this operation.</p>
6583
+ */
6584
+ RequestId?: string;
6585
+ /**
6586
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
6587
+ */
6588
+ Arn?: string;
6589
+ }
6590
+ /**
6591
+ * @public
6592
+ */
6593
+ export interface DescribeTemplateRequest {
6594
+ /**
6595
+ * <p>The ID of the Amazon Web Services account that contains the template that you're describing.</p>
6596
+ */
6597
+ AwsAccountId: string | undefined;
6598
+ /**
6599
+ * <p>The ID for the template.</p>
6600
+ */
6601
+ TemplateId: string | undefined;
6602
+ /**
6603
+ * <p>(Optional) The number for the version to describe. If a <code>VersionNumber</code> parameter
6604
+ * value isn't provided, the latest version of the template is described.</p>
6605
+ */
6606
+ VersionNumber?: number;
6607
+ /**
6608
+ * <p>The alias of the template that you want to describe. If you name a specific alias, you
6609
+ * describe the version that the alias points to. You can specify the latest version of the
6610
+ * template by providing the keyword <code>$LATEST</code> in the <code>AliasName</code>
6611
+ * parameter. The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
6612
+ */
6613
+ AliasName?: string;
6614
+ }
6615
+ /**
6616
+ * @public
6617
+ * @enum
6618
+ */
6619
+ export declare const TemplateErrorType: {
6620
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
6621
+ readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
6622
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
6623
+ readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
6624
+ };
6625
+ /**
6626
+ * @public
6259
6627
  */
6260
6628
  export type TemplateErrorType = (typeof TemplateErrorType)[keyof typeof TemplateErrorType];
6261
6629
  /**
@@ -7016,537 +7384,6 @@ export declare const FolderFilterAttribute: {
7016
7384
  * @public
7017
7385
  */
7018
7386
  export type FolderFilterAttribute = (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
7019
- /**
7020
- * @public
7021
- * <p>An object that consists of a member Amazon Resource Name (ARN) and a member ID.</p>
7022
- */
7023
- export interface MemberIdArnPair {
7024
- /**
7025
- * <p>The ID of the member.</p>
7026
- */
7027
- MemberId?: string;
7028
- /**
7029
- * <p>The Amazon Resource Name (ARN) of the member.</p>
7030
- */
7031
- MemberArn?: string;
7032
- }
7033
- /**
7034
- * @public
7035
- * <p>A filter to use to search an Amazon QuickSight folder.</p>
7036
- */
7037
- export interface FolderSearchFilter {
7038
- /**
7039
- * <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>
7040
- * <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>
7041
- * <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":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>FOLDER_NAME</code>.</p>
7042
- */
7043
- Operator?: FilterOperator | string;
7044
- /**
7045
- * <p>The name of a value that you want to use in the filter. For example, <code>"Name": "QUICKSIGHT_OWNER"</code>.</p>
7046
- * <p>Valid values are defined as follows:</p>
7047
- * <ul>
7048
- * <li>
7049
- * <p>
7050
- * <code>QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.</p>
7051
- * </li>
7052
- * <li>
7053
- * <p>
7054
- * <code>QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.</p>
7055
- * </li>
7056
- * <li>
7057
- * <p>
7058
- * <code>DIRECT_QUICKSIGHT_SOLE_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.</p>
7059
- * </li>
7060
- * <li>
7061
- * <p>
7062
- * <code>DIRECT_QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.</p>
7063
- * </li>
7064
- * <li>
7065
- * <p>
7066
- * <code>DIRECT_QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered. </p>
7067
- * </li>
7068
- * <li>
7069
- * <p>
7070
- * <code>FOLDER_NAME</code>: Any folders whose names have a substring match to this value will be returned.</p>
7071
- * </li>
7072
- * <li>
7073
- * <p>
7074
- * <code>PARENT_FOLDER_ARN</code>: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned. </p>
7075
- * </li>
7076
- * </ul>
7077
- */
7078
- Name?: FolderFilterAttribute | string;
7079
- /**
7080
- * <p>The value of the named item (in this example, <code>PARENT_FOLDER_ARN</code>), that you want to use as a filter. For example, <code>"Value": "arn:aws:quicksight:us-east-1:1:folder/folderId"</code>.</p>
7081
- */
7082
- Value?: string;
7083
- }
7084
- /**
7085
- * @public
7086
- * <p>A summary of information about an existing Amazon QuickSight folder. </p>
7087
- */
7088
- export interface FolderSummary {
7089
- /**
7090
- * <p>The Amazon Resource Name (ARN) of the folder.</p>
7091
- */
7092
- Arn?: string;
7093
- /**
7094
- * <p>The ID of the folder.</p>
7095
- */
7096
- FolderId?: string;
7097
- /**
7098
- * <p>The display name of the folder.</p>
7099
- */
7100
- Name?: string;
7101
- /**
7102
- * <p>The type of folder.</p>
7103
- */
7104
- FolderType?: FolderType | string;
7105
- /**
7106
- * <p>The time that the folder was created.</p>
7107
- */
7108
- CreatedTime?: Date;
7109
- /**
7110
- * <p>The time that the folder was last updated.</p>
7111
- */
7112
- LastUpdatedTime?: Date;
7113
- }
7114
- /**
7115
- * @public
7116
- * <p>The key-value pair used for the row-level security tags feature.</p>
7117
- */
7118
- export interface SessionTag {
7119
- /**
7120
- * <p>The key for the tag.</p>
7121
- */
7122
- Key: string | undefined;
7123
- /**
7124
- * <p>The value that you want to assign the tag.</p>
7125
- */
7126
- Value: string | undefined;
7127
- }
7128
- /**
7129
- * @public
7130
- */
7131
- export interface GenerateEmbedUrlForAnonymousUserRequest {
7132
- /**
7133
- * <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
7134
- */
7135
- AwsAccountId: string | undefined;
7136
- /**
7137
- * <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
7138
- */
7139
- SessionLifetimeInMinutes?: number;
7140
- /**
7141
- * <p>The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to <code>default</code>.</p>
7142
- */
7143
- Namespace: string | undefined;
7144
- /**
7145
- * <p>The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the <code>DataSet$RowLevelPermissionTagConfiguration</code> parameter so that session tags can be used to provide row-level security.</p>
7146
- * <p>These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
7147
- */
7148
- SessionTags?: SessionTag[];
7149
- /**
7150
- * <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user
7151
- * is authorized to access during the lifetime of the session. If you choose
7152
- * <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the
7153
- * account that you want the user to be able to view. Currently, you can pass up to 25
7154
- * dashboard ARNs in each API call.</p>
7155
- */
7156
- AuthorizedResourceArns: string[] | undefined;
7157
- /**
7158
- * <p>The configuration of the experience that you are embedding.</p>
7159
- */
7160
- ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration | undefined;
7161
- /**
7162
- * <p>The domains that you want to add to the allow list for access to the generated URL that
7163
- * is then embedded. This optional parameter overrides the static domains that are
7164
- * configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
7165
- * allows only the domains that you include in this parameter. You can list up to three
7166
- * domains or subdomains in each API call.</p>
7167
- * <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
7168
- * For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
7169
- * <code>https://sapp.amazon.com</code>.</p>
7170
- */
7171
- AllowedDomains?: string[];
7172
- }
7173
- /**
7174
- * @public
7175
- */
7176
- export interface GenerateEmbedUrlForAnonymousUserResponse {
7177
- /**
7178
- * <p>The embed URL for the dashboard.</p>
7179
- */
7180
- EmbedUrl: string | undefined;
7181
- /**
7182
- * <p>The HTTP status of the request.</p>
7183
- */
7184
- Status: number | undefined;
7185
- /**
7186
- * <p>The Amazon Web Services request ID for this operation.</p>
7187
- */
7188
- RequestId: string | undefined;
7189
- /**
7190
- * <p>The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.</p>
7191
- */
7192
- AnonymousUserArn: string | undefined;
7193
- }
7194
- /**
7195
- * @public
7196
- * <p>The number of minutes specified for the lifetime of a session isn't valid. The session
7197
- * lifetime must be 15-600 minutes.</p>
7198
- */
7199
- export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
7200
- readonly name: "SessionLifetimeInMinutesInvalidException";
7201
- readonly $fault: "client";
7202
- Message?: string;
7203
- /**
7204
- * <p>The Amazon Web Services request ID for this request.</p>
7205
- */
7206
- RequestId?: string;
7207
- /**
7208
- * @internal
7209
- */
7210
- constructor(opts: __ExceptionOptionType<SessionLifetimeInMinutesInvalidException, __BaseException>);
7211
- }
7212
- /**
7213
- * @public
7214
- * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
7215
- * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
7216
- * for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
7217
- * can do this on the <b>Manage Amazon QuickSight</b> page. </p>
7218
- * <p>After capacity pricing is added, you can use the
7219
- * <code>
7220
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
7221
- * </code> API operation with the
7222
- * <code>--identity-type ANONYMOUS</code> option.</p>
7223
- */
7224
- export declare class UnsupportedPricingPlanException extends __BaseException {
7225
- readonly name: "UnsupportedPricingPlanException";
7226
- readonly $fault: "client";
7227
- Message?: string;
7228
- /**
7229
- * <p>The Amazon Web Services request ID for this request.</p>
7230
- */
7231
- RequestId?: string;
7232
- /**
7233
- * @internal
7234
- */
7235
- constructor(opts: __ExceptionOptionType<UnsupportedPricingPlanException, __BaseException>);
7236
- }
7237
- /**
7238
- * @public
7239
- * <p>The state perssitence configuration of an embedded dashboard.</p>
7240
- */
7241
- export interface StatePersistenceConfigurations {
7242
- /**
7243
- * <p>Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.</p>
7244
- */
7245
- Enabled: boolean | undefined;
7246
- }
7247
- /**
7248
- * @public
7249
- * <p>The feature configuration for an embedded dashboard.</p>
7250
- */
7251
- export interface RegisteredUserDashboardFeatureConfigurations {
7252
- /**
7253
- * <p>The state persistence settings of an embedded dashboard.</p>
7254
- */
7255
- StatePersistence?: StatePersistenceConfigurations;
7256
- }
7257
- /**
7258
- * @public
7259
- * <p>Information about the dashboard you want to embed.</p>
7260
- */
7261
- export interface RegisteredUserDashboardEmbeddingConfiguration {
7262
- /**
7263
- * <p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.</p>
7264
- * <p>If the user does not have permission to view this dashboard, they see a permissions error message.</p>
7265
- */
7266
- InitialDashboardId: string | undefined;
7267
- /**
7268
- * <p>The feature configurations of an embbedded Amazon QuickSight dashboard.</p>
7269
- */
7270
- FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
7271
- }
7272
- /**
7273
- * @public
7274
- * <p>The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.</p>
7275
- */
7276
- export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
7277
- /**
7278
- * <p>The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.</p>
7279
- * <p>The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>
7280
- */
7281
- InitialDashboardVisualId: DashboardVisualId | undefined;
7282
- }
7283
- /**
7284
- * @public
7285
- * <p>Information about the Q search bar embedding experience.</p>
7286
- */
7287
- export interface RegisteredUserQSearchBarEmbeddingConfiguration {
7288
- /**
7289
- * <p>The ID of the Q topic that you want to make the starting topic in the Q search bar.
7290
- * You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening
7291
- * a topic. The ID is in the URL for the topic that you open.</p>
7292
- * <p>If you don't specify an initial topic, a list of all shared topics is shown in the Q bar
7293
- * for your readers. When you select an initial topic, you can specify whether or not readers
7294
- * are allowed to select other topics from the available ones in the list.</p>
7295
- */
7296
- InitialTopicId?: string;
7297
- }
7298
- /**
7299
- * @public
7300
- * <p>The feature configurations of an embedded Amazon QuickSight console.</p>
7301
- */
7302
- export interface RegisteredUserConsoleFeatureConfigurations {
7303
- /**
7304
- * <p>The state persistence configurations of an embedded Amazon QuickSight console.</p>
7305
- */
7306
- StatePersistence?: StatePersistenceConfigurations;
7307
- }
7308
- /**
7309
- * @public
7310
- * <p>Information about the Amazon QuickSight console that you want to embed.</p>
7311
- */
7312
- export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
7313
- /**
7314
- * <p>The initial URL path for the Amazon QuickSight console. <code>InitialPath</code> is required.</p>
7315
- * <p>The entry point URL is constrained to the following paths:</p>
7316
- * <ul>
7317
- * <li>
7318
- * <p>
7319
- * <code>/start</code>
7320
- * </p>
7321
- * </li>
7322
- * <li>
7323
- * <p>
7324
- * <code>/start/analyses</code>
7325
- * </p>
7326
- * </li>
7327
- * <li>
7328
- * <p>
7329
- * <code>/start/dashboards</code>
7330
- * </p>
7331
- * </li>
7332
- * <li>
7333
- * <p>
7334
- * <code>/start/favorites</code>
7335
- * </p>
7336
- * </li>
7337
- * <li>
7338
- * <p>
7339
- * <code>/dashboards/DashboardId</code>. <i>DashboardId</i> is the actual ID key from the Amazon QuickSight console URL of the dashboard.</p>
7340
- * </li>
7341
- * <li>
7342
- * <p>
7343
- * <code>/analyses/AnalysisId</code>. <i>AnalysisId</i> is the actual ID key from the Amazon QuickSight console URL of the analysis.</p>
7344
- * </li>
7345
- * </ul>
7346
- */
7347
- InitialPath?: string;
7348
- /**
7349
- * <p>The embedding configuration of an embedded Amazon QuickSight console.</p>
7350
- */
7351
- FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
7352
- }
7353
- /**
7354
- * @public
7355
- * <p>The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.</p>
7356
- * <note>
7357
- * <p>Exactly one of the experience configurations is required. You can choose
7358
- * <code>Dashboard</code> or <code>QuickSightConsole</code>. You cannot choose more
7359
- * than one experience configuration.</p>
7360
- * </note>
7361
- */
7362
- export interface RegisteredUserEmbeddingExperienceConfiguration {
7363
- /**
7364
- * <p>The configuration details for providing a dashboard embedding experience.</p>
7365
- */
7366
- Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
7367
- /**
7368
- * <p>The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a> in the <i>Amazon QuickSight User
7369
- * Guide</i>.</p>
7370
- * <p>Use <code>
7371
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html">GenerateEmbedUrlForRegisteredUser</a>
7372
- * </code>
7373
- * where
7374
- * you want to provide an authoring portal that allows users to create data sources,
7375
- * datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console
7376
- * needs to belong to the author or admin security cohort. If you want to restrict permissions
7377
- * to some of these features, add a custom permissions profile to the user with the
7378
- * <code>
7379
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
7380
- * </code> API operation. Use the <code>
7381
- * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
7382
- * </code> API operation to add a new user with a custom permission profile attached. For more
7383
- * information, see the following sections in the <i>Amazon QuickSight User
7384
- * Guide</i>:</p>
7385
- * <ul>
7386
- * <li>
7387
- * <p>
7388
- * <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users.html">Embedding the Full Functionality of the Amazon QuickSight Console for Authenticated Users</a>
7389
- * </p>
7390
- * </li>
7391
- * <li>
7392
- * <p>
7393
- * <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a>
7394
- * </p>
7395
- * </li>
7396
- * </ul>
7397
- * <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
7398
- */
7399
- QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
7400
- /**
7401
- * <p>The configuration details for embedding the Q search bar.</p>
7402
- * <p>For more information about embedding the Q search bar, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a> in
7403
- * the <i>Amazon QuickSight User Guide</i>.</p>
7404
- */
7405
- QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
7406
- /**
7407
- * <p>The type of embedding experience. In this case, Amazon QuickSight visuals.</p>
7408
- */
7409
- DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
7410
- }
7411
- /**
7412
- * @public
7413
- */
7414
- export interface GenerateEmbedUrlForRegisteredUserRequest {
7415
- /**
7416
- * <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
7417
- */
7418
- AwsAccountId: string | undefined;
7419
- /**
7420
- * <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
7421
- */
7422
- SessionLifetimeInMinutes?: number;
7423
- /**
7424
- * <p>The Amazon Resource Name for the registered user.</p>
7425
- */
7426
- UserArn: string | undefined;
7427
- /**
7428
- * <p>The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.</p>
7429
- */
7430
- ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration | undefined;
7431
- /**
7432
- * <p>The domains that you want to add to the allow list for access to the generated URL that
7433
- * is then embedded. This optional parameter overrides the static domains that are
7434
- * configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
7435
- * allows only the domains that you include in this parameter. You can list up to three
7436
- * domains or subdomains in each API call.</p>
7437
- * <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
7438
- * For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
7439
- * <code>https://sapp.amazon.com</code>.</p>
7440
- */
7441
- AllowedDomains?: string[];
7442
- }
7443
- /**
7444
- * @public
7445
- */
7446
- export interface GenerateEmbedUrlForRegisteredUserResponse {
7447
- /**
7448
- * <p>The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, or console.</p>
7449
- */
7450
- EmbedUrl: string | undefined;
7451
- /**
7452
- * <p>The HTTP status of the request.</p>
7453
- */
7454
- Status: number | undefined;
7455
- /**
7456
- * <p>The Amazon Web Services request ID for this operation.</p>
7457
- */
7458
- RequestId: string | undefined;
7459
- }
7460
- /**
7461
- * @public
7462
- * <p>The user with the provided name isn't found. This error can happen in any operation
7463
- * that requires finding a user based on a provided user name, such as
7464
- * <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
7465
- */
7466
- export declare class QuickSightUserNotFoundException extends __BaseException {
7467
- readonly name: "QuickSightUserNotFoundException";
7468
- readonly $fault: "client";
7469
- Message?: string;
7470
- /**
7471
- * <p>The Amazon Web Services request ID for this request.</p>
7472
- */
7473
- RequestId?: string;
7474
- /**
7475
- * @internal
7476
- */
7477
- constructor(opts: __ExceptionOptionType<QuickSightUserNotFoundException, __BaseException>);
7478
- }
7479
- /**
7480
- * @public
7481
- */
7482
- export interface GetDashboardEmbedUrlRequest {
7483
- /**
7484
- * <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
7485
- */
7486
- AwsAccountId: string | undefined;
7487
- /**
7488
- * <p>The ID for the dashboard, also added to the Identity and Access Management (IAM)
7489
- * policy.</p>
7490
- */
7491
- DashboardId: string | undefined;
7492
- /**
7493
- * <p>The authentication method that the user uses to sign in.</p>
7494
- */
7495
- IdentityType: EmbeddingIdentityType | string | undefined;
7496
- /**
7497
- * <p>How many minutes the session is valid. The session lifetime must be 15-600 minutes.</p>
7498
- */
7499
- SessionLifetimeInMinutes?: number;
7500
- /**
7501
- * <p>Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables
7502
- * the undo/redo button.</p>
7503
- */
7504
- UndoRedoDisabled?: boolean;
7505
- /**
7506
- * <p>Remove the reset button on the embedded dashboard. The default is FALSE, which enables the
7507
- * reset button.</p>
7508
- */
7509
- ResetDisabled?: boolean;
7510
- /**
7511
- * <p>Adds persistence of state for the user session in an embedded dashboard. Persistence
7512
- * applies to the sheet and the parameter settings. These are control settings that the
7513
- * dashboard subscriber (Amazon QuickSight reader) chooses while viewing the dashboard. If this is
7514
- * set to <code>TRUE</code>, the settings are the same when the subscriber reopens the same
7515
- * dashboard URL. The state is stored in Amazon QuickSight, not in a browser cookie. If this is
7516
- * set to FALSE, the state of the user session is not persisted. The default is
7517
- * <code>FALSE</code>.</p>
7518
- */
7519
- StatePersistenceEnabled?: boolean;
7520
- /**
7521
- * <p>The Amazon QuickSight user's Amazon Resource Name (ARN), for use with <code>QUICKSIGHT</code> identity type.
7522
- * You can use this for any Amazon QuickSight users in your account (readers, authors, or
7523
- * admins) authenticated as one of the following:</p>
7524
- * <ul>
7525
- * <li>
7526
- * <p>Active Directory (AD) users or group members</p>
7527
- * </li>
7528
- * <li>
7529
- * <p>Invited nonfederated users</p>
7530
- * </li>
7531
- * <li>
7532
- * <p>IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using
7533
- * SAML, OpenID Connect, or IAM federation.</p>
7534
- * </li>
7535
- * </ul>
7536
- * <p>Omit this parameter for users in the third group – IAM users and IAM
7537
- * role-based sessions.</p>
7538
- */
7539
- UserArn?: string;
7540
- /**
7541
- * <p>The Amazon QuickSight namespace that contains the dashboard IDs in this request.
7542
- * If you're not using a custom namespace, set <code>Namespace = default</code>.</p>
7543
- */
7544
- Namespace?: string;
7545
- /**
7546
- * <p>A list of one or more dashboard IDs that you want anonymous users to have tempporary access to. Currently, the <code>IdentityType</code> parameter must be set to <code>ANONYMOUS</code> because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "<code>--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS</code>", the session can access all three dashboards.</p>
7547
- */
7548
- AdditionalDashboardIds?: string[];
7549
- }
7550
7387
  /**
7551
7388
  * @internal
7552
7389
  */
@@ -7643,19 +7480,3 @@ export declare const DescribeDataSetResponseFilterSensitiveLog: (obj: DescribeDa
7643
7480
  * @internal
7644
7481
  */
7645
7482
  export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (obj: DescribeTemplateDefinitionResponse) => any;
7646
- /**
7647
- * @internal
7648
- */
7649
- export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
7650
- /**
7651
- * @internal
7652
- */
7653
- export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserRequest) => any;
7654
- /**
7655
- * @internal
7656
- */
7657
- export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserResponse) => any;
7658
- /**
7659
- * @internal
7660
- */
7661
- export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserResponse) => any;