@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
@@ -2,6 +2,58 @@ import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
2
  import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
3
  import { CalculatedColumnFilterSensitiveLog, } from "./models_1";
4
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ export const UndefinedSpecifiedValueType = {
6
+ LEAST: "LEAST",
7
+ MOST: "MOST",
8
+ };
9
+ export class ConcurrentUpdatingException extends __BaseException {
10
+ constructor(opts) {
11
+ super({
12
+ name: "ConcurrentUpdatingException",
13
+ $fault: "server",
14
+ ...opts,
15
+ });
16
+ this.name = "ConcurrentUpdatingException";
17
+ this.$fault = "server";
18
+ Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
19
+ this.Message = opts.Message;
20
+ this.RequestId = opts.RequestId;
21
+ }
22
+ }
23
+ export class ConflictException extends __BaseException {
24
+ constructor(opts) {
25
+ super({
26
+ name: "ConflictException",
27
+ $fault: "client",
28
+ ...opts,
29
+ });
30
+ this.name = "ConflictException";
31
+ this.$fault = "client";
32
+ Object.setPrototypeOf(this, ConflictException.prototype);
33
+ this.Message = opts.Message;
34
+ this.RequestId = opts.RequestId;
35
+ }
36
+ }
37
+ export const ConstantType = {
38
+ COLLECTIVE: "COLLECTIVE",
39
+ RANGE: "RANGE",
40
+ SINGULAR: "SINGULAR",
41
+ };
42
+ export class ResourceUnavailableException extends __BaseException {
43
+ constructor(opts) {
44
+ super({
45
+ name: "ResourceUnavailableException",
46
+ $fault: "server",
47
+ ...opts,
48
+ });
49
+ this.name = "ResourceUnavailableException";
50
+ this.$fault = "server";
51
+ Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
52
+ this.Message = opts.Message;
53
+ this.ResourceType = opts.ResourceType;
54
+ this.RequestId = opts.RequestId;
55
+ }
56
+ }
5
57
  export class PreconditionNotMetException extends __BaseException {
6
58
  constructor(opts) {
7
59
  super({
@@ -49,6 +101,10 @@ export const DashboardUIState = {
49
101
  COLLAPSED: "COLLAPSED",
50
102
  EXPANDED: "EXPANDED",
51
103
  };
104
+ export const DatasetParameterValueType = {
105
+ MULTI_VALUED: "MULTI_VALUED",
106
+ SINGLE_VALUED: "SINGLE_VALUED",
107
+ };
52
108
  export const DataSetImportMode = {
53
109
  DIRECT_QUERY: "DIRECT_QUERY",
54
110
  SPICE: "SPICE",
@@ -70,6 +126,8 @@ export var TransformOperation;
70
126
  return visitor.TagColumnOperation(value.TagColumnOperation);
71
127
  if (value.UntagColumnOperation !== undefined)
72
128
  return visitor.UntagColumnOperation(value.UntagColumnOperation);
129
+ if (value.OverrideDatasetParameterOperation !== undefined)
130
+ return visitor.OverrideDatasetParameterOperation(value.OverrideDatasetParameterOperation);
73
131
  return visitor._(value.$unknown[0], value.$unknown[1]);
74
132
  };
75
133
  })(TransformOperation || (TransformOperation = {}));
@@ -251,6 +309,115 @@ export const DayOfWeek = {
251
309
  TUESDAY: "TUESDAY",
252
310
  WEDNESDAY: "WEDNESDAY",
253
311
  };
312
+ export const DefaultAggregation = {
313
+ AVERAGE: "AVERAGE",
314
+ COUNT: "COUNT",
315
+ DISTINCT_COUNT: "DISTINCT_COUNT",
316
+ MAX: "MAX",
317
+ MIN: "MIN",
318
+ SUM: "SUM",
319
+ };
320
+ export const DisplayFormat = {
321
+ AUTO: "AUTO",
322
+ CURRENCY: "CURRENCY",
323
+ DATE: "DATE",
324
+ NUMBER: "NUMBER",
325
+ PERCENT: "PERCENT",
326
+ STRING: "STRING",
327
+ };
328
+ export const TopicNumericSeparatorSymbol = {
329
+ COMMA: "COMMA",
330
+ DOT: "DOT",
331
+ };
332
+ export const TopicTimeGranularity = {
333
+ DAY: "DAY",
334
+ HOUR: "HOUR",
335
+ MINUTE: "MINUTE",
336
+ MONTH: "MONTH",
337
+ QUARTER: "QUARTER",
338
+ SECOND: "SECOND",
339
+ WEEK: "WEEK",
340
+ YEAR: "YEAR",
341
+ };
342
+ export const FilterClass = {
343
+ CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER",
344
+ ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER",
345
+ NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER",
346
+ };
347
+ export const NamedFilterType = {
348
+ CATEGORY_FILTER: "CATEGORY_FILTER",
349
+ DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
350
+ NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
351
+ NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
352
+ RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
353
+ };
354
+ export const NamedFilterAggType = {
355
+ AVERAGE: "AVERAGE",
356
+ COUNT: "COUNT",
357
+ DISTINCT_COUNT: "DISTINCT_COUNT",
358
+ MAX: "MAX",
359
+ MEDIAN: "MEDIAN",
360
+ MIN: "MIN",
361
+ NO_AGGREGATION: "NO_AGGREGATION",
362
+ STDEV: "STDEV",
363
+ STDEVP: "STDEVP",
364
+ SUM: "SUM",
365
+ VAR: "VAR",
366
+ VARP: "VARP",
367
+ };
368
+ export const TopicRelativeDateFilterFunction = {
369
+ LAST: "LAST",
370
+ NEXT: "NEXT",
371
+ NOW: "NOW",
372
+ PREVIOUS: "PREVIOUS",
373
+ THIS: "THIS",
374
+ };
375
+ export const NamedEntityAggType = {
376
+ AVERAGE: "AVERAGE",
377
+ COUNT: "COUNT",
378
+ CUSTOM: "CUSTOM",
379
+ DISTINCT_COUNT: "DISTINCT_COUNT",
380
+ MAX: "MAX",
381
+ MEDIAN: "MEDIAN",
382
+ MIN: "MIN",
383
+ PERCENTILE: "PERCENTILE",
384
+ STDEV: "STDEV",
385
+ STDEVP: "STDEVP",
386
+ SUM: "SUM",
387
+ VAR: "VAR",
388
+ VARP: "VARP",
389
+ };
390
+ export const PropertyRole = {
391
+ ID: "ID",
392
+ PRIMARY: "PRIMARY",
393
+ };
394
+ export const PropertyUsage = {
395
+ DIMENSION: "DIMENSION",
396
+ INHERIT: "INHERIT",
397
+ MEASURE: "MEASURE",
398
+ };
399
+ export const TopicScheduleType = {
400
+ DAILY: "DAILY",
401
+ HOURLY: "HOURLY",
402
+ MONTHLY: "MONTHLY",
403
+ WEEKLY: "WEEKLY",
404
+ };
405
+ export const VPCConnectionAvailabilityStatus = {
406
+ AVAILABLE: "AVAILABLE",
407
+ PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE",
408
+ UNAVAILABLE: "UNAVAILABLE",
409
+ };
410
+ export const VPCConnectionResourceStatus = {
411
+ CREATION_FAILED: "CREATION_FAILED",
412
+ CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
413
+ CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
414
+ DELETED: "DELETED",
415
+ DELETION_FAILED: "DELETION_FAILED",
416
+ DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS",
417
+ UPDATE_FAILED: "UPDATE_FAILED",
418
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
419
+ UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
420
+ };
254
421
  export const DashboardErrorType = {
255
422
  ACCESS_DENIED: "ACCESS_DENIED",
256
423
  COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
@@ -301,134 +468,6 @@ export const DataSourceFilterAttribute = {
301
468
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
302
469
  DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
303
470
  };
304
- export class InvalidNextTokenException extends __BaseException {
305
- constructor(opts) {
306
- super({
307
- name: "InvalidNextTokenException",
308
- $fault: "client",
309
- ...opts,
310
- });
311
- this.name = "InvalidNextTokenException";
312
- this.$fault = "client";
313
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
314
- this.Message = opts.Message;
315
- this.RequestId = opts.RequestId;
316
- }
317
- }
318
- export const IngestionErrorType = {
319
- ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
320
- CONNECTION_FAILURE: "CONNECTION_FAILURE",
321
- CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
322
- CUSTOMER_ERROR: "CUSTOMER_ERROR",
323
- DATA_SET_DELETED: "DATA_SET_DELETED",
324
- DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
325
- DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
326
- DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
327
- DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
328
- DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
329
- DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
330
- DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
331
- ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
332
- FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
333
- FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
334
- IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
335
- INGESTION_CANCELED: "INGESTION_CANCELED",
336
- INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
337
- INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
338
- INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
339
- INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
340
- INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
341
- IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
342
- IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
343
- OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
344
- PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
345
- PERMISSION_DENIED: "PERMISSION_DENIED",
346
- PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
347
- QUERY_TIMEOUT: "QUERY_TIMEOUT",
348
- REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
349
- ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
350
- S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
351
- S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
352
- S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
353
- SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
354
- SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
355
- SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
356
- SQL_EXCEPTION: "SQL_EXCEPTION",
357
- SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
358
- SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
359
- SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
360
- SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
361
- SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
362
- UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
363
- UNROUTABLE_HOST: "UNROUTABLE_HOST",
364
- };
365
- export const IngestionRequestSource = {
366
- MANUAL: "MANUAL",
367
- SCHEDULED: "SCHEDULED",
368
- };
369
- export const IngestionRequestType = {
370
- EDIT: "EDIT",
371
- FULL_REFRESH: "FULL_REFRESH",
372
- INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
373
- INITIAL_INGESTION: "INITIAL_INGESTION",
374
- };
375
- export const NamespaceErrorType = {
376
- INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
377
- PERMISSION_DENIED: "PERMISSION_DENIED",
378
- };
379
- export const TemplateErrorType = {
380
- ACCESS_DENIED: "ACCESS_DENIED",
381
- DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
382
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
383
- SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
384
- };
385
- export const ThemeType = {
386
- ALL: "ALL",
387
- CUSTOM: "CUSTOM",
388
- QUICKSIGHT: "QUICKSIGHT",
389
- };
390
- export const ThemeErrorType = {
391
- INTERNAL_FAILURE: "INTERNAL_FAILURE",
392
- };
393
- export const IdentityType = {
394
- IAM: "IAM",
395
- QUICKSIGHT: "QUICKSIGHT",
396
- };
397
- export const UserRole = {
398
- ADMIN: "ADMIN",
399
- AUTHOR: "AUTHOR",
400
- READER: "READER",
401
- RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
402
- RESTRICTED_READER: "RESTRICTED_READER",
403
- };
404
- export class DomainNotWhitelistedException extends __BaseException {
405
- constructor(opts) {
406
- super({
407
- name: "DomainNotWhitelistedException",
408
- $fault: "client",
409
- ...opts,
410
- });
411
- this.name = "DomainNotWhitelistedException";
412
- this.$fault = "client";
413
- Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
414
- this.Message = opts.Message;
415
- this.RequestId = opts.RequestId;
416
- }
417
- }
418
- export const EmbeddingIdentityType = {
419
- ANONYMOUS: "ANONYMOUS",
420
- IAM: "IAM",
421
- QUICKSIGHT: "QUICKSIGHT",
422
- };
423
- export const FolderFilterAttribute = {
424
- DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
425
- DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
426
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
427
- FOLDER_NAME: "FOLDER_NAME",
428
- PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN",
429
- QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
430
- QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
431
- };
432
471
  export const DateTimeParameterFilterSensitiveLog = (obj) => ({
433
472
  ...obj,
434
473
  ...(obj.Values && { Values: SENSITIVE_STRING }),
@@ -503,6 +542,8 @@ export const TransformOperationFilterSensitiveLog = (obj) => {
503
542
  return { TagColumnOperation: obj.TagColumnOperation };
504
543
  if (obj.UntagColumnOperation !== undefined)
505
544
  return { UntagColumnOperation: obj.UntagColumnOperation };
545
+ if (obj.OverrideDatasetParameterOperation !== undefined)
546
+ return { OverrideDatasetParameterOperation: obj.OverrideDatasetParameterOperation };
506
547
  if (obj.$unknown !== undefined)
507
548
  return { [obj.$unknown[0]]: "UNKNOWN" };
508
549
  };
@@ -556,6 +597,79 @@ export const TemplateVersionDefinitionFilterSensitiveLog = (obj) => ({
556
597
  export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
557
598
  ...obj,
558
599
  });
600
+ export const SemanticTypeFilterSensitiveLog = (obj) => ({
601
+ ...obj,
602
+ ...(obj.TruthyCellValue && { TruthyCellValue: SENSITIVE_STRING }),
603
+ ...(obj.TruthyCellValueSynonyms && { TruthyCellValueSynonyms: SENSITIVE_STRING }),
604
+ ...(obj.FalseyCellValue && { FalseyCellValue: SENSITIVE_STRING }),
605
+ ...(obj.FalseyCellValueSynonyms && { FalseyCellValueSynonyms: SENSITIVE_STRING }),
606
+ });
607
+ export const TopicCalculatedFieldFilterSensitiveLog = (obj) => ({
608
+ ...obj,
609
+ ...(obj.Expression && { Expression: SENSITIVE_STRING }),
610
+ ...(obj.SemanticType && { SemanticType: SemanticTypeFilterSensitiveLog(obj.SemanticType) }),
611
+ });
612
+ export const TopicColumnFilterSensitiveLog = (obj) => ({
613
+ ...obj,
614
+ ...(obj.SemanticType && { SemanticType: SemanticTypeFilterSensitiveLog(obj.SemanticType) }),
615
+ });
616
+ export const TopicCategoryFilterConstantFilterSensitiveLog = (obj) => ({
617
+ ...obj,
618
+ });
619
+ export const TopicCategoryFilterFilterSensitiveLog = (obj) => ({
620
+ ...obj,
621
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
622
+ });
623
+ export const TopicRangeFilterConstantFilterSensitiveLog = (obj) => ({
624
+ ...obj,
625
+ });
626
+ export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
627
+ ...obj,
628
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
629
+ });
630
+ export const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
631
+ ...obj,
632
+ });
633
+ export const TopicNumericEqualityFilterFilterSensitiveLog = (obj) => ({
634
+ ...obj,
635
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
636
+ });
637
+ export const TopicNumericRangeFilterFilterSensitiveLog = (obj) => ({
638
+ ...obj,
639
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
640
+ });
641
+ export const TopicRelativeDateFilterFilterSensitiveLog = (obj) => ({
642
+ ...obj,
643
+ ...(obj.Constant && { Constant: SENSITIVE_STRING }),
644
+ });
645
+ export const TopicFilterFilterSensitiveLog = (obj) => ({
646
+ ...obj,
647
+ ...(obj.CategoryFilter && { CategoryFilter: TopicCategoryFilterFilterSensitiveLog(obj.CategoryFilter) }),
648
+ ...(obj.NumericEqualityFilter && {
649
+ NumericEqualityFilter: TopicNumericEqualityFilterFilterSensitiveLog(obj.NumericEqualityFilter),
650
+ }),
651
+ ...(obj.NumericRangeFilter && {
652
+ NumericRangeFilter: TopicNumericRangeFilterFilterSensitiveLog(obj.NumericRangeFilter),
653
+ }),
654
+ ...(obj.DateRangeFilter && { DateRangeFilter: TopicDateRangeFilterFilterSensitiveLog(obj.DateRangeFilter) }),
655
+ ...(obj.RelativeDateFilter && {
656
+ RelativeDateFilter: TopicRelativeDateFilterFilterSensitiveLog(obj.RelativeDateFilter),
657
+ }),
658
+ });
659
+ export const DatasetMetadataFilterSensitiveLog = (obj) => ({
660
+ ...obj,
661
+ ...(obj.Filters && { Filters: obj.Filters.map((item) => TopicFilterFilterSensitiveLog(item)) }),
662
+ ...(obj.Columns && { Columns: obj.Columns.map((item) => TopicColumnFilterSensitiveLog(item)) }),
663
+ ...(obj.CalculatedFields && {
664
+ CalculatedFields: obj.CalculatedFields.map((item) => TopicCalculatedFieldFilterSensitiveLog(item)),
665
+ }),
666
+ });
667
+ export const TopicDetailsFilterSensitiveLog = (obj) => ({
668
+ ...obj,
669
+ });
670
+ export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
671
+ ...obj,
672
+ });
559
673
  export const DataSetFilterSensitiveLog = (obj) => ({
560
674
  ...obj,
561
675
  ...(obj.PhysicalTableMap && {
@@ -574,10 +688,3 @@ export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
574
688
  export const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
575
689
  ...obj,
576
690
  });
577
- export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
578
- ...obj,
579
- ...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
580
- });
581
- export const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
582
- ...obj,
583
- });
@@ -1,6 +1,153 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
- import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
2
+ import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_2";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ export class InvalidNextTokenException extends __BaseException {
5
+ constructor(opts) {
6
+ super({
7
+ name: "InvalidNextTokenException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ this.name = "InvalidNextTokenException";
12
+ this.$fault = "client";
13
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
14
+ this.Message = opts.Message;
15
+ this.RequestId = opts.RequestId;
16
+ }
17
+ }
18
+ export const IngestionErrorType = {
19
+ ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
20
+ CONNECTION_FAILURE: "CONNECTION_FAILURE",
21
+ CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
22
+ CUSTOMER_ERROR: "CUSTOMER_ERROR",
23
+ DATA_SET_DELETED: "DATA_SET_DELETED",
24
+ DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
25
+ DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
26
+ DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
27
+ DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
28
+ DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
29
+ DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
30
+ DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
31
+ ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
32
+ FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
33
+ FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
34
+ IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
35
+ INGESTION_CANCELED: "INGESTION_CANCELED",
36
+ INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
37
+ INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
38
+ INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
39
+ INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
40
+ INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
41
+ IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
42
+ IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
43
+ OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
44
+ PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
45
+ PERMISSION_DENIED: "PERMISSION_DENIED",
46
+ PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
47
+ QUERY_TIMEOUT: "QUERY_TIMEOUT",
48
+ REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
49
+ ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
50
+ S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
51
+ S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
52
+ S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
53
+ SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
54
+ SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
55
+ SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
56
+ SQL_EXCEPTION: "SQL_EXCEPTION",
57
+ SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
58
+ SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
59
+ SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
60
+ SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
61
+ SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
62
+ UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
63
+ UNROUTABLE_HOST: "UNROUTABLE_HOST",
64
+ };
65
+ export const IngestionRequestSource = {
66
+ MANUAL: "MANUAL",
67
+ SCHEDULED: "SCHEDULED",
68
+ };
69
+ export const IngestionRequestType = {
70
+ EDIT: "EDIT",
71
+ FULL_REFRESH: "FULL_REFRESH",
72
+ INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
73
+ INITIAL_INGESTION: "INITIAL_INGESTION",
74
+ };
75
+ export const NamespaceErrorType = {
76
+ INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
77
+ PERMISSION_DENIED: "PERMISSION_DENIED",
78
+ };
79
+ export const TemplateErrorType = {
80
+ ACCESS_DENIED: "ACCESS_DENIED",
81
+ DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
82
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
83
+ SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
84
+ };
85
+ export const ThemeType = {
86
+ ALL: "ALL",
87
+ CUSTOM: "CUSTOM",
88
+ QUICKSIGHT: "QUICKSIGHT",
89
+ };
90
+ export const ThemeErrorType = {
91
+ INTERNAL_FAILURE: "INTERNAL_FAILURE",
92
+ };
93
+ export const TopicRefreshStatus = {
94
+ CANCELLED: "CANCELLED",
95
+ COMPLETED: "COMPLETED",
96
+ FAILED: "FAILED",
97
+ INITIALIZED: "INITIALIZED",
98
+ RUNNING: "RUNNING",
99
+ };
100
+ export const IdentityType = {
101
+ IAM: "IAM",
102
+ QUICKSIGHT: "QUICKSIGHT",
103
+ };
104
+ export const UserRole = {
105
+ ADMIN: "ADMIN",
106
+ AUTHOR: "AUTHOR",
107
+ READER: "READER",
108
+ RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR",
109
+ RESTRICTED_READER: "RESTRICTED_READER",
110
+ };
111
+ export const NetworkInterfaceStatus = {
112
+ ATTACHMENT_FAILED_ROLLBACK_FAILED: "ATTACHMENT_FAILED_ROLLBACK_FAILED",
113
+ AVAILABLE: "AVAILABLE",
114
+ CREATING: "CREATING",
115
+ CREATION_FAILED: "CREATION_FAILED",
116
+ DELETED: "DELETED",
117
+ DELETING: "DELETING",
118
+ DELETION_FAILED: "DELETION_FAILED",
119
+ DELETION_SCHEDULED: "DELETION_SCHEDULED",
120
+ UPDATE_FAILED: "UPDATE_FAILED",
121
+ UPDATING: "UPDATING",
122
+ };
123
+ export class DomainNotWhitelistedException extends __BaseException {
124
+ constructor(opts) {
125
+ super({
126
+ name: "DomainNotWhitelistedException",
127
+ $fault: "client",
128
+ ...opts,
129
+ });
130
+ this.name = "DomainNotWhitelistedException";
131
+ this.$fault = "client";
132
+ Object.setPrototypeOf(this, DomainNotWhitelistedException.prototype);
133
+ this.Message = opts.Message;
134
+ this.RequestId = opts.RequestId;
135
+ }
136
+ }
137
+ export const EmbeddingIdentityType = {
138
+ ANONYMOUS: "ANONYMOUS",
139
+ IAM: "IAM",
140
+ QUICKSIGHT: "QUICKSIGHT",
141
+ };
142
+ export const FolderFilterAttribute = {
143
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
144
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
145
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
146
+ FOLDER_NAME: "FOLDER_NAME",
147
+ PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN",
148
+ QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
149
+ QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
150
+ };
4
151
  export class SessionLifetimeInMinutesInvalidException extends __BaseException {
5
152
  constructor(opts) {
6
153
  super({
@@ -77,6 +224,16 @@ export class InvalidRequestException extends __BaseException {
77
224
  this.RequestId = opts.RequestId;
78
225
  }
79
226
  }
227
+ export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
228
+ ...obj,
229
+ ...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
230
+ });
231
+ export const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
232
+ ...obj,
233
+ });
234
+ export const DescribeTopicResponseFilterSensitiveLog = (obj) => ({
235
+ ...obj,
236
+ });
80
237
  export const SessionTagFilterSensitiveLog = (obj) => ({
81
238
  ...obj,
82
239
  ...(obj.Value && { Value: SENSITIVE_STRING }),
@@ -129,3 +286,6 @@ export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
129
286
  export const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
130
287
  ...obj,
131
288
  });
289
+ export const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
290
+ ...obj,
291
+ });
@@ -0,0 +1,25 @@
1
+ import { ListTopicsCommand } from "../commands/ListTopicsCommand";
2
+ import { QuickSightClient } from "../QuickSightClient";
3
+ const makePagedClientRequest = async (client, input, ...args) => {
4
+ return await client.send(new ListTopicsCommand(input), ...args);
5
+ };
6
+ export async function* paginateListTopics(config, input, ...additionalArguments) {
7
+ let token = config.startingToken || undefined;
8
+ let hasNext = true;
9
+ let page;
10
+ while (hasNext) {
11
+ input.NextToken = token;
12
+ input["MaxResults"] = config.pageSize;
13
+ if (config.client instanceof QuickSightClient) {
14
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
+ }
16
+ else {
17
+ throw new Error("Invalid client, expected QuickSight | QuickSightClient");
18
+ }
19
+ yield page;
20
+ const prevToken = token;
21
+ token = page.NextToken;
22
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
+ }
24
+ return undefined;
25
+ }
@@ -0,0 +1,25 @@
1
+ import { ListVPCConnectionsCommand, } from "../commands/ListVPCConnectionsCommand";
2
+ import { QuickSightClient } from "../QuickSightClient";
3
+ const makePagedClientRequest = async (client, input, ...args) => {
4
+ return await client.send(new ListVPCConnectionsCommand(input), ...args);
5
+ };
6
+ export async function* paginateListVPCConnections(config, input, ...additionalArguments) {
7
+ let token = config.startingToken || undefined;
8
+ let hasNext = true;
9
+ let page;
10
+ while (hasNext) {
11
+ input.NextToken = token;
12
+ input["MaxResults"] = config.pageSize;
13
+ if (config.client instanceof QuickSightClient) {
14
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
15
+ }
16
+ else {
17
+ throw new Error("Invalid client, expected QuickSight | QuickSightClient");
18
+ }
19
+ yield page;
20
+ const prevToken = token;
21
+ token = page.NextToken;
22
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
23
+ }
24
+ return undefined;
25
+ }
@@ -11,6 +11,8 @@ export * from "./ListTemplateVersionsPaginator";
11
11
  export * from "./ListTemplatesPaginator";
12
12
  export * from "./ListThemeVersionsPaginator";
13
13
  export * from "./ListThemesPaginator";
14
+ export * from "./ListTopicsPaginator";
15
+ export * from "./ListVPCConnectionsPaginator";
14
16
  export * from "./SearchAnalysesPaginator";
15
17
  export * from "./SearchDashboardsPaginator";
16
18
  export * from "./SearchDataSetsPaginator";