@aws-sdk/client-quicksight 3.306.0 → 3.310.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 (316) hide show
  1. package/README.md +64 -0
  2. package/dist-cjs/QuickSight.js +120 -0
  3. package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
  6. package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFolderCommand.js +2 -2
  11. package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
  12. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
  14. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
  15. package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
  16. package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
  17. package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
  18. package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
  19. package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
  20. package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
  21. package/dist-cjs/commands/CreateThemeCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
  28. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
  31. package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
  32. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
  33. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
  34. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  35. package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
  36. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
  37. package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
  38. package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
  39. package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
  40. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteUserCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
  50. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
  53. package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
  54. package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
  55. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
  56. package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
  57. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
  58. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
  59. package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
  60. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
  61. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
  62. package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
  63. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
  64. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
  65. package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
  66. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
  67. package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
  68. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  69. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
  70. package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
  71. package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
  72. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
  73. package/dist-cjs/commands/DescribeUserCommand.js +2 -2
  74. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
  75. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
  76. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
  77. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
  78. package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
  79. package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
  80. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  81. package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
  82. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
  83. package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
  84. package/dist-cjs/commands/ListFoldersCommand.js +2 -2
  85. package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
  86. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  87. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
  88. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
  89. package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
  90. package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
  91. package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
  92. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  93. package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
  94. package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
  95. package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
  96. package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
  97. package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
  98. package/dist-cjs/commands/ListThemesCommand.js +2 -2
  99. package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
  100. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  101. package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
  102. package/dist-cjs/commands/RegisterUserCommand.js +2 -2
  103. package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
  104. package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
  105. package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
  106. package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
  107. package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
  108. package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
  109. package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
  110. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  111. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  112. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
  113. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
  114. package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
  115. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
  116. package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
  117. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
  118. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
  119. package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
  120. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
  121. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  122. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
  123. package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
  124. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
  125. package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
  126. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
  127. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
  128. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
  129. package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
  130. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
  131. package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
  132. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
  133. package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
  134. package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
  135. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
  136. package/dist-cjs/commands/UpdateUserCommand.js +2 -2
  137. package/dist-cjs/commands/index.js +8 -0
  138. package/dist-cjs/models/models_2.js +25 -67
  139. package/dist-cjs/models/models_3.js +66 -1
  140. package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
  141. package/dist-es/QuickSight.js +120 -0
  142. package/dist-es/commands/CancelIngestionCommand.js +3 -3
  143. package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
  144. package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
  145. package/dist-es/commands/CreateAnalysisCommand.js +3 -3
  146. package/dist-es/commands/CreateDashboardCommand.js +3 -3
  147. package/dist-es/commands/CreateDataSetCommand.js +3 -3
  148. package/dist-es/commands/CreateDataSourceCommand.js +3 -3
  149. package/dist-es/commands/CreateFolderCommand.js +3 -3
  150. package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
  151. package/dist-es/commands/CreateGroupCommand.js +3 -3
  152. package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
  153. package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
  154. package/dist-es/commands/CreateIngestionCommand.js +3 -3
  155. package/dist-es/commands/CreateNamespaceCommand.js +3 -3
  156. package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
  157. package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
  158. package/dist-es/commands/CreateTemplateCommand.js +3 -3
  159. package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
  160. package/dist-es/commands/CreateThemeCommand.js +3 -3
  161. package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
  162. package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
  163. package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
  164. package/dist-es/commands/DeleteDashboardCommand.js +3 -3
  165. package/dist-es/commands/DeleteDataSetCommand.js +3 -3
  166. package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
  167. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  168. package/dist-es/commands/DeleteFolderCommand.js +3 -3
  169. package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
  170. package/dist-es/commands/DeleteGroupCommand.js +3 -3
  171. package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
  172. package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
  173. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  174. package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
  175. package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
  176. package/dist-es/commands/DeleteTemplateCommand.js +3 -3
  177. package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
  178. package/dist-es/commands/DeleteThemeCommand.js +3 -3
  179. package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
  180. package/dist-es/commands/DeleteUserCommand.js +3 -3
  181. package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
  182. package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
  183. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
  184. package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
  185. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
  186. package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
  187. package/dist-es/commands/DescribeDashboardCommand.js +3 -3
  188. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
  189. package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
  190. package/dist-es/commands/DescribeDataSetCommand.js +3 -3
  191. package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
  192. package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
  193. package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
  194. package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
  195. package/dist-es/commands/DescribeFolderCommand.js +3 -3
  196. package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
  197. package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
  198. package/dist-es/commands/DescribeGroupCommand.js +3 -3
  199. package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
  200. package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
  201. package/dist-es/commands/DescribeIngestionCommand.js +3 -3
  202. package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
  203. package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
  204. package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
  205. package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
  206. package/dist-es/commands/DescribeTemplateCommand.js +3 -3
  207. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
  208. package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
  209. package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
  210. package/dist-es/commands/DescribeThemeCommand.js +3 -3
  211. package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
  212. package/dist-es/commands/DescribeUserCommand.js +3 -3
  213. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
  214. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
  215. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
  216. package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
  217. package/dist-es/commands/ListAnalysesCommand.js +3 -3
  218. package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
  219. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  220. package/dist-es/commands/ListDataSetsCommand.js +3 -3
  221. package/dist-es/commands/ListDataSourcesCommand.js +3 -3
  222. package/dist-es/commands/ListFolderMembersCommand.js +3 -3
  223. package/dist-es/commands/ListFoldersCommand.js +3 -3
  224. package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
  225. package/dist-es/commands/ListGroupsCommand.js +3 -3
  226. package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
  227. package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
  228. package/dist-es/commands/ListIngestionsCommand.js +3 -3
  229. package/dist-es/commands/ListNamespacesCommand.js +3 -3
  230. package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
  231. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  232. package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
  233. package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
  234. package/dist-es/commands/ListTemplatesCommand.js +3 -3
  235. package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
  236. package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
  237. package/dist-es/commands/ListThemesCommand.js +3 -3
  238. package/dist-es/commands/ListUserGroupsCommand.js +3 -3
  239. package/dist-es/commands/ListUsersCommand.js +3 -3
  240. package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
  241. package/dist-es/commands/RegisterUserCommand.js +3 -3
  242. package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
  243. package/dist-es/commands/SearchAnalysesCommand.js +3 -3
  244. package/dist-es/commands/SearchDashboardsCommand.js +3 -3
  245. package/dist-es/commands/SearchDataSetsCommand.js +3 -3
  246. package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
  247. package/dist-es/commands/SearchFoldersCommand.js +3 -3
  248. package/dist-es/commands/SearchGroupsCommand.js +3 -3
  249. package/dist-es/commands/TagResourceCommand.js +3 -3
  250. package/dist-es/commands/UntagResourceCommand.js +3 -3
  251. package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
  252. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
  253. package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
  254. package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
  255. package/dist-es/commands/UpdateDashboardCommand.js +3 -3
  256. package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
  257. package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
  258. package/dist-es/commands/UpdateDataSetCommand.js +3 -3
  259. package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
  260. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  261. package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
  262. package/dist-es/commands/UpdateFolderCommand.js +3 -3
  263. package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
  264. package/dist-es/commands/UpdateGroupCommand.js +3 -3
  265. package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
  266. package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
  267. package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
  268. package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
  269. package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
  270. package/dist-es/commands/UpdateTemplateCommand.js +3 -3
  271. package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
  272. package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
  273. package/dist-es/commands/UpdateThemeCommand.js +3 -3
  274. package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
  275. package/dist-es/commands/UpdateUserCommand.js +3 -3
  276. package/dist-es/commands/index.js +8 -0
  277. package/dist-es/models/models_2.js +23 -58
  278. package/dist-es/models/models_3.js +58 -0
  279. package/dist-es/protocols/Aws_restJson1.js +6083 -6716
  280. package/dist-types/QuickSight.d.ts +64 -0
  281. package/dist-types/QuickSightClient.d.ts +10 -2
  282. package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
  283. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
  284. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
  285. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
  286. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
  287. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
  288. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  289. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  290. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
  291. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
  292. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
  293. package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
  294. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
  295. package/dist-types/commands/index.d.ts +8 -0
  296. package/dist-types/models/models_2.d.ts +392 -571
  297. package/dist-types/models/models_3.d.ts +647 -2
  298. package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
  299. package/dist-types/ts3.4/QuickSight.d.ts +136 -0
  300. package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
  301. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
  302. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
  303. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
  304. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
  305. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
  306. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
  309. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
  310. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
  311. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
  312. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  313. package/dist-types/ts3.4/models/models_2.d.ts +110 -141
  314. package/dist-types/ts3.4/models/models_3.d.ts +176 -3
  315. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
  316. package/package.json +35 -35
@@ -14,6 +14,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
14
14
  import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "../commands/CreateIAMPolicyAssignmentCommand";
15
15
  import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "../commands/CreateIngestionCommand";
16
16
  import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
17
+ import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "../commands/CreateRefreshScheduleCommand";
17
18
  import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "../commands/CreateTemplateAliasCommand";
18
19
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
19
20
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "../commands/CreateThemeAliasCommand";
@@ -23,6 +24,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
23
24
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
24
25
  import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
25
26
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
27
+ import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "../commands/DeleteDataSetRefreshPropertiesCommand";
26
28
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
27
29
  import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
28
30
  import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "../commands/DeleteFolderMembershipCommand";
@@ -30,6 +32,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/D
30
32
  import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "../commands/DeleteGroupMembershipCommand";
31
33
  import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "../commands/DeleteIAMPolicyAssignmentCommand";
32
34
  import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
35
+ import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "../commands/DeleteRefreshScheduleCommand";
33
36
  import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "../commands/DeleteTemplateAliasCommand";
34
37
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
35
38
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "../commands/DeleteThemeAliasCommand";
@@ -47,6 +50,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
47
50
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
48
51
  import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
49
52
  import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
53
+ import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
50
54
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
51
55
  import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "../commands/DescribeDataSourcePermissionsCommand";
52
56
  import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "../commands/DescribeFolderCommand";
@@ -58,6 +62,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
58
62
  import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "../commands/DescribeIngestionCommand";
59
63
  import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "../commands/DescribeIpRestrictionCommand";
60
64
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
65
+ import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "../commands/DescribeRefreshScheduleCommand";
61
66
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
62
67
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "../commands/DescribeTemplateCommand";
63
68
  import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "../commands/DescribeTemplateDefinitionCommand";
@@ -83,6 +88,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
83
88
  import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "../commands/ListIAMPolicyAssignmentsForUserCommand";
84
89
  import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
85
90
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
91
+ import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "../commands/ListRefreshSchedulesCommand";
86
92
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
87
93
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "../commands/ListTemplateAliasesCommand";
88
94
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
@@ -92,6 +98,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/Lis
92
98
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
93
99
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
94
100
  import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
101
+ import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
95
102
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
96
103
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
97
104
  import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "../commands/SearchAnalysesCommand";
@@ -119,6 +126,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/U
119
126
  import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "../commands/UpdateIAMPolicyAssignmentCommand";
120
127
  import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "../commands/UpdateIpRestrictionCommand";
121
128
  import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
129
+ import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
122
130
  import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "../commands/UpdateTemplateAliasCommand";
123
131
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
124
132
  import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "../commands/UpdateTemplatePermissionsCommand";
@@ -126,255 +134,1075 @@ import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "../
126
134
  import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "../commands/UpdateThemeCommand";
127
135
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "../commands/UpdateThemePermissionsCommand";
128
136
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
129
- export declare const serializeAws_restJson1CancelIngestionCommand: (input: CancelIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1CreateAccountCustomizationCommand: (input: CreateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1CreateFolderCommand: (input: CreateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1CreateFolderMembershipCommand: (input: CreateFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1CreateIAMPolicyAssignmentCommand: (input: CreateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1CreateIngestionCommand: (input: CreateIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1CreateTemplateAliasCommand: (input: CreateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_restJson1CreateThemeCommand: (input: CreateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1CreateThemeAliasCommand: (input: CreateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_restJson1DeleteAccountCustomizationCommand: (input: DeleteAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_restJson1DeleteAccountSubscriptionCommand: (input: DeleteAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_restJson1DeleteAnalysisCommand: (input: DeleteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_restJson1DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_restJson1DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_restJson1DeleteFolderCommand: (input: DeleteFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1DeleteFolderMembershipCommand: (input: DeleteFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_restJson1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_restJson1DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const serializeAws_restJson1DeleteIAMPolicyAssignmentCommand: (input: DeleteIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- export declare const serializeAws_restJson1DeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- export declare const serializeAws_restJson1DeleteTemplateAliasCommand: (input: DeleteTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- export declare const serializeAws_restJson1DeleteThemeCommand: (input: DeleteThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1DeleteThemeAliasCommand: (input: DeleteThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- export declare const serializeAws_restJson1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- export declare const serializeAws_restJson1DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- export declare const serializeAws_restJson1DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- export declare const serializeAws_restJson1DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- export declare const serializeAws_restJson1DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- export declare const serializeAws_restJson1DescribeAnalysisDefinitionCommand: (input: DescribeAnalysisDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- export declare const serializeAws_restJson1DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- export declare const serializeAws_restJson1DescribeDashboardDefinitionCommand: (input: DescribeDashboardDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- export declare const serializeAws_restJson1DescribeDashboardPermissionsCommand: (input: DescribeDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1DescribeDataSetCommand: (input: DescribeDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- export declare const serializeAws_restJson1DescribeDataSetPermissionsCommand: (input: DescribeDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- export declare const serializeAws_restJson1DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- export declare const serializeAws_restJson1DescribeDataSourcePermissionsCommand: (input: DescribeDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1DescribeFolderCommand: (input: DescribeFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- export declare const serializeAws_restJson1DescribeFolderPermissionsCommand: (input: DescribeFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- export declare const serializeAws_restJson1DescribeFolderResolvedPermissionsCommand: (input: DescribeFolderResolvedPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- export declare const serializeAws_restJson1DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- export declare const serializeAws_restJson1DescribeIAMPolicyAssignmentCommand: (input: DescribeIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- export declare const serializeAws_restJson1DescribeIngestionCommand: (input: DescribeIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- export declare const serializeAws_restJson1DescribeIpRestrictionCommand: (input: DescribeIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1DescribeNamespaceCommand: (input: DescribeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- export declare const serializeAws_restJson1DescribeTemplateCommand: (input: DescribeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- export declare const serializeAws_restJson1DescribeTemplateAliasCommand: (input: DescribeTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- export declare const serializeAws_restJson1DescribeTemplateDefinitionCommand: (input: DescribeTemplateDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1DescribeTemplatePermissionsCommand: (input: DescribeTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- export declare const serializeAws_restJson1DescribeThemeCommand: (input: DescribeThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- export declare const serializeAws_restJson1DescribeThemeAliasCommand: (input: DescribeThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- export declare const serializeAws_restJson1DescribeThemePermissionsCommand: (input: DescribeThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- export declare const serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand: (input: GenerateEmbedUrlForAnonymousUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- export declare const serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand: (input: GenerateEmbedUrlForRegisteredUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- export declare const serializeAws_restJson1GetDashboardEmbedUrlCommand: (input: GetDashboardEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- export declare const serializeAws_restJson1ListAnalysesCommand: (input: ListAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- export declare const serializeAws_restJson1ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- export declare const serializeAws_restJson1ListDashboardVersionsCommand: (input: ListDashboardVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- export declare const serializeAws_restJson1ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- export declare const serializeAws_restJson1ListFolderMembersCommand: (input: ListFolderMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- export declare const serializeAws_restJson1ListFoldersCommand: (input: ListFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- export declare const serializeAws_restJson1ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- export declare const serializeAws_restJson1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- export declare const serializeAws_restJson1ListIAMPolicyAssignmentsCommand: (input: ListIAMPolicyAssignmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- export declare const serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand: (input: ListIAMPolicyAssignmentsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- export declare const serializeAws_restJson1ListIngestionsCommand: (input: ListIngestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- export declare const serializeAws_restJson1ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- export declare const serializeAws_restJson1ListTemplateAliasesCommand: (input: ListTemplateAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- export declare const serializeAws_restJson1ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- export declare const serializeAws_restJson1ListTemplateVersionsCommand: (input: ListTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- export declare const serializeAws_restJson1ListThemeAliasesCommand: (input: ListThemeAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- export declare const serializeAws_restJson1ListThemesCommand: (input: ListThemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- export declare const serializeAws_restJson1ListThemeVersionsCommand: (input: ListThemeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- export declare const serializeAws_restJson1ListUserGroupsCommand: (input: ListUserGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- export declare const serializeAws_restJson1RegisterUserCommand: (input: RegisterUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- export declare const serializeAws_restJson1RestoreAnalysisCommand: (input: RestoreAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- export declare const serializeAws_restJson1SearchAnalysesCommand: (input: SearchAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- export declare const serializeAws_restJson1SearchDashboardsCommand: (input: SearchDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- export declare const serializeAws_restJson1SearchDataSetsCommand: (input: SearchDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- export declare const serializeAws_restJson1SearchDataSourcesCommand: (input: SearchDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
- export declare const serializeAws_restJson1SearchFoldersCommand: (input: SearchFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- export declare const serializeAws_restJson1SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
- export declare const serializeAws_restJson1UpdateAccountCustomizationCommand: (input: UpdateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- export declare const serializeAws_restJson1UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- export declare const serializeAws_restJson1UpdateAnalysisCommand: (input: UpdateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- export declare const serializeAws_restJson1UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
- export declare const serializeAws_restJson1UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- export declare const serializeAws_restJson1UpdateDashboardPermissionsCommand: (input: UpdateDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- export declare const serializeAws_restJson1UpdateDashboardPublishedVersionCommand: (input: UpdateDashboardPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- export declare const serializeAws_restJson1UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
- export declare const serializeAws_restJson1UpdateDataSetPermissionsCommand: (input: UpdateDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- export declare const serializeAws_restJson1UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- export declare const serializeAws_restJson1UpdateDataSourcePermissionsCommand: (input: UpdateDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- export declare const serializeAws_restJson1UpdateFolderCommand: (input: UpdateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
- export declare const serializeAws_restJson1UpdateFolderPermissionsCommand: (input: UpdateFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- export declare const serializeAws_restJson1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- export declare const serializeAws_restJson1UpdateIAMPolicyAssignmentCommand: (input: UpdateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- export declare const serializeAws_restJson1UpdateIpRestrictionCommand: (input: UpdateIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
- export declare const serializeAws_restJson1UpdatePublicSharingSettingsCommand: (input: UpdatePublicSharingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- export declare const serializeAws_restJson1UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- export declare const serializeAws_restJson1UpdateTemplateAliasCommand: (input: UpdateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- export declare const serializeAws_restJson1UpdateTemplatePermissionsCommand: (input: UpdateTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
- export declare const serializeAws_restJson1UpdateThemeCommand: (input: UpdateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- export declare const serializeAws_restJson1UpdateThemeAliasCommand: (input: UpdateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- export declare const serializeAws_restJson1UpdateThemePermissionsCommand: (input: UpdateThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- export declare const serializeAws_restJson1UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
- export declare const deserializeAws_restJson1CancelIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelIngestionCommandOutput>;
256
- export declare const deserializeAws_restJson1CreateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCustomizationCommandOutput>;
257
- export declare const deserializeAws_restJson1CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
258
- export declare const deserializeAws_restJson1CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
259
- export declare const deserializeAws_restJson1CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
260
- export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
261
- export declare const deserializeAws_restJson1CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
262
- export declare const deserializeAws_restJson1CreateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderCommandOutput>;
263
- export declare const deserializeAws_restJson1CreateFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderMembershipCommandOutput>;
264
- export declare const deserializeAws_restJson1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
265
- export declare const deserializeAws_restJson1CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
266
- export declare const deserializeAws_restJson1CreateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIAMPolicyAssignmentCommandOutput>;
267
- export declare const deserializeAws_restJson1CreateIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionCommandOutput>;
268
- export declare const deserializeAws_restJson1CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
269
- export declare const deserializeAws_restJson1CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
270
- export declare const deserializeAws_restJson1CreateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateAliasCommandOutput>;
271
- export declare const deserializeAws_restJson1CreateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeCommandOutput>;
272
- export declare const deserializeAws_restJson1CreateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeAliasCommandOutput>;
273
- export declare const deserializeAws_restJson1DeleteAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCustomizationCommandOutput>;
274
- export declare const deserializeAws_restJson1DeleteAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSubscriptionCommandOutput>;
275
- export declare const deserializeAws_restJson1DeleteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisCommandOutput>;
276
- export declare const deserializeAws_restJson1DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
277
- export declare const deserializeAws_restJson1DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
278
- export declare const deserializeAws_restJson1DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
279
- export declare const deserializeAws_restJson1DeleteFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderCommandOutput>;
280
- export declare const deserializeAws_restJson1DeleteFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderMembershipCommandOutput>;
281
- export declare const deserializeAws_restJson1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
282
- export declare const deserializeAws_restJson1DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
283
- export declare const deserializeAws_restJson1DeleteIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
284
- export declare const deserializeAws_restJson1DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
285
- export declare const deserializeAws_restJson1DeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
286
- export declare const deserializeAws_restJson1DeleteTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateAliasCommandOutput>;
287
- export declare const deserializeAws_restJson1DeleteThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeCommandOutput>;
288
- export declare const deserializeAws_restJson1DeleteThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeAliasCommandOutput>;
289
- export declare const deserializeAws_restJson1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
290
- export declare const deserializeAws_restJson1DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
291
- export declare const deserializeAws_restJson1DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
292
- export declare const deserializeAws_restJson1DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
293
- export declare const deserializeAws_restJson1DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
294
- export declare const deserializeAws_restJson1DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
295
- export declare const deserializeAws_restJson1DescribeAnalysisDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisDefinitionCommandOutput>;
296
- export declare const deserializeAws_restJson1DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
297
- export declare const deserializeAws_restJson1DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
298
- export declare const deserializeAws_restJson1DescribeDashboardDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardDefinitionCommandOutput>;
299
- export declare const deserializeAws_restJson1DescribeDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardPermissionsCommandOutput>;
300
- export declare const deserializeAws_restJson1DescribeDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetCommandOutput>;
301
- export declare const deserializeAws_restJson1DescribeDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetPermissionsCommandOutput>;
302
- export declare const deserializeAws_restJson1DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
303
- export declare const deserializeAws_restJson1DescribeDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcePermissionsCommandOutput>;
304
- export declare const deserializeAws_restJson1DescribeFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderCommandOutput>;
305
- export declare const deserializeAws_restJson1DescribeFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderPermissionsCommandOutput>;
306
- export declare const deserializeAws_restJson1DescribeFolderResolvedPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderResolvedPermissionsCommandOutput>;
307
- export declare const deserializeAws_restJson1DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
308
- export declare const deserializeAws_restJson1DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
309
- export declare const deserializeAws_restJson1DescribeIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIAMPolicyAssignmentCommandOutput>;
310
- export declare const deserializeAws_restJson1DescribeIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIngestionCommandOutput>;
311
- export declare const deserializeAws_restJson1DescribeIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpRestrictionCommandOutput>;
312
- export declare const deserializeAws_restJson1DescribeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNamespaceCommandOutput>;
313
- export declare const deserializeAws_restJson1DescribeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateCommandOutput>;
314
- export declare const deserializeAws_restJson1DescribeTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateAliasCommandOutput>;
315
- export declare const deserializeAws_restJson1DescribeTemplateDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateDefinitionCommandOutput>;
316
- export declare const deserializeAws_restJson1DescribeTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplatePermissionsCommandOutput>;
317
- export declare const deserializeAws_restJson1DescribeThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeCommandOutput>;
318
- export declare const deserializeAws_restJson1DescribeThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeAliasCommandOutput>;
319
- export declare const deserializeAws_restJson1DescribeThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemePermissionsCommandOutput>;
320
- export declare const deserializeAws_restJson1DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
321
- export declare const deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
322
- export declare const deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
323
- export declare const deserializeAws_restJson1GetDashboardEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardEmbedUrlCommandOutput>;
324
- export declare const deserializeAws_restJson1GetSessionEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionEmbedUrlCommandOutput>;
325
- export declare const deserializeAws_restJson1ListAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysesCommandOutput>;
326
- export declare const deserializeAws_restJson1ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
327
- export declare const deserializeAws_restJson1ListDashboardVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardVersionsCommandOutput>;
328
- export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
329
- export declare const deserializeAws_restJson1ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
330
- export declare const deserializeAws_restJson1ListFolderMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFolderMembersCommandOutput>;
331
- export declare const deserializeAws_restJson1ListFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersCommandOutput>;
332
- export declare const deserializeAws_restJson1ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
333
- export declare const deserializeAws_restJson1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
334
- export declare const deserializeAws_restJson1ListIAMPolicyAssignmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsCommandOutput>;
335
- export declare const deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
336
- export declare const deserializeAws_restJson1ListIngestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionsCommandOutput>;
337
- export declare const deserializeAws_restJson1ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
338
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
339
- export declare const deserializeAws_restJson1ListTemplateAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateAliasesCommandOutput>;
340
- export declare const deserializeAws_restJson1ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
341
- export declare const deserializeAws_restJson1ListTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateVersionsCommandOutput>;
342
- export declare const deserializeAws_restJson1ListThemeAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeAliasesCommandOutput>;
343
- export declare const deserializeAws_restJson1ListThemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemesCommandOutput>;
344
- export declare const deserializeAws_restJson1ListThemeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeVersionsCommandOutput>;
345
- export declare const deserializeAws_restJson1ListUserGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserGroupsCommandOutput>;
346
- export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
347
- export declare const deserializeAws_restJson1RegisterUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterUserCommandOutput>;
348
- export declare const deserializeAws_restJson1RestoreAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAnalysisCommandOutput>;
349
- export declare const deserializeAws_restJson1SearchAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAnalysesCommandOutput>;
350
- export declare const deserializeAws_restJson1SearchDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDashboardsCommandOutput>;
351
- export declare const deserializeAws_restJson1SearchDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSetsCommandOutput>;
352
- export declare const deserializeAws_restJson1SearchDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSourcesCommandOutput>;
353
- export declare const deserializeAws_restJson1SearchFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFoldersCommandOutput>;
354
- export declare const deserializeAws_restJson1SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
355
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
356
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
357
- export declare const deserializeAws_restJson1UpdateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCustomizationCommandOutput>;
358
- export declare const deserializeAws_restJson1UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
359
- export declare const deserializeAws_restJson1UpdateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisCommandOutput>;
360
- export declare const deserializeAws_restJson1UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
361
- export declare const deserializeAws_restJson1UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
362
- export declare const deserializeAws_restJson1UpdateDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPermissionsCommandOutput>;
363
- export declare const deserializeAws_restJson1UpdateDashboardPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
364
- export declare const deserializeAws_restJson1UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
365
- export declare const deserializeAws_restJson1UpdateDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetPermissionsCommandOutput>;
366
- export declare const deserializeAws_restJson1UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
367
- export declare const deserializeAws_restJson1UpdateDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourcePermissionsCommandOutput>;
368
- export declare const deserializeAws_restJson1UpdateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderCommandOutput>;
369
- export declare const deserializeAws_restJson1UpdateFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderPermissionsCommandOutput>;
370
- export declare const deserializeAws_restJson1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
371
- export declare const deserializeAws_restJson1UpdateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
372
- export declare const deserializeAws_restJson1UpdateIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIpRestrictionCommandOutput>;
373
- export declare const deserializeAws_restJson1UpdatePublicSharingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicSharingSettingsCommandOutput>;
374
- export declare const deserializeAws_restJson1UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
375
- export declare const deserializeAws_restJson1UpdateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateAliasCommandOutput>;
376
- export declare const deserializeAws_restJson1UpdateTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplatePermissionsCommandOutput>;
377
- export declare const deserializeAws_restJson1UpdateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeCommandOutput>;
378
- export declare const deserializeAws_restJson1UpdateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeAliasCommandOutput>;
379
- export declare const deserializeAws_restJson1UpdateThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemePermissionsCommandOutput>;
380
- export declare const deserializeAws_restJson1UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
137
+ /**
138
+ * serializeAws_restJson1CancelIngestionCommand
139
+ */
140
+ export declare const se_CancelIngestionCommand: (input: CancelIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_restJson1CreateAccountCustomizationCommand
143
+ */
144
+ export declare const se_CreateAccountCustomizationCommand: (input: CreateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_restJson1CreateAccountSubscriptionCommand
147
+ */
148
+ export declare const se_CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_restJson1CreateAnalysisCommand
151
+ */
152
+ export declare const se_CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_restJson1CreateDashboardCommand
155
+ */
156
+ export declare const se_CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_restJson1CreateDataSetCommand
159
+ */
160
+ export declare const se_CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_restJson1CreateDataSourceCommand
163
+ */
164
+ export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_restJson1CreateFolderCommand
167
+ */
168
+ export declare const se_CreateFolderCommand: (input: CreateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_restJson1CreateFolderMembershipCommand
171
+ */
172
+ export declare const se_CreateFolderMembershipCommand: (input: CreateFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_restJson1CreateGroupCommand
175
+ */
176
+ export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_restJson1CreateGroupMembershipCommand
179
+ */
180
+ export declare const se_CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_restJson1CreateIAMPolicyAssignmentCommand
183
+ */
184
+ export declare const se_CreateIAMPolicyAssignmentCommand: (input: CreateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_restJson1CreateIngestionCommand
187
+ */
188
+ export declare const se_CreateIngestionCommand: (input: CreateIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_restJson1CreateNamespaceCommand
191
+ */
192
+ export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_restJson1CreateRefreshScheduleCommand
195
+ */
196
+ export declare const se_CreateRefreshScheduleCommand: (input: CreateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_restJson1CreateTemplateCommand
199
+ */
200
+ export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_restJson1CreateTemplateAliasCommand
203
+ */
204
+ export declare const se_CreateTemplateAliasCommand: (input: CreateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_restJson1CreateThemeCommand
207
+ */
208
+ export declare const se_CreateThemeCommand: (input: CreateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_restJson1CreateThemeAliasCommand
211
+ */
212
+ export declare const se_CreateThemeAliasCommand: (input: CreateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_restJson1DeleteAccountCustomizationCommand
215
+ */
216
+ export declare const se_DeleteAccountCustomizationCommand: (input: DeleteAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_restJson1DeleteAccountSubscriptionCommand
219
+ */
220
+ export declare const se_DeleteAccountSubscriptionCommand: (input: DeleteAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_restJson1DeleteAnalysisCommand
223
+ */
224
+ export declare const se_DeleteAnalysisCommand: (input: DeleteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_restJson1DeleteDashboardCommand
227
+ */
228
+ export declare const se_DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_restJson1DeleteDataSetCommand
231
+ */
232
+ export declare const se_DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_restJson1DeleteDataSetRefreshPropertiesCommand
235
+ */
236
+ export declare const se_DeleteDataSetRefreshPropertiesCommand: (input: DeleteDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_restJson1DeleteDataSourceCommand
239
+ */
240
+ export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_restJson1DeleteFolderCommand
243
+ */
244
+ export declare const se_DeleteFolderCommand: (input: DeleteFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_restJson1DeleteFolderMembershipCommand
247
+ */
248
+ export declare const se_DeleteFolderMembershipCommand: (input: DeleteFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_restJson1DeleteGroupCommand
251
+ */
252
+ export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * serializeAws_restJson1DeleteGroupMembershipCommand
255
+ */
256
+ export declare const se_DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
+ /**
258
+ * serializeAws_restJson1DeleteIAMPolicyAssignmentCommand
259
+ */
260
+ export declare const se_DeleteIAMPolicyAssignmentCommand: (input: DeleteIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
+ /**
262
+ * serializeAws_restJson1DeleteNamespaceCommand
263
+ */
264
+ export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
+ /**
266
+ * serializeAws_restJson1DeleteRefreshScheduleCommand
267
+ */
268
+ export declare const se_DeleteRefreshScheduleCommand: (input: DeleteRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
+ /**
270
+ * serializeAws_restJson1DeleteTemplateCommand
271
+ */
272
+ export declare const se_DeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
+ /**
274
+ * serializeAws_restJson1DeleteTemplateAliasCommand
275
+ */
276
+ export declare const se_DeleteTemplateAliasCommand: (input: DeleteTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
+ /**
278
+ * serializeAws_restJson1DeleteThemeCommand
279
+ */
280
+ export declare const se_DeleteThemeCommand: (input: DeleteThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
+ /**
282
+ * serializeAws_restJson1DeleteThemeAliasCommand
283
+ */
284
+ export declare const se_DeleteThemeAliasCommand: (input: DeleteThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
+ /**
286
+ * serializeAws_restJson1DeleteUserCommand
287
+ */
288
+ export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
+ /**
290
+ * serializeAws_restJson1DeleteUserByPrincipalIdCommand
291
+ */
292
+ export declare const se_DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
+ /**
294
+ * serializeAws_restJson1DescribeAccountCustomizationCommand
295
+ */
296
+ export declare const se_DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
+ /**
298
+ * serializeAws_restJson1DescribeAccountSettingsCommand
299
+ */
300
+ export declare const se_DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
+ /**
302
+ * serializeAws_restJson1DescribeAccountSubscriptionCommand
303
+ */
304
+ export declare const se_DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
+ /**
306
+ * serializeAws_restJson1DescribeAnalysisCommand
307
+ */
308
+ export declare const se_DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
+ /**
310
+ * serializeAws_restJson1DescribeAnalysisDefinitionCommand
311
+ */
312
+ export declare const se_DescribeAnalysisDefinitionCommand: (input: DescribeAnalysisDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
+ /**
314
+ * serializeAws_restJson1DescribeAnalysisPermissionsCommand
315
+ */
316
+ export declare const se_DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
317
+ /**
318
+ * serializeAws_restJson1DescribeDashboardCommand
319
+ */
320
+ export declare const se_DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
321
+ /**
322
+ * serializeAws_restJson1DescribeDashboardDefinitionCommand
323
+ */
324
+ export declare const se_DescribeDashboardDefinitionCommand: (input: DescribeDashboardDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
325
+ /**
326
+ * serializeAws_restJson1DescribeDashboardPermissionsCommand
327
+ */
328
+ export declare const se_DescribeDashboardPermissionsCommand: (input: DescribeDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
329
+ /**
330
+ * serializeAws_restJson1DescribeDataSetCommand
331
+ */
332
+ export declare const se_DescribeDataSetCommand: (input: DescribeDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
333
+ /**
334
+ * serializeAws_restJson1DescribeDataSetPermissionsCommand
335
+ */
336
+ export declare const se_DescribeDataSetPermissionsCommand: (input: DescribeDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
337
+ /**
338
+ * serializeAws_restJson1DescribeDataSetRefreshPropertiesCommand
339
+ */
340
+ export declare const se_DescribeDataSetRefreshPropertiesCommand: (input: DescribeDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
341
+ /**
342
+ * serializeAws_restJson1DescribeDataSourceCommand
343
+ */
344
+ export declare const se_DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
345
+ /**
346
+ * serializeAws_restJson1DescribeDataSourcePermissionsCommand
347
+ */
348
+ export declare const se_DescribeDataSourcePermissionsCommand: (input: DescribeDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
349
+ /**
350
+ * serializeAws_restJson1DescribeFolderCommand
351
+ */
352
+ export declare const se_DescribeFolderCommand: (input: DescribeFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
+ /**
354
+ * serializeAws_restJson1DescribeFolderPermissionsCommand
355
+ */
356
+ export declare const se_DescribeFolderPermissionsCommand: (input: DescribeFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
357
+ /**
358
+ * serializeAws_restJson1DescribeFolderResolvedPermissionsCommand
359
+ */
360
+ export declare const se_DescribeFolderResolvedPermissionsCommand: (input: DescribeFolderResolvedPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
361
+ /**
362
+ * serializeAws_restJson1DescribeGroupCommand
363
+ */
364
+ export declare const se_DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
365
+ /**
366
+ * serializeAws_restJson1DescribeGroupMembershipCommand
367
+ */
368
+ export declare const se_DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
369
+ /**
370
+ * serializeAws_restJson1DescribeIAMPolicyAssignmentCommand
371
+ */
372
+ export declare const se_DescribeIAMPolicyAssignmentCommand: (input: DescribeIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
373
+ /**
374
+ * serializeAws_restJson1DescribeIngestionCommand
375
+ */
376
+ export declare const se_DescribeIngestionCommand: (input: DescribeIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
377
+ /**
378
+ * serializeAws_restJson1DescribeIpRestrictionCommand
379
+ */
380
+ export declare const se_DescribeIpRestrictionCommand: (input: DescribeIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
381
+ /**
382
+ * serializeAws_restJson1DescribeNamespaceCommand
383
+ */
384
+ export declare const se_DescribeNamespaceCommand: (input: DescribeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
385
+ /**
386
+ * serializeAws_restJson1DescribeRefreshScheduleCommand
387
+ */
388
+ export declare const se_DescribeRefreshScheduleCommand: (input: DescribeRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
389
+ /**
390
+ * serializeAws_restJson1DescribeTemplateCommand
391
+ */
392
+ export declare const se_DescribeTemplateCommand: (input: DescribeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
393
+ /**
394
+ * serializeAws_restJson1DescribeTemplateAliasCommand
395
+ */
396
+ export declare const se_DescribeTemplateAliasCommand: (input: DescribeTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
397
+ /**
398
+ * serializeAws_restJson1DescribeTemplateDefinitionCommand
399
+ */
400
+ export declare const se_DescribeTemplateDefinitionCommand: (input: DescribeTemplateDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
401
+ /**
402
+ * serializeAws_restJson1DescribeTemplatePermissionsCommand
403
+ */
404
+ export declare const se_DescribeTemplatePermissionsCommand: (input: DescribeTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
405
+ /**
406
+ * serializeAws_restJson1DescribeThemeCommand
407
+ */
408
+ export declare const se_DescribeThemeCommand: (input: DescribeThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
409
+ /**
410
+ * serializeAws_restJson1DescribeThemeAliasCommand
411
+ */
412
+ export declare const se_DescribeThemeAliasCommand: (input: DescribeThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
413
+ /**
414
+ * serializeAws_restJson1DescribeThemePermissionsCommand
415
+ */
416
+ export declare const se_DescribeThemePermissionsCommand: (input: DescribeThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
417
+ /**
418
+ * serializeAws_restJson1DescribeUserCommand
419
+ */
420
+ export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
421
+ /**
422
+ * serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
423
+ */
424
+ export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (input: GenerateEmbedUrlForAnonymousUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
425
+ /**
426
+ * serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
427
+ */
428
+ export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (input: GenerateEmbedUrlForRegisteredUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
429
+ /**
430
+ * serializeAws_restJson1GetDashboardEmbedUrlCommand
431
+ */
432
+ export declare const se_GetDashboardEmbedUrlCommand: (input: GetDashboardEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
433
+ /**
434
+ * serializeAws_restJson1GetSessionEmbedUrlCommand
435
+ */
436
+ export declare const se_GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
437
+ /**
438
+ * serializeAws_restJson1ListAnalysesCommand
439
+ */
440
+ export declare const se_ListAnalysesCommand: (input: ListAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
441
+ /**
442
+ * serializeAws_restJson1ListDashboardsCommand
443
+ */
444
+ export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
445
+ /**
446
+ * serializeAws_restJson1ListDashboardVersionsCommand
447
+ */
448
+ export declare const se_ListDashboardVersionsCommand: (input: ListDashboardVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
449
+ /**
450
+ * serializeAws_restJson1ListDataSetsCommand
451
+ */
452
+ export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
453
+ /**
454
+ * serializeAws_restJson1ListDataSourcesCommand
455
+ */
456
+ export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
457
+ /**
458
+ * serializeAws_restJson1ListFolderMembersCommand
459
+ */
460
+ export declare const se_ListFolderMembersCommand: (input: ListFolderMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
461
+ /**
462
+ * serializeAws_restJson1ListFoldersCommand
463
+ */
464
+ export declare const se_ListFoldersCommand: (input: ListFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
465
+ /**
466
+ * serializeAws_restJson1ListGroupMembershipsCommand
467
+ */
468
+ export declare const se_ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
469
+ /**
470
+ * serializeAws_restJson1ListGroupsCommand
471
+ */
472
+ export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
473
+ /**
474
+ * serializeAws_restJson1ListIAMPolicyAssignmentsCommand
475
+ */
476
+ export declare const se_ListIAMPolicyAssignmentsCommand: (input: ListIAMPolicyAssignmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
477
+ /**
478
+ * serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
479
+ */
480
+ export declare const se_ListIAMPolicyAssignmentsForUserCommand: (input: ListIAMPolicyAssignmentsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
481
+ /**
482
+ * serializeAws_restJson1ListIngestionsCommand
483
+ */
484
+ export declare const se_ListIngestionsCommand: (input: ListIngestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
485
+ /**
486
+ * serializeAws_restJson1ListNamespacesCommand
487
+ */
488
+ export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
489
+ /**
490
+ * serializeAws_restJson1ListRefreshSchedulesCommand
491
+ */
492
+ export declare const se_ListRefreshSchedulesCommand: (input: ListRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
493
+ /**
494
+ * serializeAws_restJson1ListTagsForResourceCommand
495
+ */
496
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
497
+ /**
498
+ * serializeAws_restJson1ListTemplateAliasesCommand
499
+ */
500
+ export declare const se_ListTemplateAliasesCommand: (input: ListTemplateAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
501
+ /**
502
+ * serializeAws_restJson1ListTemplatesCommand
503
+ */
504
+ export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
505
+ /**
506
+ * serializeAws_restJson1ListTemplateVersionsCommand
507
+ */
508
+ export declare const se_ListTemplateVersionsCommand: (input: ListTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
509
+ /**
510
+ * serializeAws_restJson1ListThemeAliasesCommand
511
+ */
512
+ export declare const se_ListThemeAliasesCommand: (input: ListThemeAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
513
+ /**
514
+ * serializeAws_restJson1ListThemesCommand
515
+ */
516
+ export declare const se_ListThemesCommand: (input: ListThemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
517
+ /**
518
+ * serializeAws_restJson1ListThemeVersionsCommand
519
+ */
520
+ export declare const se_ListThemeVersionsCommand: (input: ListThemeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
521
+ /**
522
+ * serializeAws_restJson1ListUserGroupsCommand
523
+ */
524
+ export declare const se_ListUserGroupsCommand: (input: ListUserGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
525
+ /**
526
+ * serializeAws_restJson1ListUsersCommand
527
+ */
528
+ export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
529
+ /**
530
+ * serializeAws_restJson1PutDataSetRefreshPropertiesCommand
531
+ */
532
+ export declare const se_PutDataSetRefreshPropertiesCommand: (input: PutDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
533
+ /**
534
+ * serializeAws_restJson1RegisterUserCommand
535
+ */
536
+ export declare const se_RegisterUserCommand: (input: RegisterUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
537
+ /**
538
+ * serializeAws_restJson1RestoreAnalysisCommand
539
+ */
540
+ export declare const se_RestoreAnalysisCommand: (input: RestoreAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
541
+ /**
542
+ * serializeAws_restJson1SearchAnalysesCommand
543
+ */
544
+ export declare const se_SearchAnalysesCommand: (input: SearchAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
545
+ /**
546
+ * serializeAws_restJson1SearchDashboardsCommand
547
+ */
548
+ export declare const se_SearchDashboardsCommand: (input: SearchDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
549
+ /**
550
+ * serializeAws_restJson1SearchDataSetsCommand
551
+ */
552
+ export declare const se_SearchDataSetsCommand: (input: SearchDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
553
+ /**
554
+ * serializeAws_restJson1SearchDataSourcesCommand
555
+ */
556
+ export declare const se_SearchDataSourcesCommand: (input: SearchDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
557
+ /**
558
+ * serializeAws_restJson1SearchFoldersCommand
559
+ */
560
+ export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
561
+ /**
562
+ * serializeAws_restJson1SearchGroupsCommand
563
+ */
564
+ export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
565
+ /**
566
+ * serializeAws_restJson1TagResourceCommand
567
+ */
568
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
569
+ /**
570
+ * serializeAws_restJson1UntagResourceCommand
571
+ */
572
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
573
+ /**
574
+ * serializeAws_restJson1UpdateAccountCustomizationCommand
575
+ */
576
+ export declare const se_UpdateAccountCustomizationCommand: (input: UpdateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
577
+ /**
578
+ * serializeAws_restJson1UpdateAccountSettingsCommand
579
+ */
580
+ export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
581
+ /**
582
+ * serializeAws_restJson1UpdateAnalysisCommand
583
+ */
584
+ export declare const se_UpdateAnalysisCommand: (input: UpdateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
585
+ /**
586
+ * serializeAws_restJson1UpdateAnalysisPermissionsCommand
587
+ */
588
+ export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
589
+ /**
590
+ * serializeAws_restJson1UpdateDashboardCommand
591
+ */
592
+ export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
593
+ /**
594
+ * serializeAws_restJson1UpdateDashboardPermissionsCommand
595
+ */
596
+ export declare const se_UpdateDashboardPermissionsCommand: (input: UpdateDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
597
+ /**
598
+ * serializeAws_restJson1UpdateDashboardPublishedVersionCommand
599
+ */
600
+ export declare const se_UpdateDashboardPublishedVersionCommand: (input: UpdateDashboardPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
601
+ /**
602
+ * serializeAws_restJson1UpdateDataSetCommand
603
+ */
604
+ export declare const se_UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
605
+ /**
606
+ * serializeAws_restJson1UpdateDataSetPermissionsCommand
607
+ */
608
+ export declare const se_UpdateDataSetPermissionsCommand: (input: UpdateDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
609
+ /**
610
+ * serializeAws_restJson1UpdateDataSourceCommand
611
+ */
612
+ export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
613
+ /**
614
+ * serializeAws_restJson1UpdateDataSourcePermissionsCommand
615
+ */
616
+ export declare const se_UpdateDataSourcePermissionsCommand: (input: UpdateDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
617
+ /**
618
+ * serializeAws_restJson1UpdateFolderCommand
619
+ */
620
+ export declare const se_UpdateFolderCommand: (input: UpdateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
621
+ /**
622
+ * serializeAws_restJson1UpdateFolderPermissionsCommand
623
+ */
624
+ export declare const se_UpdateFolderPermissionsCommand: (input: UpdateFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
625
+ /**
626
+ * serializeAws_restJson1UpdateGroupCommand
627
+ */
628
+ export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
629
+ /**
630
+ * serializeAws_restJson1UpdateIAMPolicyAssignmentCommand
631
+ */
632
+ export declare const se_UpdateIAMPolicyAssignmentCommand: (input: UpdateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
633
+ /**
634
+ * serializeAws_restJson1UpdateIpRestrictionCommand
635
+ */
636
+ export declare const se_UpdateIpRestrictionCommand: (input: UpdateIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
637
+ /**
638
+ * serializeAws_restJson1UpdatePublicSharingSettingsCommand
639
+ */
640
+ export declare const se_UpdatePublicSharingSettingsCommand: (input: UpdatePublicSharingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
641
+ /**
642
+ * serializeAws_restJson1UpdateRefreshScheduleCommand
643
+ */
644
+ export declare const se_UpdateRefreshScheduleCommand: (input: UpdateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
645
+ /**
646
+ * serializeAws_restJson1UpdateTemplateCommand
647
+ */
648
+ export declare const se_UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
649
+ /**
650
+ * serializeAws_restJson1UpdateTemplateAliasCommand
651
+ */
652
+ export declare const se_UpdateTemplateAliasCommand: (input: UpdateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
653
+ /**
654
+ * serializeAws_restJson1UpdateTemplatePermissionsCommand
655
+ */
656
+ export declare const se_UpdateTemplatePermissionsCommand: (input: UpdateTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
657
+ /**
658
+ * serializeAws_restJson1UpdateThemeCommand
659
+ */
660
+ export declare const se_UpdateThemeCommand: (input: UpdateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
661
+ /**
662
+ * serializeAws_restJson1UpdateThemeAliasCommand
663
+ */
664
+ export declare const se_UpdateThemeAliasCommand: (input: UpdateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
665
+ /**
666
+ * serializeAws_restJson1UpdateThemePermissionsCommand
667
+ */
668
+ export declare const se_UpdateThemePermissionsCommand: (input: UpdateThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
669
+ /**
670
+ * serializeAws_restJson1UpdateUserCommand
671
+ */
672
+ export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
673
+ /**
674
+ * deserializeAws_restJson1CancelIngestionCommand
675
+ */
676
+ export declare const de_CancelIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelIngestionCommandOutput>;
677
+ /**
678
+ * deserializeAws_restJson1CreateAccountCustomizationCommand
679
+ */
680
+ export declare const de_CreateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCustomizationCommandOutput>;
681
+ /**
682
+ * deserializeAws_restJson1CreateAccountSubscriptionCommand
683
+ */
684
+ export declare const de_CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
685
+ /**
686
+ * deserializeAws_restJson1CreateAnalysisCommand
687
+ */
688
+ export declare const de_CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
689
+ /**
690
+ * deserializeAws_restJson1CreateDashboardCommand
691
+ */
692
+ export declare const de_CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
693
+ /**
694
+ * deserializeAws_restJson1CreateDataSetCommand
695
+ */
696
+ export declare const de_CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
697
+ /**
698
+ * deserializeAws_restJson1CreateDataSourceCommand
699
+ */
700
+ export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
701
+ /**
702
+ * deserializeAws_restJson1CreateFolderCommand
703
+ */
704
+ export declare const de_CreateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderCommandOutput>;
705
+ /**
706
+ * deserializeAws_restJson1CreateFolderMembershipCommand
707
+ */
708
+ export declare const de_CreateFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderMembershipCommandOutput>;
709
+ /**
710
+ * deserializeAws_restJson1CreateGroupCommand
711
+ */
712
+ export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
713
+ /**
714
+ * deserializeAws_restJson1CreateGroupMembershipCommand
715
+ */
716
+ export declare const de_CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
717
+ /**
718
+ * deserializeAws_restJson1CreateIAMPolicyAssignmentCommand
719
+ */
720
+ export declare const de_CreateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIAMPolicyAssignmentCommandOutput>;
721
+ /**
722
+ * deserializeAws_restJson1CreateIngestionCommand
723
+ */
724
+ export declare const de_CreateIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionCommandOutput>;
725
+ /**
726
+ * deserializeAws_restJson1CreateNamespaceCommand
727
+ */
728
+ export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
729
+ /**
730
+ * deserializeAws_restJson1CreateRefreshScheduleCommand
731
+ */
732
+ export declare const de_CreateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRefreshScheduleCommandOutput>;
733
+ /**
734
+ * deserializeAws_restJson1CreateTemplateCommand
735
+ */
736
+ export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
737
+ /**
738
+ * deserializeAws_restJson1CreateTemplateAliasCommand
739
+ */
740
+ export declare const de_CreateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateAliasCommandOutput>;
741
+ /**
742
+ * deserializeAws_restJson1CreateThemeCommand
743
+ */
744
+ export declare const de_CreateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeCommandOutput>;
745
+ /**
746
+ * deserializeAws_restJson1CreateThemeAliasCommand
747
+ */
748
+ export declare const de_CreateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeAliasCommandOutput>;
749
+ /**
750
+ * deserializeAws_restJson1DeleteAccountCustomizationCommand
751
+ */
752
+ export declare const de_DeleteAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCustomizationCommandOutput>;
753
+ /**
754
+ * deserializeAws_restJson1DeleteAccountSubscriptionCommand
755
+ */
756
+ export declare const de_DeleteAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSubscriptionCommandOutput>;
757
+ /**
758
+ * deserializeAws_restJson1DeleteAnalysisCommand
759
+ */
760
+ export declare const de_DeleteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisCommandOutput>;
761
+ /**
762
+ * deserializeAws_restJson1DeleteDashboardCommand
763
+ */
764
+ export declare const de_DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
765
+ /**
766
+ * deserializeAws_restJson1DeleteDataSetCommand
767
+ */
768
+ export declare const de_DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
769
+ /**
770
+ * deserializeAws_restJson1DeleteDataSetRefreshPropertiesCommand
771
+ */
772
+ export declare const de_DeleteDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
773
+ /**
774
+ * deserializeAws_restJson1DeleteDataSourceCommand
775
+ */
776
+ export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
777
+ /**
778
+ * deserializeAws_restJson1DeleteFolderCommand
779
+ */
780
+ export declare const de_DeleteFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderCommandOutput>;
781
+ /**
782
+ * deserializeAws_restJson1DeleteFolderMembershipCommand
783
+ */
784
+ export declare const de_DeleteFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderMembershipCommandOutput>;
785
+ /**
786
+ * deserializeAws_restJson1DeleteGroupCommand
787
+ */
788
+ export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
789
+ /**
790
+ * deserializeAws_restJson1DeleteGroupMembershipCommand
791
+ */
792
+ export declare const de_DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
793
+ /**
794
+ * deserializeAws_restJson1DeleteIAMPolicyAssignmentCommand
795
+ */
796
+ export declare const de_DeleteIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
797
+ /**
798
+ * deserializeAws_restJson1DeleteNamespaceCommand
799
+ */
800
+ export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
801
+ /**
802
+ * deserializeAws_restJson1DeleteRefreshScheduleCommand
803
+ */
804
+ export declare const de_DeleteRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRefreshScheduleCommandOutput>;
805
+ /**
806
+ * deserializeAws_restJson1DeleteTemplateCommand
807
+ */
808
+ export declare const de_DeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
809
+ /**
810
+ * deserializeAws_restJson1DeleteTemplateAliasCommand
811
+ */
812
+ export declare const de_DeleteTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateAliasCommandOutput>;
813
+ /**
814
+ * deserializeAws_restJson1DeleteThemeCommand
815
+ */
816
+ export declare const de_DeleteThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeCommandOutput>;
817
+ /**
818
+ * deserializeAws_restJson1DeleteThemeAliasCommand
819
+ */
820
+ export declare const de_DeleteThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeAliasCommandOutput>;
821
+ /**
822
+ * deserializeAws_restJson1DeleteUserCommand
823
+ */
824
+ export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
825
+ /**
826
+ * deserializeAws_restJson1DeleteUserByPrincipalIdCommand
827
+ */
828
+ export declare const de_DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
829
+ /**
830
+ * deserializeAws_restJson1DescribeAccountCustomizationCommand
831
+ */
832
+ export declare const de_DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
833
+ /**
834
+ * deserializeAws_restJson1DescribeAccountSettingsCommand
835
+ */
836
+ export declare const de_DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
837
+ /**
838
+ * deserializeAws_restJson1DescribeAccountSubscriptionCommand
839
+ */
840
+ export declare const de_DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
841
+ /**
842
+ * deserializeAws_restJson1DescribeAnalysisCommand
843
+ */
844
+ export declare const de_DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
845
+ /**
846
+ * deserializeAws_restJson1DescribeAnalysisDefinitionCommand
847
+ */
848
+ export declare const de_DescribeAnalysisDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisDefinitionCommandOutput>;
849
+ /**
850
+ * deserializeAws_restJson1DescribeAnalysisPermissionsCommand
851
+ */
852
+ export declare const de_DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
853
+ /**
854
+ * deserializeAws_restJson1DescribeDashboardCommand
855
+ */
856
+ export declare const de_DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
857
+ /**
858
+ * deserializeAws_restJson1DescribeDashboardDefinitionCommand
859
+ */
860
+ export declare const de_DescribeDashboardDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardDefinitionCommandOutput>;
861
+ /**
862
+ * deserializeAws_restJson1DescribeDashboardPermissionsCommand
863
+ */
864
+ export declare const de_DescribeDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardPermissionsCommandOutput>;
865
+ /**
866
+ * deserializeAws_restJson1DescribeDataSetCommand
867
+ */
868
+ export declare const de_DescribeDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetCommandOutput>;
869
+ /**
870
+ * deserializeAws_restJson1DescribeDataSetPermissionsCommand
871
+ */
872
+ export declare const de_DescribeDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetPermissionsCommandOutput>;
873
+ /**
874
+ * deserializeAws_restJson1DescribeDataSetRefreshPropertiesCommand
875
+ */
876
+ export declare const de_DescribeDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
877
+ /**
878
+ * deserializeAws_restJson1DescribeDataSourceCommand
879
+ */
880
+ export declare const de_DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
881
+ /**
882
+ * deserializeAws_restJson1DescribeDataSourcePermissionsCommand
883
+ */
884
+ export declare const de_DescribeDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcePermissionsCommandOutput>;
885
+ /**
886
+ * deserializeAws_restJson1DescribeFolderCommand
887
+ */
888
+ export declare const de_DescribeFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderCommandOutput>;
889
+ /**
890
+ * deserializeAws_restJson1DescribeFolderPermissionsCommand
891
+ */
892
+ export declare const de_DescribeFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderPermissionsCommandOutput>;
893
+ /**
894
+ * deserializeAws_restJson1DescribeFolderResolvedPermissionsCommand
895
+ */
896
+ export declare const de_DescribeFolderResolvedPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderResolvedPermissionsCommandOutput>;
897
+ /**
898
+ * deserializeAws_restJson1DescribeGroupCommand
899
+ */
900
+ export declare const de_DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
901
+ /**
902
+ * deserializeAws_restJson1DescribeGroupMembershipCommand
903
+ */
904
+ export declare const de_DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
905
+ /**
906
+ * deserializeAws_restJson1DescribeIAMPolicyAssignmentCommand
907
+ */
908
+ export declare const de_DescribeIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIAMPolicyAssignmentCommandOutput>;
909
+ /**
910
+ * deserializeAws_restJson1DescribeIngestionCommand
911
+ */
912
+ export declare const de_DescribeIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIngestionCommandOutput>;
913
+ /**
914
+ * deserializeAws_restJson1DescribeIpRestrictionCommand
915
+ */
916
+ export declare const de_DescribeIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpRestrictionCommandOutput>;
917
+ /**
918
+ * deserializeAws_restJson1DescribeNamespaceCommand
919
+ */
920
+ export declare const de_DescribeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNamespaceCommandOutput>;
921
+ /**
922
+ * deserializeAws_restJson1DescribeRefreshScheduleCommand
923
+ */
924
+ export declare const de_DescribeRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRefreshScheduleCommandOutput>;
925
+ /**
926
+ * deserializeAws_restJson1DescribeTemplateCommand
927
+ */
928
+ export declare const de_DescribeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateCommandOutput>;
929
+ /**
930
+ * deserializeAws_restJson1DescribeTemplateAliasCommand
931
+ */
932
+ export declare const de_DescribeTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateAliasCommandOutput>;
933
+ /**
934
+ * deserializeAws_restJson1DescribeTemplateDefinitionCommand
935
+ */
936
+ export declare const de_DescribeTemplateDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateDefinitionCommandOutput>;
937
+ /**
938
+ * deserializeAws_restJson1DescribeTemplatePermissionsCommand
939
+ */
940
+ export declare const de_DescribeTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplatePermissionsCommandOutput>;
941
+ /**
942
+ * deserializeAws_restJson1DescribeThemeCommand
943
+ */
944
+ export declare const de_DescribeThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeCommandOutput>;
945
+ /**
946
+ * deserializeAws_restJson1DescribeThemeAliasCommand
947
+ */
948
+ export declare const de_DescribeThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeAliasCommandOutput>;
949
+ /**
950
+ * deserializeAws_restJson1DescribeThemePermissionsCommand
951
+ */
952
+ export declare const de_DescribeThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemePermissionsCommandOutput>;
953
+ /**
954
+ * deserializeAws_restJson1DescribeUserCommand
955
+ */
956
+ export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
957
+ /**
958
+ * deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
959
+ */
960
+ export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
961
+ /**
962
+ * deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
963
+ */
964
+ export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
965
+ /**
966
+ * deserializeAws_restJson1GetDashboardEmbedUrlCommand
967
+ */
968
+ export declare const de_GetDashboardEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardEmbedUrlCommandOutput>;
969
+ /**
970
+ * deserializeAws_restJson1GetSessionEmbedUrlCommand
971
+ */
972
+ export declare const de_GetSessionEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionEmbedUrlCommandOutput>;
973
+ /**
974
+ * deserializeAws_restJson1ListAnalysesCommand
975
+ */
976
+ export declare const de_ListAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysesCommandOutput>;
977
+ /**
978
+ * deserializeAws_restJson1ListDashboardsCommand
979
+ */
980
+ export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
981
+ /**
982
+ * deserializeAws_restJson1ListDashboardVersionsCommand
983
+ */
984
+ export declare const de_ListDashboardVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardVersionsCommandOutput>;
985
+ /**
986
+ * deserializeAws_restJson1ListDataSetsCommand
987
+ */
988
+ export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
989
+ /**
990
+ * deserializeAws_restJson1ListDataSourcesCommand
991
+ */
992
+ export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
993
+ /**
994
+ * deserializeAws_restJson1ListFolderMembersCommand
995
+ */
996
+ export declare const de_ListFolderMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFolderMembersCommandOutput>;
997
+ /**
998
+ * deserializeAws_restJson1ListFoldersCommand
999
+ */
1000
+ export declare const de_ListFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersCommandOutput>;
1001
+ /**
1002
+ * deserializeAws_restJson1ListGroupMembershipsCommand
1003
+ */
1004
+ export declare const de_ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
1005
+ /**
1006
+ * deserializeAws_restJson1ListGroupsCommand
1007
+ */
1008
+ export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
1009
+ /**
1010
+ * deserializeAws_restJson1ListIAMPolicyAssignmentsCommand
1011
+ */
1012
+ export declare const de_ListIAMPolicyAssignmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsCommandOutput>;
1013
+ /**
1014
+ * deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
1015
+ */
1016
+ export declare const de_ListIAMPolicyAssignmentsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
1017
+ /**
1018
+ * deserializeAws_restJson1ListIngestionsCommand
1019
+ */
1020
+ export declare const de_ListIngestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionsCommandOutput>;
1021
+ /**
1022
+ * deserializeAws_restJson1ListNamespacesCommand
1023
+ */
1024
+ export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
1025
+ /**
1026
+ * deserializeAws_restJson1ListRefreshSchedulesCommand
1027
+ */
1028
+ export declare const de_ListRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRefreshSchedulesCommandOutput>;
1029
+ /**
1030
+ * deserializeAws_restJson1ListTagsForResourceCommand
1031
+ */
1032
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
1033
+ /**
1034
+ * deserializeAws_restJson1ListTemplateAliasesCommand
1035
+ */
1036
+ export declare const de_ListTemplateAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateAliasesCommandOutput>;
1037
+ /**
1038
+ * deserializeAws_restJson1ListTemplatesCommand
1039
+ */
1040
+ export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
1041
+ /**
1042
+ * deserializeAws_restJson1ListTemplateVersionsCommand
1043
+ */
1044
+ export declare const de_ListTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateVersionsCommandOutput>;
1045
+ /**
1046
+ * deserializeAws_restJson1ListThemeAliasesCommand
1047
+ */
1048
+ export declare const de_ListThemeAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeAliasesCommandOutput>;
1049
+ /**
1050
+ * deserializeAws_restJson1ListThemesCommand
1051
+ */
1052
+ export declare const de_ListThemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemesCommandOutput>;
1053
+ /**
1054
+ * deserializeAws_restJson1ListThemeVersionsCommand
1055
+ */
1056
+ export declare const de_ListThemeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeVersionsCommandOutput>;
1057
+ /**
1058
+ * deserializeAws_restJson1ListUserGroupsCommand
1059
+ */
1060
+ export declare const de_ListUserGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserGroupsCommandOutput>;
1061
+ /**
1062
+ * deserializeAws_restJson1ListUsersCommand
1063
+ */
1064
+ export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
1065
+ /**
1066
+ * deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
1067
+ */
1068
+ export declare const de_PutDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataSetRefreshPropertiesCommandOutput>;
1069
+ /**
1070
+ * deserializeAws_restJson1RegisterUserCommand
1071
+ */
1072
+ export declare const de_RegisterUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterUserCommandOutput>;
1073
+ /**
1074
+ * deserializeAws_restJson1RestoreAnalysisCommand
1075
+ */
1076
+ export declare const de_RestoreAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAnalysisCommandOutput>;
1077
+ /**
1078
+ * deserializeAws_restJson1SearchAnalysesCommand
1079
+ */
1080
+ export declare const de_SearchAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAnalysesCommandOutput>;
1081
+ /**
1082
+ * deserializeAws_restJson1SearchDashboardsCommand
1083
+ */
1084
+ export declare const de_SearchDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDashboardsCommandOutput>;
1085
+ /**
1086
+ * deserializeAws_restJson1SearchDataSetsCommand
1087
+ */
1088
+ export declare const de_SearchDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSetsCommandOutput>;
1089
+ /**
1090
+ * deserializeAws_restJson1SearchDataSourcesCommand
1091
+ */
1092
+ export declare const de_SearchDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSourcesCommandOutput>;
1093
+ /**
1094
+ * deserializeAws_restJson1SearchFoldersCommand
1095
+ */
1096
+ export declare const de_SearchFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFoldersCommandOutput>;
1097
+ /**
1098
+ * deserializeAws_restJson1SearchGroupsCommand
1099
+ */
1100
+ export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
1101
+ /**
1102
+ * deserializeAws_restJson1TagResourceCommand
1103
+ */
1104
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
1105
+ /**
1106
+ * deserializeAws_restJson1UntagResourceCommand
1107
+ */
1108
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1109
+ /**
1110
+ * deserializeAws_restJson1UpdateAccountCustomizationCommand
1111
+ */
1112
+ export declare const de_UpdateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCustomizationCommandOutput>;
1113
+ /**
1114
+ * deserializeAws_restJson1UpdateAccountSettingsCommand
1115
+ */
1116
+ export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
1117
+ /**
1118
+ * deserializeAws_restJson1UpdateAnalysisCommand
1119
+ */
1120
+ export declare const de_UpdateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisCommandOutput>;
1121
+ /**
1122
+ * deserializeAws_restJson1UpdateAnalysisPermissionsCommand
1123
+ */
1124
+ export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
1125
+ /**
1126
+ * deserializeAws_restJson1UpdateDashboardCommand
1127
+ */
1128
+ export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
1129
+ /**
1130
+ * deserializeAws_restJson1UpdateDashboardPermissionsCommand
1131
+ */
1132
+ export declare const de_UpdateDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPermissionsCommandOutput>;
1133
+ /**
1134
+ * deserializeAws_restJson1UpdateDashboardPublishedVersionCommand
1135
+ */
1136
+ export declare const de_UpdateDashboardPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
1137
+ /**
1138
+ * deserializeAws_restJson1UpdateDataSetCommand
1139
+ */
1140
+ export declare const de_UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
1141
+ /**
1142
+ * deserializeAws_restJson1UpdateDataSetPermissionsCommand
1143
+ */
1144
+ export declare const de_UpdateDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetPermissionsCommandOutput>;
1145
+ /**
1146
+ * deserializeAws_restJson1UpdateDataSourceCommand
1147
+ */
1148
+ export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
1149
+ /**
1150
+ * deserializeAws_restJson1UpdateDataSourcePermissionsCommand
1151
+ */
1152
+ export declare const de_UpdateDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourcePermissionsCommandOutput>;
1153
+ /**
1154
+ * deserializeAws_restJson1UpdateFolderCommand
1155
+ */
1156
+ export declare const de_UpdateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderCommandOutput>;
1157
+ /**
1158
+ * deserializeAws_restJson1UpdateFolderPermissionsCommand
1159
+ */
1160
+ export declare const de_UpdateFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderPermissionsCommandOutput>;
1161
+ /**
1162
+ * deserializeAws_restJson1UpdateGroupCommand
1163
+ */
1164
+ export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
1165
+ /**
1166
+ * deserializeAws_restJson1UpdateIAMPolicyAssignmentCommand
1167
+ */
1168
+ export declare const de_UpdateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
1169
+ /**
1170
+ * deserializeAws_restJson1UpdateIpRestrictionCommand
1171
+ */
1172
+ export declare const de_UpdateIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIpRestrictionCommandOutput>;
1173
+ /**
1174
+ * deserializeAws_restJson1UpdatePublicSharingSettingsCommand
1175
+ */
1176
+ export declare const de_UpdatePublicSharingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicSharingSettingsCommandOutput>;
1177
+ /**
1178
+ * deserializeAws_restJson1UpdateRefreshScheduleCommand
1179
+ */
1180
+ export declare const de_UpdateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRefreshScheduleCommandOutput>;
1181
+ /**
1182
+ * deserializeAws_restJson1UpdateTemplateCommand
1183
+ */
1184
+ export declare const de_UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
1185
+ /**
1186
+ * deserializeAws_restJson1UpdateTemplateAliasCommand
1187
+ */
1188
+ export declare const de_UpdateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateAliasCommandOutput>;
1189
+ /**
1190
+ * deserializeAws_restJson1UpdateTemplatePermissionsCommand
1191
+ */
1192
+ export declare const de_UpdateTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplatePermissionsCommandOutput>;
1193
+ /**
1194
+ * deserializeAws_restJson1UpdateThemeCommand
1195
+ */
1196
+ export declare const de_UpdateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeCommandOutput>;
1197
+ /**
1198
+ * deserializeAws_restJson1UpdateThemeAliasCommand
1199
+ */
1200
+ export declare const de_UpdateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeAliasCommandOutput>;
1201
+ /**
1202
+ * deserializeAws_restJson1UpdateThemePermissionsCommand
1203
+ */
1204
+ export declare const de_UpdateThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemePermissionsCommandOutput>;
1205
+ /**
1206
+ * deserializeAws_restJson1UpdateUserCommand
1207
+ */
1208
+ export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;