@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
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_2";
4
+ import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -32,6 +32,21 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
32
32
  * };
33
33
  * const command = new DescribeTemplatePermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeTemplatePermissionsResponse
36
+ * // TemplateId: "STRING_VALUE",
37
+ * // TemplateArn: "STRING_VALUE",
38
+ * // Permissions: [ // ResourcePermissionList
39
+ * // { // ResourcePermission
40
+ * // Principal: "STRING_VALUE", // required
41
+ * // Actions: [ // ActionList // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeTemplatePermissionsCommandInput - {@link DescribeTemplatePermissionsCommandInput}
@@ -61,6 +76,8 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
61
76
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
62
77
  * capability is available in every edition.</p>
63
78
  *
79
+ * @throws {@link QuickSightServiceException}
80
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
64
81
  *
65
82
  */
66
83
  export declare class DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_2";
4
+ import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -33,6 +33,16 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
33
33
  * };
34
34
  * const command = new DescribeThemeAliasCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeThemeAliasResponse
37
+ * // ThemeAlias: { // ThemeAlias
38
+ * // Arn: "STRING_VALUE",
39
+ * // AliasName: "STRING_VALUE",
40
+ * // ThemeVersionNumber: Number("long"),
41
+ * // },
42
+ * // Status: Number("int"),
43
+ * // RequestId: "STRING_VALUE",
44
+ * // };
45
+ *
36
46
  * ```
37
47
  *
38
48
  * @param DescribeThemeAliasCommandInput - {@link DescribeThemeAliasCommandInput}
@@ -62,6 +72,8 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
62
72
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
63
73
  * capability is available in every edition.</p>
64
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
77
  *
66
78
  */
67
79
  export declare class DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_2";
4
+ import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -34,6 +34,84 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
34
34
  * };
35
35
  * const command = new DescribeThemeCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DescribeThemeResponse
38
+ * // Theme: { // Theme
39
+ * // Arn: "STRING_VALUE",
40
+ * // Name: "STRING_VALUE",
41
+ * // ThemeId: "STRING_VALUE",
42
+ * // Version: { // ThemeVersion
43
+ * // VersionNumber: Number("long"),
44
+ * // Arn: "STRING_VALUE",
45
+ * // Description: "STRING_VALUE",
46
+ * // BaseThemeId: "STRING_VALUE",
47
+ * // CreatedTime: new Date("TIMESTAMP"),
48
+ * // Configuration: { // ThemeConfiguration
49
+ * // DataColorPalette: { // DataColorPalette
50
+ * // Colors: [ // ColorList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // MinMaxGradient: [
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // EmptyFillColor: "STRING_VALUE",
57
+ * // },
58
+ * // UIColorPalette: { // UIColorPalette
59
+ * // PrimaryForeground: "STRING_VALUE",
60
+ * // PrimaryBackground: "STRING_VALUE",
61
+ * // SecondaryForeground: "STRING_VALUE",
62
+ * // SecondaryBackground: "STRING_VALUE",
63
+ * // Accent: "STRING_VALUE",
64
+ * // AccentForeground: "STRING_VALUE",
65
+ * // Danger: "STRING_VALUE",
66
+ * // DangerForeground: "STRING_VALUE",
67
+ * // Warning: "STRING_VALUE",
68
+ * // WarningForeground: "STRING_VALUE",
69
+ * // Success: "STRING_VALUE",
70
+ * // SuccessForeground: "STRING_VALUE",
71
+ * // Dimension: "STRING_VALUE",
72
+ * // DimensionForeground: "STRING_VALUE",
73
+ * // Measure: "STRING_VALUE",
74
+ * // MeasureForeground: "STRING_VALUE",
75
+ * // },
76
+ * // Sheet: { // SheetStyle
77
+ * // Tile: { // TileStyle
78
+ * // Border: { // BorderStyle
79
+ * // Show: true || false,
80
+ * // },
81
+ * // },
82
+ * // TileLayout: { // TileLayoutStyle
83
+ * // Gutter: { // GutterStyle
84
+ * // Show: true || false,
85
+ * // },
86
+ * // Margin: { // MarginStyle
87
+ * // Show: true || false,
88
+ * // },
89
+ * // },
90
+ * // },
91
+ * // Typography: { // Typography
92
+ * // FontFamilies: [ // FontList
93
+ * // { // Font
94
+ * // FontFamily: "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // Errors: [ // ThemeErrorList
100
+ * // { // ThemeError
101
+ * // Type: "INTERNAL_FAILURE",
102
+ * // Message: "STRING_VALUE",
103
+ * // },
104
+ * // ],
105
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
106
+ * // },
107
+ * // CreatedTime: new Date("TIMESTAMP"),
108
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
109
+ * // Type: "QUICKSIGHT" || "CUSTOM" || "ALL",
110
+ * // },
111
+ * // Status: Number("int"),
112
+ * // RequestId: "STRING_VALUE",
113
+ * // };
114
+ *
37
115
  * ```
38
116
  *
39
117
  * @param DescribeThemeCommandInput - {@link DescribeThemeCommandInput}
@@ -69,6 +147,8 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
69
147
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
70
148
  * capability is available in every edition.</p>
71
149
  *
150
+ * @throws {@link QuickSightServiceException}
151
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
72
152
  *
73
153
  */
74
154
  export declare class DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_2";
4
+ import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_3";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  /**
7
7
  * @public
@@ -32,6 +32,21 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
32
32
  * };
33
33
  * const command = new DescribeThemePermissionsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeThemePermissionsResponse
36
+ * // ThemeId: "STRING_VALUE",
37
+ * // ThemeArn: "STRING_VALUE",
38
+ * // Permissions: [ // ResourcePermissionList
39
+ * // { // ResourcePermission
40
+ * // Principal: "STRING_VALUE", // required
41
+ * // Actions: [ // ActionList // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // RequestId: "STRING_VALUE",
47
+ * // Status: Number("int"),
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeThemePermissionsCommandInput - {@link DescribeThemePermissionsCommandInput}
@@ -64,6 +79,8 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
64
79
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
65
80
  * capability is available in every edition.</p>
66
81
  *
82
+ * @throws {@link QuickSightServiceException}
83
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
84
  *
68
85
  */
69
86
  export declare class DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -0,0 +1,336 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DescribeTopicRequest, DescribeTopicResponse } from "../models/models_3";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DescribeTopicCommand}.
10
+ */
11
+ export interface DescribeTopicCommandInput extends DescribeTopicRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DescribeTopicCommand}.
17
+ */
18
+ export interface DescribeTopicCommandOutput extends DescribeTopicResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Describes a topic.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DescribeTopicCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DescribeTopicCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DescribeTopicRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TopicId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DescribeTopicCommand(input);
34
+ * const response = await client.send(command);
35
+ * // { // DescribeTopicResponse
36
+ * // Arn: "STRING_VALUE",
37
+ * // TopicId: "STRING_VALUE",
38
+ * // Topic: { // TopicDetails
39
+ * // Name: "STRING_VALUE",
40
+ * // Description: "STRING_VALUE",
41
+ * // DataSets: [ // Datasets
42
+ * // { // DatasetMetadata
43
+ * // DatasetArn: "STRING_VALUE", // required
44
+ * // DatasetName: "STRING_VALUE",
45
+ * // DatasetDescription: "STRING_VALUE",
46
+ * // DataAggregation: { // DataAggregation
47
+ * // DatasetRowDateGranularity: "SECOND" || "MINUTE" || "HOUR" || "DAY" || "WEEK" || "MONTH" || "QUARTER" || "YEAR",
48
+ * // DefaultDateColumnName: "STRING_VALUE",
49
+ * // },
50
+ * // Filters: [ // TopicFilters
51
+ * // { // TopicFilter
52
+ * // FilterDescription: "STRING_VALUE",
53
+ * // FilterClass: "ENFORCED_VALUE_FILTER" || "CONDITIONAL_VALUE_FILTER" || "NAMED_VALUE_FILTER",
54
+ * // FilterName: "STRING_VALUE", // required
55
+ * // FilterSynonyms: [ // Synonyms
56
+ * // "STRING_VALUE",
57
+ * // ],
58
+ * // OperandFieldName: "STRING_VALUE", // required
59
+ * // FilterType: "CATEGORY_FILTER" || "NUMERIC_EQUALITY_FILTER" || "NUMERIC_RANGE_FILTER" || "DATE_RANGE_FILTER" || "RELATIVE_DATE_FILTER",
60
+ * // CategoryFilter: { // TopicCategoryFilter
61
+ * // CategoryFilterFunction: "EXACT" || "CONTAINS",
62
+ * // CategoryFilterType: "CUSTOM_FILTER" || "CUSTOM_FILTER_LIST" || "FILTER_LIST",
63
+ * // Constant: { // TopicCategoryFilterConstant
64
+ * // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
65
+ * // SingularConstant: "STRING_VALUE",
66
+ * // CollectiveConstant: { // CollectiveConstant
67
+ * // ValueList: [ // StringList
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // },
71
+ * // },
72
+ * // Inverse: true || false,
73
+ * // },
74
+ * // NumericEqualityFilter: { // TopicNumericEqualityFilter
75
+ * // Constant: { // TopicSingularFilterConstant
76
+ * // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
77
+ * // SingularConstant: "STRING_VALUE",
78
+ * // },
79
+ * // Aggregation: "NO_AGGREGATION" || "SUM" || "AVERAGE" || "COUNT" || "DISTINCT_COUNT" || "MAX" || "MEDIAN" || "MIN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
80
+ * // },
81
+ * // NumericRangeFilter: { // TopicNumericRangeFilter
82
+ * // Inclusive: true || false,
83
+ * // Constant: { // TopicRangeFilterConstant
84
+ * // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
85
+ * // RangeConstant: { // RangeConstant
86
+ * // Minimum: "STRING_VALUE",
87
+ * // Maximum: "STRING_VALUE",
88
+ * // },
89
+ * // },
90
+ * // Aggregation: "NO_AGGREGATION" || "SUM" || "AVERAGE" || "COUNT" || "DISTINCT_COUNT" || "MAX" || "MEDIAN" || "MIN" || "STDEV" || "STDEVP" || "VAR" || "VARP",
91
+ * // },
92
+ * // DateRangeFilter: { // TopicDateRangeFilter
93
+ * // Inclusive: true || false,
94
+ * // Constant: {
95
+ * // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
96
+ * // RangeConstant: {
97
+ * // Minimum: "STRING_VALUE",
98
+ * // Maximum: "STRING_VALUE",
99
+ * // },
100
+ * // },
101
+ * // },
102
+ * // RelativeDateFilter: { // TopicRelativeDateFilter
103
+ * // TimeGranularity: "SECOND" || "MINUTE" || "HOUR" || "DAY" || "WEEK" || "MONTH" || "QUARTER" || "YEAR",
104
+ * // RelativeDateFilterFunction: "PREVIOUS" || "THIS" || "LAST" || "NEXT" || "NOW",
105
+ * // Constant: {
106
+ * // ConstantType: "SINGULAR" || "RANGE" || "COLLECTIVE",
107
+ * // SingularConstant: "STRING_VALUE",
108
+ * // },
109
+ * // },
110
+ * // },
111
+ * // ],
112
+ * // Columns: [ // TopicColumns
113
+ * // { // TopicColumn
114
+ * // ColumnName: "STRING_VALUE", // required
115
+ * // ColumnFriendlyName: "STRING_VALUE",
116
+ * // ColumnDescription: "STRING_VALUE",
117
+ * // ColumnSynonyms: [
118
+ * // "STRING_VALUE",
119
+ * // ],
120
+ * // ColumnDataRole: "DIMENSION" || "MEASURE",
121
+ * // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
122
+ * // IsIncludedInTopic: true || false,
123
+ * // DisableIndexing: true || false,
124
+ * // ComparativeOrder: { // ComparativeOrder
125
+ * // UseOrdering: "GREATER_IS_BETTER" || "LESSER_IS_BETTER" || "SPECIFIED",
126
+ * // SpecifedOrder: [
127
+ * // "STRING_VALUE",
128
+ * // ],
129
+ * // TreatUndefinedSpecifiedValues: "LEAST" || "MOST",
130
+ * // },
131
+ * // SemanticType: { // SemanticType
132
+ * // TypeName: "STRING_VALUE",
133
+ * // SubTypeName: "STRING_VALUE",
134
+ * // TypeParameters: { // TypeParameters
135
+ * // "<keys>": "STRING_VALUE",
136
+ * // },
137
+ * // TruthyCellValue: "STRING_VALUE",
138
+ * // TruthyCellValueSynonyms: [ // SensitiveStringList
139
+ * // "STRING_VALUE",
140
+ * // ],
141
+ * // FalseyCellValue: "STRING_VALUE",
142
+ * // FalseyCellValueSynonyms: [
143
+ * // "STRING_VALUE",
144
+ * // ],
145
+ * // },
146
+ * // TimeGranularity: "SECOND" || "MINUTE" || "HOUR" || "DAY" || "WEEK" || "MONTH" || "QUARTER" || "YEAR",
147
+ * // AllowedAggregations: [ // AuthorSpecifiedAggregations
148
+ * // "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX" || "MEDIAN" || "SUM" || "AVERAGE" || "STDEV" || "STDEVP" || "VAR" || "VARP" || "PERCENTILE",
149
+ * // ],
150
+ * // NotAllowedAggregations: [
151
+ * // "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX" || "MEDIAN" || "SUM" || "AVERAGE" || "STDEV" || "STDEVP" || "VAR" || "VARP" || "PERCENTILE",
152
+ * // ],
153
+ * // DefaultFormatting: { // DefaultFormatting
154
+ * // DisplayFormat: "AUTO" || "PERCENT" || "CURRENCY" || "NUMBER" || "DATE" || "STRING",
155
+ * // DisplayFormatOptions: { // DisplayFormatOptions
156
+ * // UseBlankCellFormat: true || false,
157
+ * // BlankCellFormat: "STRING_VALUE",
158
+ * // DateFormat: "STRING_VALUE",
159
+ * // DecimalSeparator: "COMMA" || "DOT",
160
+ * // GroupingSeparator: "STRING_VALUE",
161
+ * // UseGrouping: true || false,
162
+ * // FractionDigits: Number("int"),
163
+ * // Prefix: "STRING_VALUE",
164
+ * // Suffix: "STRING_VALUE",
165
+ * // UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
166
+ * // NegativeFormat: { // NegativeFormat
167
+ * // Prefix: "STRING_VALUE",
168
+ * // Suffix: "STRING_VALUE",
169
+ * // },
170
+ * // CurrencySymbol: "STRING_VALUE",
171
+ * // },
172
+ * // },
173
+ * // NeverAggregateInFilter: true || false,
174
+ * // CellValueSynonyms: [ // CellValueSynonyms
175
+ * // { // CellValueSynonym
176
+ * // CellValue: "STRING_VALUE",
177
+ * // Synonyms: "<StringList>",
178
+ * // },
179
+ * // ],
180
+ * // },
181
+ * // ],
182
+ * // CalculatedFields: [ // TopicCalculatedFields
183
+ * // { // TopicCalculatedField
184
+ * // CalculatedFieldName: "STRING_VALUE", // required
185
+ * // CalculatedFieldDescription: "STRING_VALUE",
186
+ * // Expression: "STRING_VALUE", // required
187
+ * // CalculatedFieldSynonyms: [
188
+ * // "STRING_VALUE",
189
+ * // ],
190
+ * // IsIncludedInTopic: true || false,
191
+ * // DisableIndexing: true || false,
192
+ * // ColumnDataRole: "DIMENSION" || "MEASURE",
193
+ * // TimeGranularity: "SECOND" || "MINUTE" || "HOUR" || "DAY" || "WEEK" || "MONTH" || "QUARTER" || "YEAR",
194
+ * // DefaultFormatting: {
195
+ * // DisplayFormat: "AUTO" || "PERCENT" || "CURRENCY" || "NUMBER" || "DATE" || "STRING",
196
+ * // DisplayFormatOptions: {
197
+ * // UseBlankCellFormat: true || false,
198
+ * // BlankCellFormat: "STRING_VALUE",
199
+ * // DateFormat: "STRING_VALUE",
200
+ * // DecimalSeparator: "COMMA" || "DOT",
201
+ * // GroupingSeparator: "STRING_VALUE",
202
+ * // UseGrouping: true || false,
203
+ * // FractionDigits: Number("int"),
204
+ * // Prefix: "STRING_VALUE",
205
+ * // Suffix: "STRING_VALUE",
206
+ * // UnitScaler: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
207
+ * // NegativeFormat: {
208
+ * // Prefix: "STRING_VALUE",
209
+ * // Suffix: "STRING_VALUE",
210
+ * // },
211
+ * // CurrencySymbol: "STRING_VALUE",
212
+ * // },
213
+ * // },
214
+ * // Aggregation: "SUM" || "MAX" || "MIN" || "COUNT" || "DISTINCT_COUNT" || "AVERAGE",
215
+ * // ComparativeOrder: {
216
+ * // UseOrdering: "GREATER_IS_BETTER" || "LESSER_IS_BETTER" || "SPECIFIED",
217
+ * // SpecifedOrder: "<StringList>",
218
+ * // TreatUndefinedSpecifiedValues: "LEAST" || "MOST",
219
+ * // },
220
+ * // SemanticType: {
221
+ * // TypeName: "STRING_VALUE",
222
+ * // SubTypeName: "STRING_VALUE",
223
+ * // TypeParameters: {
224
+ * // "<keys>": "STRING_VALUE",
225
+ * // },
226
+ * // TruthyCellValue: "STRING_VALUE",
227
+ * // TruthyCellValueSynonyms: [
228
+ * // "STRING_VALUE",
229
+ * // ],
230
+ * // FalseyCellValue: "STRING_VALUE",
231
+ * // FalseyCellValueSynonyms: [
232
+ * // "STRING_VALUE",
233
+ * // ],
234
+ * // },
235
+ * // AllowedAggregations: [
236
+ * // "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX" || "MEDIAN" || "SUM" || "AVERAGE" || "STDEV" || "STDEVP" || "VAR" || "VARP" || "PERCENTILE",
237
+ * // ],
238
+ * // NotAllowedAggregations: [
239
+ * // "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX" || "MEDIAN" || "SUM" || "AVERAGE" || "STDEV" || "STDEVP" || "VAR" || "VARP" || "PERCENTILE",
240
+ * // ],
241
+ * // NeverAggregateInFilter: true || false,
242
+ * // CellValueSynonyms: [
243
+ * // {
244
+ * // CellValue: "STRING_VALUE",
245
+ * // Synonyms: "<StringList>",
246
+ * // },
247
+ * // ],
248
+ * // },
249
+ * // ],
250
+ * // NamedEntities: [ // TopicNamedEntities
251
+ * // { // TopicNamedEntity
252
+ * // EntityName: "STRING_VALUE", // required
253
+ * // EntityDescription: "STRING_VALUE",
254
+ * // EntitySynonyms: [
255
+ * // "STRING_VALUE",
256
+ * // ],
257
+ * // SemanticEntityType: { // SemanticEntityType
258
+ * // TypeName: "STRING_VALUE",
259
+ * // SubTypeName: "STRING_VALUE",
260
+ * // TypeParameters: {
261
+ * // "<keys>": "STRING_VALUE",
262
+ * // },
263
+ * // },
264
+ * // Definition: [ // NamedEntityDefinitions
265
+ * // { // NamedEntityDefinition
266
+ * // FieldName: "STRING_VALUE",
267
+ * // PropertyName: "STRING_VALUE",
268
+ * // PropertyRole: "PRIMARY" || "ID",
269
+ * // PropertyUsage: "INHERIT" || "DIMENSION" || "MEASURE",
270
+ * // Metric: { // NamedEntityDefinitionMetric
271
+ * // Aggregation: "SUM" || "MIN" || "MAX" || "COUNT" || "AVERAGE" || "DISTINCT_COUNT" || "STDEV" || "STDEVP" || "VAR" || "VARP" || "PERCENTILE" || "MEDIAN" || "CUSTOM",
272
+ * // AggregationFunctionParameters: { // AggregationFunctionParameters
273
+ * // "<keys>": "STRING_VALUE",
274
+ * // },
275
+ * // },
276
+ * // },
277
+ * // ],
278
+ * // },
279
+ * // ],
280
+ * // },
281
+ * // ],
282
+ * // },
283
+ * // RequestId: "STRING_VALUE",
284
+ * // Status: Number("int"),
285
+ * // };
286
+ *
287
+ * ```
288
+ *
289
+ * @param DescribeTopicCommandInput - {@link DescribeTopicCommandInput}
290
+ * @returns {@link DescribeTopicCommandOutput}
291
+ * @see {@link DescribeTopicCommandInput} for command's `input` shape.
292
+ * @see {@link DescribeTopicCommandOutput} for command's `response` shape.
293
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
294
+ *
295
+ * @throws {@link AccessDeniedException} (client fault)
296
+ * <p>You don't have access to this item. The provided credentials couldn't be
297
+ * validated. You might not be authorized to carry out the request. Make sure that your
298
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
299
+ * correct permissions, and that you are using the correct credentials.</p>
300
+ *
301
+ * @throws {@link InternalFailureException} (server fault)
302
+ * <p>An internal failure occurred.</p>
303
+ *
304
+ * @throws {@link InvalidParameterValueException} (client fault)
305
+ * <p>One or more parameters has a value that isn't valid.</p>
306
+ *
307
+ * @throws {@link ResourceNotFoundException} (client fault)
308
+ * <p>One or more resources can't be found.</p>
309
+ *
310
+ * @throws {@link ThrottlingException} (client fault)
311
+ * <p>Access is throttled.</p>
312
+ *
313
+ * @throws {@link QuickSightServiceException}
314
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
315
+ *
316
+ */
317
+ export declare class DescribeTopicCommand extends $Command<DescribeTopicCommandInput, DescribeTopicCommandOutput, QuickSightClientResolvedConfig> {
318
+ readonly input: DescribeTopicCommandInput;
319
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
320
+ /**
321
+ * @public
322
+ */
323
+ constructor(input: DescribeTopicCommandInput);
324
+ /**
325
+ * @internal
326
+ */
327
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTopicCommandInput, DescribeTopicCommandOutput>;
328
+ /**
329
+ * @internal
330
+ */
331
+ private serialize;
332
+ /**
333
+ * @internal
334
+ */
335
+ private deserialize;
336
+ }
@@ -0,0 +1,99 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DescribeTopicPermissionsRequest, DescribeTopicPermissionsResponse } from "../models/models_3";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DescribeTopicPermissionsCommand}.
10
+ */
11
+ export interface DescribeTopicPermissionsCommandInput extends DescribeTopicPermissionsRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DescribeTopicPermissionsCommand}.
17
+ */
18
+ export interface DescribeTopicPermissionsCommandOutput extends DescribeTopicPermissionsResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Describes the permissions of a topic.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DescribeTopicPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DescribeTopicPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DescribeTopicPermissionsRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * TopicId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DescribeTopicPermissionsCommand(input);
34
+ * const response = await client.send(command);
35
+ * // { // DescribeTopicPermissionsResponse
36
+ * // TopicId: "STRING_VALUE",
37
+ * // TopicArn: "STRING_VALUE",
38
+ * // Permissions: [ // ResourcePermissionList
39
+ * // { // ResourcePermission
40
+ * // Principal: "STRING_VALUE", // required
41
+ * // Actions: [ // ActionList // required
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // },
45
+ * // ],
46
+ * // Status: Number("int"),
47
+ * // RequestId: "STRING_VALUE",
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param DescribeTopicPermissionsCommandInput - {@link DescribeTopicPermissionsCommandInput}
53
+ * @returns {@link DescribeTopicPermissionsCommandOutput}
54
+ * @see {@link DescribeTopicPermissionsCommandInput} for command's `input` shape.
55
+ * @see {@link DescribeTopicPermissionsCommandOutput} for command's `response` shape.
56
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>You don't have access to this item. The provided credentials couldn't be
60
+ * validated. You might not be authorized to carry out the request. Make sure that your
61
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
62
+ * correct permissions, and that you are using the correct credentials.</p>
63
+ *
64
+ * @throws {@link InternalFailureException} (server fault)
65
+ * <p>An internal failure occurred.</p>
66
+ *
67
+ * @throws {@link InvalidParameterValueException} (client fault)
68
+ * <p>One or more parameters has a value that isn't valid.</p>
69
+ *
70
+ * @throws {@link ResourceNotFoundException} (client fault)
71
+ * <p>One or more resources can't be found.</p>
72
+ *
73
+ * @throws {@link ThrottlingException} (client fault)
74
+ * <p>Access is throttled.</p>
75
+ *
76
+ * @throws {@link QuickSightServiceException}
77
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
78
+ *
79
+ */
80
+ export declare class DescribeTopicPermissionsCommand extends $Command<DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput, QuickSightClientResolvedConfig> {
81
+ readonly input: DescribeTopicPermissionsCommandInput;
82
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
86
+ constructor(input: DescribeTopicPermissionsCommandInput);
87
+ /**
88
+ * @internal
89
+ */
90
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTopicPermissionsCommandInput, DescribeTopicPermissionsCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
94
+ private serialize;
95
+ /**
96
+ * @internal
97
+ */
98
+ private deserialize;
99
+ }