@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
@@ -13,6 +13,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
13
13
  import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
14
14
  import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
15
15
  import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
16
+ import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
16
17
  import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
17
18
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
18
19
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
@@ -22,6 +23,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
22
23
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
23
24
  import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
24
25
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
26
+ import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
25
27
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
26
28
  import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
27
29
  import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
@@ -29,6 +31,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/De
29
31
  import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
30
32
  import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
31
33
  import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
34
+ import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
32
35
  import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
33
36
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
34
37
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
@@ -46,6 +49,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
46
49
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
47
50
  import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
48
51
  import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
52
+ import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "./commands/DescribeDataSetRefreshPropertiesCommand";
49
53
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
50
54
  import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
51
55
  import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
@@ -57,6 +61,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
57
61
  import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
58
62
  import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
59
63
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
64
+ import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
60
65
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
61
66
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
62
67
  import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
@@ -82,6 +87,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
82
87
  import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
83
88
  import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
84
89
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
90
+ import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
85
91
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
86
92
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
87
93
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
@@ -91,6 +97,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/List
91
97
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
92
98
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
93
99
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
100
+ import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
94
101
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
95
102
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
96
103
  import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
@@ -118,6 +125,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/Up
118
125
  import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "./commands/UpdateIAMPolicyAssignmentCommand";
119
126
  import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
120
127
  import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
128
+ import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
121
129
  import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
122
130
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
123
131
  import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
@@ -305,6 +313,13 @@ export declare class QuickSight extends QuickSightClient {
305
313
  createNamespace(args: CreateNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateNamespaceCommandOutput>;
306
314
  createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
307
315
  createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
316
+ /**
317
+ * @public
318
+ * <p>Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.</p>
319
+ */
320
+ createRefreshSchedule(args: CreateRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRefreshScheduleCommandOutput>;
321
+ createRefreshSchedule(args: CreateRefreshScheduleCommandInput, cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void): void;
322
+ createRefreshSchedule(args: CreateRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void): void;
308
323
  /**
309
324
  * @public
310
325
  * <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing Amazon QuickSight analysis or template. You can use the resulting
@@ -390,6 +405,13 @@ export declare class QuickSight extends QuickSightClient {
390
405
  deleteDataSet(args: DeleteDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetCommandOutput>;
391
406
  deleteDataSet(args: DeleteDataSetCommandInput, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
392
407
  deleteDataSet(args: DeleteDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
408
+ /**
409
+ * @public
410
+ * <p>Deletes the dataset refresh properties of the dataset.</p>
411
+ */
412
+ deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
413
+ deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void): void;
414
+ deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void): void;
393
415
  /**
394
416
  * @public
395
417
  * <p>Deletes the data source permanently. This operation breaks
@@ -442,6 +464,13 @@ export declare class QuickSight extends QuickSightClient {
442
464
  deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
443
465
  deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
444
466
  deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
467
+ /**
468
+ * @public
469
+ * <p>Deletes a refresh schedule from a dataset.</p>
470
+ */
471
+ deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRefreshScheduleCommandOutput>;
472
+ deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void): void;
473
+ deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void): void;
445
474
  /**
446
475
  * @public
447
476
  * <p>Deletes a template.</p>
@@ -640,6 +669,13 @@ export declare class QuickSight extends QuickSightClient {
640
669
  describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetPermissionsCommandOutput>;
641
670
  describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
642
671
  describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
672
+ /**
673
+ * @public
674
+ * <p>Describes the refresh properties of a dataset.</p>
675
+ */
676
+ describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
677
+ describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void): void;
678
+ describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void): void;
643
679
  /**
644
680
  * @public
645
681
  * <p>Describes a data source.</p>
@@ -719,6 +755,13 @@ export declare class QuickSight extends QuickSightClient {
719
755
  describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
720
756
  describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
721
757
  describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
758
+ /**
759
+ * @public
760
+ * <p>Provides a summary of a refresh schedule.</p>
761
+ */
762
+ describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRefreshScheduleCommandOutput>;
763
+ describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void): void;
764
+ describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void): void;
722
765
  /**
723
766
  * @public
724
767
  * <p>Describes a template's metadata.</p>
@@ -988,6 +1031,13 @@ export declare class QuickSight extends QuickSightClient {
988
1031
  listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
989
1032
  listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
990
1033
  listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
1034
+ /**
1035
+ * @public
1036
+ * <p>Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules. </p>
1037
+ */
1038
+ listRefreshSchedules(args: ListRefreshSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRefreshSchedulesCommandOutput>;
1039
+ listRefreshSchedules(args: ListRefreshSchedulesCommandInput, cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void): void;
1040
+ listRefreshSchedules(args: ListRefreshSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void): void;
991
1041
  /**
992
1042
  * @public
993
1043
  * <p>Lists the tags assigned to a resource.</p>
@@ -1051,6 +1101,13 @@ export declare class QuickSight extends QuickSightClient {
1051
1101
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
1052
1102
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1053
1103
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
1104
+ /**
1105
+ * @public
1106
+ * <p>Creates or updates the dataset refresh properties for the dataset.</p>
1107
+ */
1108
+ putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<PutDataSetRefreshPropertiesCommandOutput>;
1109
+ putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void): void;
1110
+ putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void): void;
1054
1111
  /**
1055
1112
  * @public
1056
1113
  * <p>Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Amazon QuickSight API, Amazon QuickSight generates a registration URL. The user accesses this registration URL to create their account. Amazon QuickSight doesn't send a registration email to users who are registered from the Amazon QuickSight API. If you want new users to receive a registration email, then add those users in the Amazon QuickSight console. For more information on registering a new user in the Amazon QuickSight console, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users"> Inviting users to access Amazon QuickSight</a>.</p>
@@ -1291,6 +1348,13 @@ export declare class QuickSight extends QuickSightClient {
1291
1348
  updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublicSharingSettingsCommandOutput>;
1292
1349
  updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
1293
1350
  updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
1351
+ /**
1352
+ * @public
1353
+ * <p>Updates a refresh schedule for a dataset.</p>
1354
+ */
1355
+ updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRefreshScheduleCommandOutput>;
1356
+ updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void): void;
1357
+ updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void): void;
1294
1358
  /**
1295
1359
  * @public
1296
1360
  * <p>Updates a template from an existing Amazon QuickSight analysis or another template.</p>
@@ -21,6 +21,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
21
21
  import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
22
22
  import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
23
23
  import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
24
+ import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
24
25
  import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
25
26
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
26
27
  import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
@@ -30,6 +31,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
30
31
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
31
32
  import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
32
33
  import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
34
+ import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
33
35
  import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
34
36
  import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
35
37
  import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
@@ -37,6 +39,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/De
37
39
  import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
38
40
  import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
39
41
  import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
42
+ import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
40
43
  import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
41
44
  import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
42
45
  import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
@@ -54,6 +57,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
54
57
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
55
58
  import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
56
59
  import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
60
+ import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "./commands/DescribeDataSetRefreshPropertiesCommand";
57
61
  import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
58
62
  import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
59
63
  import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
@@ -65,6 +69,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
65
69
  import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
66
70
  import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
67
71
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
72
+ import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
68
73
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
69
74
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
70
75
  import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
@@ -90,6 +95,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
90
95
  import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
91
96
  import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
92
97
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
98
+ import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
93
99
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
94
100
  import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
95
101
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
@@ -99,6 +105,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/List
99
105
  import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
100
106
  import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
101
107
  import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
108
+ import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
102
109
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
103
110
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
104
111
  import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
@@ -126,6 +133,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/Up
126
133
  import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "./commands/UpdateIAMPolicyAssignmentCommand";
127
134
  import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
128
135
  import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
136
+ import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
129
137
  import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
130
138
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
131
139
  import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
@@ -137,11 +145,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
137
145
  /**
138
146
  * @public
139
147
  */
140
- export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
148
+ export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
141
149
  /**
142
150
  * @public
143
151
  */
144
- export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
152
+ export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
145
153
  /**
146
154
  * @public
147
155
  */
@@ -186,6 +186,11 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
186
186
  * MatchAllValue: "STRING_VALUE",
187
187
  * },
188
188
  * ],
189
+ * TagRuleConfigurations: [ // RowLevelPermissionTagRuleConfigurationList
190
+ * [ // RowLevelPermissionTagRuleConfiguration
191
+ * "STRING_VALUE",
192
+ * ],
193
+ * ],
189
194
  * },
190
195
  * ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
191
196
  * { // ColumnLevelPermissionRule
@@ -0,0 +1,106 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link CreateRefreshScheduleCommand}.
10
+ */
11
+ export interface CreateRefreshScheduleCommandInput extends CreateRefreshScheduleRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link CreateRefreshScheduleCommand}.
17
+ */
18
+ export interface CreateRefreshScheduleCommandOutput extends CreateRefreshScheduleResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, CreateRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, CreateRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // CreateRefreshScheduleRequest
30
+ * DataSetId: "STRING_VALUE", // required
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * Schedule: { // RefreshSchedule
33
+ * ScheduleId: "STRING_VALUE", // required
34
+ * ScheduleFrequency: { // RefreshFrequency
35
+ * Interval: "MINUTE15" || "MINUTE30" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY", // required
36
+ * RefreshOnDay: { // ScheduleRefreshOnEntity
37
+ * DayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
38
+ * DayOfMonth: "STRING_VALUE",
39
+ * },
40
+ * Timezone: "STRING_VALUE",
41
+ * TimeOfTheDay: "STRING_VALUE",
42
+ * },
43
+ * StartAfterDateTime: new Date("TIMESTAMP"),
44
+ * RefreshType: "INCREMENTAL_REFRESH" || "FULL_REFRESH", // required
45
+ * Arn: "STRING_VALUE",
46
+ * },
47
+ * };
48
+ * const command = new CreateRefreshScheduleCommand(input);
49
+ * const response = await client.send(command);
50
+ * ```
51
+ *
52
+ * @param CreateRefreshScheduleCommandInput - {@link CreateRefreshScheduleCommandInput}
53
+ * @returns {@link CreateRefreshScheduleCommandOutput}
54
+ * @see {@link CreateRefreshScheduleCommandInput} for command's `input` shape.
55
+ * @see {@link CreateRefreshScheduleCommandOutput} for command's `response` shape.
56
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>You don't have access to this item. The provided credentials couldn't be
60
+ * validated. You might not be authorized to carry out the request. Make sure that your
61
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
62
+ * correct permissions, and that you are using the correct credentials.</p>
63
+ *
64
+ * @throws {@link InternalFailureException} (server fault)
65
+ * <p>An internal failure occurred.</p>
66
+ *
67
+ * @throws {@link InvalidParameterValueException} (client fault)
68
+ * <p>One or more parameters has a value that isn't valid.</p>
69
+ *
70
+ * @throws {@link LimitExceededException} (client fault)
71
+ * <p>A limit is exceeded.</p>
72
+ *
73
+ * @throws {@link PreconditionNotMetException} (client fault)
74
+ * <p>One or more preconditions aren't met.</p>
75
+ *
76
+ * @throws {@link ResourceExistsException} (client fault)
77
+ * <p>The resource specified already exists. </p>
78
+ *
79
+ * @throws {@link ResourceNotFoundException} (client fault)
80
+ * <p>One or more resources can't be found.</p>
81
+ *
82
+ * @throws {@link ThrottlingException} (client fault)
83
+ * <p>Access is throttled.</p>
84
+ *
85
+ *
86
+ */
87
+ export declare class CreateRefreshScheduleCommand extends $Command<CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
88
+ readonly input: CreateRefreshScheduleCommandInput;
89
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
+ /**
91
+ * @public
92
+ */
93
+ constructor(input: CreateRefreshScheduleCommandInput);
94
+ /**
95
+ * @internal
96
+ */
97
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput>;
98
+ /**
99
+ * @internal
100
+ */
101
+ private serialize;
102
+ /**
103
+ * @internal
104
+ */
105
+ private deserialize;
106
+ }
@@ -0,0 +1,88 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteDataSetRefreshPropertiesCommand}.
10
+ */
11
+ export interface DeleteDataSetRefreshPropertiesCommandInput extends DeleteDataSetRefreshPropertiesRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteDataSetRefreshPropertiesCommand}.
17
+ */
18
+ export interface DeleteDataSetRefreshPropertiesCommandOutput extends DeleteDataSetRefreshPropertiesResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes the dataset refresh properties of the dataset.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DeleteDataSetRefreshPropertiesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DeleteDataSetRefreshPropertiesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DeleteDataSetRefreshPropertiesRequest
30
+ * AwsAccountId: "STRING_VALUE", // required
31
+ * DataSetId: "STRING_VALUE", // required
32
+ * };
33
+ * const command = new DeleteDataSetRefreshPropertiesCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @param DeleteDataSetRefreshPropertiesCommandInput - {@link DeleteDataSetRefreshPropertiesCommandInput}
38
+ * @returns {@link DeleteDataSetRefreshPropertiesCommandOutput}
39
+ * @see {@link DeleteDataSetRefreshPropertiesCommandInput} for command's `input` shape.
40
+ * @see {@link DeleteDataSetRefreshPropertiesCommandOutput} for command's `response` shape.
41
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
42
+ *
43
+ * @throws {@link AccessDeniedException} (client fault)
44
+ * <p>You don't have access to this item. The provided credentials couldn't be
45
+ * validated. You might not be authorized to carry out the request. Make sure that your
46
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
47
+ * correct permissions, and that you are using the correct credentials.</p>
48
+ *
49
+ * @throws {@link ConflictException} (client fault)
50
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
51
+ *
52
+ * @throws {@link InternalFailureException} (server fault)
53
+ * <p>An internal failure occurred.</p>
54
+ *
55
+ * @throws {@link InvalidParameterValueException} (client fault)
56
+ * <p>One or more parameters has a value that isn't valid.</p>
57
+ *
58
+ * @throws {@link LimitExceededException} (client fault)
59
+ * <p>A limit is exceeded.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>One or more resources can't be found.</p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>Access is throttled.</p>
66
+ *
67
+ *
68
+ */
69
+ export declare class DeleteDataSetRefreshPropertiesCommand extends $Command<DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig> {
70
+ readonly input: DeleteDataSetRefreshPropertiesCommandInput;
71
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
75
+ constructor(input: DeleteDataSetRefreshPropertiesCommandInput);
76
+ /**
77
+ * @internal
78
+ */
79
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
83
+ private serialize;
84
+ /**
85
+ * @internal
86
+ */
87
+ private deserialize;
88
+ }
@@ -0,0 +1,86 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../models/models_2";
5
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
+ /**
7
+ * @public
8
+ *
9
+ * The input for {@link DeleteRefreshScheduleCommand}.
10
+ */
11
+ export interface DeleteRefreshScheduleCommandInput extends DeleteRefreshScheduleRequest {
12
+ }
13
+ /**
14
+ * @public
15
+ *
16
+ * The output of {@link DeleteRefreshScheduleCommand}.
17
+ */
18
+ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshScheduleResponse, __MetadataBearer {
19
+ }
20
+ /**
21
+ * @public
22
+ * <p>Deletes a refresh schedule from a dataset.</p>
23
+ * @example
24
+ * Use a bare-bones client and the command you need to make an API call.
25
+ * ```javascript
26
+ * import { QuickSightClient, DeleteRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
27
+ * // const { QuickSightClient, DeleteRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
28
+ * const client = new QuickSightClient(config);
29
+ * const input = { // DeleteRefreshScheduleRequest
30
+ * DataSetId: "STRING_VALUE", // required
31
+ * AwsAccountId: "STRING_VALUE", // required
32
+ * ScheduleId: "STRING_VALUE", // required
33
+ * };
34
+ * const command = new DeleteRefreshScheduleCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @param DeleteRefreshScheduleCommandInput - {@link DeleteRefreshScheduleCommandInput}
39
+ * @returns {@link DeleteRefreshScheduleCommandOutput}
40
+ * @see {@link DeleteRefreshScheduleCommandInput} for command's `input` shape.
41
+ * @see {@link DeleteRefreshScheduleCommandOutput} for command's `response` shape.
42
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
43
+ *
44
+ * @throws {@link AccessDeniedException} (client fault)
45
+ * <p>You don't have access to this item. The provided credentials couldn't be
46
+ * validated. You might not be authorized to carry out the request. Make sure that your
47
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
48
+ * correct permissions, and that you are using the correct credentials.</p>
49
+ *
50
+ * @throws {@link InternalFailureException} (server fault)
51
+ * <p>An internal failure occurred.</p>
52
+ *
53
+ * @throws {@link InvalidParameterValueException} (client fault)
54
+ * <p>One or more parameters has a value that isn't valid.</p>
55
+ *
56
+ * @throws {@link LimitExceededException} (client fault)
57
+ * <p>A limit is exceeded.</p>
58
+ *
59
+ * @throws {@link ResourceNotFoundException} (client fault)
60
+ * <p>One or more resources can't be found.</p>
61
+ *
62
+ * @throws {@link ThrottlingException} (client fault)
63
+ * <p>Access is throttled.</p>
64
+ *
65
+ *
66
+ */
67
+ export declare class DeleteRefreshScheduleCommand extends $Command<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
68
+ readonly input: DeleteRefreshScheduleCommandInput;
69
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
+ /**
71
+ * @public
72
+ */
73
+ constructor(input: DeleteRefreshScheduleCommandInput);
74
+ /**
75
+ * @internal
76
+ */
77
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput>;
78
+ /**
79
+ * @internal
80
+ */
81
+ private serialize;
82
+ /**
83
+ * @internal
84
+ */
85
+ private deserialize;
86
+ }