@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
@@ -13,11 +13,14 @@ import {
13
13
  ColumnConfiguration,
14
14
  DashboardBehavior,
15
15
  DataSetIdentifierDeclaration,
16
+ Edition,
16
17
  Entity,
17
18
  FilterGroup,
19
+ NumberScale,
18
20
  ParameterDeclaration,
19
21
  ResourceStatus,
20
22
  Sheet,
23
+ TimeGranularity,
21
24
  } from "./models_0";
22
25
  import {
23
26
  AnalysisDefinition,
@@ -26,14 +29,22 @@ import {
26
29
  AthenaParameters,
27
30
  AuroraParameters,
28
31
  AuroraPostgreSqlParameters,
32
+ AuthenticationMethodOption,
33
+ AuthorSpecifiedAggregation,
29
34
  AwsIotAnalyticsParameters,
30
35
  BorderStyle,
31
36
  CalculatedColumn,
32
37
  CastColumnTypeOperation,
38
+ CategoryFilterFunction,
39
+ CategoryFilterType,
40
+ CellValueSynonym,
41
+ CollectiveConstant,
42
+ ColumnDataRole,
33
43
  ColumnDataType,
34
44
  ColumnGroup,
35
45
  ColumnGroupSchema,
36
46
  ColumnLevelPermissionRule,
47
+ ColumnOrderingType,
37
48
  ColumnSchema,
38
49
  ColumnTag,
39
50
  ColumnTagName,
@@ -41,9 +52,97 @@ import {
41
52
  ExceptionResourceType,
42
53
  FilterOperator,
43
54
  SheetDefinition,
44
- Tag,
45
55
  } from "./models_1";
46
56
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
57
+ export declare const UndefinedSpecifiedValueType: {
58
+ readonly LEAST: "LEAST";
59
+ readonly MOST: "MOST";
60
+ };
61
+ export type UndefinedSpecifiedValueType =
62
+ (typeof UndefinedSpecifiedValueType)[keyof typeof UndefinedSpecifiedValueType];
63
+ export interface ComparativeOrder {
64
+ UseOrdering?: ColumnOrderingType | string;
65
+ SpecifedOrder?: string[];
66
+ TreatUndefinedSpecifiedValues?: UndefinedSpecifiedValueType | string;
67
+ }
68
+ export declare class ConcurrentUpdatingException extends __BaseException {
69
+ readonly name: "ConcurrentUpdatingException";
70
+ readonly $fault: "server";
71
+ Message?: string;
72
+ RequestId?: string;
73
+ constructor(
74
+ opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
75
+ );
76
+ }
77
+ export declare class ConflictException extends __BaseException {
78
+ readonly name: "ConflictException";
79
+ readonly $fault: "client";
80
+ Message?: string;
81
+ RequestId?: string;
82
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
83
+ }
84
+ export declare const ConstantType: {
85
+ readonly COLLECTIVE: "COLLECTIVE";
86
+ readonly RANGE: "RANGE";
87
+ readonly SINGULAR: "SINGULAR";
88
+ };
89
+ export type ConstantType = (typeof ConstantType)[keyof typeof ConstantType];
90
+ export interface Tag {
91
+ Key: string | undefined;
92
+ Value: string | undefined;
93
+ }
94
+ export interface CreateAccountCustomizationRequest {
95
+ AwsAccountId: string | undefined;
96
+ Namespace?: string;
97
+ AccountCustomization: AccountCustomization | undefined;
98
+ Tags?: Tag[];
99
+ }
100
+ export interface CreateAccountCustomizationResponse {
101
+ Arn?: string;
102
+ AwsAccountId?: string;
103
+ Namespace?: string;
104
+ AccountCustomization?: AccountCustomization;
105
+ RequestId?: string;
106
+ Status?: number;
107
+ }
108
+ export declare class ResourceUnavailableException extends __BaseException {
109
+ readonly name: "ResourceUnavailableException";
110
+ readonly $fault: "server";
111
+ Message?: string;
112
+ ResourceType?: ExceptionResourceType | string;
113
+ RequestId?: string;
114
+ constructor(
115
+ opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
116
+ );
117
+ }
118
+ export interface CreateAccountSubscriptionRequest {
119
+ Edition: Edition | string | undefined;
120
+ AuthenticationMethod: AuthenticationMethodOption | string | undefined;
121
+ AwsAccountId: string | undefined;
122
+ AccountName: string | undefined;
123
+ NotificationEmail: string | undefined;
124
+ ActiveDirectoryName?: string;
125
+ Realm?: string;
126
+ DirectoryId?: string;
127
+ AdminGroup?: string[];
128
+ AuthorGroup?: string[];
129
+ ReaderGroup?: string[];
130
+ FirstName?: string;
131
+ LastName?: string;
132
+ EmailAddress?: string;
133
+ ContactNumber?: string;
134
+ }
135
+ export interface SignupResponse {
136
+ IAMUser?: boolean;
137
+ userLoginName?: string;
138
+ accountName?: string;
139
+ directoryType?: string;
140
+ }
141
+ export interface CreateAccountSubscriptionResponse {
142
+ SignupResponse?: SignupResponse;
143
+ Status?: number;
144
+ RequestId?: string;
145
+ }
47
146
  export declare class PreconditionNotMetException extends __BaseException {
48
147
  readonly name: "PreconditionNotMetException";
49
148
  readonly $fault: "client";
@@ -211,6 +310,55 @@ export interface CreateDashboardResponse {
211
310
  Status?: number;
212
311
  RequestId?: string;
213
312
  }
313
+ export interface DateTimeDatasetParameterDefaultValues {
314
+ StaticValues?: Date[];
315
+ }
316
+ export declare const DatasetParameterValueType: {
317
+ readonly MULTI_VALUED: "MULTI_VALUED";
318
+ readonly SINGLE_VALUED: "SINGLE_VALUED";
319
+ };
320
+ export type DatasetParameterValueType =
321
+ (typeof DatasetParameterValueType)[keyof typeof DatasetParameterValueType];
322
+ export interface DateTimeDatasetParameter {
323
+ Id: string | undefined;
324
+ Name: string | undefined;
325
+ ValueType: DatasetParameterValueType | string | undefined;
326
+ TimeGranularity?: TimeGranularity | string;
327
+ DefaultValues?: DateTimeDatasetParameterDefaultValues;
328
+ }
329
+ export interface DecimalDatasetParameterDefaultValues {
330
+ StaticValues?: number[];
331
+ }
332
+ export interface DecimalDatasetParameter {
333
+ Id: string | undefined;
334
+ Name: string | undefined;
335
+ ValueType: DatasetParameterValueType | string | undefined;
336
+ DefaultValues?: DecimalDatasetParameterDefaultValues;
337
+ }
338
+ export interface IntegerDatasetParameterDefaultValues {
339
+ StaticValues?: number[];
340
+ }
341
+ export interface IntegerDatasetParameter {
342
+ Id: string | undefined;
343
+ Name: string | undefined;
344
+ ValueType: DatasetParameterValueType | string | undefined;
345
+ DefaultValues?: IntegerDatasetParameterDefaultValues;
346
+ }
347
+ export interface StringDatasetParameterDefaultValues {
348
+ StaticValues?: string[];
349
+ }
350
+ export interface StringDatasetParameter {
351
+ Id: string | undefined;
352
+ Name: string | undefined;
353
+ ValueType: DatasetParameterValueType | string | undefined;
354
+ DefaultValues?: StringDatasetParameterDefaultValues;
355
+ }
356
+ export interface DatasetParameter {
357
+ StringDatasetParameter?: StringDatasetParameter;
358
+ DecimalDatasetParameter?: DecimalDatasetParameter;
359
+ IntegerDatasetParameter?: IntegerDatasetParameter;
360
+ DateTimeDatasetParameter?: DateTimeDatasetParameter;
361
+ }
214
362
  export interface DataSetUsageConfiguration {
215
363
  DisableUseAsDirectQuerySource?: boolean;
216
364
  DisableUseAsImportedSource?: boolean;
@@ -228,6 +376,17 @@ export type DataSetImportMode =
228
376
  export interface FilterOperation {
229
377
  ConditionExpression: string | undefined;
230
378
  }
379
+ export interface NewDefaultValues {
380
+ StringStaticValues?: string[];
381
+ DecimalStaticValues?: number[];
382
+ DateTimeStaticValues?: Date[];
383
+ IntegerStaticValues?: number[];
384
+ }
385
+ export interface OverrideDatasetParameterOperation {
386
+ ParameterName: string | undefined;
387
+ NewParameterName?: string;
388
+ NewDefaultValues?: NewDefaultValues;
389
+ }
231
390
  export interface ProjectOperation {
232
391
  ProjectedColumns: string[] | undefined;
233
392
  }
@@ -247,6 +406,7 @@ export type TransformOperation =
247
406
  | TransformOperation.CastColumnTypeOperationMember
248
407
  | TransformOperation.CreateColumnsOperationMember
249
408
  | TransformOperation.FilterOperationMember
409
+ | TransformOperation.OverrideDatasetParameterOperationMember
250
410
  | TransformOperation.ProjectOperationMember
251
411
  | TransformOperation.RenameColumnOperationMember
252
412
  | TransformOperation.TagColumnOperationMember
@@ -261,6 +421,7 @@ export declare namespace TransformOperation {
261
421
  CastColumnTypeOperation?: never;
262
422
  TagColumnOperation?: never;
263
423
  UntagColumnOperation?: never;
424
+ OverrideDatasetParameterOperation?: never;
264
425
  $unknown?: never;
265
426
  }
266
427
  interface FilterOperationMember {
@@ -271,6 +432,7 @@ export declare namespace TransformOperation {
271
432
  CastColumnTypeOperation?: never;
272
433
  TagColumnOperation?: never;
273
434
  UntagColumnOperation?: never;
435
+ OverrideDatasetParameterOperation?: never;
274
436
  $unknown?: never;
275
437
  }
276
438
  interface CreateColumnsOperationMember {
@@ -281,6 +443,7 @@ export declare namespace TransformOperation {
281
443
  CastColumnTypeOperation?: never;
282
444
  TagColumnOperation?: never;
283
445
  UntagColumnOperation?: never;
446
+ OverrideDatasetParameterOperation?: never;
284
447
  $unknown?: never;
285
448
  }
286
449
  interface RenameColumnOperationMember {
@@ -291,6 +454,7 @@ export declare namespace TransformOperation {
291
454
  CastColumnTypeOperation?: never;
292
455
  TagColumnOperation?: never;
293
456
  UntagColumnOperation?: never;
457
+ OverrideDatasetParameterOperation?: never;
294
458
  $unknown?: never;
295
459
  }
296
460
  interface CastColumnTypeOperationMember {
@@ -301,6 +465,7 @@ export declare namespace TransformOperation {
301
465
  CastColumnTypeOperation: CastColumnTypeOperation;
302
466
  TagColumnOperation?: never;
303
467
  UntagColumnOperation?: never;
468
+ OverrideDatasetParameterOperation?: never;
304
469
  $unknown?: never;
305
470
  }
306
471
  interface TagColumnOperationMember {
@@ -311,6 +476,7 @@ export declare namespace TransformOperation {
311
476
  CastColumnTypeOperation?: never;
312
477
  TagColumnOperation: TagColumnOperation;
313
478
  UntagColumnOperation?: never;
479
+ OverrideDatasetParameterOperation?: never;
314
480
  $unknown?: never;
315
481
  }
316
482
  interface UntagColumnOperationMember {
@@ -321,6 +487,18 @@ export declare namespace TransformOperation {
321
487
  CastColumnTypeOperation?: never;
322
488
  TagColumnOperation?: never;
323
489
  UntagColumnOperation: UntagColumnOperation;
490
+ OverrideDatasetParameterOperation?: never;
491
+ $unknown?: never;
492
+ }
493
+ interface OverrideDatasetParameterOperationMember {
494
+ ProjectOperation?: never;
495
+ FilterOperation?: never;
496
+ CreateColumnsOperation?: never;
497
+ RenameColumnOperation?: never;
498
+ CastColumnTypeOperation?: never;
499
+ TagColumnOperation?: never;
500
+ UntagColumnOperation?: never;
501
+ OverrideDatasetParameterOperation: OverrideDatasetParameterOperation;
324
502
  $unknown?: never;
325
503
  }
326
504
  interface $UnknownMember {
@@ -331,6 +509,7 @@ export declare namespace TransformOperation {
331
509
  CastColumnTypeOperation?: never;
332
510
  TagColumnOperation?: never;
333
511
  UntagColumnOperation?: never;
512
+ OverrideDatasetParameterOperation?: never;
334
513
  $unknown: [string, any];
335
514
  }
336
515
  interface Visitor<T> {
@@ -341,6 +520,9 @@ export declare namespace TransformOperation {
341
520
  CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
342
521
  TagColumnOperation: (value: TagColumnOperation) => T;
343
522
  UntagColumnOperation: (value: UntagColumnOperation) => T;
523
+ OverrideDatasetParameterOperation: (
524
+ value: OverrideDatasetParameterOperation
525
+ ) => T;
344
526
  _: (name: string, value: any) => T;
345
527
  }
346
528
  const visit: <T>(value: TransformOperation, visitor: Visitor<T>) => T;
@@ -515,6 +697,7 @@ export interface CreateDataSetRequest {
515
697
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
516
698
  Tags?: Tag[];
517
699
  DataSetUsageConfiguration?: DataSetUsageConfiguration;
700
+ DatasetParameters?: DatasetParameter[];
518
701
  }
519
702
  export interface CreateDataSetResponse {
520
703
  Arn?: string;
@@ -1689,6 +1872,355 @@ export interface CreateThemeAliasResponse {
1689
1872
  Status?: number;
1690
1873
  RequestId?: string;
1691
1874
  }
1875
+ export declare const DefaultAggregation: {
1876
+ readonly AVERAGE: "AVERAGE";
1877
+ readonly COUNT: "COUNT";
1878
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
1879
+ readonly MAX: "MAX";
1880
+ readonly MIN: "MIN";
1881
+ readonly SUM: "SUM";
1882
+ };
1883
+ export type DefaultAggregation =
1884
+ (typeof DefaultAggregation)[keyof typeof DefaultAggregation];
1885
+ export declare const DisplayFormat: {
1886
+ readonly AUTO: "AUTO";
1887
+ readonly CURRENCY: "CURRENCY";
1888
+ readonly DATE: "DATE";
1889
+ readonly NUMBER: "NUMBER";
1890
+ readonly PERCENT: "PERCENT";
1891
+ readonly STRING: "STRING";
1892
+ };
1893
+ export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
1894
+ export declare const TopicNumericSeparatorSymbol: {
1895
+ readonly COMMA: "COMMA";
1896
+ readonly DOT: "DOT";
1897
+ };
1898
+ export type TopicNumericSeparatorSymbol =
1899
+ (typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
1900
+ export interface NegativeFormat {
1901
+ Prefix?: string;
1902
+ Suffix?: string;
1903
+ }
1904
+ export interface DisplayFormatOptions {
1905
+ UseBlankCellFormat?: boolean;
1906
+ BlankCellFormat?: string;
1907
+ DateFormat?: string;
1908
+ DecimalSeparator?: TopicNumericSeparatorSymbol | string;
1909
+ GroupingSeparator?: string;
1910
+ UseGrouping?: boolean;
1911
+ FractionDigits?: number;
1912
+ Prefix?: string;
1913
+ Suffix?: string;
1914
+ UnitScaler?: NumberScale | string;
1915
+ NegativeFormat?: NegativeFormat;
1916
+ CurrencySymbol?: string;
1917
+ }
1918
+ export interface DefaultFormatting {
1919
+ DisplayFormat?: DisplayFormat | string;
1920
+ DisplayFormatOptions?: DisplayFormatOptions;
1921
+ }
1922
+ export interface SemanticType {
1923
+ TypeName?: string;
1924
+ SubTypeName?: string;
1925
+ TypeParameters?: Record<string, string>;
1926
+ TruthyCellValue?: string;
1927
+ TruthyCellValueSynonyms?: string[];
1928
+ FalseyCellValue?: string;
1929
+ FalseyCellValueSynonyms?: string[];
1930
+ }
1931
+ export declare const TopicTimeGranularity: {
1932
+ readonly DAY: "DAY";
1933
+ readonly HOUR: "HOUR";
1934
+ readonly MINUTE: "MINUTE";
1935
+ readonly MONTH: "MONTH";
1936
+ readonly QUARTER: "QUARTER";
1937
+ readonly SECOND: "SECOND";
1938
+ readonly WEEK: "WEEK";
1939
+ readonly YEAR: "YEAR";
1940
+ };
1941
+ export type TopicTimeGranularity =
1942
+ (typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
1943
+ export interface TopicCalculatedField {
1944
+ CalculatedFieldName: string | undefined;
1945
+ CalculatedFieldDescription?: string;
1946
+ Expression: string | undefined;
1947
+ CalculatedFieldSynonyms?: string[];
1948
+ IsIncludedInTopic?: boolean;
1949
+ DisableIndexing?: boolean;
1950
+ ColumnDataRole?: ColumnDataRole | string;
1951
+ TimeGranularity?: TopicTimeGranularity | string;
1952
+ DefaultFormatting?: DefaultFormatting;
1953
+ Aggregation?: DefaultAggregation | string;
1954
+ ComparativeOrder?: ComparativeOrder;
1955
+ SemanticType?: SemanticType;
1956
+ AllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
1957
+ NotAllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
1958
+ NeverAggregateInFilter?: boolean;
1959
+ CellValueSynonyms?: CellValueSynonym[];
1960
+ }
1961
+ export interface TopicColumn {
1962
+ ColumnName: string | undefined;
1963
+ ColumnFriendlyName?: string;
1964
+ ColumnDescription?: string;
1965
+ ColumnSynonyms?: string[];
1966
+ ColumnDataRole?: ColumnDataRole | string;
1967
+ Aggregation?: DefaultAggregation | string;
1968
+ IsIncludedInTopic?: boolean;
1969
+ DisableIndexing?: boolean;
1970
+ ComparativeOrder?: ComparativeOrder;
1971
+ SemanticType?: SemanticType;
1972
+ TimeGranularity?: TopicTimeGranularity | string;
1973
+ AllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
1974
+ NotAllowedAggregations?: (AuthorSpecifiedAggregation | string)[];
1975
+ DefaultFormatting?: DefaultFormatting;
1976
+ NeverAggregateInFilter?: boolean;
1977
+ CellValueSynonyms?: CellValueSynonym[];
1978
+ }
1979
+ export interface DataAggregation {
1980
+ DatasetRowDateGranularity?: TopicTimeGranularity | string;
1981
+ DefaultDateColumnName?: string;
1982
+ }
1983
+ export interface TopicCategoryFilterConstant {
1984
+ ConstantType?: ConstantType | string;
1985
+ SingularConstant?: string;
1986
+ CollectiveConstant?: CollectiveConstant;
1987
+ }
1988
+ export interface TopicCategoryFilter {
1989
+ CategoryFilterFunction?: CategoryFilterFunction | string;
1990
+ CategoryFilterType?: CategoryFilterType | string;
1991
+ Constant?: TopicCategoryFilterConstant;
1992
+ Inverse?: boolean;
1993
+ }
1994
+ export interface RangeConstant {
1995
+ Minimum?: string;
1996
+ Maximum?: string;
1997
+ }
1998
+ export interface TopicRangeFilterConstant {
1999
+ ConstantType?: ConstantType | string;
2000
+ RangeConstant?: RangeConstant;
2001
+ }
2002
+ export interface TopicDateRangeFilter {
2003
+ Inclusive?: boolean;
2004
+ Constant?: TopicRangeFilterConstant;
2005
+ }
2006
+ export declare const FilterClass: {
2007
+ readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
2008
+ readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
2009
+ readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
2010
+ };
2011
+ export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
2012
+ export declare const NamedFilterType: {
2013
+ readonly CATEGORY_FILTER: "CATEGORY_FILTER";
2014
+ readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
2015
+ readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
2016
+ readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
2017
+ readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
2018
+ };
2019
+ export type NamedFilterType =
2020
+ (typeof NamedFilterType)[keyof typeof NamedFilterType];
2021
+ export declare const NamedFilterAggType: {
2022
+ readonly AVERAGE: "AVERAGE";
2023
+ readonly COUNT: "COUNT";
2024
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
2025
+ readonly MAX: "MAX";
2026
+ readonly MEDIAN: "MEDIAN";
2027
+ readonly MIN: "MIN";
2028
+ readonly NO_AGGREGATION: "NO_AGGREGATION";
2029
+ readonly STDEV: "STDEV";
2030
+ readonly STDEVP: "STDEVP";
2031
+ readonly SUM: "SUM";
2032
+ readonly VAR: "VAR";
2033
+ readonly VARP: "VARP";
2034
+ };
2035
+ export type NamedFilterAggType =
2036
+ (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
2037
+ export interface TopicSingularFilterConstant {
2038
+ ConstantType?: ConstantType | string;
2039
+ SingularConstant?: string;
2040
+ }
2041
+ export interface TopicNumericEqualityFilter {
2042
+ Constant?: TopicSingularFilterConstant;
2043
+ Aggregation?: NamedFilterAggType | string;
2044
+ }
2045
+ export interface TopicNumericRangeFilter {
2046
+ Inclusive?: boolean;
2047
+ Constant?: TopicRangeFilterConstant;
2048
+ Aggregation?: NamedFilterAggType | string;
2049
+ }
2050
+ export declare const TopicRelativeDateFilterFunction: {
2051
+ readonly LAST: "LAST";
2052
+ readonly NEXT: "NEXT";
2053
+ readonly NOW: "NOW";
2054
+ readonly PREVIOUS: "PREVIOUS";
2055
+ readonly THIS: "THIS";
2056
+ };
2057
+ export type TopicRelativeDateFilterFunction =
2058
+ (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
2059
+ export interface TopicRelativeDateFilter {
2060
+ TimeGranularity?: TopicTimeGranularity | string;
2061
+ RelativeDateFilterFunction?: TopicRelativeDateFilterFunction | string;
2062
+ Constant?: TopicSingularFilterConstant;
2063
+ }
2064
+ export interface TopicFilter {
2065
+ FilterDescription?: string;
2066
+ FilterClass?: FilterClass | string;
2067
+ FilterName: string | undefined;
2068
+ FilterSynonyms?: string[];
2069
+ OperandFieldName: string | undefined;
2070
+ FilterType?: NamedFilterType | string;
2071
+ CategoryFilter?: TopicCategoryFilter;
2072
+ NumericEqualityFilter?: TopicNumericEqualityFilter;
2073
+ NumericRangeFilter?: TopicNumericRangeFilter;
2074
+ DateRangeFilter?: TopicDateRangeFilter;
2075
+ RelativeDateFilter?: TopicRelativeDateFilter;
2076
+ }
2077
+ export declare const NamedEntityAggType: {
2078
+ readonly AVERAGE: "AVERAGE";
2079
+ readonly COUNT: "COUNT";
2080
+ readonly CUSTOM: "CUSTOM";
2081
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
2082
+ readonly MAX: "MAX";
2083
+ readonly MEDIAN: "MEDIAN";
2084
+ readonly MIN: "MIN";
2085
+ readonly PERCENTILE: "PERCENTILE";
2086
+ readonly STDEV: "STDEV";
2087
+ readonly STDEVP: "STDEVP";
2088
+ readonly SUM: "SUM";
2089
+ readonly VAR: "VAR";
2090
+ readonly VARP: "VARP";
2091
+ };
2092
+ export type NamedEntityAggType =
2093
+ (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
2094
+ export interface NamedEntityDefinitionMetric {
2095
+ Aggregation?: NamedEntityAggType | string;
2096
+ AggregationFunctionParameters?: Record<string, string>;
2097
+ }
2098
+ export declare const PropertyRole: {
2099
+ readonly ID: "ID";
2100
+ readonly PRIMARY: "PRIMARY";
2101
+ };
2102
+ export type PropertyRole = (typeof PropertyRole)[keyof typeof PropertyRole];
2103
+ export declare const PropertyUsage: {
2104
+ readonly DIMENSION: "DIMENSION";
2105
+ readonly INHERIT: "INHERIT";
2106
+ readonly MEASURE: "MEASURE";
2107
+ };
2108
+ export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
2109
+ export interface NamedEntityDefinition {
2110
+ FieldName?: string;
2111
+ PropertyName?: string;
2112
+ PropertyRole?: PropertyRole | string;
2113
+ PropertyUsage?: PropertyUsage | string;
2114
+ Metric?: NamedEntityDefinitionMetric;
2115
+ }
2116
+ export interface SemanticEntityType {
2117
+ TypeName?: string;
2118
+ SubTypeName?: string;
2119
+ TypeParameters?: Record<string, string>;
2120
+ }
2121
+ export interface TopicNamedEntity {
2122
+ EntityName: string | undefined;
2123
+ EntityDescription?: string;
2124
+ EntitySynonyms?: string[];
2125
+ SemanticEntityType?: SemanticEntityType;
2126
+ Definition?: NamedEntityDefinition[];
2127
+ }
2128
+ export interface DatasetMetadata {
2129
+ DatasetArn: string | undefined;
2130
+ DatasetName?: string;
2131
+ DatasetDescription?: string;
2132
+ DataAggregation?: DataAggregation;
2133
+ Filters?: TopicFilter[];
2134
+ Columns?: TopicColumn[];
2135
+ CalculatedFields?: TopicCalculatedField[];
2136
+ NamedEntities?: TopicNamedEntity[];
2137
+ }
2138
+ export interface TopicDetails {
2139
+ Name?: string;
2140
+ Description?: string;
2141
+ DataSets?: DatasetMetadata[];
2142
+ }
2143
+ export interface CreateTopicRequest {
2144
+ AwsAccountId: string | undefined;
2145
+ TopicId: string | undefined;
2146
+ Topic: TopicDetails | undefined;
2147
+ Tags?: Tag[];
2148
+ }
2149
+ export interface CreateTopicResponse {
2150
+ Arn?: string;
2151
+ TopicId?: string;
2152
+ RefreshArn?: string;
2153
+ RequestId?: string;
2154
+ Status?: number;
2155
+ }
2156
+ export declare const TopicScheduleType: {
2157
+ readonly DAILY: "DAILY";
2158
+ readonly HOURLY: "HOURLY";
2159
+ readonly MONTHLY: "MONTHLY";
2160
+ readonly WEEKLY: "WEEKLY";
2161
+ };
2162
+ export type TopicScheduleType =
2163
+ (typeof TopicScheduleType)[keyof typeof TopicScheduleType];
2164
+ export interface TopicRefreshSchedule {
2165
+ IsEnabled: boolean | undefined;
2166
+ BasedOnSpiceSchedule: boolean | undefined;
2167
+ StartingAt?: Date;
2168
+ Timezone?: string;
2169
+ RepeatAt?: string;
2170
+ TopicScheduleType?: TopicScheduleType | string;
2171
+ }
2172
+ export interface CreateTopicRefreshScheduleRequest {
2173
+ AwsAccountId: string | undefined;
2174
+ TopicId: string | undefined;
2175
+ DatasetArn: string | undefined;
2176
+ DatasetName?: string;
2177
+ RefreshSchedule: TopicRefreshSchedule | undefined;
2178
+ }
2179
+ export interface CreateTopicRefreshScheduleResponse {
2180
+ TopicId?: string;
2181
+ TopicArn?: string;
2182
+ DatasetArn?: string;
2183
+ Status?: number;
2184
+ RequestId?: string;
2185
+ }
2186
+ export interface CreateVPCConnectionRequest {
2187
+ AwsAccountId: string | undefined;
2188
+ VPCConnectionId: string | undefined;
2189
+ Name: string | undefined;
2190
+ SubnetIds: string[] | undefined;
2191
+ SecurityGroupIds: string[] | undefined;
2192
+ DnsResolvers?: string[];
2193
+ RoleArn: string | undefined;
2194
+ Tags?: Tag[];
2195
+ }
2196
+ export declare const VPCConnectionAvailabilityStatus: {
2197
+ readonly AVAILABLE: "AVAILABLE";
2198
+ readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
2199
+ readonly UNAVAILABLE: "UNAVAILABLE";
2200
+ };
2201
+ export type VPCConnectionAvailabilityStatus =
2202
+ (typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
2203
+ export declare const VPCConnectionResourceStatus: {
2204
+ readonly CREATION_FAILED: "CREATION_FAILED";
2205
+ readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
2206
+ readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
2207
+ readonly DELETED: "DELETED";
2208
+ readonly DELETION_FAILED: "DELETION_FAILED";
2209
+ readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
2210
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
2211
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
2212
+ readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
2213
+ };
2214
+ export type VPCConnectionResourceStatus =
2215
+ (typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
2216
+ export interface CreateVPCConnectionResponse {
2217
+ Arn?: string;
2218
+ VPCConnectionId?: string;
2219
+ CreationStatus?: VPCConnectionResourceStatus | string;
2220
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
2221
+ RequestId?: string;
2222
+ Status?: number;
2223
+ }
1692
2224
  export declare const DashboardErrorType: {
1693
2225
  readonly ACCESS_DENIED: "ACCESS_DENIED";
1694
2226
  readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
@@ -1784,6 +2316,7 @@ export interface DataSet {
1784
2316
  RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration;
1785
2317
  ColumnLevelPermissionRules?: ColumnLevelPermissionRule[];
1786
2318
  DataSetUsageConfiguration?: DataSetUsageConfiguration;
2319
+ DatasetParameters?: DatasetParameter[];
1787
2320
  }
1788
2321
  export declare const DataSetFilterAttribute: {
1789
2322
  readonly DATASET_NAME: "DATASET_NAME";
@@ -2065,6 +2598,28 @@ export interface DeleteThemeAliasResponse {
2065
2598
  Status?: number;
2066
2599
  ThemeId?: string;
2067
2600
  }
2601
+ export interface DeleteTopicRequest {
2602
+ AwsAccountId: string | undefined;
2603
+ TopicId: string | undefined;
2604
+ }
2605
+ export interface DeleteTopicResponse {
2606
+ Arn?: string;
2607
+ TopicId?: string;
2608
+ RequestId?: string;
2609
+ Status?: number;
2610
+ }
2611
+ export interface DeleteTopicRefreshScheduleRequest {
2612
+ AwsAccountId: string | undefined;
2613
+ TopicId: string | undefined;
2614
+ DatasetId: string | undefined;
2615
+ }
2616
+ export interface DeleteTopicRefreshScheduleResponse {
2617
+ TopicId?: string;
2618
+ TopicArn?: string;
2619
+ DatasetArn?: string;
2620
+ Status?: number;
2621
+ RequestId?: string;
2622
+ }
2068
2623
  export interface DeleteUserRequest {
2069
2624
  UserName: string | undefined;
2070
2625
  AwsAccountId: string | undefined;
@@ -2083,6 +2638,18 @@ export interface DeleteUserByPrincipalIdResponse {
2083
2638
  RequestId?: string;
2084
2639
  Status?: number;
2085
2640
  }
2641
+ export interface DeleteVPCConnectionRequest {
2642
+ AwsAccountId: string | undefined;
2643
+ VPCConnectionId: string | undefined;
2644
+ }
2645
+ export interface DeleteVPCConnectionResponse {
2646
+ Arn?: string;
2647
+ VPCConnectionId?: string;
2648
+ DeletionStatus?: VPCConnectionResourceStatus | string;
2649
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | string;
2650
+ RequestId?: string;
2651
+ Status?: number;
2652
+ }
2086
2653
  export interface DescribeAccountCustomizationRequest {
2087
2654
  AwsAccountId: string | undefined;
2088
2655
  Namespace?: string;
@@ -2189,499 +2756,6 @@ export interface DescribeDashboardPermissionsResponse {
2189
2756
  RequestId?: string;
2190
2757
  LinkSharingConfiguration?: LinkSharingConfiguration;
2191
2758
  }
2192
- export interface DescribeDataSetRequest {
2193
- AwsAccountId: string | undefined;
2194
- DataSetId: string | undefined;
2195
- }
2196
- export interface DescribeDataSetResponse {
2197
- DataSet?: DataSet;
2198
- RequestId?: string;
2199
- Status?: number;
2200
- }
2201
- export interface DescribeDataSetPermissionsRequest {
2202
- AwsAccountId: string | undefined;
2203
- DataSetId: string | undefined;
2204
- }
2205
- export interface DescribeDataSetPermissionsResponse {
2206
- DataSetArn?: string;
2207
- DataSetId?: string;
2208
- Permissions?: ResourcePermission[];
2209
- RequestId?: string;
2210
- Status?: number;
2211
- }
2212
- export interface DescribeDataSetRefreshPropertiesRequest {
2213
- AwsAccountId: string | undefined;
2214
- DataSetId: string | undefined;
2215
- }
2216
- export interface DescribeDataSetRefreshPropertiesResponse {
2217
- RequestId?: string;
2218
- Status?: number;
2219
- DataSetRefreshProperties?: DataSetRefreshProperties;
2220
- }
2221
- export interface DescribeDataSourceRequest {
2222
- AwsAccountId: string | undefined;
2223
- DataSourceId: string | undefined;
2224
- }
2225
- export interface DescribeDataSourceResponse {
2226
- DataSource?: DataSource;
2227
- RequestId?: string;
2228
- Status?: number;
2229
- }
2230
- export interface DescribeDataSourcePermissionsRequest {
2231
- AwsAccountId: string | undefined;
2232
- DataSourceId: string | undefined;
2233
- }
2234
- export interface DescribeDataSourcePermissionsResponse {
2235
- DataSourceArn?: string;
2236
- DataSourceId?: string;
2237
- Permissions?: ResourcePermission[];
2238
- RequestId?: string;
2239
- Status?: number;
2240
- }
2241
- export interface DescribeFolderRequest {
2242
- AwsAccountId: string | undefined;
2243
- FolderId: string | undefined;
2244
- }
2245
- export interface Folder {
2246
- FolderId?: string;
2247
- Arn?: string;
2248
- Name?: string;
2249
- FolderType?: FolderType | string;
2250
- FolderPath?: string[];
2251
- CreatedTime?: Date;
2252
- LastUpdatedTime?: Date;
2253
- }
2254
- export interface DescribeFolderResponse {
2255
- Status?: number;
2256
- Folder?: Folder;
2257
- RequestId?: string;
2258
- }
2259
- export interface DescribeFolderPermissionsRequest {
2260
- AwsAccountId: string | undefined;
2261
- FolderId: string | undefined;
2262
- }
2263
- export interface DescribeFolderPermissionsResponse {
2264
- Status?: number;
2265
- FolderId?: string;
2266
- Arn?: string;
2267
- Permissions?: ResourcePermission[];
2268
- RequestId?: string;
2269
- }
2270
- export interface DescribeFolderResolvedPermissionsRequest {
2271
- AwsAccountId: string | undefined;
2272
- FolderId: string | undefined;
2273
- }
2274
- export interface DescribeFolderResolvedPermissionsResponse {
2275
- Status?: number;
2276
- FolderId?: string;
2277
- Arn?: string;
2278
- Permissions?: ResourcePermission[];
2279
- RequestId?: string;
2280
- }
2281
- export interface DescribeGroupRequest {
2282
- GroupName: string | undefined;
2283
- AwsAccountId: string | undefined;
2284
- Namespace: string | undefined;
2285
- }
2286
- export interface DescribeGroupResponse {
2287
- Group?: Group;
2288
- RequestId?: string;
2289
- Status?: number;
2290
- }
2291
- export interface DescribeGroupMembershipRequest {
2292
- MemberName: string | undefined;
2293
- GroupName: string | undefined;
2294
- AwsAccountId: string | undefined;
2295
- Namespace: string | undefined;
2296
- }
2297
- export interface DescribeGroupMembershipResponse {
2298
- GroupMember?: GroupMember;
2299
- RequestId?: string;
2300
- Status?: number;
2301
- }
2302
- export interface DescribeIAMPolicyAssignmentRequest {
2303
- AwsAccountId: string | undefined;
2304
- AssignmentName: string | undefined;
2305
- Namespace: string | undefined;
2306
- }
2307
- export interface IAMPolicyAssignment {
2308
- AwsAccountId?: string;
2309
- AssignmentId?: string;
2310
- AssignmentName?: string;
2311
- PolicyArn?: string;
2312
- Identities?: Record<string, string[]>;
2313
- AssignmentStatus?: AssignmentStatus | string;
2314
- }
2315
- export interface DescribeIAMPolicyAssignmentResponse {
2316
- IAMPolicyAssignment?: IAMPolicyAssignment;
2317
- RequestId?: string;
2318
- Status?: number;
2319
- }
2320
- export declare class InvalidNextTokenException extends __BaseException {
2321
- readonly name: "InvalidNextTokenException";
2322
- readonly $fault: "client";
2323
- Message?: string;
2324
- RequestId?: string;
2325
- constructor(
2326
- opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
2327
- );
2328
- }
2329
- export interface DescribeIngestionRequest {
2330
- AwsAccountId: string | undefined;
2331
- DataSetId: string | undefined;
2332
- IngestionId: string | undefined;
2333
- }
2334
- export declare const IngestionErrorType: {
2335
- readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
2336
- readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
2337
- readonly CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED";
2338
- readonly CUSTOMER_ERROR: "CUSTOMER_ERROR";
2339
- readonly DATA_SET_DELETED: "DATA_SET_DELETED";
2340
- readonly DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE";
2341
- readonly DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED";
2342
- readonly DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED";
2343
- readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
2344
- readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
2345
- readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
2346
- readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
2347
- readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
2348
- readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
2349
- readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
2350
- readonly IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE";
2351
- readonly INGESTION_CANCELED: "INGESTION_CANCELED";
2352
- readonly INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED";
2353
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
2354
- readonly INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX";
2355
- readonly INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG";
2356
- readonly INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT";
2357
- readonly IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY";
2358
- readonly IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND";
2359
- readonly OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE";
2360
- readonly PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE";
2361
- readonly PERMISSION_DENIED: "PERMISSION_DENIED";
2362
- readonly PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND";
2363
- readonly QUERY_TIMEOUT: "QUERY_TIMEOUT";
2364
- readonly REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT";
2365
- readonly ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED";
2366
- readonly S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE";
2367
- readonly S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR";
2368
- readonly S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED";
2369
- readonly SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE";
2370
- readonly SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED";
2371
- readonly SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND";
2372
- readonly SQL_EXCEPTION: "SQL_EXCEPTION";
2373
- readonly SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE";
2374
- readonly SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW";
2375
- readonly SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR";
2376
- readonly SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND";
2377
- readonly SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE";
2378
- readonly UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST";
2379
- readonly UNROUTABLE_HOST: "UNROUTABLE_HOST";
2380
- };
2381
- export type IngestionErrorType =
2382
- (typeof IngestionErrorType)[keyof typeof IngestionErrorType];
2383
- export interface ErrorInfo {
2384
- Type?: IngestionErrorType | string;
2385
- Message?: string;
2386
- }
2387
- export interface QueueInfo {
2388
- WaitingOnIngestion: string | undefined;
2389
- QueuedIngestion: string | undefined;
2390
- }
2391
- export declare const IngestionRequestSource: {
2392
- readonly MANUAL: "MANUAL";
2393
- readonly SCHEDULED: "SCHEDULED";
2394
- };
2395
- export type IngestionRequestSource =
2396
- (typeof IngestionRequestSource)[keyof typeof IngestionRequestSource];
2397
- export declare const IngestionRequestType: {
2398
- readonly EDIT: "EDIT";
2399
- readonly FULL_REFRESH: "FULL_REFRESH";
2400
- readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
2401
- readonly INITIAL_INGESTION: "INITIAL_INGESTION";
2402
- };
2403
- export type IngestionRequestType =
2404
- (typeof IngestionRequestType)[keyof typeof IngestionRequestType];
2405
- export interface RowInfo {
2406
- RowsIngested?: number;
2407
- RowsDropped?: number;
2408
- TotalRowsInDataset?: number;
2409
- }
2410
- export interface Ingestion {
2411
- Arn: string | undefined;
2412
- IngestionId?: string;
2413
- IngestionStatus: IngestionStatus | string | undefined;
2414
- ErrorInfo?: ErrorInfo;
2415
- RowInfo?: RowInfo;
2416
- QueueInfo?: QueueInfo;
2417
- CreatedTime: Date | undefined;
2418
- IngestionTimeInSeconds?: number;
2419
- IngestionSizeInBytes?: number;
2420
- RequestSource?: IngestionRequestSource | string;
2421
- RequestType?: IngestionRequestType | string;
2422
- }
2423
- export interface DescribeIngestionResponse {
2424
- Ingestion?: Ingestion;
2425
- RequestId?: string;
2426
- Status?: number;
2427
- }
2428
- export interface DescribeIpRestrictionRequest {
2429
- AwsAccountId: string | undefined;
2430
- }
2431
- export interface DescribeIpRestrictionResponse {
2432
- AwsAccountId?: string;
2433
- IpRestrictionRuleMap?: Record<string, string>;
2434
- Enabled?: boolean;
2435
- RequestId?: string;
2436
- Status?: number;
2437
- }
2438
- export interface DescribeNamespaceRequest {
2439
- AwsAccountId: string | undefined;
2440
- Namespace: string | undefined;
2441
- }
2442
- export declare const NamespaceErrorType: {
2443
- readonly INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR";
2444
- readonly PERMISSION_DENIED: "PERMISSION_DENIED";
2445
- };
2446
- export type NamespaceErrorType =
2447
- (typeof NamespaceErrorType)[keyof typeof NamespaceErrorType];
2448
- export interface NamespaceError {
2449
- Type?: NamespaceErrorType | string;
2450
- Message?: string;
2451
- }
2452
- export interface NamespaceInfoV2 {
2453
- Name?: string;
2454
- Arn?: string;
2455
- CapacityRegion?: string;
2456
- CreationStatus?: NamespaceStatus | string;
2457
- IdentityStore?: IdentityStore | string;
2458
- NamespaceError?: NamespaceError;
2459
- }
2460
- export interface DescribeNamespaceResponse {
2461
- Namespace?: NamespaceInfoV2;
2462
- RequestId?: string;
2463
- Status?: number;
2464
- }
2465
- export interface DescribeRefreshScheduleRequest {
2466
- AwsAccountId: string | undefined;
2467
- DataSetId: string | undefined;
2468
- ScheduleId: string | undefined;
2469
- }
2470
- export interface DescribeRefreshScheduleResponse {
2471
- RefreshSchedule?: RefreshSchedule;
2472
- Status?: number;
2473
- RequestId?: string;
2474
- Arn?: string;
2475
- }
2476
- export interface DescribeTemplateRequest {
2477
- AwsAccountId: string | undefined;
2478
- TemplateId: string | undefined;
2479
- VersionNumber?: number;
2480
- AliasName?: string;
2481
- }
2482
- export declare const TemplateErrorType: {
2483
- readonly ACCESS_DENIED: "ACCESS_DENIED";
2484
- readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
2485
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
2486
- readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
2487
- };
2488
- export type TemplateErrorType =
2489
- (typeof TemplateErrorType)[keyof typeof TemplateErrorType];
2490
- export interface TemplateError {
2491
- Type?: TemplateErrorType | string;
2492
- Message?: string;
2493
- ViolatedEntities?: Entity[];
2494
- }
2495
- export interface TemplateVersion {
2496
- CreatedTime?: Date;
2497
- Errors?: TemplateError[];
2498
- VersionNumber?: number;
2499
- Status?: ResourceStatus | string;
2500
- DataSetConfigurations?: DataSetConfiguration[];
2501
- Description?: string;
2502
- SourceEntityArn?: string;
2503
- ThemeArn?: string;
2504
- Sheets?: Sheet[];
2505
- }
2506
- export interface Template {
2507
- Arn?: string;
2508
- Name?: string;
2509
- Version?: TemplateVersion;
2510
- TemplateId?: string;
2511
- LastUpdatedTime?: Date;
2512
- CreatedTime?: Date;
2513
- }
2514
- export interface DescribeTemplateResponse {
2515
- Template?: Template;
2516
- Status?: number;
2517
- RequestId?: string;
2518
- }
2519
- export interface DescribeTemplateAliasRequest {
2520
- AwsAccountId: string | undefined;
2521
- TemplateId: string | undefined;
2522
- AliasName: string | undefined;
2523
- }
2524
- export interface DescribeTemplateAliasResponse {
2525
- TemplateAlias?: TemplateAlias;
2526
- Status?: number;
2527
- RequestId?: string;
2528
- }
2529
- export interface DescribeTemplateDefinitionRequest {
2530
- AwsAccountId: string | undefined;
2531
- TemplateId: string | undefined;
2532
- VersionNumber?: number;
2533
- AliasName?: string;
2534
- }
2535
- export interface DescribeTemplateDefinitionResponse {
2536
- Name?: string;
2537
- TemplateId?: string;
2538
- Errors?: TemplateError[];
2539
- ResourceStatus?: ResourceStatus | string;
2540
- ThemeArn?: string;
2541
- Definition?: TemplateVersionDefinition;
2542
- Status?: number;
2543
- RequestId?: string;
2544
- }
2545
- export interface DescribeTemplatePermissionsRequest {
2546
- AwsAccountId: string | undefined;
2547
- TemplateId: string | undefined;
2548
- }
2549
- export interface DescribeTemplatePermissionsResponse {
2550
- TemplateId?: string;
2551
- TemplateArn?: string;
2552
- Permissions?: ResourcePermission[];
2553
- RequestId?: string;
2554
- Status?: number;
2555
- }
2556
- export interface DescribeThemeRequest {
2557
- AwsAccountId: string | undefined;
2558
- ThemeId: string | undefined;
2559
- VersionNumber?: number;
2560
- AliasName?: string;
2561
- }
2562
- export declare const ThemeType: {
2563
- readonly ALL: "ALL";
2564
- readonly CUSTOM: "CUSTOM";
2565
- readonly QUICKSIGHT: "QUICKSIGHT";
2566
- };
2567
- export type ThemeType = (typeof ThemeType)[keyof typeof ThemeType];
2568
- export declare const ThemeErrorType: {
2569
- readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
2570
- };
2571
- export type ThemeErrorType =
2572
- (typeof ThemeErrorType)[keyof typeof ThemeErrorType];
2573
- export interface ThemeError {
2574
- Type?: ThemeErrorType | string;
2575
- Message?: string;
2576
- }
2577
- export interface ThemeVersion {
2578
- VersionNumber?: number;
2579
- Arn?: string;
2580
- Description?: string;
2581
- BaseThemeId?: string;
2582
- CreatedTime?: Date;
2583
- Configuration?: ThemeConfiguration;
2584
- Errors?: ThemeError[];
2585
- Status?: ResourceStatus | string;
2586
- }
2587
- export interface Theme {
2588
- Arn?: string;
2589
- Name?: string;
2590
- ThemeId?: string;
2591
- Version?: ThemeVersion;
2592
- CreatedTime?: Date;
2593
- LastUpdatedTime?: Date;
2594
- Type?: ThemeType | string;
2595
- }
2596
- export interface DescribeThemeResponse {
2597
- Theme?: Theme;
2598
- Status?: number;
2599
- RequestId?: string;
2600
- }
2601
- export interface DescribeThemeAliasRequest {
2602
- AwsAccountId: string | undefined;
2603
- ThemeId: string | undefined;
2604
- AliasName: string | undefined;
2605
- }
2606
- export interface DescribeThemeAliasResponse {
2607
- ThemeAlias?: ThemeAlias;
2608
- Status?: number;
2609
- RequestId?: string;
2610
- }
2611
- export interface DescribeThemePermissionsRequest {
2612
- AwsAccountId: string | undefined;
2613
- ThemeId: string | undefined;
2614
- }
2615
- export interface DescribeThemePermissionsResponse {
2616
- ThemeId?: string;
2617
- ThemeArn?: string;
2618
- Permissions?: ResourcePermission[];
2619
- RequestId?: string;
2620
- Status?: number;
2621
- }
2622
- export interface DescribeUserRequest {
2623
- UserName: string | undefined;
2624
- AwsAccountId: string | undefined;
2625
- Namespace: string | undefined;
2626
- }
2627
- export declare const IdentityType: {
2628
- readonly IAM: "IAM";
2629
- readonly QUICKSIGHT: "QUICKSIGHT";
2630
- };
2631
- export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
2632
- export declare const UserRole: {
2633
- readonly ADMIN: "ADMIN";
2634
- readonly AUTHOR: "AUTHOR";
2635
- readonly READER: "READER";
2636
- readonly RESTRICTED_AUTHOR: "RESTRICTED_AUTHOR";
2637
- readonly RESTRICTED_READER: "RESTRICTED_READER";
2638
- };
2639
- export type UserRole = (typeof UserRole)[keyof typeof UserRole];
2640
- export interface User {
2641
- Arn?: string;
2642
- UserName?: string;
2643
- Email?: string;
2644
- Role?: UserRole | string;
2645
- IdentityType?: IdentityType | string;
2646
- Active?: boolean;
2647
- PrincipalId?: string;
2648
- CustomPermissionsName?: string;
2649
- ExternalLoginFederationProviderType?: string;
2650
- ExternalLoginFederationProviderUrl?: string;
2651
- ExternalLoginId?: string;
2652
- }
2653
- export interface DescribeUserResponse {
2654
- User?: User;
2655
- RequestId?: string;
2656
- Status?: number;
2657
- }
2658
- export declare class DomainNotWhitelistedException extends __BaseException {
2659
- readonly name: "DomainNotWhitelistedException";
2660
- readonly $fault: "client";
2661
- Message?: string;
2662
- RequestId?: string;
2663
- constructor(
2664
- opts: __ExceptionOptionType<DomainNotWhitelistedException, __BaseException>
2665
- );
2666
- }
2667
- export declare const EmbeddingIdentityType: {
2668
- readonly ANONYMOUS: "ANONYMOUS";
2669
- readonly IAM: "IAM";
2670
- readonly QUICKSIGHT: "QUICKSIGHT";
2671
- };
2672
- export type EmbeddingIdentityType =
2673
- (typeof EmbeddingIdentityType)[keyof typeof EmbeddingIdentityType];
2674
- export declare const FolderFilterAttribute: {
2675
- readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
2676
- readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
2677
- readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
2678
- readonly FOLDER_NAME: "FOLDER_NAME";
2679
- readonly PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN";
2680
- readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
2681
- readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
2682
- };
2683
- export type FolderFilterAttribute =
2684
- (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
2685
2759
  export declare const DateTimeParameterFilterSensitiveLog: (
2686
2760
  obj: DateTimeParameter
2687
2761
  ) => any;
@@ -2735,6 +2809,43 @@ export declare const TemplateVersionDefinitionFilterSensitiveLog: (
2735
2809
  export declare const CreateTemplateRequestFilterSensitiveLog: (
2736
2810
  obj: CreateTemplateRequest
2737
2811
  ) => any;
2812
+ export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
2813
+ export declare const TopicCalculatedFieldFilterSensitiveLog: (
2814
+ obj: TopicCalculatedField
2815
+ ) => any;
2816
+ export declare const TopicColumnFilterSensitiveLog: (obj: TopicColumn) => any;
2817
+ export declare const TopicCategoryFilterConstantFilterSensitiveLog: (
2818
+ obj: TopicCategoryFilterConstant
2819
+ ) => any;
2820
+ export declare const TopicCategoryFilterFilterSensitiveLog: (
2821
+ obj: TopicCategoryFilter
2822
+ ) => any;
2823
+ export declare const TopicRangeFilterConstantFilterSensitiveLog: (
2824
+ obj: TopicRangeFilterConstant
2825
+ ) => any;
2826
+ export declare const TopicDateRangeFilterFilterSensitiveLog: (
2827
+ obj: TopicDateRangeFilter
2828
+ ) => any;
2829
+ export declare const TopicSingularFilterConstantFilterSensitiveLog: (
2830
+ obj: TopicSingularFilterConstant
2831
+ ) => any;
2832
+ export declare const TopicNumericEqualityFilterFilterSensitiveLog: (
2833
+ obj: TopicNumericEqualityFilter
2834
+ ) => any;
2835
+ export declare const TopicNumericRangeFilterFilterSensitiveLog: (
2836
+ obj: TopicNumericRangeFilter
2837
+ ) => any;
2838
+ export declare const TopicRelativeDateFilterFilterSensitiveLog: (
2839
+ obj: TopicRelativeDateFilter
2840
+ ) => any;
2841
+ export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
2842
+ export declare const DatasetMetadataFilterSensitiveLog: (
2843
+ obj: DatasetMetadata
2844
+ ) => any;
2845
+ export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
2846
+ export declare const CreateTopicRequestFilterSensitiveLog: (
2847
+ obj: CreateTopicRequest
2848
+ ) => any;
2738
2849
  export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
2739
2850
  export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
2740
2851
  obj: DescribeAnalysisDefinitionResponse
@@ -2742,9 +2853,3 @@ export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
2742
2853
  export declare const DescribeDashboardDefinitionResponseFilterSensitiveLog: (
2743
2854
  obj: DescribeDashboardDefinitionResponse
2744
2855
  ) => any;
2745
- export declare const DescribeDataSetResponseFilterSensitiveLog: (
2746
- obj: DescribeDataSetResponse
2747
- ) => any;
2748
- export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
2749
- obj: DescribeTemplateDefinitionResponse
2750
- ) => any;