@aws-sdk/client-quicksight 3.216.0 → 3.219.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 (539) hide show
  1. package/dist-cjs/QuickSight.js +45 -0
  2. package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
  3. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
  6. package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
  7. package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
  9. package/dist-cjs/commands/CreateFolderCommand.js +3 -3
  10. package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
  11. package/dist-cjs/commands/CreateGroupCommand.js +3 -3
  12. package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
  13. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
  14. package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
  15. package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
  17. package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
  18. package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
  19. package/dist-cjs/commands/CreateThemeCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
  37. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
  43. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
  46. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
  58. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
  59. package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
  60. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
  61. package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
  62. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
  63. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
  64. package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
  65. package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
  66. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
  67. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  68. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
  69. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
  70. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
  71. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
  72. package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
  73. package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
  74. package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
  75. package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
  76. package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
  77. package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
  78. package/dist-cjs/commands/ListFoldersCommand.js +3 -3
  79. package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
  80. package/dist-cjs/commands/ListGroupsCommand.js +3 -3
  81. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
  82. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
  83. package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
  84. package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  86. package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
  87. package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
  88. package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
  89. package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
  90. package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
  91. package/dist-cjs/commands/ListThemesCommand.js +3 -3
  92. package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
  93. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  94. package/dist-cjs/commands/RegisterUserCommand.js +3 -3
  95. package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
  96. package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
  97. package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
  98. package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
  99. package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
  100. package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
  101. package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
  102. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  103. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  104. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
  105. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
  106. package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
  107. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
  108. package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
  109. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
  110. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
  111. package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
  112. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
  113. package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
  114. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
  115. package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
  116. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
  117. package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
  118. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
  119. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
  120. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
  121. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
  122. package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
  123. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
  124. package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
  125. package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
  126. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
  127. package/dist-cjs/commands/UpdateUserCommand.js +3 -3
  128. package/dist-cjs/commands/index.js +3 -0
  129. package/dist-cjs/models/index.js +2 -0
  130. package/dist-cjs/models/models_0.js +988 -1194
  131. package/dist-cjs/models/models_1.js +1290 -405
  132. package/dist-cjs/models/models_2.js +1676 -0
  133. package/dist-cjs/models/models_3.js +443 -0
  134. package/dist-cjs/protocols/Aws_restJson1.js +12237 -1570
  135. package/dist-es/QuickSight.js +45 -0
  136. package/dist-es/commands/CancelIngestionCommand.js +1 -1
  137. package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
  138. package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
  139. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  140. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  141. package/dist-es/commands/CreateDataSetCommand.js +1 -1
  142. package/dist-es/commands/CreateDataSourceCommand.js +1 -1
  143. package/dist-es/commands/CreateFolderCommand.js +1 -1
  144. package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
  145. package/dist-es/commands/CreateGroupCommand.js +1 -1
  146. package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
  147. package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
  148. package/dist-es/commands/CreateIngestionCommand.js +1 -1
  149. package/dist-es/commands/CreateNamespaceCommand.js +1 -1
  150. package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
  151. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  152. package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
  153. package/dist-es/commands/CreateThemeCommand.js +1 -1
  154. package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
  155. package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
  156. package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
  157. package/dist-es/commands/DeleteDashboardCommand.js +1 -1
  158. package/dist-es/commands/DeleteDataSetCommand.js +1 -1
  159. package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
  160. package/dist-es/commands/DeleteFolderCommand.js +1 -1
  161. package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
  162. package/dist-es/commands/DeleteGroupCommand.js +1 -1
  163. package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
  164. package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
  165. package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
  166. package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
  167. package/dist-es/commands/DeleteTemplateCommand.js +1 -1
  168. package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
  169. package/dist-es/commands/DeleteThemeCommand.js +1 -1
  170. package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
  171. package/dist-es/commands/DeleteUserCommand.js +1 -1
  172. package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
  173. package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
  174. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
  175. package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
  176. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
  177. package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
  178. package/dist-es/commands/DescribeDashboardCommand.js +1 -1
  179. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
  180. package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
  181. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  182. package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
  183. package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
  184. package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
  185. package/dist-es/commands/DescribeFolderCommand.js +1 -1
  186. package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
  187. package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
  188. package/dist-es/commands/DescribeGroupCommand.js +1 -1
  189. package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
  190. package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
  191. package/dist-es/commands/DescribeIngestionCommand.js +1 -1
  192. package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
  193. package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
  194. package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
  195. package/dist-es/commands/DescribeTemplateCommand.js +1 -2
  196. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
  197. package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
  198. package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
  199. package/dist-es/commands/DescribeThemeCommand.js +1 -1
  200. package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
  201. package/dist-es/commands/DescribeUserCommand.js +1 -1
  202. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  203. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  204. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  205. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  206. package/dist-es/commands/ListAnalysesCommand.js +1 -1
  207. package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
  208. package/dist-es/commands/ListDashboardsCommand.js +1 -1
  209. package/dist-es/commands/ListDataSetsCommand.js +1 -1
  210. package/dist-es/commands/ListDataSourcesCommand.js +1 -1
  211. package/dist-es/commands/ListFolderMembersCommand.js +2 -1
  212. package/dist-es/commands/ListFoldersCommand.js +1 -1
  213. package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
  214. package/dist-es/commands/ListGroupsCommand.js +1 -1
  215. package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
  216. package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
  217. package/dist-es/commands/ListIngestionsCommand.js +1 -1
  218. package/dist-es/commands/ListNamespacesCommand.js +1 -1
  219. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  220. package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
  221. package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
  222. package/dist-es/commands/ListTemplatesCommand.js +1 -1
  223. package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
  224. package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
  225. package/dist-es/commands/ListThemesCommand.js +1 -1
  226. package/dist-es/commands/ListUserGroupsCommand.js +1 -1
  227. package/dist-es/commands/ListUsersCommand.js +1 -1
  228. package/dist-es/commands/RegisterUserCommand.js +1 -1
  229. package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
  230. package/dist-es/commands/SearchAnalysesCommand.js +1 -1
  231. package/dist-es/commands/SearchDashboardsCommand.js +1 -1
  232. package/dist-es/commands/SearchDataSetsCommand.js +1 -1
  233. package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
  234. package/dist-es/commands/SearchFoldersCommand.js +1 -1
  235. package/dist-es/commands/SearchGroupsCommand.js +1 -1
  236. package/dist-es/commands/TagResourceCommand.js +1 -1
  237. package/dist-es/commands/UntagResourceCommand.js +1 -1
  238. package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
  239. package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
  240. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  241. package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
  242. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  243. package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
  244. package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
  245. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  246. package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
  247. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  248. package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
  249. package/dist-es/commands/UpdateFolderCommand.js +1 -1
  250. package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
  251. package/dist-es/commands/UpdateGroupCommand.js +1 -1
  252. package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
  253. package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
  254. package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
  255. package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
  256. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  257. package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
  258. package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
  259. package/dist-es/commands/UpdateThemeCommand.js +1 -1
  260. package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
  261. package/dist-es/commands/UpdateUserCommand.js +1 -1
  262. package/dist-es/commands/index.js +3 -0
  263. package/dist-es/models/index.js +2 -0
  264. package/dist-es/models/models_0.js +750 -933
  265. package/dist-es/models/models_1.js +1034 -242
  266. package/dist-es/models/models_2.js +1401 -0
  267. package/dist-es/models/models_3.js +333 -0
  268. package/dist-es/protocols/Aws_restJson1.js +12212 -1552
  269. package/dist-types/QuickSight.d.ts +122 -83
  270. package/dist-types/QuickSightClient.d.ts +6 -3
  271. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  272. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
  273. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
  274. package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
  275. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
  276. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  277. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  278. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  279. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  280. package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
  281. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  282. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  283. package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
  284. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
  285. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  286. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
  287. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  288. package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
  289. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  290. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  291. package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
  292. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  293. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  294. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  295. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  296. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  297. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  298. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  299. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  300. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  301. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  302. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  303. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  304. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  305. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  306. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
  308. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
  312. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
  315. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
  318. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
  331. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
  332. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  337. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
  338. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
  339. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
  340. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
  341. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  342. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  343. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  344. package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
  345. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  346. package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
  347. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  348. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  349. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  350. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  352. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  353. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  354. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  355. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  356. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  357. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  358. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  359. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  360. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  361. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  362. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  363. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  364. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  365. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  366. package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
  367. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
  368. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  369. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
  370. package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
  371. package/dist-types/commands/TagResourceCommand.d.ts +9 -9
  372. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  373. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
  374. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  375. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  376. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  377. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
  378. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  379. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  380. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  381. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
  382. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  383. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  384. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  385. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  386. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  387. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  388. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  389. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  390. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  391. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  392. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  393. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  394. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  395. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +7 -7
  396. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  397. package/dist-types/commands/index.d.ts +3 -0
  398. package/dist-types/models/index.d.ts +2 -0
  399. package/dist-types/models/models_0.d.ts +3488 -4527
  400. package/dist-types/models/models_1.d.ts +4346 -2387
  401. package/dist-types/models/models_2.d.ts +7741 -0
  402. package/dist-types/models/models_3.d.ts +2803 -0
  403. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  404. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  405. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  406. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  407. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  408. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  409. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  410. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  411. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
  412. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
  413. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
  414. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  415. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  416. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  417. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  418. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  419. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  420. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  421. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  422. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
  423. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
  424. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  425. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  426. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  427. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  428. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  429. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  430. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
  431. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  432. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  433. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  434. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  435. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  436. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  437. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  438. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  439. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  440. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  441. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  442. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  443. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  444. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  445. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  446. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
  447. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  448. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  449. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
  450. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  451. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  452. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  453. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  454. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  455. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  456. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  457. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  458. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  459. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  460. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  461. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  462. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  463. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  464. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  465. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
  466. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
  467. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  468. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  469. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  470. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  471. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  472. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  473. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  474. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  475. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  476. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  477. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  478. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  479. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  480. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  481. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
  482. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  483. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  484. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  485. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  486. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  487. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  488. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
  489. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  490. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  491. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  492. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
  493. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  494. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  495. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  496. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  497. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  498. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  499. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  500. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  501. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  502. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
  503. package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
  504. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
  505. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
  506. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  507. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  508. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  509. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  510. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  511. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  512. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  513. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  514. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  515. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  516. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  517. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  518. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  519. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  520. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  521. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  522. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  523. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  524. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  525. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  526. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  527. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  528. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  529. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  530. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  531. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  532. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  533. package/dist-types/ts3.4/models/index.d.ts +2 -0
  534. package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
  535. package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
  536. package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
  537. package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
  538. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  539. package/package.json +3 -3
@@ -0,0 +1,2803 @@
1
+ import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
2
+ import { _Parameters, AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, ResourcePermission, Tag } from "./models_1";
3
+ import { DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DataSetImportMode, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, FieldFolder, FolderSearchFilter, FolderSummary, Group, GroupMember, GroupSearchFilter, IAMPolicyAssignmentSummary, IdentityType, Ingestion, LinkSharingConfiguration, LogicalTable, MemberIdArnPair, NamespaceInfoV2, PhysicalTable, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, User, UserRole, VpcConnectionProperties } from "./models_2";
4
+ export interface ListFolderMembersResponse {
5
+ /**
6
+ * <p>The HTTP status of the request.</p>
7
+ */
8
+ Status?: number;
9
+ /**
10
+ * <p>A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.</p>
11
+ */
12
+ FolderMemberList?: MemberIdArnPair[];
13
+ /**
14
+ * <p>The token for the next set of results, or null if there are no more results.</p>
15
+ */
16
+ NextToken?: string;
17
+ /**
18
+ * <p>The Amazon Web Services request ID for this operation.</p>
19
+ */
20
+ RequestId?: string;
21
+ }
22
+ export interface ListFoldersRequest {
23
+ /**
24
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
25
+ */
26
+ AwsAccountId: string | undefined;
27
+ /**
28
+ * <p>The token for the next set of results, or null if there are no more results.</p>
29
+ */
30
+ NextToken?: string;
31
+ /**
32
+ * <p>The maximum number of results to be returned per request.</p>
33
+ */
34
+ MaxResults?: number;
35
+ }
36
+ export interface ListFoldersResponse {
37
+ /**
38
+ * <p>The HTTP status of the request.</p>
39
+ */
40
+ Status?: number;
41
+ /**
42
+ * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
43
+ */
44
+ FolderSummaryList?: FolderSummary[];
45
+ /**
46
+ * <p>The token for the next set of results, or null if there are no more results.</p>
47
+ */
48
+ NextToken?: string;
49
+ /**
50
+ * <p>The Amazon Web Services request ID for this operation.</p>
51
+ */
52
+ RequestId?: string;
53
+ }
54
+ export interface ListGroupMembershipsRequest {
55
+ /**
56
+ * <p>The name of the group that you want to see a membership list of.</p>
57
+ */
58
+ GroupName: string | undefined;
59
+ /**
60
+ * <p>A pagination token that can be used in a subsequent request.</p>
61
+ */
62
+ NextToken?: string;
63
+ /**
64
+ * <p>The maximum number of results to return from this request.</p>
65
+ */
66
+ MaxResults?: number;
67
+ /**
68
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
69
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
70
+ */
71
+ AwsAccountId: string | undefined;
72
+ /**
73
+ * <p>The namespace of the group that you want a list of users from.</p>
74
+ */
75
+ Namespace: string | undefined;
76
+ }
77
+ export interface ListGroupMembershipsResponse {
78
+ /**
79
+ * <p>The list of the members of the group.</p>
80
+ */
81
+ GroupMemberList?: GroupMember[];
82
+ /**
83
+ * <p>A pagination token that can be used in a subsequent request.</p>
84
+ */
85
+ NextToken?: string;
86
+ /**
87
+ * <p>The Amazon Web Services request ID for this operation.</p>
88
+ */
89
+ RequestId?: string;
90
+ /**
91
+ * <p>The HTTP status of the request.</p>
92
+ */
93
+ Status?: number;
94
+ }
95
+ export interface ListGroupsRequest {
96
+ /**
97
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
98
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
99
+ */
100
+ AwsAccountId: string | undefined;
101
+ /**
102
+ * <p>A pagination token that can be used in a subsequent request.</p>
103
+ */
104
+ NextToken?: string;
105
+ /**
106
+ * <p>The maximum number of results to return.</p>
107
+ */
108
+ MaxResults?: number;
109
+ /**
110
+ * <p>The namespace that you want a list of groups from.</p>
111
+ */
112
+ Namespace: string | undefined;
113
+ }
114
+ export interface ListGroupsResponse {
115
+ /**
116
+ * <p>The list of the groups.</p>
117
+ */
118
+ GroupList?: Group[];
119
+ /**
120
+ * <p>A pagination token that can be used in a subsequent request.</p>
121
+ */
122
+ NextToken?: string;
123
+ /**
124
+ * <p>The Amazon Web Services request ID for this operation.</p>
125
+ */
126
+ RequestId?: string;
127
+ /**
128
+ * <p>The HTTP status of the request.</p>
129
+ */
130
+ Status?: number;
131
+ }
132
+ export interface ListIAMPolicyAssignmentsRequest {
133
+ /**
134
+ * <p>The ID of the Amazon Web Services account that contains these IAM policy assignments.</p>
135
+ */
136
+ AwsAccountId: string | undefined;
137
+ /**
138
+ * <p>The status of the assignments.</p>
139
+ */
140
+ AssignmentStatus?: AssignmentStatus | string;
141
+ /**
142
+ * <p>The namespace for the assignments.</p>
143
+ */
144
+ Namespace: string | undefined;
145
+ /**
146
+ * <p>The token for the next set of results, or null if there are no more results.</p>
147
+ */
148
+ NextToken?: string;
149
+ /**
150
+ * <p>The maximum number of results to be returned per request.</p>
151
+ */
152
+ MaxResults?: number;
153
+ }
154
+ export interface ListIAMPolicyAssignmentsResponse {
155
+ /**
156
+ * <p>Information describing the IAM policy assignments.</p>
157
+ */
158
+ IAMPolicyAssignments?: IAMPolicyAssignmentSummary[];
159
+ /**
160
+ * <p>The token for the next set of results, or null if there are no more results.</p>
161
+ */
162
+ NextToken?: string;
163
+ /**
164
+ * <p>The Amazon Web Services request ID for this operation.</p>
165
+ */
166
+ RequestId?: string;
167
+ /**
168
+ * <p>The HTTP status of the request.</p>
169
+ */
170
+ Status?: number;
171
+ }
172
+ export interface ListIAMPolicyAssignmentsForUserRequest {
173
+ /**
174
+ * <p>The ID of the Amazon Web Services account that contains the assignments.</p>
175
+ */
176
+ AwsAccountId: string | undefined;
177
+ /**
178
+ * <p>The name of the user.</p>
179
+ */
180
+ UserName: string | undefined;
181
+ /**
182
+ * <p>The token for the next set of results, or null if there are no more results.</p>
183
+ */
184
+ NextToken?: string;
185
+ /**
186
+ * <p>The maximum number of results to be returned per request.</p>
187
+ */
188
+ MaxResults?: number;
189
+ /**
190
+ * <p>The namespace of the assignment.</p>
191
+ */
192
+ Namespace: string | undefined;
193
+ }
194
+ export interface ListIAMPolicyAssignmentsForUserResponse {
195
+ /**
196
+ * <p>The active assignments for this user.</p>
197
+ */
198
+ ActiveAssignments?: ActiveIAMPolicyAssignment[];
199
+ /**
200
+ * <p>The Amazon Web Services request ID for this operation.</p>
201
+ */
202
+ RequestId?: string;
203
+ /**
204
+ * <p>The token for the next set of results, or null if there are no more results.</p>
205
+ */
206
+ NextToken?: string;
207
+ /**
208
+ * <p>The HTTP status of the request.</p>
209
+ */
210
+ Status?: number;
211
+ }
212
+ export interface ListIngestionsRequest {
213
+ /**
214
+ * <p>The ID of the dataset used in the ingestion.</p>
215
+ */
216
+ DataSetId: string | undefined;
217
+ /**
218
+ * <p>The token for the next set of results, or null if there are no more results.</p>
219
+ */
220
+ NextToken?: string;
221
+ /**
222
+ * <p>The Amazon Web Services account ID.</p>
223
+ */
224
+ AwsAccountId: string | undefined;
225
+ /**
226
+ * <p>The maximum number of results to be returned per request.</p>
227
+ */
228
+ MaxResults?: number;
229
+ }
230
+ export interface ListIngestionsResponse {
231
+ /**
232
+ * <p>A list of the ingestions.</p>
233
+ */
234
+ Ingestions?: Ingestion[];
235
+ /**
236
+ * <p>The token for the next set of results, or null if there are no more results.</p>
237
+ */
238
+ NextToken?: string;
239
+ /**
240
+ * <p>The Amazon Web Services request ID for this operation.</p>
241
+ */
242
+ RequestId?: string;
243
+ /**
244
+ * <p>The HTTP status of the request.</p>
245
+ */
246
+ Status?: number;
247
+ }
248
+ export interface ListNamespacesRequest {
249
+ /**
250
+ * <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.</p>
251
+ */
252
+ AwsAccountId: string | undefined;
253
+ /**
254
+ * <p>A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous <code>ListNameSpaces</code> API call if 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>
255
+ */
256
+ NextToken?: string;
257
+ /**
258
+ * <p>The maximum number of results to return.</p>
259
+ */
260
+ MaxResults?: number;
261
+ }
262
+ export interface ListNamespacesResponse {
263
+ /**
264
+ * <p>The information about the namespaces in this Amazon Web Services account. The response includes
265
+ * the namespace ARN, name, Amazon Web Services Region, notification email address, creation status, and
266
+ * identity store.</p>
267
+ */
268
+ Namespaces?: NamespaceInfoV2[];
269
+ /**
270
+ * <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>
271
+ */
272
+ NextToken?: string;
273
+ /**
274
+ * <p>The Amazon Web Services request ID for this operation.</p>
275
+ */
276
+ RequestId?: string;
277
+ /**
278
+ * <p>The HTTP status of the request.</p>
279
+ */
280
+ Status?: number;
281
+ }
282
+ export interface ListTagsForResourceRequest {
283
+ /**
284
+ * <p>The Amazon Resource Name (ARN) of the resource that you want a list of tags for.</p>
285
+ */
286
+ ResourceArn: string | undefined;
287
+ }
288
+ export interface ListTagsForResourceResponse {
289
+ /**
290
+ * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the
291
+ * resource.</p>
292
+ */
293
+ Tags?: Tag[];
294
+ /**
295
+ * <p>The Amazon Web Services request ID for this operation.</p>
296
+ */
297
+ RequestId?: string;
298
+ /**
299
+ * <p>The HTTP status of the request.</p>
300
+ */
301
+ Status?: number;
302
+ }
303
+ export interface ListTemplateAliasesRequest {
304
+ /**
305
+ * <p>The ID of the Amazon Web Services account that contains the template aliases that you're listing.</p>
306
+ */
307
+ AwsAccountId: string | undefined;
308
+ /**
309
+ * <p>The ID for the template.</p>
310
+ */
311
+ TemplateId: string | undefined;
312
+ /**
313
+ * <p>The token for the next set of results, or null if there are no more results.</p>
314
+ */
315
+ NextToken?: string;
316
+ /**
317
+ * <p>The maximum number of results to be returned per request.</p>
318
+ */
319
+ MaxResults?: number;
320
+ }
321
+ export interface ListTemplateAliasesResponse {
322
+ /**
323
+ * <p>A structure containing the list of the template's aliases.</p>
324
+ */
325
+ TemplateAliasList?: TemplateAlias[];
326
+ /**
327
+ * <p>The HTTP status of the request.</p>
328
+ */
329
+ Status?: number;
330
+ /**
331
+ * <p>The Amazon Web Services request ID for this operation.</p>
332
+ */
333
+ RequestId?: string;
334
+ /**
335
+ * <p>The token for the next set of results, or null if there are no more results.</p>
336
+ */
337
+ NextToken?: string;
338
+ }
339
+ export interface ListTemplatesRequest {
340
+ /**
341
+ * <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
342
+ */
343
+ AwsAccountId: string | undefined;
344
+ /**
345
+ * <p>The token for the next set of results, or null if there are no more results.</p>
346
+ */
347
+ NextToken?: string;
348
+ /**
349
+ * <p>The maximum number of results to be returned per request.</p>
350
+ */
351
+ MaxResults?: number;
352
+ }
353
+ /**
354
+ * <p>The template summary.</p>
355
+ */
356
+ export interface TemplateSummary {
357
+ /**
358
+ * <p>A summary of a template.</p>
359
+ */
360
+ Arn?: string;
361
+ /**
362
+ * <p>The ID of the template. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
363
+ */
364
+ TemplateId?: string;
365
+ /**
366
+ * <p>A display name for the template.</p>
367
+ */
368
+ Name?: string;
369
+ /**
370
+ * <p>A structure containing a list of version numbers for the template summary.</p>
371
+ */
372
+ LatestVersionNumber?: number;
373
+ /**
374
+ * <p>The last time that this template was created.</p>
375
+ */
376
+ CreatedTime?: Date;
377
+ /**
378
+ * <p>The last time that this template was updated.</p>
379
+ */
380
+ LastUpdatedTime?: Date;
381
+ }
382
+ export interface ListTemplatesResponse {
383
+ /**
384
+ * <p>A structure containing information about the templates in the list.</p>
385
+ */
386
+ TemplateSummaryList?: TemplateSummary[];
387
+ /**
388
+ * <p>The token for the next set of results, or null if there are no more results.</p>
389
+ */
390
+ NextToken?: string;
391
+ /**
392
+ * <p>The HTTP status of the request.</p>
393
+ */
394
+ Status?: number;
395
+ /**
396
+ * <p>The Amazon Web Services request ID for this operation.</p>
397
+ */
398
+ RequestId?: string;
399
+ }
400
+ export interface ListTemplateVersionsRequest {
401
+ /**
402
+ * <p>The ID of the Amazon Web Services account that contains the templates that you're listing.</p>
403
+ */
404
+ AwsAccountId: string | undefined;
405
+ /**
406
+ * <p>The ID for the template.</p>
407
+ */
408
+ TemplateId: string | undefined;
409
+ /**
410
+ * <p>The token for the next set of results, or null if there are no more results.</p>
411
+ */
412
+ NextToken?: string;
413
+ /**
414
+ * <p>The maximum number of results to be returned per request.</p>
415
+ */
416
+ MaxResults?: number;
417
+ }
418
+ /**
419
+ * <p>The template version.</p>
420
+ */
421
+ export interface TemplateVersionSummary {
422
+ /**
423
+ * <p>The Amazon Resource Name (ARN) of the template version.</p>
424
+ */
425
+ Arn?: string;
426
+ /**
427
+ * <p>The version number of the template version.</p>
428
+ */
429
+ VersionNumber?: number;
430
+ /**
431
+ * <p>The time that this template version was created.</p>
432
+ */
433
+ CreatedTime?: Date;
434
+ /**
435
+ * <p>The status of the template version.</p>
436
+ */
437
+ Status?: ResourceStatus | string;
438
+ /**
439
+ * <p>The description of the template version.</p>
440
+ */
441
+ Description?: string;
442
+ }
443
+ export interface ListTemplateVersionsResponse {
444
+ /**
445
+ * <p>A structure containing a list of all the versions of the specified template.</p>
446
+ */
447
+ TemplateVersionSummaryList?: TemplateVersionSummary[];
448
+ /**
449
+ * <p>The token for the next set of results, or null if there are no more results.</p>
450
+ */
451
+ NextToken?: string;
452
+ /**
453
+ * <p>The HTTP status of the request.</p>
454
+ */
455
+ Status?: number;
456
+ /**
457
+ * <p>The Amazon Web Services request ID for this operation.</p>
458
+ */
459
+ RequestId?: string;
460
+ }
461
+ export interface ListThemeAliasesRequest {
462
+ /**
463
+ * <p>The ID of the Amazon Web Services account that contains the theme aliases that you're listing.</p>
464
+ */
465
+ AwsAccountId: string | undefined;
466
+ /**
467
+ * <p>The ID for the theme.</p>
468
+ */
469
+ ThemeId: string | undefined;
470
+ /**
471
+ * <p>The token for the next set of results, or null if there are no more results.</p>
472
+ */
473
+ NextToken?: string;
474
+ /**
475
+ * <p>The maximum number of results to be returned per request.</p>
476
+ */
477
+ MaxResults?: number;
478
+ }
479
+ export interface ListThemeAliasesResponse {
480
+ /**
481
+ * <p>A structure containing the list of the theme's aliases.</p>
482
+ */
483
+ ThemeAliasList?: ThemeAlias[];
484
+ /**
485
+ * <p>The HTTP status of the request.</p>
486
+ */
487
+ Status?: number;
488
+ /**
489
+ * <p>The Amazon Web Services request ID for this operation.</p>
490
+ */
491
+ RequestId?: string;
492
+ /**
493
+ * <p>The token for the next set of results, or null if there are no more results.</p>
494
+ */
495
+ NextToken?: string;
496
+ }
497
+ export interface ListThemesRequest {
498
+ /**
499
+ * <p>The ID of the Amazon Web Services account that contains the themes that you're listing.</p>
500
+ */
501
+ AwsAccountId: string | undefined;
502
+ /**
503
+ * <p>The token for the next set of results, or null if there are no more results.</p>
504
+ */
505
+ NextToken?: string;
506
+ /**
507
+ * <p>The maximum number of results to be returned per request.</p>
508
+ */
509
+ MaxResults?: number;
510
+ /**
511
+ * <p>The type of themes that you want to list. Valid options include the following:</p>
512
+ * <ul>
513
+ * <li>
514
+ * <p>
515
+ * <code>ALL (default)</code>- Display all existing themes.</p>
516
+ * </li>
517
+ * <li>
518
+ * <p>
519
+ * <code>CUSTOM</code> - Display only the themes created by people using Amazon QuickSight.</p>
520
+ * </li>
521
+ * <li>
522
+ * <p>
523
+ * <code>QUICKSIGHT</code> - Display only the starting themes defined by Amazon QuickSight.</p>
524
+ * </li>
525
+ * </ul>
526
+ */
527
+ Type?: ThemeType | string;
528
+ }
529
+ /**
530
+ * <p>The theme summary.</p>
531
+ */
532
+ export interface ThemeSummary {
533
+ /**
534
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
535
+ */
536
+ Arn?: string;
537
+ /**
538
+ * <p>the display name for the theme.</p>
539
+ */
540
+ Name?: string;
541
+ /**
542
+ * <p>The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
543
+ */
544
+ ThemeId?: string;
545
+ /**
546
+ * <p>The latest version number for the theme. </p>
547
+ */
548
+ LatestVersionNumber?: number;
549
+ /**
550
+ * <p>The date and time that this theme was created.</p>
551
+ */
552
+ CreatedTime?: Date;
553
+ /**
554
+ * <p>The last date and time that this theme was updated.</p>
555
+ */
556
+ LastUpdatedTime?: Date;
557
+ }
558
+ export interface ListThemesResponse {
559
+ /**
560
+ * <p>Information about the themes in the list.</p>
561
+ */
562
+ ThemeSummaryList?: ThemeSummary[];
563
+ /**
564
+ * <p>The token for the next set of results, or null if there are no more results.</p>
565
+ */
566
+ NextToken?: string;
567
+ /**
568
+ * <p>The HTTP status of the request.</p>
569
+ */
570
+ Status?: number;
571
+ /**
572
+ * <p>The Amazon Web Services request ID for this operation.</p>
573
+ */
574
+ RequestId?: string;
575
+ }
576
+ export interface ListThemeVersionsRequest {
577
+ /**
578
+ * <p>The ID of the Amazon Web Services account that contains the themes that you're listing.</p>
579
+ */
580
+ AwsAccountId: string | undefined;
581
+ /**
582
+ * <p>The ID for the theme.</p>
583
+ */
584
+ ThemeId: string | undefined;
585
+ /**
586
+ * <p>The token for the next set of results, or null if there are no more results.</p>
587
+ */
588
+ NextToken?: string;
589
+ /**
590
+ * <p>The maximum number of results to be returned per request.</p>
591
+ */
592
+ MaxResults?: number;
593
+ }
594
+ /**
595
+ * <p>The theme version.</p>
596
+ */
597
+ export interface ThemeVersionSummary {
598
+ /**
599
+ * <p>The version number of the theme version.</p>
600
+ */
601
+ VersionNumber?: number;
602
+ /**
603
+ * <p>The Amazon Resource Name (ARN) of the theme version.</p>
604
+ */
605
+ Arn?: string;
606
+ /**
607
+ * <p>The description of the theme version.</p>
608
+ */
609
+ Description?: string;
610
+ /**
611
+ * <p>The date and time that this theme version was created.</p>
612
+ */
613
+ CreatedTime?: Date;
614
+ /**
615
+ * <p>The status of the theme version.</p>
616
+ */
617
+ Status?: ResourceStatus | string;
618
+ }
619
+ export interface ListThemeVersionsResponse {
620
+ /**
621
+ * <p>A structure containing a list of all the versions of the specified theme.</p>
622
+ */
623
+ ThemeVersionSummaryList?: ThemeVersionSummary[];
624
+ /**
625
+ * <p>The token for the next set of results, or null if there are no more results.</p>
626
+ */
627
+ NextToken?: string;
628
+ /**
629
+ * <p>The HTTP status of the request.</p>
630
+ */
631
+ Status?: number;
632
+ /**
633
+ * <p>The Amazon Web Services request ID for this operation.</p>
634
+ */
635
+ RequestId?: string;
636
+ }
637
+ export interface ListUserGroupsRequest {
638
+ /**
639
+ * <p>The Amazon QuickSight user name that you want to list group memberships for.</p>
640
+ */
641
+ UserName: string | undefined;
642
+ /**
643
+ * <p>The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account
644
+ * that contains your Amazon QuickSight account.</p>
645
+ */
646
+ AwsAccountId: string | undefined;
647
+ /**
648
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
649
+ */
650
+ Namespace: string | undefined;
651
+ /**
652
+ * <p>A pagination token that can be used in a subsequent request.</p>
653
+ */
654
+ NextToken?: string;
655
+ /**
656
+ * <p>The maximum number of results to return from this request.</p>
657
+ */
658
+ MaxResults?: number;
659
+ }
660
+ export interface ListUserGroupsResponse {
661
+ /**
662
+ * <p>The list of groups the user is a member of.</p>
663
+ */
664
+ GroupList?: Group[];
665
+ /**
666
+ * <p>A pagination token that can be used in a subsequent request.</p>
667
+ */
668
+ NextToken?: string;
669
+ /**
670
+ * <p>The Amazon Web Services request ID for this operation.</p>
671
+ */
672
+ RequestId?: string;
673
+ /**
674
+ * <p>The HTTP status of the request.</p>
675
+ */
676
+ Status?: number;
677
+ }
678
+ export interface ListUsersRequest {
679
+ /**
680
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
681
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
682
+ */
683
+ AwsAccountId: string | undefined;
684
+ /**
685
+ * <p>A pagination token that can be used in a subsequent request.</p>
686
+ */
687
+ NextToken?: string;
688
+ /**
689
+ * <p>The maximum number of results to return from this request.</p>
690
+ */
691
+ MaxResults?: number;
692
+ /**
693
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
694
+ */
695
+ Namespace: string | undefined;
696
+ }
697
+ export interface ListUsersResponse {
698
+ /**
699
+ * <p>The list of users.</p>
700
+ */
701
+ UserList?: User[];
702
+ /**
703
+ * <p>A pagination token that can be used in a subsequent request.</p>
704
+ */
705
+ NextToken?: string;
706
+ /**
707
+ * <p>The Amazon Web Services request ID for this operation.</p>
708
+ */
709
+ RequestId?: string;
710
+ /**
711
+ * <p>The HTTP status of the request.</p>
712
+ */
713
+ Status?: number;
714
+ }
715
+ export interface RegisterUserRequest {
716
+ /**
717
+ * <p>Amazon QuickSight supports several ways of managing the identity of users. This
718
+ * parameter accepts two values:</p>
719
+ * <ul>
720
+ * <li>
721
+ * <p>
722
+ * <code>IAM</code>: A user whose identity maps to an existing IAM user or role.
723
+ * </p>
724
+ * </li>
725
+ * <li>
726
+ * <p>
727
+ * <code>QUICKSIGHT</code>: A user whose identity is owned and managed internally by
728
+ * Amazon QuickSight. </p>
729
+ * </li>
730
+ * </ul>
731
+ */
732
+ IdentityType: IdentityType | string | undefined;
733
+ /**
734
+ * <p>The email address of the user that you want to register.</p>
735
+ */
736
+ Email: string | undefined;
737
+ /**
738
+ * <p>The Amazon QuickSight role for the user. The user role can be one of the
739
+ * following:</p>
740
+ * <ul>
741
+ * <li>
742
+ * <p>
743
+ * <code>READER</code>: A user who has read-only access to dashboards.</p>
744
+ * </li>
745
+ * <li>
746
+ * <p>
747
+ * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
748
+ * dashboards.</p>
749
+ * </li>
750
+ * <li>
751
+ * <p>
752
+ * <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
753
+ * settings.</p>
754
+ * </li>
755
+ * <li>
756
+ * <p>
757
+ * <code>RESTRICTED_READER</code>: This role isn't currently available for
758
+ * use.</p>
759
+ * </li>
760
+ * <li>
761
+ * <p>
762
+ * <code>RESTRICTED_AUTHOR</code>: This role isn't currently available for
763
+ * use.</p>
764
+ * </li>
765
+ * </ul>
766
+ */
767
+ UserRole: UserRole | string | undefined;
768
+ /**
769
+ * <p>The ARN of the IAM user or role that you are registering with Amazon QuickSight. </p>
770
+ */
771
+ IamArn?: string;
772
+ /**
773
+ * <p>You need to use this parameter only when you register one or more users using an assumed
774
+ * IAM role. You don't need to provide the session name for other scenarios, for example when
775
+ * you are registering an IAM user or an Amazon QuickSight user. You can register multiple
776
+ * users using the same IAM role if each user has a different session name. For more
777
+ * information on assuming IAM roles, see <a href="https://docs.aws.amazon.com/cli/latest/reference/sts/assume-role.html">
778
+ * <code>assume-role</code>
779
+ * </a> in the <i>CLI Reference.</i>
780
+ * </p>
781
+ */
782
+ SessionName?: string;
783
+ /**
784
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
785
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
786
+ */
787
+ AwsAccountId: string | undefined;
788
+ /**
789
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
790
+ */
791
+ Namespace: string | undefined;
792
+ /**
793
+ * <p>The Amazon QuickSight user name that you want to create for the user you are
794
+ * registering.</p>
795
+ */
796
+ UserName?: string;
797
+ /**
798
+ * <p>(Enterprise edition only) The name of the custom permissions profile that you want to
799
+ * assign to this user. Customized permissions allows you to control a user's access by
800
+ * restricting access the following operations:</p>
801
+ * <ul>
802
+ * <li>
803
+ * <p>Create and update data sources</p>
804
+ * </li>
805
+ * <li>
806
+ * <p>Create and update datasets</p>
807
+ * </li>
808
+ * <li>
809
+ * <p>Create and update email reports</p>
810
+ * </li>
811
+ * <li>
812
+ * <p>Subscribe to email reports</p>
813
+ * </li>
814
+ * </ul>
815
+ * <p>To add custom permissions to an existing user, use <code>
816
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
817
+ * </code> instead.</p>
818
+ * <p>A set of custom permissions includes any combination of these restrictions. Currently,
819
+ * you need to create the profile names for custom permission sets by using the Amazon QuickSight
820
+ * console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
821
+ * permissions to a Amazon QuickSight user. </p>
822
+ * <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
823
+ * override the permissions typically granted by assigning Amazon QuickSight users to one of the
824
+ * default security cohorts in Amazon QuickSight (admin, author, reader).</p>
825
+ * <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
826
+ */
827
+ CustomPermissionsName?: string;
828
+ /**
829
+ * <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
830
+ * <ul>
831
+ * <li>
832
+ * <p>
833
+ * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
834
+ * </li>
835
+ * <li>
836
+ * <p>
837
+ * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
838
+ * </li>
839
+ * </ul>
840
+ */
841
+ ExternalLoginFederationProviderType?: string;
842
+ /**
843
+ * <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
844
+ * into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
845
+ * only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
846
+ */
847
+ CustomFederationProviderUrl?: string;
848
+ /**
849
+ * <p>The identity ID for a user in the external login provider.</p>
850
+ */
851
+ ExternalLoginId?: string;
852
+ }
853
+ export interface RegisterUserResponse {
854
+ /**
855
+ * <p>The user's user name.</p>
856
+ */
857
+ User?: User;
858
+ /**
859
+ * <p>The URL the user visits to complete registration and provide a password. This is
860
+ * returned only for users with an identity type of <code>QUICKSIGHT</code>.</p>
861
+ */
862
+ UserInvitationUrl?: string;
863
+ /**
864
+ * <p>The Amazon Web Services request ID for this operation.</p>
865
+ */
866
+ RequestId?: string;
867
+ /**
868
+ * <p>The HTTP status of the request.</p>
869
+ */
870
+ Status?: number;
871
+ }
872
+ export interface RestoreAnalysisRequest {
873
+ /**
874
+ * <p>The ID of the Amazon Web Services account that contains the analysis.</p>
875
+ */
876
+ AwsAccountId: string | undefined;
877
+ /**
878
+ * <p>The ID of the analysis that you're restoring.</p>
879
+ */
880
+ AnalysisId: string | undefined;
881
+ }
882
+ export interface RestoreAnalysisResponse {
883
+ /**
884
+ * <p>The HTTP status of the request.</p>
885
+ */
886
+ Status?: number;
887
+ /**
888
+ * <p>The Amazon Resource Name (ARN) of the analysis that you're restoring.</p>
889
+ */
890
+ Arn?: string;
891
+ /**
892
+ * <p>The ID of the analysis that you're restoring.
893
+ * </p>
894
+ */
895
+ AnalysisId?: string;
896
+ /**
897
+ * <p>The Amazon Web Services request ID for this operation.</p>
898
+ */
899
+ RequestId?: string;
900
+ }
901
+ export interface SearchAnalysesRequest {
902
+ /**
903
+ * <p>The ID of the Amazon Web Services account that contains the analyses that you're searching
904
+ * for.</p>
905
+ */
906
+ AwsAccountId: string | undefined;
907
+ /**
908
+ * <p>The structure for the search filters that you want to apply to your search. </p>
909
+ */
910
+ Filters: AnalysisSearchFilter[] | undefined;
911
+ /**
912
+ * <p>A pagination token that can be used in a subsequent request.</p>
913
+ */
914
+ NextToken?: string;
915
+ /**
916
+ * <p>The maximum number of results to return.</p>
917
+ */
918
+ MaxResults?: number;
919
+ }
920
+ export interface SearchAnalysesResponse {
921
+ /**
922
+ * <p>Metadata describing the analyses that you searched for.</p>
923
+ */
924
+ AnalysisSummaryList?: AnalysisSummary[];
925
+ /**
926
+ * <p>A pagination token that can be used in a subsequent request.
927
+ * </p>
928
+ */
929
+ NextToken?: string;
930
+ /**
931
+ * <p>The HTTP status of the request.</p>
932
+ */
933
+ Status?: number;
934
+ /**
935
+ * <p>The Amazon Web Services request ID for this operation.</p>
936
+ */
937
+ RequestId?: string;
938
+ }
939
+ export interface SearchDashboardsRequest {
940
+ /**
941
+ * <p>The ID of the Amazon Web Services account that contains the user whose dashboards you're searching
942
+ * for. </p>
943
+ */
944
+ AwsAccountId: string | undefined;
945
+ /**
946
+ * <p>The filters to apply to the search. Currently, you can search only by user name, for
947
+ * example, <code>"Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals",
948
+ * "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]</code>
949
+ * </p>
950
+ */
951
+ Filters: DashboardSearchFilter[] | undefined;
952
+ /**
953
+ * <p>The token for the next set of results, or null if there are no more results.</p>
954
+ */
955
+ NextToken?: string;
956
+ /**
957
+ * <p>The maximum number of results to be returned per request.</p>
958
+ */
959
+ MaxResults?: number;
960
+ }
961
+ export interface SearchDashboardsResponse {
962
+ /**
963
+ * <p>The list of dashboards owned by the user specified in <code>Filters</code> in your
964
+ * request.</p>
965
+ */
966
+ DashboardSummaryList?: DashboardSummary[];
967
+ /**
968
+ * <p>The token for the next set of results, or null if there are no more results.</p>
969
+ */
970
+ NextToken?: string;
971
+ /**
972
+ * <p>The HTTP status of the request.</p>
973
+ */
974
+ Status?: number;
975
+ /**
976
+ * <p>The Amazon Web Services request ID for this operation.</p>
977
+ */
978
+ RequestId?: string;
979
+ }
980
+ export interface SearchDataSetsRequest {
981
+ /**
982
+ * <p>The Amazon Web Services account ID.</p>
983
+ */
984
+ AwsAccountId: string | undefined;
985
+ /**
986
+ * <p>The filters to apply to the search.</p>
987
+ */
988
+ Filters: DataSetSearchFilter[] | undefined;
989
+ /**
990
+ * <p>A pagination token that can be used in a subsequent request.</p>
991
+ */
992
+ NextToken?: string;
993
+ /**
994
+ * <p>The maximum number of results to be returned per request.</p>
995
+ */
996
+ MaxResults?: number;
997
+ }
998
+ export interface SearchDataSetsResponse {
999
+ /**
1000
+ * <p>A <code>DataSetSummaries</code> object that returns a summary of a dataset.</p>
1001
+ */
1002
+ DataSetSummaries?: DataSetSummary[];
1003
+ /**
1004
+ * <p>A pagination token that can be used in a subsequent request.</p>
1005
+ */
1006
+ NextToken?: string;
1007
+ /**
1008
+ * <p>The HTTP status of the request.</p>
1009
+ */
1010
+ Status?: number;
1011
+ /**
1012
+ * <p>The Amazon Web Services request ID for this operation.</p>
1013
+ */
1014
+ RequestId?: string;
1015
+ }
1016
+ export interface SearchDataSourcesRequest {
1017
+ /**
1018
+ * <p>The Amazon Web Services account ID.</p>
1019
+ */
1020
+ AwsAccountId: string | undefined;
1021
+ /**
1022
+ * <p>The filters to apply to the search.</p>
1023
+ */
1024
+ Filters: DataSourceSearchFilter[] | undefined;
1025
+ /**
1026
+ * <p>A pagination token that can be used in a subsequent request.</p>
1027
+ */
1028
+ NextToken?: string;
1029
+ /**
1030
+ * <p>The maximum number of results to be returned per request.</p>
1031
+ */
1032
+ MaxResults?: number;
1033
+ }
1034
+ export interface SearchDataSourcesResponse {
1035
+ /**
1036
+ * <p>A <code>DataSourceSummaries</code> object that returns a summary of a data source.</p>
1037
+ */
1038
+ DataSourceSummaries?: DataSourceSummary[];
1039
+ /**
1040
+ * <p>A pagination token that can be used in a subsequent request.</p>
1041
+ */
1042
+ NextToken?: string;
1043
+ /**
1044
+ * <p>The HTTP status of the request.</p>
1045
+ */
1046
+ Status?: number;
1047
+ /**
1048
+ * <p>The Amazon Web Services request ID for this operation.</p>
1049
+ */
1050
+ RequestId?: string;
1051
+ }
1052
+ export interface SearchFoldersRequest {
1053
+ /**
1054
+ * <p>The ID for the Amazon Web Services account that contains the folder.</p>
1055
+ */
1056
+ AwsAccountId: string | undefined;
1057
+ /**
1058
+ * <p>The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, <code>"Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ]</code>.</p>
1059
+ */
1060
+ Filters: FolderSearchFilter[] | undefined;
1061
+ /**
1062
+ * <p>The token for the next set of results, or null if there are no more results.</p>
1063
+ */
1064
+ NextToken?: string;
1065
+ /**
1066
+ * <p>The maximum number of results to be returned per request.</p>
1067
+ */
1068
+ MaxResults?: number;
1069
+ }
1070
+ export interface SearchFoldersResponse {
1071
+ /**
1072
+ * <p>The HTTP status of the request.</p>
1073
+ */
1074
+ Status?: number;
1075
+ /**
1076
+ * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
1077
+ */
1078
+ FolderSummaryList?: FolderSummary[];
1079
+ /**
1080
+ * <p>The token for the next set of results, or null if there are no more results.</p>
1081
+ */
1082
+ NextToken?: string;
1083
+ /**
1084
+ * <p>The Amazon Web Services request ID for this operation.</p>
1085
+ */
1086
+ RequestId?: string;
1087
+ }
1088
+ export interface SearchGroupsRequest {
1089
+ /**
1090
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
1091
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
1092
+ */
1093
+ AwsAccountId: string | undefined;
1094
+ /**
1095
+ * <p>A pagination token that can be used in a subsequent request.</p>
1096
+ */
1097
+ NextToken?: string;
1098
+ /**
1099
+ * <p>The maximum number of results to return from this request.</p>
1100
+ */
1101
+ MaxResults?: number;
1102
+ /**
1103
+ * <p>The namespace that you want to search.</p>
1104
+ */
1105
+ Namespace: string | undefined;
1106
+ /**
1107
+ * <p>The structure for the search filters that you want to apply to your search.</p>
1108
+ */
1109
+ Filters: GroupSearchFilter[] | undefined;
1110
+ }
1111
+ export interface SearchGroupsResponse {
1112
+ /**
1113
+ * <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
1114
+ */
1115
+ GroupList?: Group[];
1116
+ /**
1117
+ * <p>A pagination token that can be used in a subsequent request.</p>
1118
+ */
1119
+ NextToken?: string;
1120
+ /**
1121
+ * <p>The Amazon Web Services request ID for this operation.</p>
1122
+ */
1123
+ RequestId?: string;
1124
+ /**
1125
+ * <p>The HTTP status of the request.</p>
1126
+ */
1127
+ Status?: number;
1128
+ }
1129
+ export interface TagResourceRequest {
1130
+ /**
1131
+ * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
1132
+ */
1133
+ ResourceArn: string | undefined;
1134
+ /**
1135
+ * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>
1136
+ */
1137
+ Tags: Tag[] | undefined;
1138
+ }
1139
+ export interface TagResourceResponse {
1140
+ /**
1141
+ * <p>The Amazon Web Services request ID for this operation.</p>
1142
+ */
1143
+ RequestId?: string;
1144
+ /**
1145
+ * <p>The HTTP status of the request.</p>
1146
+ */
1147
+ Status?: number;
1148
+ }
1149
+ export interface UntagResourceRequest {
1150
+ /**
1151
+ * <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
1152
+ */
1153
+ ResourceArn: string | undefined;
1154
+ /**
1155
+ * <p>The keys of the key-value pairs for the resource tag or tags assigned to the resource.</p>
1156
+ */
1157
+ TagKeys: string[] | undefined;
1158
+ }
1159
+ export interface UntagResourceResponse {
1160
+ /**
1161
+ * <p>The Amazon Web Services request ID for this operation.</p>
1162
+ */
1163
+ RequestId?: string;
1164
+ /**
1165
+ * <p>The HTTP status of the request.</p>
1166
+ */
1167
+ Status?: number;
1168
+ }
1169
+ export interface UpdateAccountCustomizationRequest {
1170
+ /**
1171
+ * <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
1172
+ * for.</p>
1173
+ */
1174
+ AwsAccountId: string | undefined;
1175
+ /**
1176
+ * <p>The namespace that you want to update Amazon QuickSight customizations for.</p>
1177
+ */
1178
+ Namespace?: string;
1179
+ /**
1180
+ * <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
1181
+ */
1182
+ AccountCustomization: AccountCustomization | undefined;
1183
+ }
1184
+ export interface UpdateAccountCustomizationResponse {
1185
+ /**
1186
+ * <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
1187
+ */
1188
+ Arn?: string;
1189
+ /**
1190
+ * <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
1191
+ * for.</p>
1192
+ */
1193
+ AwsAccountId?: string;
1194
+ /**
1195
+ * <p>The namespace associated with the customization that you're updating.</p>
1196
+ */
1197
+ Namespace?: string;
1198
+ /**
1199
+ * <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
1200
+ */
1201
+ AccountCustomization?: AccountCustomization;
1202
+ /**
1203
+ * <p>The Amazon Web Services request ID for this operation.</p>
1204
+ */
1205
+ RequestId?: string;
1206
+ /**
1207
+ * <p>The HTTP status of the request.</p>
1208
+ */
1209
+ Status?: number;
1210
+ }
1211
+ export interface UpdateAccountSettingsRequest {
1212
+ /**
1213
+ * <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
1214
+ * list.</p>
1215
+ */
1216
+ AwsAccountId: string | undefined;
1217
+ /**
1218
+ * <p>The default namespace for this Amazon Web Services account. Currently, the default is
1219
+ * <code>default</code>. Identity and Access Management (IAM) users that
1220
+ * register for the first time with Amazon QuickSight provide an email address that becomes
1221
+ * associated with the default namespace.
1222
+ * </p>
1223
+ */
1224
+ DefaultNamespace: string | undefined;
1225
+ /**
1226
+ * <p>The email address that you want Amazon QuickSight to send notifications to regarding your
1227
+ * Amazon Web Services account or Amazon QuickSight subscription.</p>
1228
+ */
1229
+ NotificationEmail?: string;
1230
+ /**
1231
+ * <p>A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubscription</code> request. A <code>False</code> value will allow the account to be deleted.</p>
1232
+ */
1233
+ TerminationProtectionEnabled?: boolean;
1234
+ }
1235
+ export interface UpdateAccountSettingsResponse {
1236
+ /**
1237
+ * <p>The Amazon Web Services request ID for this operation.</p>
1238
+ */
1239
+ RequestId?: string;
1240
+ /**
1241
+ * <p>The HTTP status of the request.</p>
1242
+ */
1243
+ Status?: number;
1244
+ }
1245
+ export interface UpdateAnalysisRequest {
1246
+ /**
1247
+ * <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
1248
+ */
1249
+ AwsAccountId: string | undefined;
1250
+ /**
1251
+ * <p>The ID for the analysis that you're updating. This ID displays in the URL of the
1252
+ * analysis.</p>
1253
+ */
1254
+ AnalysisId: string | undefined;
1255
+ /**
1256
+ * <p>A descriptive name for the analysis that you're updating. This name displays for the
1257
+ * analysis in the Amazon QuickSight console.</p>
1258
+ */
1259
+ Name: string | undefined;
1260
+ /**
1261
+ * <p>The parameter names and override values that you want to use. An analysis can have
1262
+ * any parameter type, and some parameters might accept multiple values. </p>
1263
+ */
1264
+ Parameters?: _Parameters;
1265
+ /**
1266
+ * <p>A source entity to use for the analysis that you're updating. This metadata structure
1267
+ * contains details that describe a source template and one or more datasets.</p>
1268
+ */
1269
+ SourceEntity?: AnalysisSourceEntity;
1270
+ /**
1271
+ * <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
1272
+ * creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
1273
+ * it.</p>
1274
+ */
1275
+ ThemeArn?: string;
1276
+ /**
1277
+ * <p>The definition of an analysis.</p>
1278
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
1279
+ */
1280
+ Definition?: AnalysisDefinition;
1281
+ }
1282
+ export interface UpdateAnalysisResponse {
1283
+ /**
1284
+ * <p>The ARN of the analysis that you're updating.</p>
1285
+ */
1286
+ Arn?: string;
1287
+ /**
1288
+ * <p>The ID of the analysis.</p>
1289
+ */
1290
+ AnalysisId?: string;
1291
+ /**
1292
+ * <p>The update status of the last update that was made to the analysis.</p>
1293
+ */
1294
+ UpdateStatus?: ResourceStatus | string;
1295
+ /**
1296
+ * <p>The HTTP status of the request.</p>
1297
+ */
1298
+ Status?: number;
1299
+ /**
1300
+ * <p>The Amazon Web Services request ID for this operation.</p>
1301
+ */
1302
+ RequestId?: string;
1303
+ }
1304
+ export interface UpdateAnalysisPermissionsRequest {
1305
+ /**
1306
+ * <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
1307
+ * updating. You must be using the Amazon Web Services account that the analysis is in.</p>
1308
+ */
1309
+ AwsAccountId: string | undefined;
1310
+ /**
1311
+ * <p>The ID of the analysis whose permissions you're updating. The ID is part of the
1312
+ * analysis URL.</p>
1313
+ */
1314
+ AnalysisId: string | undefined;
1315
+ /**
1316
+ * <p>A structure that describes the permissions to add and the principal to add them
1317
+ * to.</p>
1318
+ */
1319
+ GrantPermissions?: ResourcePermission[];
1320
+ /**
1321
+ * <p>A structure that describes the permissions to remove and the principal to remove them
1322
+ * from.</p>
1323
+ */
1324
+ RevokePermissions?: ResourcePermission[];
1325
+ }
1326
+ export interface UpdateAnalysisPermissionsResponse {
1327
+ /**
1328
+ * <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
1329
+ */
1330
+ AnalysisArn?: string;
1331
+ /**
1332
+ * <p>The ID of the analysis that you updated permissions for.</p>
1333
+ */
1334
+ AnalysisId?: string;
1335
+ /**
1336
+ * <p>A structure that describes the principals and the resource-level permissions on an
1337
+ * analysis.</p>
1338
+ */
1339
+ Permissions?: ResourcePermission[];
1340
+ /**
1341
+ * <p>The Amazon Web Services request ID for this operation.</p>
1342
+ */
1343
+ RequestId?: string;
1344
+ /**
1345
+ * <p>The HTTP status of the request.</p>
1346
+ */
1347
+ Status?: number;
1348
+ }
1349
+ export interface UpdateDashboardRequest {
1350
+ /**
1351
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
1352
+ * updating.</p>
1353
+ */
1354
+ AwsAccountId: string | undefined;
1355
+ /**
1356
+ * <p>The ID for the dashboard.</p>
1357
+ */
1358
+ DashboardId: string | undefined;
1359
+ /**
1360
+ * <p>The display name of the dashboard.</p>
1361
+ */
1362
+ Name: string | undefined;
1363
+ /**
1364
+ * <p>The entity that you are using as a source when you update the dashboard. In
1365
+ * <code>SourceEntity</code>, you specify the type of object you're using as source. You
1366
+ * can only update a dashboard from a template, so you use a <code>SourceTemplate</code>
1367
+ * entity. If you need to update a dashboard from an analysis, first convert the analysis
1368
+ * to a template by using the <code>
1369
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
1370
+ * </code> API operation. For
1371
+ * <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
1372
+ * template. The <code>SourceTemplate</code> ARN can contain any Amazon Web Services account and any
1373
+ * Amazon QuickSight-supported Amazon Web Services Region. </p>
1374
+ * <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
1375
+ * list the replacement datasets for the placeholders listed in the original. The schema in
1376
+ * each dataset must match its placeholder. </p>
1377
+ */
1378
+ SourceEntity?: DashboardSourceEntity;
1379
+ /**
1380
+ * <p>A structure that contains the parameters of the dashboard. These are parameter
1381
+ * overrides for a dashboard. A dashboard can have any type of parameters, and some
1382
+ * parameters might accept multiple values.</p>
1383
+ */
1384
+ Parameters?: _Parameters;
1385
+ /**
1386
+ * <p>A description for the first version of the dashboard being created.</p>
1387
+ */
1388
+ VersionDescription?: string;
1389
+ /**
1390
+ * <p>Options for publishing the dashboard when you create it:</p>
1391
+ * <ul>
1392
+ * <li>
1393
+ * <p>
1394
+ * <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
1395
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
1396
+ * set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
1397
+ * published dashboard, which can be used for ad hoc (one-time) filtering. This
1398
+ * option is <code>ENABLED</code> by default. </p>
1399
+ * </li>
1400
+ * <li>
1401
+ * <p>
1402
+ * <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
1403
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
1404
+ * option to export data to .CSV format isn't enabled when this is set to
1405
+ * <code>DISABLED</code>. This option is <code>ENABLED</code> by default. </p>
1406
+ * </li>
1407
+ * <li>
1408
+ * <p>
1409
+ * <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
1410
+ * visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
1411
+ * This option is <code>COLLAPSED</code> by default. </p>
1412
+ * </li>
1413
+ * </ul>
1414
+ */
1415
+ DashboardPublishOptions?: DashboardPublishOptions;
1416
+ /**
1417
+ * <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
1418
+ * you add a value for this field, it overrides the value that was originally associated
1419
+ * with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the
1420
+ * dashboard.</p>
1421
+ */
1422
+ ThemeArn?: string;
1423
+ /**
1424
+ * <p>The definition of a dashboard.</p>
1425
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
1426
+ */
1427
+ Definition?: DashboardVersionDefinition;
1428
+ }
1429
+ export interface UpdateDashboardResponse {
1430
+ /**
1431
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
1432
+ */
1433
+ Arn?: string;
1434
+ /**
1435
+ * <p>The ARN of the dashboard, including the version number.</p>
1436
+ */
1437
+ VersionArn?: string;
1438
+ /**
1439
+ * <p>The ID for the dashboard.</p>
1440
+ */
1441
+ DashboardId?: string;
1442
+ /**
1443
+ * <p>The creation status of the request.</p>
1444
+ */
1445
+ CreationStatus?: ResourceStatus | string;
1446
+ /**
1447
+ * <p>The HTTP status of the request.</p>
1448
+ */
1449
+ Status?: number;
1450
+ /**
1451
+ * <p>The Amazon Web Services request ID for this operation.</p>
1452
+ */
1453
+ RequestId?: string;
1454
+ }
1455
+ export interface UpdateDashboardPermissionsRequest {
1456
+ /**
1457
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions you're
1458
+ * updating.</p>
1459
+ */
1460
+ AwsAccountId: string | undefined;
1461
+ /**
1462
+ * <p>The ID for the dashboard.</p>
1463
+ */
1464
+ DashboardId: string | undefined;
1465
+ /**
1466
+ * <p>The permissions that you want to grant on this resource.</p>
1467
+ */
1468
+ GrantPermissions?: ResourcePermission[];
1469
+ /**
1470
+ * <p>The permissions that you want to revoke from this resource.</p>
1471
+ */
1472
+ RevokePermissions?: ResourcePermission[];
1473
+ /**
1474
+ * <p>Grants link permissions to all users in a defined namespace.</p>
1475
+ */
1476
+ GrantLinkPermissions?: ResourcePermission[];
1477
+ /**
1478
+ * <p>Revokes link permissions from all users in a defined namespace.</p>
1479
+ */
1480
+ RevokeLinkPermissions?: ResourcePermission[];
1481
+ }
1482
+ export interface UpdateDashboardPermissionsResponse {
1483
+ /**
1484
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
1485
+ */
1486
+ DashboardArn?: string;
1487
+ /**
1488
+ * <p>The ID for the dashboard.</p>
1489
+ */
1490
+ DashboardId?: string;
1491
+ /**
1492
+ * <p>Information about the permissions on the dashboard.</p>
1493
+ */
1494
+ Permissions?: ResourcePermission[];
1495
+ /**
1496
+ * <p>The Amazon Web Services request ID for this operation.</p>
1497
+ */
1498
+ RequestId?: string;
1499
+ /**
1500
+ * <p>The HTTP status of the request.</p>
1501
+ */
1502
+ Status?: number;
1503
+ /**
1504
+ * <p>Updates the permissions of a shared link to an Amazon QuickSight dashboard.</p>
1505
+ */
1506
+ LinkSharingConfiguration?: LinkSharingConfiguration;
1507
+ }
1508
+ export interface UpdateDashboardPublishedVersionRequest {
1509
+ /**
1510
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
1511
+ * updating.</p>
1512
+ */
1513
+ AwsAccountId: string | undefined;
1514
+ /**
1515
+ * <p>The ID for the dashboard.</p>
1516
+ */
1517
+ DashboardId: string | undefined;
1518
+ /**
1519
+ * <p>The version number of the dashboard.</p>
1520
+ */
1521
+ VersionNumber: number | undefined;
1522
+ }
1523
+ export interface UpdateDashboardPublishedVersionResponse {
1524
+ /**
1525
+ * <p>The ID for the dashboard.</p>
1526
+ */
1527
+ DashboardId?: string;
1528
+ /**
1529
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
1530
+ */
1531
+ DashboardArn?: string;
1532
+ /**
1533
+ * <p>The HTTP status of the request.</p>
1534
+ */
1535
+ Status?: number;
1536
+ /**
1537
+ * <p>The Amazon Web Services request ID for this operation.</p>
1538
+ */
1539
+ RequestId?: string;
1540
+ }
1541
+ export interface UpdateDataSetRequest {
1542
+ /**
1543
+ * <p>The Amazon Web Services account ID.</p>
1544
+ */
1545
+ AwsAccountId: string | undefined;
1546
+ /**
1547
+ * <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each
1548
+ * Amazon Web Services account.</p>
1549
+ */
1550
+ DataSetId: string | undefined;
1551
+ /**
1552
+ * <p>The display name for the dataset.</p>
1553
+ */
1554
+ Name: string | undefined;
1555
+ /**
1556
+ * <p>Declares the physical tables that are available in the underlying data sources.</p>
1557
+ */
1558
+ PhysicalTableMap: Record<string, PhysicalTable> | undefined;
1559
+ /**
1560
+ * <p>Configures the combination and transformation of the data from the physical tables.</p>
1561
+ */
1562
+ LogicalTableMap?: Record<string, LogicalTable>;
1563
+ /**
1564
+ * <p>Indicates whether you want to import the data into SPICE.</p>
1565
+ */
1566
+ ImportMode: DataSetImportMode | string | undefined;
1567
+ /**
1568
+ * <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
1569
+ */
1570
+ ColumnGroups?: ColumnGroup[];
1571
+ /**
1572
+ * <p>The folder that contains fields and nested subfolders for your dataset.</p>
1573
+ */
1574
+ FieldFolders?: Record<string, FieldFolder>;
1575
+ /**
1576
+ * <p>The row-level security configuration for the data you want to create.</p>
1577
+ */
1578
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet;
1579
+ /**
1580
+ * <p>The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.</p>
1581
+ */
1582
+ RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
1583
+ /**
1584
+ * <p>A set of one or more definitions of a <code>
1585
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
1586
+ * </code>.</p>
1587
+ */
1588
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
1589
+ /**
1590
+ * <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
1591
+ */
1592
+ DataSetUsageConfiguration?: DataSetUsageConfiguration;
1593
+ }
1594
+ export interface UpdateDataSetResponse {
1595
+ /**
1596
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
1597
+ */
1598
+ Arn?: string;
1599
+ /**
1600
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1601
+ */
1602
+ DataSetId?: string;
1603
+ /**
1604
+ * <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the import
1605
+ * mode is SPICE.</p>
1606
+ */
1607
+ IngestionArn?: string;
1608
+ /**
1609
+ * <p>The ID of the ingestion, which is triggered as a result of dataset creation if the import
1610
+ * mode is SPICE.</p>
1611
+ */
1612
+ IngestionId?: string;
1613
+ /**
1614
+ * <p>The Amazon Web Services request ID for this operation.</p>
1615
+ */
1616
+ RequestId?: string;
1617
+ /**
1618
+ * <p>The HTTP status of the request.</p>
1619
+ */
1620
+ Status?: number;
1621
+ }
1622
+ export interface UpdateDataSetPermissionsRequest {
1623
+ /**
1624
+ * <p>The Amazon Web Services account ID.</p>
1625
+ */
1626
+ AwsAccountId: string | undefined;
1627
+ /**
1628
+ * <p>The ID for the dataset whose permissions you want to update. This ID is unique per
1629
+ * Amazon Web Services Region for each Amazon Web Services account.</p>
1630
+ */
1631
+ DataSetId: string | undefined;
1632
+ /**
1633
+ * <p>The resource permissions that you want to grant to the dataset.</p>
1634
+ */
1635
+ GrantPermissions?: ResourcePermission[];
1636
+ /**
1637
+ * <p>The resource permissions that you want to revoke from the dataset.</p>
1638
+ */
1639
+ RevokePermissions?: ResourcePermission[];
1640
+ }
1641
+ export interface UpdateDataSetPermissionsResponse {
1642
+ /**
1643
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
1644
+ */
1645
+ DataSetArn?: string;
1646
+ /**
1647
+ * <p>The ID for the dataset whose permissions you want to update. This ID is unique per
1648
+ * Amazon Web Services Region for each Amazon Web Services account.</p>
1649
+ */
1650
+ DataSetId?: string;
1651
+ /**
1652
+ * <p>The Amazon Web Services request ID for this operation.</p>
1653
+ */
1654
+ RequestId?: string;
1655
+ /**
1656
+ * <p>The HTTP status of the request.</p>
1657
+ */
1658
+ Status?: number;
1659
+ }
1660
+ export interface UpdateDataSourceRequest {
1661
+ /**
1662
+ * <p>The Amazon Web Services account ID.</p>
1663
+ */
1664
+ AwsAccountId: string | undefined;
1665
+ /**
1666
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. </p>
1667
+ */
1668
+ DataSourceId: string | undefined;
1669
+ /**
1670
+ * <p>A display name for the data source.</p>
1671
+ */
1672
+ Name: string | undefined;
1673
+ /**
1674
+ * <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
1675
+ */
1676
+ DataSourceParameters?: DataSourceParameters;
1677
+ /**
1678
+ * <p>The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently,
1679
+ * only credentials based on user name and password are supported.</p>
1680
+ */
1681
+ Credentials?: DataSourceCredentials;
1682
+ /**
1683
+ * <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
1684
+ * your underlying source.</p>
1685
+ */
1686
+ VpcConnectionProperties?: VpcConnectionProperties;
1687
+ /**
1688
+ * <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying
1689
+ * source.</p>
1690
+ */
1691
+ SslProperties?: SslProperties;
1692
+ }
1693
+ export interface UpdateDataSourceResponse {
1694
+ /**
1695
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
1696
+ */
1697
+ Arn?: string;
1698
+ /**
1699
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1700
+ */
1701
+ DataSourceId?: string;
1702
+ /**
1703
+ * <p>The update status of the data source's last update.</p>
1704
+ */
1705
+ UpdateStatus?: ResourceStatus | string;
1706
+ /**
1707
+ * <p>The Amazon Web Services request ID for this operation.</p>
1708
+ */
1709
+ RequestId?: string;
1710
+ /**
1711
+ * <p>The HTTP status of the request.</p>
1712
+ */
1713
+ Status?: number;
1714
+ }
1715
+ export interface UpdateDataSourcePermissionsRequest {
1716
+ /**
1717
+ * <p>The Amazon Web Services account ID.</p>
1718
+ */
1719
+ AwsAccountId: string | undefined;
1720
+ /**
1721
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. </p>
1722
+ */
1723
+ DataSourceId: string | undefined;
1724
+ /**
1725
+ * <p>A list of resource permissions that you want to grant on the data source.</p>
1726
+ */
1727
+ GrantPermissions?: ResourcePermission[];
1728
+ /**
1729
+ * <p>A list of resource permissions that you want to revoke on the data source.</p>
1730
+ */
1731
+ RevokePermissions?: ResourcePermission[];
1732
+ }
1733
+ export interface UpdateDataSourcePermissionsResponse {
1734
+ /**
1735
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
1736
+ */
1737
+ DataSourceArn?: string;
1738
+ /**
1739
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1740
+ */
1741
+ DataSourceId?: string;
1742
+ /**
1743
+ * <p>The Amazon Web Services request ID for this operation.</p>
1744
+ */
1745
+ RequestId?: string;
1746
+ /**
1747
+ * <p>The HTTP status of the request.</p>
1748
+ */
1749
+ Status?: number;
1750
+ }
1751
+ export interface UpdateFolderRequest {
1752
+ /**
1753
+ * <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
1754
+ */
1755
+ AwsAccountId: string | undefined;
1756
+ /**
1757
+ * <p>The ID of the folder.</p>
1758
+ */
1759
+ FolderId: string | undefined;
1760
+ /**
1761
+ * <p>The name of the folder.</p>
1762
+ */
1763
+ Name: string | undefined;
1764
+ }
1765
+ export interface UpdateFolderResponse {
1766
+ /**
1767
+ * <p>The HTTP status of the request.</p>
1768
+ */
1769
+ Status?: number;
1770
+ /**
1771
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
1772
+ */
1773
+ Arn?: string;
1774
+ /**
1775
+ * <p>The ID of the folder.</p>
1776
+ */
1777
+ FolderId?: string;
1778
+ /**
1779
+ * <p>The Amazon Web Services request ID for this operation.</p>
1780
+ */
1781
+ RequestId?: string;
1782
+ }
1783
+ export interface UpdateFolderPermissionsRequest {
1784
+ /**
1785
+ * <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
1786
+ */
1787
+ AwsAccountId: string | undefined;
1788
+ /**
1789
+ * <p>The ID of the folder.</p>
1790
+ */
1791
+ FolderId: string | undefined;
1792
+ /**
1793
+ * <p>The permissions that you want to grant on a resource.</p>
1794
+ */
1795
+ GrantPermissions?: ResourcePermission[];
1796
+ /**
1797
+ * <p>The permissions that you want to revoke from a resource.</p>
1798
+ */
1799
+ RevokePermissions?: ResourcePermission[];
1800
+ }
1801
+ export interface UpdateFolderPermissionsResponse {
1802
+ /**
1803
+ * <p>The HTTP status of the request.</p>
1804
+ */
1805
+ Status?: number;
1806
+ /**
1807
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
1808
+ */
1809
+ Arn?: string;
1810
+ /**
1811
+ * <p>The ID of the folder.</p>
1812
+ */
1813
+ FolderId?: string;
1814
+ /**
1815
+ * <p>Information about the permissions for the folder.</p>
1816
+ */
1817
+ Permissions?: ResourcePermission[];
1818
+ /**
1819
+ * <p>The Amazon Web Services request ID for this operation.</p>
1820
+ */
1821
+ RequestId?: string;
1822
+ }
1823
+ export interface UpdateGroupRequest {
1824
+ /**
1825
+ * <p>The name of the group that you want to update.</p>
1826
+ */
1827
+ GroupName: string | undefined;
1828
+ /**
1829
+ * <p>The description for the group that you want to update.</p>
1830
+ */
1831
+ Description?: string;
1832
+ /**
1833
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
1834
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
1835
+ */
1836
+ AwsAccountId: string | undefined;
1837
+ /**
1838
+ * <p>The namespace of the group that you want to update.</p>
1839
+ */
1840
+ Namespace: string | undefined;
1841
+ }
1842
+ export interface UpdateGroupResponse {
1843
+ /**
1844
+ * <p>The name of the group.</p>
1845
+ */
1846
+ Group?: Group;
1847
+ /**
1848
+ * <p>The Amazon Web Services request ID for this operation.</p>
1849
+ */
1850
+ RequestId?: string;
1851
+ /**
1852
+ * <p>The HTTP status of the request.</p>
1853
+ */
1854
+ Status?: number;
1855
+ }
1856
+ export interface UpdateIAMPolicyAssignmentRequest {
1857
+ /**
1858
+ * <p>The ID of the Amazon Web Services account that contains the IAM policy assignment. </p>
1859
+ */
1860
+ AwsAccountId: string | undefined;
1861
+ /**
1862
+ * <p>The name of the assignment, also called a rule. This name must be unique within an Amazon Web Services account.</p>
1863
+ */
1864
+ AssignmentName: string | undefined;
1865
+ /**
1866
+ * <p>The namespace of the assignment.</p>
1867
+ */
1868
+ Namespace: string | undefined;
1869
+ /**
1870
+ * <p>The status of the assignment. Possible values are as follows:</p>
1871
+ * <ul>
1872
+ * <li>
1873
+ * <p>
1874
+ * <code>ENABLED</code> - Anything specified in this assignment is used when creating the data
1875
+ * source.</p>
1876
+ * </li>
1877
+ * <li>
1878
+ * <p>
1879
+ * <code>DISABLED</code> - This assignment isn't used when creating the data source.</p>
1880
+ * </li>
1881
+ * <li>
1882
+ * <p>
1883
+ * <code>DRAFT</code> - This assignment is an unfinished draft and isn't used when creating the
1884
+ * data source.</p>
1885
+ * </li>
1886
+ * </ul>
1887
+ */
1888
+ AssignmentStatus?: AssignmentStatus | string;
1889
+ /**
1890
+ * <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and groups
1891
+ * specified in this assignment.</p>
1892
+ */
1893
+ PolicyArn?: string;
1894
+ /**
1895
+ * <p>The Amazon QuickSight users, groups, or both that you want to assign the policy to.</p>
1896
+ */
1897
+ Identities?: Record<string, string[]>;
1898
+ }
1899
+ export interface UpdateIAMPolicyAssignmentResponse {
1900
+ /**
1901
+ * <p>The name of the assignment or rule.</p>
1902
+ */
1903
+ AssignmentName?: string;
1904
+ /**
1905
+ * <p>The ID of the assignment.</p>
1906
+ */
1907
+ AssignmentId?: string;
1908
+ /**
1909
+ * <p>The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this
1910
+ * assignment.</p>
1911
+ */
1912
+ PolicyArn?: string;
1913
+ /**
1914
+ * <p>The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.</p>
1915
+ */
1916
+ Identities?: Record<string, string[]>;
1917
+ /**
1918
+ * <p>The status of the assignment. Possible values are as follows:</p>
1919
+ * <ul>
1920
+ * <li>
1921
+ * <p>
1922
+ * <code>ENABLED</code> - Anything specified in this assignment is used when creating the data
1923
+ * source.</p>
1924
+ * </li>
1925
+ * <li>
1926
+ * <p>
1927
+ * <code>DISABLED</code> - This assignment isn't used when creating the data source.</p>
1928
+ * </li>
1929
+ * <li>
1930
+ * <p>
1931
+ * <code>DRAFT</code> - This assignment is an unfinished draft and isn't used when creating the
1932
+ * data source.</p>
1933
+ * </li>
1934
+ * </ul>
1935
+ */
1936
+ AssignmentStatus?: AssignmentStatus | string;
1937
+ /**
1938
+ * <p>The Amazon Web Services request ID for this operation.</p>
1939
+ */
1940
+ RequestId?: string;
1941
+ /**
1942
+ * <p>The HTTP status of the request.</p>
1943
+ */
1944
+ Status?: number;
1945
+ }
1946
+ export interface UpdateIpRestrictionRequest {
1947
+ /**
1948
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
1949
+ */
1950
+ AwsAccountId: string | undefined;
1951
+ /**
1952
+ * <p>A map that describes the updated IP rules with CIDR ranges and descriptions.</p>
1953
+ */
1954
+ IpRestrictionRuleMap?: Record<string, string>;
1955
+ /**
1956
+ * <p>A value that specifies whether IP rules are turned on.</p>
1957
+ */
1958
+ Enabled?: boolean;
1959
+ }
1960
+ export interface UpdateIpRestrictionResponse {
1961
+ /**
1962
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
1963
+ */
1964
+ AwsAccountId?: string;
1965
+ /**
1966
+ * <p>The Amazon Web Services request ID for this operation.</p>
1967
+ */
1968
+ RequestId?: string;
1969
+ /**
1970
+ * <p>The HTTP status of the request. </p>
1971
+ */
1972
+ Status?: number;
1973
+ }
1974
+ export interface UpdatePublicSharingSettingsRequest {
1975
+ /**
1976
+ * <p>The Amazon Web Services account ID associated with your Amazon QuickSight subscription.</p>
1977
+ */
1978
+ AwsAccountId: string | undefined;
1979
+ /**
1980
+ * <p>A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.</p>
1981
+ */
1982
+ PublicSharingEnabled?: boolean;
1983
+ }
1984
+ export interface UpdatePublicSharingSettingsResponse {
1985
+ /**
1986
+ * <p>The Amazon Web Services request ID for this operation.</p>
1987
+ */
1988
+ RequestId?: string;
1989
+ /**
1990
+ * <p>The HTTP status of the request.</p>
1991
+ */
1992
+ Status?: number;
1993
+ }
1994
+ export interface UpdateTemplateRequest {
1995
+ /**
1996
+ * <p>The ID of the Amazon Web Services account that contains the template that you're updating.</p>
1997
+ */
1998
+ AwsAccountId: string | undefined;
1999
+ /**
2000
+ * <p>The ID for the template.</p>
2001
+ */
2002
+ TemplateId: string | undefined;
2003
+ /**
2004
+ * <p>The entity that you are using as a source when you update the template. In
2005
+ * <code>SourceEntity</code>, you specify the type of object you're using as source:
2006
+ * <code>SourceTemplate</code> for a template or <code>SourceAnalysis</code> for an
2007
+ * analysis. Both of these require an Amazon Resource Name (ARN). For
2008
+ * <code>SourceTemplate</code>, specify the ARN of the source template. For
2009
+ * <code>SourceAnalysis</code>, specify the ARN of the source analysis. The <code>SourceTemplate</code>
2010
+ * ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region;. </p>
2011
+ * <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> or
2012
+ * <code>SourceAnalysis</code> to list the replacement datasets for the placeholders listed
2013
+ * in the original. The schema in each dataset must match its placeholder. </p>
2014
+ */
2015
+ SourceEntity?: TemplateSourceEntity;
2016
+ /**
2017
+ * <p>A description of the current template version that is being updated. Every time you call
2018
+ * <code>UpdateTemplate</code>, you create a new version of the template. Each version
2019
+ * of the template maintains a description of the version in the
2020
+ * <code>VersionDescription</code> field.</p>
2021
+ */
2022
+ VersionDescription?: string;
2023
+ /**
2024
+ * <p>The name for the template.</p>
2025
+ */
2026
+ Name?: string;
2027
+ /**
2028
+ * <p>The definition of a template.</p>
2029
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
2030
+ */
2031
+ Definition?: TemplateVersionDefinition;
2032
+ }
2033
+ export interface UpdateTemplateResponse {
2034
+ /**
2035
+ * <p>The ID for the template.</p>
2036
+ */
2037
+ TemplateId?: string;
2038
+ /**
2039
+ * <p>The Amazon Resource Name (ARN) for the template.</p>
2040
+ */
2041
+ Arn?: string;
2042
+ /**
2043
+ * <p>The ARN for the template, including the version information of the first version.</p>
2044
+ */
2045
+ VersionArn?: string;
2046
+ /**
2047
+ * <p>The creation status of the template.</p>
2048
+ */
2049
+ CreationStatus?: ResourceStatus | string;
2050
+ /**
2051
+ * <p>The HTTP status of the request.</p>
2052
+ */
2053
+ Status?: number;
2054
+ /**
2055
+ * <p>The Amazon Web Services request ID for this operation.</p>
2056
+ */
2057
+ RequestId?: string;
2058
+ }
2059
+ export interface UpdateTemplateAliasRequest {
2060
+ /**
2061
+ * <p>The ID of the Amazon Web Services account that contains the template alias that you're updating.</p>
2062
+ */
2063
+ AwsAccountId: string | undefined;
2064
+ /**
2065
+ * <p>The ID for the template.</p>
2066
+ */
2067
+ TemplateId: string | undefined;
2068
+ /**
2069
+ * <p>The alias of the template that you want to update. If you name a specific alias, you update
2070
+ * the version that the alias points to. You can specify the latest version of the template
2071
+ * by providing the keyword <code>$LATEST</code> in the <code>AliasName</code> parameter.
2072
+ * The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
2073
+ */
2074
+ AliasName: string | undefined;
2075
+ /**
2076
+ * <p>The version number of the template.</p>
2077
+ */
2078
+ TemplateVersionNumber: number | undefined;
2079
+ }
2080
+ export interface UpdateTemplateAliasResponse {
2081
+ /**
2082
+ * <p>The template alias.</p>
2083
+ */
2084
+ TemplateAlias?: TemplateAlias;
2085
+ /**
2086
+ * <p>The HTTP status of the request.</p>
2087
+ */
2088
+ Status?: number;
2089
+ /**
2090
+ * <p>The Amazon Web Services request ID for this operation.</p>
2091
+ */
2092
+ RequestId?: string;
2093
+ }
2094
+ export interface UpdateTemplatePermissionsRequest {
2095
+ /**
2096
+ * <p>The ID of the Amazon Web Services account that contains the template.</p>
2097
+ */
2098
+ AwsAccountId: string | undefined;
2099
+ /**
2100
+ * <p>The ID for the template.</p>
2101
+ */
2102
+ TemplateId: string | undefined;
2103
+ /**
2104
+ * <p>A list of resource permissions to be granted on the template. </p>
2105
+ */
2106
+ GrantPermissions?: ResourcePermission[];
2107
+ /**
2108
+ * <p>A list of resource permissions to be revoked from the template. </p>
2109
+ */
2110
+ RevokePermissions?: ResourcePermission[];
2111
+ }
2112
+ export interface UpdateTemplatePermissionsResponse {
2113
+ /**
2114
+ * <p>The ID for the template.</p>
2115
+ */
2116
+ TemplateId?: string;
2117
+ /**
2118
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
2119
+ */
2120
+ TemplateArn?: string;
2121
+ /**
2122
+ * <p>A list of resource permissions to be set on the template.</p>
2123
+ */
2124
+ Permissions?: ResourcePermission[];
2125
+ /**
2126
+ * <p>The Amazon Web Services request ID for this operation.</p>
2127
+ */
2128
+ RequestId?: string;
2129
+ /**
2130
+ * <p>The HTTP status of the request.</p>
2131
+ */
2132
+ Status?: number;
2133
+ }
2134
+ export interface UpdateThemeRequest {
2135
+ /**
2136
+ * <p>The ID of the Amazon Web Services account that contains the theme that you're updating.</p>
2137
+ */
2138
+ AwsAccountId: string | undefined;
2139
+ /**
2140
+ * <p>The ID for the theme.</p>
2141
+ */
2142
+ ThemeId: string | undefined;
2143
+ /**
2144
+ * <p>The name for the theme.</p>
2145
+ */
2146
+ Name?: string;
2147
+ /**
2148
+ * <p>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
2149
+ * All themes initially inherit from a default Amazon QuickSight theme.</p>
2150
+ */
2151
+ BaseThemeId: string | undefined;
2152
+ /**
2153
+ * <p>A description of the theme version that you're updating Every time that you call
2154
+ * <code>UpdateTheme</code>, you create a new version of the theme. Each version of the
2155
+ * theme maintains a description of the version in <code>VersionDescription</code>.</p>
2156
+ */
2157
+ VersionDescription?: string;
2158
+ /**
2159
+ * <p>The theme configuration, which contains the theme display properties.</p>
2160
+ */
2161
+ Configuration?: ThemeConfiguration;
2162
+ }
2163
+ export interface UpdateThemeResponse {
2164
+ /**
2165
+ * <p>The ID for the theme.</p>
2166
+ */
2167
+ ThemeId?: string;
2168
+ /**
2169
+ * <p>The Amazon Resource Name (ARN) for the theme.</p>
2170
+ */
2171
+ Arn?: string;
2172
+ /**
2173
+ * <p>The Amazon Resource Name (ARN) for the new version of the theme.</p>
2174
+ */
2175
+ VersionArn?: string;
2176
+ /**
2177
+ * <p>The creation status of the theme.</p>
2178
+ */
2179
+ CreationStatus?: ResourceStatus | string;
2180
+ /**
2181
+ * <p>The HTTP status of the request.</p>
2182
+ */
2183
+ Status?: number;
2184
+ /**
2185
+ * <p>The Amazon Web Services request ID for this operation.</p>
2186
+ */
2187
+ RequestId?: string;
2188
+ }
2189
+ export interface UpdateThemeAliasRequest {
2190
+ /**
2191
+ * <p>The ID of the Amazon Web Services account that contains the theme alias that you're updating.</p>
2192
+ */
2193
+ AwsAccountId: string | undefined;
2194
+ /**
2195
+ * <p>The ID for the theme.</p>
2196
+ */
2197
+ ThemeId: string | undefined;
2198
+ /**
2199
+ * <p>The name of the theme alias that you want to update.</p>
2200
+ */
2201
+ AliasName: string | undefined;
2202
+ /**
2203
+ * <p>The version number of the theme that the alias should reference.</p>
2204
+ */
2205
+ ThemeVersionNumber: number | undefined;
2206
+ }
2207
+ export interface UpdateThemeAliasResponse {
2208
+ /**
2209
+ * <p>Information about the theme alias.</p>
2210
+ */
2211
+ ThemeAlias?: ThemeAlias;
2212
+ /**
2213
+ * <p>The HTTP status of the request.</p>
2214
+ */
2215
+ Status?: number;
2216
+ /**
2217
+ * <p>The Amazon Web Services request ID for this operation.</p>
2218
+ */
2219
+ RequestId?: string;
2220
+ }
2221
+ export interface UpdateThemePermissionsRequest {
2222
+ /**
2223
+ * <p>The ID of the Amazon Web Services account that contains the theme.</p>
2224
+ */
2225
+ AwsAccountId: string | undefined;
2226
+ /**
2227
+ * <p>The ID for the theme.</p>
2228
+ */
2229
+ ThemeId: string | undefined;
2230
+ /**
2231
+ * <p>A list of resource permissions to be granted for the theme.</p>
2232
+ */
2233
+ GrantPermissions?: ResourcePermission[];
2234
+ /**
2235
+ * <p>A list of resource permissions to be revoked from the theme.</p>
2236
+ */
2237
+ RevokePermissions?: ResourcePermission[];
2238
+ }
2239
+ export interface UpdateThemePermissionsResponse {
2240
+ /**
2241
+ * <p>The ID for the theme.</p>
2242
+ */
2243
+ ThemeId?: string;
2244
+ /**
2245
+ * <p>The Amazon Resource Name (ARN) of the theme.</p>
2246
+ */
2247
+ ThemeArn?: string;
2248
+ /**
2249
+ * <p>The resulting list of resource permissions for the theme.</p>
2250
+ */
2251
+ Permissions?: ResourcePermission[];
2252
+ /**
2253
+ * <p>The Amazon Web Services request ID for this operation.</p>
2254
+ */
2255
+ RequestId?: string;
2256
+ /**
2257
+ * <p>The HTTP status of the request.</p>
2258
+ */
2259
+ Status?: number;
2260
+ }
2261
+ export interface UpdateUserRequest {
2262
+ /**
2263
+ * <p>The Amazon QuickSight user name that you want to update.</p>
2264
+ */
2265
+ UserName: string | undefined;
2266
+ /**
2267
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
2268
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
2269
+ */
2270
+ AwsAccountId: string | undefined;
2271
+ /**
2272
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
2273
+ */
2274
+ Namespace: string | undefined;
2275
+ /**
2276
+ * <p>The email address of the user that you want to update.</p>
2277
+ */
2278
+ Email: string | undefined;
2279
+ /**
2280
+ * <p>The Amazon QuickSight role of the user. The role can be one of the
2281
+ * following default security cohorts:</p>
2282
+ * <ul>
2283
+ * <li>
2284
+ * <p>
2285
+ * <code>READER</code>: A user who has read-only access to dashboards.</p>
2286
+ * </li>
2287
+ * <li>
2288
+ * <p>
2289
+ * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
2290
+ * dashboards.</p>
2291
+ * </li>
2292
+ * <li>
2293
+ * <p>
2294
+ * <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
2295
+ * settings.</p>
2296
+ * </li>
2297
+ * </ul>
2298
+ * <p>The name of the Amazon QuickSight role is invisible to the user except for the console
2299
+ * screens dealing with permissions.</p>
2300
+ */
2301
+ Role: UserRole | string | undefined;
2302
+ /**
2303
+ * <p>(Enterprise edition only) The name of the custom permissions profile that you want to
2304
+ * assign to this user. Customized permissions allows you to control a user's access by
2305
+ * restricting access the following operations:</p>
2306
+ * <ul>
2307
+ * <li>
2308
+ * <p>Create and update data sources</p>
2309
+ * </li>
2310
+ * <li>
2311
+ * <p>Create and update datasets</p>
2312
+ * </li>
2313
+ * <li>
2314
+ * <p>Create and update email reports</p>
2315
+ * </li>
2316
+ * <li>
2317
+ * <p>Subscribe to email reports</p>
2318
+ * </li>
2319
+ * </ul>
2320
+ * <p>A set of custom permissions includes any combination of these restrictions. Currently,
2321
+ * you need to create the profile names for custom permission sets by using the Amazon QuickSight
2322
+ * console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
2323
+ * permissions to a Amazon QuickSight user. </p>
2324
+ * <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
2325
+ * override the permissions typically granted by assigning Amazon QuickSight users to one of the
2326
+ * default security cohorts in Amazon QuickSight (admin, author, reader).</p>
2327
+ * <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
2328
+ */
2329
+ CustomPermissionsName?: string;
2330
+ /**
2331
+ * <p>A flag that you use to indicate that you want to remove all custom permissions
2332
+ * from this user. Using this parameter resets the user to the state
2333
+ * it was in before a custom permissions profile was applied. This parameter defaults to
2334
+ * NULL and it doesn't accept any other value.</p>
2335
+ */
2336
+ UnapplyCustomPermissions?: boolean;
2337
+ /**
2338
+ * <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
2339
+ * <ul>
2340
+ * <li>
2341
+ * <p>
2342
+ * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
2343
+ * </li>
2344
+ * <li>
2345
+ * <p>
2346
+ * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
2347
+ * </li>
2348
+ * <li>
2349
+ * <p>
2350
+ * <code>NONE</code>: This clears all the previously saved external login information for a user. Use the
2351
+ * <code>
2352
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html">DescribeUser</a>
2353
+ * </code>
2354
+ * API operation to check the external login information.</p>
2355
+ * </li>
2356
+ * </ul>
2357
+ */
2358
+ ExternalLoginFederationProviderType?: string;
2359
+ /**
2360
+ * <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
2361
+ * into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
2362
+ * only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
2363
+ */
2364
+ CustomFederationProviderUrl?: string;
2365
+ /**
2366
+ * <p>The identity ID for a user in the external login provider.</p>
2367
+ */
2368
+ ExternalLoginId?: string;
2369
+ }
2370
+ export interface UpdateUserResponse {
2371
+ /**
2372
+ * <p>The Amazon QuickSight user.</p>
2373
+ */
2374
+ User?: User;
2375
+ /**
2376
+ * <p>The Amazon Web Services request ID for this operation.</p>
2377
+ */
2378
+ RequestId?: string;
2379
+ /**
2380
+ * <p>The HTTP status of the request.</p>
2381
+ */
2382
+ Status?: number;
2383
+ }
2384
+ /**
2385
+ * @internal
2386
+ */
2387
+ export declare const ListFolderMembersResponseFilterSensitiveLog: (obj: ListFolderMembersResponse) => any;
2388
+ /**
2389
+ * @internal
2390
+ */
2391
+ export declare const ListFoldersRequestFilterSensitiveLog: (obj: ListFoldersRequest) => any;
2392
+ /**
2393
+ * @internal
2394
+ */
2395
+ export declare const ListFoldersResponseFilterSensitiveLog: (obj: ListFoldersResponse) => any;
2396
+ /**
2397
+ * @internal
2398
+ */
2399
+ export declare const ListGroupMembershipsRequestFilterSensitiveLog: (obj: ListGroupMembershipsRequest) => any;
2400
+ /**
2401
+ * @internal
2402
+ */
2403
+ export declare const ListGroupMembershipsResponseFilterSensitiveLog: (obj: ListGroupMembershipsResponse) => any;
2404
+ /**
2405
+ * @internal
2406
+ */
2407
+ export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
2408
+ /**
2409
+ * @internal
2410
+ */
2411
+ export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
2412
+ /**
2413
+ * @internal
2414
+ */
2415
+ export declare const ListIAMPolicyAssignmentsRequestFilterSensitiveLog: (obj: ListIAMPolicyAssignmentsRequest) => any;
2416
+ /**
2417
+ * @internal
2418
+ */
2419
+ export declare const ListIAMPolicyAssignmentsResponseFilterSensitiveLog: (obj: ListIAMPolicyAssignmentsResponse) => any;
2420
+ /**
2421
+ * @internal
2422
+ */
2423
+ export declare const ListIAMPolicyAssignmentsForUserRequestFilterSensitiveLog: (obj: ListIAMPolicyAssignmentsForUserRequest) => any;
2424
+ /**
2425
+ * @internal
2426
+ */
2427
+ export declare const ListIAMPolicyAssignmentsForUserResponseFilterSensitiveLog: (obj: ListIAMPolicyAssignmentsForUserResponse) => any;
2428
+ /**
2429
+ * @internal
2430
+ */
2431
+ export declare const ListIngestionsRequestFilterSensitiveLog: (obj: ListIngestionsRequest) => any;
2432
+ /**
2433
+ * @internal
2434
+ */
2435
+ export declare const ListIngestionsResponseFilterSensitiveLog: (obj: ListIngestionsResponse) => any;
2436
+ /**
2437
+ * @internal
2438
+ */
2439
+ export declare const ListNamespacesRequestFilterSensitiveLog: (obj: ListNamespacesRequest) => any;
2440
+ /**
2441
+ * @internal
2442
+ */
2443
+ export declare const ListNamespacesResponseFilterSensitiveLog: (obj: ListNamespacesResponse) => any;
2444
+ /**
2445
+ * @internal
2446
+ */
2447
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2448
+ /**
2449
+ * @internal
2450
+ */
2451
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2452
+ /**
2453
+ * @internal
2454
+ */
2455
+ export declare const ListTemplateAliasesRequestFilterSensitiveLog: (obj: ListTemplateAliasesRequest) => any;
2456
+ /**
2457
+ * @internal
2458
+ */
2459
+ export declare const ListTemplateAliasesResponseFilterSensitiveLog: (obj: ListTemplateAliasesResponse) => any;
2460
+ /**
2461
+ * @internal
2462
+ */
2463
+ export declare const ListTemplatesRequestFilterSensitiveLog: (obj: ListTemplatesRequest) => any;
2464
+ /**
2465
+ * @internal
2466
+ */
2467
+ export declare const TemplateSummaryFilterSensitiveLog: (obj: TemplateSummary) => any;
2468
+ /**
2469
+ * @internal
2470
+ */
2471
+ export declare const ListTemplatesResponseFilterSensitiveLog: (obj: ListTemplatesResponse) => any;
2472
+ /**
2473
+ * @internal
2474
+ */
2475
+ export declare const ListTemplateVersionsRequestFilterSensitiveLog: (obj: ListTemplateVersionsRequest) => any;
2476
+ /**
2477
+ * @internal
2478
+ */
2479
+ export declare const TemplateVersionSummaryFilterSensitiveLog: (obj: TemplateVersionSummary) => any;
2480
+ /**
2481
+ * @internal
2482
+ */
2483
+ export declare const ListTemplateVersionsResponseFilterSensitiveLog: (obj: ListTemplateVersionsResponse) => any;
2484
+ /**
2485
+ * @internal
2486
+ */
2487
+ export declare const ListThemeAliasesRequestFilterSensitiveLog: (obj: ListThemeAliasesRequest) => any;
2488
+ /**
2489
+ * @internal
2490
+ */
2491
+ export declare const ListThemeAliasesResponseFilterSensitiveLog: (obj: ListThemeAliasesResponse) => any;
2492
+ /**
2493
+ * @internal
2494
+ */
2495
+ export declare const ListThemesRequestFilterSensitiveLog: (obj: ListThemesRequest) => any;
2496
+ /**
2497
+ * @internal
2498
+ */
2499
+ export declare const ThemeSummaryFilterSensitiveLog: (obj: ThemeSummary) => any;
2500
+ /**
2501
+ * @internal
2502
+ */
2503
+ export declare const ListThemesResponseFilterSensitiveLog: (obj: ListThemesResponse) => any;
2504
+ /**
2505
+ * @internal
2506
+ */
2507
+ export declare const ListThemeVersionsRequestFilterSensitiveLog: (obj: ListThemeVersionsRequest) => any;
2508
+ /**
2509
+ * @internal
2510
+ */
2511
+ export declare const ThemeVersionSummaryFilterSensitiveLog: (obj: ThemeVersionSummary) => any;
2512
+ /**
2513
+ * @internal
2514
+ */
2515
+ export declare const ListThemeVersionsResponseFilterSensitiveLog: (obj: ListThemeVersionsResponse) => any;
2516
+ /**
2517
+ * @internal
2518
+ */
2519
+ export declare const ListUserGroupsRequestFilterSensitiveLog: (obj: ListUserGroupsRequest) => any;
2520
+ /**
2521
+ * @internal
2522
+ */
2523
+ export declare const ListUserGroupsResponseFilterSensitiveLog: (obj: ListUserGroupsResponse) => any;
2524
+ /**
2525
+ * @internal
2526
+ */
2527
+ export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
2528
+ /**
2529
+ * @internal
2530
+ */
2531
+ export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
2532
+ /**
2533
+ * @internal
2534
+ */
2535
+ export declare const RegisterUserRequestFilterSensitiveLog: (obj: RegisterUserRequest) => any;
2536
+ /**
2537
+ * @internal
2538
+ */
2539
+ export declare const RegisterUserResponseFilterSensitiveLog: (obj: RegisterUserResponse) => any;
2540
+ /**
2541
+ * @internal
2542
+ */
2543
+ export declare const RestoreAnalysisRequestFilterSensitiveLog: (obj: RestoreAnalysisRequest) => any;
2544
+ /**
2545
+ * @internal
2546
+ */
2547
+ export declare const RestoreAnalysisResponseFilterSensitiveLog: (obj: RestoreAnalysisResponse) => any;
2548
+ /**
2549
+ * @internal
2550
+ */
2551
+ export declare const SearchAnalysesRequestFilterSensitiveLog: (obj: SearchAnalysesRequest) => any;
2552
+ /**
2553
+ * @internal
2554
+ */
2555
+ export declare const SearchAnalysesResponseFilterSensitiveLog: (obj: SearchAnalysesResponse) => any;
2556
+ /**
2557
+ * @internal
2558
+ */
2559
+ export declare const SearchDashboardsRequestFilterSensitiveLog: (obj: SearchDashboardsRequest) => any;
2560
+ /**
2561
+ * @internal
2562
+ */
2563
+ export declare const SearchDashboardsResponseFilterSensitiveLog: (obj: SearchDashboardsResponse) => any;
2564
+ /**
2565
+ * @internal
2566
+ */
2567
+ export declare const SearchDataSetsRequestFilterSensitiveLog: (obj: SearchDataSetsRequest) => any;
2568
+ /**
2569
+ * @internal
2570
+ */
2571
+ export declare const SearchDataSetsResponseFilterSensitiveLog: (obj: SearchDataSetsResponse) => any;
2572
+ /**
2573
+ * @internal
2574
+ */
2575
+ export declare const SearchDataSourcesRequestFilterSensitiveLog: (obj: SearchDataSourcesRequest) => any;
2576
+ /**
2577
+ * @internal
2578
+ */
2579
+ export declare const SearchDataSourcesResponseFilterSensitiveLog: (obj: SearchDataSourcesResponse) => any;
2580
+ /**
2581
+ * @internal
2582
+ */
2583
+ export declare const SearchFoldersRequestFilterSensitiveLog: (obj: SearchFoldersRequest) => any;
2584
+ /**
2585
+ * @internal
2586
+ */
2587
+ export declare const SearchFoldersResponseFilterSensitiveLog: (obj: SearchFoldersResponse) => any;
2588
+ /**
2589
+ * @internal
2590
+ */
2591
+ export declare const SearchGroupsRequestFilterSensitiveLog: (obj: SearchGroupsRequest) => any;
2592
+ /**
2593
+ * @internal
2594
+ */
2595
+ export declare const SearchGroupsResponseFilterSensitiveLog: (obj: SearchGroupsResponse) => any;
2596
+ /**
2597
+ * @internal
2598
+ */
2599
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2600
+ /**
2601
+ * @internal
2602
+ */
2603
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2604
+ /**
2605
+ * @internal
2606
+ */
2607
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2608
+ /**
2609
+ * @internal
2610
+ */
2611
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2612
+ /**
2613
+ * @internal
2614
+ */
2615
+ export declare const UpdateAccountCustomizationRequestFilterSensitiveLog: (obj: UpdateAccountCustomizationRequest) => any;
2616
+ /**
2617
+ * @internal
2618
+ */
2619
+ export declare const UpdateAccountCustomizationResponseFilterSensitiveLog: (obj: UpdateAccountCustomizationResponse) => any;
2620
+ /**
2621
+ * @internal
2622
+ */
2623
+ export declare const UpdateAccountSettingsRequestFilterSensitiveLog: (obj: UpdateAccountSettingsRequest) => any;
2624
+ /**
2625
+ * @internal
2626
+ */
2627
+ export declare const UpdateAccountSettingsResponseFilterSensitiveLog: (obj: UpdateAccountSettingsResponse) => any;
2628
+ /**
2629
+ * @internal
2630
+ */
2631
+ export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
2632
+ /**
2633
+ * @internal
2634
+ */
2635
+ export declare const UpdateAnalysisResponseFilterSensitiveLog: (obj: UpdateAnalysisResponse) => any;
2636
+ /**
2637
+ * @internal
2638
+ */
2639
+ export declare const UpdateAnalysisPermissionsRequestFilterSensitiveLog: (obj: UpdateAnalysisPermissionsRequest) => any;
2640
+ /**
2641
+ * @internal
2642
+ */
2643
+ export declare const UpdateAnalysisPermissionsResponseFilterSensitiveLog: (obj: UpdateAnalysisPermissionsResponse) => any;
2644
+ /**
2645
+ * @internal
2646
+ */
2647
+ export declare const UpdateDashboardRequestFilterSensitiveLog: (obj: UpdateDashboardRequest) => any;
2648
+ /**
2649
+ * @internal
2650
+ */
2651
+ export declare const UpdateDashboardResponseFilterSensitiveLog: (obj: UpdateDashboardResponse) => any;
2652
+ /**
2653
+ * @internal
2654
+ */
2655
+ export declare const UpdateDashboardPermissionsRequestFilterSensitiveLog: (obj: UpdateDashboardPermissionsRequest) => any;
2656
+ /**
2657
+ * @internal
2658
+ */
2659
+ export declare const UpdateDashboardPermissionsResponseFilterSensitiveLog: (obj: UpdateDashboardPermissionsResponse) => any;
2660
+ /**
2661
+ * @internal
2662
+ */
2663
+ export declare const UpdateDashboardPublishedVersionRequestFilterSensitiveLog: (obj: UpdateDashboardPublishedVersionRequest) => any;
2664
+ /**
2665
+ * @internal
2666
+ */
2667
+ export declare const UpdateDashboardPublishedVersionResponseFilterSensitiveLog: (obj: UpdateDashboardPublishedVersionResponse) => any;
2668
+ /**
2669
+ * @internal
2670
+ */
2671
+ export declare const UpdateDataSetRequestFilterSensitiveLog: (obj: UpdateDataSetRequest) => any;
2672
+ /**
2673
+ * @internal
2674
+ */
2675
+ export declare const UpdateDataSetResponseFilterSensitiveLog: (obj: UpdateDataSetResponse) => any;
2676
+ /**
2677
+ * @internal
2678
+ */
2679
+ export declare const UpdateDataSetPermissionsRequestFilterSensitiveLog: (obj: UpdateDataSetPermissionsRequest) => any;
2680
+ /**
2681
+ * @internal
2682
+ */
2683
+ export declare const UpdateDataSetPermissionsResponseFilterSensitiveLog: (obj: UpdateDataSetPermissionsResponse) => any;
2684
+ /**
2685
+ * @internal
2686
+ */
2687
+ export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
2688
+ /**
2689
+ * @internal
2690
+ */
2691
+ export declare const UpdateDataSourceResponseFilterSensitiveLog: (obj: UpdateDataSourceResponse) => any;
2692
+ /**
2693
+ * @internal
2694
+ */
2695
+ export declare const UpdateDataSourcePermissionsRequestFilterSensitiveLog: (obj: UpdateDataSourcePermissionsRequest) => any;
2696
+ /**
2697
+ * @internal
2698
+ */
2699
+ export declare const UpdateDataSourcePermissionsResponseFilterSensitiveLog: (obj: UpdateDataSourcePermissionsResponse) => any;
2700
+ /**
2701
+ * @internal
2702
+ */
2703
+ export declare const UpdateFolderRequestFilterSensitiveLog: (obj: UpdateFolderRequest) => any;
2704
+ /**
2705
+ * @internal
2706
+ */
2707
+ export declare const UpdateFolderResponseFilterSensitiveLog: (obj: UpdateFolderResponse) => any;
2708
+ /**
2709
+ * @internal
2710
+ */
2711
+ export declare const UpdateFolderPermissionsRequestFilterSensitiveLog: (obj: UpdateFolderPermissionsRequest) => any;
2712
+ /**
2713
+ * @internal
2714
+ */
2715
+ export declare const UpdateFolderPermissionsResponseFilterSensitiveLog: (obj: UpdateFolderPermissionsResponse) => any;
2716
+ /**
2717
+ * @internal
2718
+ */
2719
+ export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
2720
+ /**
2721
+ * @internal
2722
+ */
2723
+ export declare const UpdateGroupResponseFilterSensitiveLog: (obj: UpdateGroupResponse) => any;
2724
+ /**
2725
+ * @internal
2726
+ */
2727
+ export declare const UpdateIAMPolicyAssignmentRequestFilterSensitiveLog: (obj: UpdateIAMPolicyAssignmentRequest) => any;
2728
+ /**
2729
+ * @internal
2730
+ */
2731
+ export declare const UpdateIAMPolicyAssignmentResponseFilterSensitiveLog: (obj: UpdateIAMPolicyAssignmentResponse) => any;
2732
+ /**
2733
+ * @internal
2734
+ */
2735
+ export declare const UpdateIpRestrictionRequestFilterSensitiveLog: (obj: UpdateIpRestrictionRequest) => any;
2736
+ /**
2737
+ * @internal
2738
+ */
2739
+ export declare const UpdateIpRestrictionResponseFilterSensitiveLog: (obj: UpdateIpRestrictionResponse) => any;
2740
+ /**
2741
+ * @internal
2742
+ */
2743
+ export declare const UpdatePublicSharingSettingsRequestFilterSensitiveLog: (obj: UpdatePublicSharingSettingsRequest) => any;
2744
+ /**
2745
+ * @internal
2746
+ */
2747
+ export declare const UpdatePublicSharingSettingsResponseFilterSensitiveLog: (obj: UpdatePublicSharingSettingsResponse) => any;
2748
+ /**
2749
+ * @internal
2750
+ */
2751
+ export declare const UpdateTemplateRequestFilterSensitiveLog: (obj: UpdateTemplateRequest) => any;
2752
+ /**
2753
+ * @internal
2754
+ */
2755
+ export declare const UpdateTemplateResponseFilterSensitiveLog: (obj: UpdateTemplateResponse) => any;
2756
+ /**
2757
+ * @internal
2758
+ */
2759
+ export declare const UpdateTemplateAliasRequestFilterSensitiveLog: (obj: UpdateTemplateAliasRequest) => any;
2760
+ /**
2761
+ * @internal
2762
+ */
2763
+ export declare const UpdateTemplateAliasResponseFilterSensitiveLog: (obj: UpdateTemplateAliasResponse) => any;
2764
+ /**
2765
+ * @internal
2766
+ */
2767
+ export declare const UpdateTemplatePermissionsRequestFilterSensitiveLog: (obj: UpdateTemplatePermissionsRequest) => any;
2768
+ /**
2769
+ * @internal
2770
+ */
2771
+ export declare const UpdateTemplatePermissionsResponseFilterSensitiveLog: (obj: UpdateTemplatePermissionsResponse) => any;
2772
+ /**
2773
+ * @internal
2774
+ */
2775
+ export declare const UpdateThemeRequestFilterSensitiveLog: (obj: UpdateThemeRequest) => any;
2776
+ /**
2777
+ * @internal
2778
+ */
2779
+ export declare const UpdateThemeResponseFilterSensitiveLog: (obj: UpdateThemeResponse) => any;
2780
+ /**
2781
+ * @internal
2782
+ */
2783
+ export declare const UpdateThemeAliasRequestFilterSensitiveLog: (obj: UpdateThemeAliasRequest) => any;
2784
+ /**
2785
+ * @internal
2786
+ */
2787
+ export declare const UpdateThemeAliasResponseFilterSensitiveLog: (obj: UpdateThemeAliasResponse) => any;
2788
+ /**
2789
+ * @internal
2790
+ */
2791
+ export declare const UpdateThemePermissionsRequestFilterSensitiveLog: (obj: UpdateThemePermissionsRequest) => any;
2792
+ /**
2793
+ * @internal
2794
+ */
2795
+ export declare const UpdateThemePermissionsResponseFilterSensitiveLog: (obj: UpdateThemePermissionsResponse) => any;
2796
+ /**
2797
+ * @internal
2798
+ */
2799
+ export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
2800
+ /**
2801
+ * @internal
2802
+ */
2803
+ export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;