@aws-sdk/client-quicksight 3.325.0 → 3.327.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 (279) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  65. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
  66. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
  67. package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
  68. package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
  69. package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
  70. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  71. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  72. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  73. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  74. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  75. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
  76. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  77. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  78. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  79. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  80. package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
  81. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  82. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  83. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  84. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  85. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  86. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  87. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  88. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  89. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  90. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  91. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  92. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  93. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  94. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  95. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  96. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  97. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  98. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  99. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  100. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  101. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  102. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  103. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  104. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  105. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  106. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  107. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  108. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  110. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  111. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  112. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  113. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
  114. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  115. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  116. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
  117. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  118. package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
  119. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
  120. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
  121. package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
  122. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
  123. package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
  124. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
  125. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
  126. package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
  127. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
  128. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
  129. package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
  130. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
  131. package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
  132. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
  133. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
  134. package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
  135. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
  136. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
  137. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
  138. package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
  139. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
  140. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  141. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  142. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  143. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  144. package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
  145. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  146. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  147. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
  148. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  149. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  150. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  151. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  152. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  153. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  154. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  155. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  156. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  157. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  158. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  159. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
  160. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
  161. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  162. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  163. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  165. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  166. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  167. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  168. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  169. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  170. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  171. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  172. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  173. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  175. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  176. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  177. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  178. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  179. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  180. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  181. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  182. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  183. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  184. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  185. package/dist-types/commands/TagResourceCommand.d.ts +8 -1
  186. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  187. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  188. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  189. package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
  190. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  191. package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
  192. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  193. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  194. package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
  195. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  196. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  197. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  198. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  199. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  200. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  201. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
  202. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
  203. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  204. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  205. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  206. package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
  207. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  208. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  209. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  210. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  211. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  212. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  213. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  214. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  215. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  216. package/dist-types/commands/index.d.ts +18 -0
  217. package/dist-types/models/models_0.d.ts +43 -91
  218. package/dist-types/models/models_1.d.ts +210 -281
  219. package/dist-types/models/models_2.d.ts +2375 -2163
  220. package/dist-types/models/models_3.d.ts +2468 -54
  221. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  222. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  223. package/dist-types/pagination/index.d.ts +2 -0
  224. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  225. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  226. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  227. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  230. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  231. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  232. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  233. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  235. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  258. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  259. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  260. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  261. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  263. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  264. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  265. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  267. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  268. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  269. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  270. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  272. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  273. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  274. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  275. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  277. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  278. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  279. package/package.json +7 -7
@@ -43,6 +43,22 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
43
43
  * };
44
44
  * const command = new SearchAnalysesCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // SearchAnalysesResponse
47
+ * // AnalysisSummaryList: [ // AnalysisSummaryList
48
+ * // { // AnalysisSummary
49
+ * // Arn: "STRING_VALUE",
50
+ * // AnalysisId: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
53
+ * // CreatedTime: new Date("TIMESTAMP"),
54
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
55
+ * // },
56
+ * // ],
57
+ * // NextToken: "STRING_VALUE",
58
+ * // Status: Number("int"),
59
+ * // RequestId: "STRING_VALUE",
60
+ * // };
61
+ *
46
62
  * ```
47
63
  *
48
64
  * @param SearchAnalysesCommandInput - {@link SearchAnalysesCommandInput}
@@ -72,6 +88,8 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
72
88
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
73
89
  * capability is available in every edition.</p>
74
90
  *
91
+ * @throws {@link QuickSightServiceException}
92
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
75
93
  *
76
94
  */
77
95
  export declare class SearchAnalysesCommand extends $Command<SearchAnalysesCommandInput, SearchAnalysesCommandOutput, QuickSightClientResolvedConfig> {
@@ -43,6 +43,23 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
43
43
  * };
44
44
  * const command = new SearchDashboardsCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // SearchDashboardsResponse
47
+ * // DashboardSummaryList: [ // DashboardSummaryList
48
+ * // { // DashboardSummary
49
+ * // Arn: "STRING_VALUE",
50
+ * // DashboardId: "STRING_VALUE",
51
+ * // Name: "STRING_VALUE",
52
+ * // CreatedTime: new Date("TIMESTAMP"),
53
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
54
+ * // PublishedVersionNumber: Number("long"),
55
+ * // LastPublishedTime: new Date("TIMESTAMP"),
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // Status: Number("int"),
60
+ * // RequestId: "STRING_VALUE",
61
+ * // };
62
+ *
46
63
  * ```
47
64
  *
48
65
  * @param SearchDashboardsCommandInput - {@link SearchDashboardsCommandInput}
@@ -72,6 +89,8 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
72
89
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
73
90
  * capability is available in every edition.</p>
74
91
  *
92
+ * @throws {@link QuickSightServiceException}
93
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
75
94
  *
76
95
  */
77
96
  export declare class SearchDashboardsCommand extends $Command<SearchDashboardsCommandInput, SearchDashboardsCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,31 @@ export interface SearchDataSetsCommandOutput extends SearchDataSetsResponse, __M
40
40
  * };
41
41
  * const command = new SearchDataSetsCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // SearchDataSetsResponse
44
+ * // DataSetSummaries: [ // DataSetSummaryList
45
+ * // { // DataSetSummary
46
+ * // Arn: "STRING_VALUE",
47
+ * // DataSetId: "STRING_VALUE",
48
+ * // Name: "STRING_VALUE",
49
+ * // CreatedTime: new Date("TIMESTAMP"),
50
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
51
+ * // ImportMode: "SPICE" || "DIRECT_QUERY",
52
+ * // RowLevelPermissionDataSet: { // RowLevelPermissionDataSet
53
+ * // Namespace: "STRING_VALUE",
54
+ * // Arn: "STRING_VALUE", // required
55
+ * // PermissionPolicy: "GRANT_ACCESS" || "DENY_ACCESS", // required
56
+ * // FormatVersion: "VERSION_1" || "VERSION_2",
57
+ * // Status: "ENABLED" || "DISABLED",
58
+ * // },
59
+ * // RowLevelPermissionTagConfigurationApplied: true || false,
60
+ * // ColumnLevelPermissionRulesApplied: true || false,
61
+ * // },
62
+ * // ],
63
+ * // NextToken: "STRING_VALUE",
64
+ * // Status: Number("int"),
65
+ * // RequestId: "STRING_VALUE",
66
+ * // };
67
+ *
43
68
  * ```
44
69
  *
45
70
  * @param SearchDataSetsCommandInput - {@link SearchDataSetsCommandInput}
@@ -69,6 +94,8 @@ export interface SearchDataSetsCommandOutput extends SearchDataSetsResponse, __M
69
94
  * @throws {@link ThrottlingException} (client fault)
70
95
  * <p>Access is throttled.</p>
71
96
  *
97
+ * @throws {@link QuickSightServiceException}
98
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
99
  *
73
100
  */
74
101
  export declare class SearchDataSetsCommand extends $Command<SearchDataSetsCommandInput, SearchDataSetsCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,22 @@ export interface SearchDataSourcesCommandOutput extends SearchDataSourcesRespons
40
40
  * };
41
41
  * const command = new SearchDataSourcesCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // SearchDataSourcesResponse
44
+ * // DataSourceSummaries: [ // DataSourceSummaryList
45
+ * // { // DataSourceSummary
46
+ * // Arn: "STRING_VALUE",
47
+ * // DataSourceId: "STRING_VALUE",
48
+ * // Name: "STRING_VALUE",
49
+ * // Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS",
50
+ * // CreatedTime: new Date("TIMESTAMP"),
51
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // Status: Number("int"),
56
+ * // RequestId: "STRING_VALUE",
57
+ * // };
58
+ *
43
59
  * ```
44
60
  *
45
61
  * @param SearchDataSourcesCommandInput - {@link SearchDataSourcesCommandInput}
@@ -69,6 +85,8 @@ export interface SearchDataSourcesCommandOutput extends SearchDataSourcesRespons
69
85
  * @throws {@link ThrottlingException} (client fault)
70
86
  * <p>Access is throttled.</p>
71
87
  *
88
+ * @throws {@link QuickSightServiceException}
89
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
90
  *
73
91
  */
74
92
  export declare class SearchDataSourcesCommand extends $Command<SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,22 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
40
40
  * };
41
41
  * const command = new SearchFoldersCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // SearchFoldersResponse
44
+ * // Status: Number("int"),
45
+ * // FolderSummaryList: [ // FolderSummaryList
46
+ * // { // FolderSummary
47
+ * // Arn: "STRING_VALUE",
48
+ * // FolderId: "STRING_VALUE",
49
+ * // Name: "STRING_VALUE",
50
+ * // FolderType: "SHARED",
51
+ * // CreatedTime: new Date("TIMESTAMP"),
52
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
53
+ * // },
54
+ * // ],
55
+ * // NextToken: "STRING_VALUE",
56
+ * // RequestId: "STRING_VALUE",
57
+ * // };
58
+ *
43
59
  * ```
44
60
  *
45
61
  * @param SearchFoldersCommandInput - {@link SearchFoldersCommandInput}
@@ -78,6 +94,8 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
78
94
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
79
95
  * capability is available in every edition.</p>
80
96
  *
97
+ * @throws {@link QuickSightServiceException}
98
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
99
  *
82
100
  */
83
101
  export declare class SearchFoldersCommand extends $Command<SearchFoldersCommandInput, SearchFoldersCommandOutput, QuickSightClientResolvedConfig> {
@@ -41,6 +41,20 @@ export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
41
41
  * };
42
42
  * const command = new SearchGroupsCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // SearchGroupsResponse
45
+ * // GroupList: [ // GroupList
46
+ * // { // Group
47
+ * // Arn: "STRING_VALUE",
48
+ * // GroupName: "STRING_VALUE",
49
+ * // Description: "STRING_VALUE",
50
+ * // PrincipalId: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // RequestId: "STRING_VALUE",
55
+ * // Status: Number("int"),
56
+ * // };
57
+ *
44
58
  * ```
45
59
  *
46
60
  * @param SearchGroupsCommandInput - {@link SearchGroupsCommandInput}
@@ -76,6 +90,8 @@ export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
76
90
  * @throws {@link ThrottlingException} (client fault)
77
91
  * <p>Access is throttled.</p>
78
92
  *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
79
95
  *
80
96
  */
81
97
  export declare class SearchGroupsCommand extends $Command<SearchGroupsCommandInput, SearchGroupsCommandOutput, QuickSightClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
28
28
  * that is already associated with the resource, the new tag value that you specify
29
29
  * replaces the previous value for that tag.</p>
30
30
  * <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
31
- * set, data source, dashboard, and template. </p>
31
+ * set, data source, dashboard, template, and topic. </p>
32
32
  * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
33
33
  * the following:</p>
34
34
  * <ul>
@@ -59,6 +59,11 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
59
59
  * };
60
60
  * const command = new TagResourceCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // TagResourceResponse
63
+ * // RequestId: "STRING_VALUE",
64
+ * // Status: Number("int"),
65
+ * // };
66
+ *
62
67
  * ```
63
68
  *
64
69
  * @param TagResourceCommandInput - {@link TagResourceCommandInput}
@@ -88,6 +93,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
88
93
  * @throws {@link ThrottlingException} (client fault)
89
94
  * <p>Access is throttled.</p>
90
95
  *
96
+ * @throws {@link QuickSightServiceException}
97
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
91
98
  *
92
99
  */
93
100
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * };
35
35
  * const command = new UntagResourceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UntagResourceResponse
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
@@ -60,6 +65,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
60
65
  * @throws {@link ThrottlingException} (client fault)
61
66
  * <p>Access is throttled.</p>
62
67
  *
68
+ * @throws {@link QuickSightServiceException}
69
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
70
  *
64
71
  */
65
72
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -40,6 +40,18 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
40
40
  * };
41
41
  * const command = new UpdateAccountCustomizationCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // UpdateAccountCustomizationResponse
44
+ * // Arn: "STRING_VALUE",
45
+ * // AwsAccountId: "STRING_VALUE",
46
+ * // Namespace: "STRING_VALUE",
47
+ * // AccountCustomization: { // AccountCustomization
48
+ * // DefaultTheme: "STRING_VALUE",
49
+ * // DefaultEmailCustomizationTemplate: "STRING_VALUE",
50
+ * // },
51
+ * // RequestId: "STRING_VALUE",
52
+ * // Status: Number("int"),
53
+ * // };
54
+ *
43
55
  * ```
44
56
  *
45
57
  * @param UpdateAccountCustomizationCommandInput - {@link UpdateAccountCustomizationCommandInput}
@@ -72,6 +84,8 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
72
84
  * @throws {@link ThrottlingException} (client fault)
73
85
  * <p>Access is throttled.</p>
74
86
  *
87
+ * @throws {@link QuickSightServiceException}
88
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
75
89
  *
76
90
  */
77
91
  export declare class UpdateAccountCustomizationCommand extends $Command<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
34
34
  * };
35
35
  * const command = new UpdateAccountSettingsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // UpdateAccountSettingsResponse
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param UpdateAccountSettingsCommandInput - {@link UpdateAccountSettingsCommandInput}
@@ -63,6 +68,8 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
63
68
  * @throws {@link ThrottlingException} (client fault)
64
69
  * <p>Access is throttled.</p>
65
70
  *
71
+ * @throws {@link QuickSightServiceException}
72
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
66
73
  *
67
74
  */
68
75
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
@@ -989,6 +989,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
989
989
  * "STRING_VALUE",
990
990
  * ],
991
991
  * SelectedFieldOptions: "ALL_FIELDS",
992
+ * SelectedColumns: [ // CustomActionColumnList
993
+ * "<ColumnIdentifier>",
994
+ * ],
992
995
  * },
993
996
  * TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
994
997
  * SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
@@ -1033,6 +1036,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1033
1036
  * SelectAllValueOptions: "ALL_VALUES",
1034
1037
  * SourceParameterName: "STRING_VALUE",
1035
1038
  * SourceField: "STRING_VALUE",
1039
+ * SourceColumn: "<ColumnIdentifier>",
1036
1040
  * },
1037
1041
  * },
1038
1042
  * ],
@@ -1384,6 +1388,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1384
1388
  * "STRING_VALUE",
1385
1389
  * ],
1386
1390
  * SelectedFieldOptions: "ALL_FIELDS",
1391
+ * SelectedColumns: [
1392
+ * "<ColumnIdentifier>",
1393
+ * ],
1387
1394
  * },
1388
1395
  * TargetVisualsConfiguration: {
1389
1396
  * SameSheetTargetVisualConfiguration: {
@@ -1428,6 +1435,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1428
1435
  * SelectAllValueOptions: "ALL_VALUES",
1429
1436
  * SourceParameterName: "STRING_VALUE",
1430
1437
  * SourceField: "STRING_VALUE",
1438
+ * SourceColumn: "<ColumnIdentifier>",
1431
1439
  * },
1432
1440
  * },
1433
1441
  * ],
@@ -1796,6 +1804,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1796
1804
  * LabelFontConfiguration: "<FontConfiguration>",
1797
1805
  * LabelColor: "STRING_VALUE",
1798
1806
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1807
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
1799
1808
  * },
1800
1809
  * Tooltip: { // TooltipOptions
1801
1810
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -1829,7 +1838,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1829
1838
  * },
1830
1839
  * DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1831
1840
  * Column: "<ColumnIdentifier>", // required
1832
- * MeasureAggregationFunction: "<AggregationFunction>", // required
1841
+ * MeasureAggregationFunction: "<AggregationFunction>",
1833
1842
  * Calculation: "<NumericalAggregationFunction>", // required
1834
1843
  * },
1835
1844
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -1876,6 +1885,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1876
1885
  * "STRING_VALUE",
1877
1886
  * ],
1878
1887
  * SelectedFieldOptions: "ALL_FIELDS",
1888
+ * SelectedColumns: [
1889
+ * "<ColumnIdentifier>",
1890
+ * ],
1879
1891
  * },
1880
1892
  * TargetVisualsConfiguration: {
1881
1893
  * SameSheetTargetVisualConfiguration: {
@@ -1920,6 +1932,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
1920
1932
  * SelectAllValueOptions: "ALL_VALUES",
1921
1933
  * SourceParameterName: "STRING_VALUE",
1922
1934
  * SourceField: "STRING_VALUE",
1935
+ * SourceColumn: "<ColumnIdentifier>",
1923
1936
  * },
1924
1937
  * },
1925
1938
  * ],
@@ -2155,6 +2168,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2155
2168
  * "STRING_VALUE",
2156
2169
  * ],
2157
2170
  * SelectedFieldOptions: "ALL_FIELDS",
2171
+ * SelectedColumns: [
2172
+ * "<ColumnIdentifier>",
2173
+ * ],
2158
2174
  * },
2159
2175
  * TargetVisualsConfiguration: {
2160
2176
  * SameSheetTargetVisualConfiguration: {
@@ -2199,6 +2215,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2199
2215
  * SelectAllValueOptions: "ALL_VALUES",
2200
2216
  * SourceParameterName: "STRING_VALUE",
2201
2217
  * SourceField: "STRING_VALUE",
2218
+ * SourceColumn: "<ColumnIdentifier>",
2202
2219
  * },
2203
2220
  * },
2204
2221
  * ],
@@ -2405,6 +2422,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2405
2422
  * LabelFontConfiguration: "<FontConfiguration>",
2406
2423
  * LabelColor: "STRING_VALUE",
2407
2424
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2425
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2408
2426
  * },
2409
2427
  * Tooltip: {
2410
2428
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2462,6 +2480,9 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2462
2480
  * "STRING_VALUE",
2463
2481
  * ],
2464
2482
  * SelectedFieldOptions: "ALL_FIELDS",
2483
+ * SelectedColumns: [
2484
+ * "<ColumnIdentifier>",
2485
+ * ],
2465
2486
  * },
2466
2487
  * TargetVisualsConfiguration: {
2467
2488
  * SameSheetTargetVisualConfiguration: {
@@ -2506,6 +2527,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2506
2527
  * SelectAllValueOptions: "ALL_VALUES",
2507
2528
  * SourceParameterName: "STRING_VALUE",
2508
2529
  * SourceField: "STRING_VALUE",
2530
+ * SourceColumn: "<ColumnIdentifier>",
2509
2531
  * },
2510
2532
  * },
2511
2533
  * ],
@@ -2599,6 +2621,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2599
2621
  * LabelFontConfiguration: "<FontConfiguration>",
2600
2622
  * LabelColor: "STRING_VALUE",
2601
2623
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2624
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2602
2625
  * },
2603
2626
  * TooltipOptions: {
2604
2627
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -2964,6 +2987,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2964
2987
  * LabelFontConfiguration: "<FontConfiguration>",
2965
2988
  * LabelColor: "STRING_VALUE",
2966
2989
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2990
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
2967
2991
  * },
2968
2992
  * ReferenceLines: [
2969
2993
  * {
@@ -2974,7 +2998,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
2974
2998
  * },
2975
2999
  * DynamicConfiguration: {
2976
3000
  * Column: "<ColumnIdentifier>", // required
2977
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3001
+ * MeasureAggregationFunction: "<AggregationFunction>",
2978
3002
  * Calculation: "<NumericalAggregationFunction>", // required
2979
3003
  * },
2980
3004
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3141,6 +3165,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3141
3165
  * LabelFontConfiguration: "<FontConfiguration>",
3142
3166
  * LabelColor: "STRING_VALUE",
3143
3167
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3168
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
3144
3169
  * },
3145
3170
  * Tooltip: {
3146
3171
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
@@ -3386,11 +3411,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3386
3411
  * YAxis: "<MeasureFieldList>",
3387
3412
  * Category: "<DimensionFieldList>",
3388
3413
  * Size: "<MeasureFieldList>",
3414
+ * Label: "<DimensionFieldList>",
3389
3415
  * },
3390
3416
  * ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3391
3417
  * XAxis: "<DimensionFieldList>",
3392
3418
  * YAxis: "<DimensionFieldList>",
3393
3419
  * Size: "<MeasureFieldList>",
3420
+ * Category: "<DimensionFieldList>",
3421
+ * Label: "<DimensionFieldList>",
3394
3422
  * },
3395
3423
  * },
3396
3424
  * XAxisLabelOptions: "<ChartAxisLabelOptions>",
@@ -3445,7 +3473,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3445
3473
  * },
3446
3474
  * DynamicConfiguration: {
3447
3475
  * Column: "<ColumnIdentifier>", // required
3448
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3476
+ * MeasureAggregationFunction: "<AggregationFunction>",
3449
3477
  * Calculation: "<NumericalAggregationFunction>", // required
3450
3478
  * },
3451
3479
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -3518,7 +3546,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
3518
3546
  * },
3519
3547
  * DynamicConfiguration: {
3520
3548
  * Column: "<ColumnIdentifier>", // required
3521
- * MeasureAggregationFunction: "<AggregationFunction>", // required
3549
+ * MeasureAggregationFunction: "<AggregationFunction>",
3522
3550
  * Calculation: "<NumericalAggregationFunction>", // required
3523
3551
  * },
3524
3552
  * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
@@ -4049,6 +4077,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4049
4077
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4050
4078
  * CustomValue: "STRING_VALUE",
4051
4079
  * },
4080
+ * MappedDataSetParameters: [ // MappedDataSetParameters
4081
+ * { // MappedDataSetParameter
4082
+ * DataSetIdentifier: "STRING_VALUE", // required
4083
+ * DataSetParameterName: "STRING_VALUE", // required
4084
+ * },
4085
+ * ],
4052
4086
  * },
4053
4087
  * DecimalParameterDeclaration: { // DecimalParameterDeclaration
4054
4088
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4065,6 +4099,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4065
4099
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4066
4100
  * CustomValue: Number("double"),
4067
4101
  * },
4102
+ * MappedDataSetParameters: [
4103
+ * {
4104
+ * DataSetIdentifier: "STRING_VALUE", // required
4105
+ * DataSetParameterName: "STRING_VALUE", // required
4106
+ * },
4107
+ * ],
4068
4108
  * },
4069
4109
  * IntegerParameterDeclaration: { // IntegerParameterDeclaration
4070
4110
  * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
@@ -4081,6 +4121,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4081
4121
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4082
4122
  * CustomValue: Number("long"),
4083
4123
  * },
4124
+ * MappedDataSetParameters: [
4125
+ * {
4126
+ * DataSetIdentifier: "STRING_VALUE", // required
4127
+ * DataSetParameterName: "STRING_VALUE", // required
4128
+ * },
4129
+ * ],
4084
4130
  * },
4085
4131
  * DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4086
4132
  * Name: "STRING_VALUE", // required
@@ -4101,6 +4147,12 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4101
4147
  * ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4102
4148
  * CustomValue: new Date("TIMESTAMP"),
4103
4149
  * },
4150
+ * MappedDataSetParameters: [
4151
+ * {
4152
+ * DataSetIdentifier: "STRING_VALUE", // required
4153
+ * DataSetParameterName: "STRING_VALUE", // required
4154
+ * },
4155
+ * ],
4104
4156
  * },
4105
4157
  * },
4106
4158
  * ],
@@ -4296,6 +4348,14 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4296
4348
  * };
4297
4349
  * const command = new UpdateAnalysisCommand(input);
4298
4350
  * const response = await client.send(command);
4351
+ * // { // UpdateAnalysisResponse
4352
+ * // Arn: "STRING_VALUE",
4353
+ * // AnalysisId: "STRING_VALUE",
4354
+ * // UpdateStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
4355
+ * // Status: Number("int"),
4356
+ * // RequestId: "STRING_VALUE",
4357
+ * // };
4358
+ *
4299
4359
  * ```
4300
4360
  *
4301
4361
  * @param UpdateAnalysisCommandInput - {@link UpdateAnalysisCommandInput}
@@ -4328,6 +4388,8 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
4328
4388
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
4329
4389
  * capability is available in every edition.</p>
4330
4390
  *
4391
+ * @throws {@link QuickSightServiceException}
4392
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
4331
4393
  *
4332
4394
  */
4333
4395
  export declare class UpdateAnalysisCommand extends $Command<UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -48,6 +48,21 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
48
48
  * };
49
49
  * const command = new UpdateAnalysisPermissionsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // UpdateAnalysisPermissionsResponse
52
+ * // AnalysisArn: "STRING_VALUE",
53
+ * // AnalysisId: "STRING_VALUE",
54
+ * // Permissions: [ // ResourcePermissionList
55
+ * // { // ResourcePermission
56
+ * // Principal: "STRING_VALUE", // required
57
+ * // Actions: [ // ActionList // required
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // ],
62
+ * // RequestId: "STRING_VALUE",
63
+ * // Status: Number("int"),
64
+ * // };
65
+ *
51
66
  * ```
52
67
  *
53
68
  * @param UpdateAnalysisPermissionsCommandInput - {@link UpdateAnalysisPermissionsCommandInput}
@@ -80,6 +95,8 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
80
95
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
81
96
  * capability is available in every edition.</p>
82
97
  *
98
+ * @throws {@link QuickSightServiceException}
99
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
83
100
  *
84
101
  */
85
102
  export declare class UpdateAnalysisPermissionsCommand extends $Command<UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {