@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
@@ -55,6 +55,10 @@ import {
55
55
  CreateNamespaceCommandInput,
56
56
  CreateNamespaceCommandOutput,
57
57
  } from "./commands/CreateNamespaceCommand";
58
+ import {
59
+ CreateRefreshScheduleCommandInput,
60
+ CreateRefreshScheduleCommandOutput,
61
+ } from "./commands/CreateRefreshScheduleCommand";
58
62
  import {
59
63
  CreateTemplateAliasCommandInput,
60
64
  CreateTemplateAliasCommandOutput,
@@ -91,6 +95,10 @@ import {
91
95
  DeleteDataSetCommandInput,
92
96
  DeleteDataSetCommandOutput,
93
97
  } from "./commands/DeleteDataSetCommand";
98
+ import {
99
+ DeleteDataSetRefreshPropertiesCommandInput,
100
+ DeleteDataSetRefreshPropertiesCommandOutput,
101
+ } from "./commands/DeleteDataSetRefreshPropertiesCommand";
94
102
  import {
95
103
  DeleteDataSourceCommandInput,
96
104
  DeleteDataSourceCommandOutput,
@@ -119,6 +127,10 @@ import {
119
127
  DeleteNamespaceCommandInput,
120
128
  DeleteNamespaceCommandOutput,
121
129
  } from "./commands/DeleteNamespaceCommand";
130
+ import {
131
+ DeleteRefreshScheduleCommandInput,
132
+ DeleteRefreshScheduleCommandOutput,
133
+ } from "./commands/DeleteRefreshScheduleCommand";
122
134
  import {
123
135
  DeleteTemplateAliasCommandInput,
124
136
  DeleteTemplateAliasCommandOutput,
@@ -187,6 +199,10 @@ import {
187
199
  DescribeDataSetPermissionsCommandInput,
188
200
  DescribeDataSetPermissionsCommandOutput,
189
201
  } from "./commands/DescribeDataSetPermissionsCommand";
202
+ import {
203
+ DescribeDataSetRefreshPropertiesCommandInput,
204
+ DescribeDataSetRefreshPropertiesCommandOutput,
205
+ } from "./commands/DescribeDataSetRefreshPropertiesCommand";
190
206
  import {
191
207
  DescribeDataSourceCommandInput,
192
208
  DescribeDataSourceCommandOutput,
@@ -231,6 +247,10 @@ import {
231
247
  DescribeNamespaceCommandInput,
232
248
  DescribeNamespaceCommandOutput,
233
249
  } from "./commands/DescribeNamespaceCommand";
250
+ import {
251
+ DescribeRefreshScheduleCommandInput,
252
+ DescribeRefreshScheduleCommandOutput,
253
+ } from "./commands/DescribeRefreshScheduleCommand";
234
254
  import {
235
255
  DescribeTemplateAliasCommandInput,
236
256
  DescribeTemplateAliasCommandOutput,
@@ -331,6 +351,10 @@ import {
331
351
  ListNamespacesCommandInput,
332
352
  ListNamespacesCommandOutput,
333
353
  } from "./commands/ListNamespacesCommand";
354
+ import {
355
+ ListRefreshSchedulesCommandInput,
356
+ ListRefreshSchedulesCommandOutput,
357
+ } from "./commands/ListRefreshSchedulesCommand";
334
358
  import {
335
359
  ListTagsForResourceCommandInput,
336
360
  ListTagsForResourceCommandOutput,
@@ -367,6 +391,10 @@ import {
367
391
  ListUsersCommandInput,
368
392
  ListUsersCommandOutput,
369
393
  } from "./commands/ListUsersCommand";
394
+ import {
395
+ PutDataSetRefreshPropertiesCommandInput,
396
+ PutDataSetRefreshPropertiesCommandOutput,
397
+ } from "./commands/PutDataSetRefreshPropertiesCommand";
370
398
  import {
371
399
  RegisterUserCommandInput,
372
400
  RegisterUserCommandOutput,
@@ -475,6 +503,10 @@ import {
475
503
  UpdatePublicSharingSettingsCommandInput,
476
504
  UpdatePublicSharingSettingsCommandOutput,
477
505
  } from "./commands/UpdatePublicSharingSettingsCommand";
506
+ import {
507
+ UpdateRefreshScheduleCommandInput,
508
+ UpdateRefreshScheduleCommandOutput,
509
+ } from "./commands/UpdateRefreshScheduleCommand";
478
510
  import {
479
511
  UpdateTemplateAliasCommandInput,
480
512
  UpdateTemplateAliasCommandOutput,
@@ -687,6 +719,19 @@ export declare class QuickSight extends QuickSightClient {
687
719
  options: __HttpHandlerOptions,
688
720
  cb: (err: any, data?: CreateNamespaceCommandOutput) => void
689
721
  ): void;
722
+ createRefreshSchedule(
723
+ args: CreateRefreshScheduleCommandInput,
724
+ options?: __HttpHandlerOptions
725
+ ): Promise<CreateRefreshScheduleCommandOutput>;
726
+ createRefreshSchedule(
727
+ args: CreateRefreshScheduleCommandInput,
728
+ cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void
729
+ ): void;
730
+ createRefreshSchedule(
731
+ args: CreateRefreshScheduleCommandInput,
732
+ options: __HttpHandlerOptions,
733
+ cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void
734
+ ): void;
690
735
  createTemplate(
691
736
  args: CreateTemplateCommandInput,
692
737
  options?: __HttpHandlerOptions
@@ -804,6 +849,19 @@ export declare class QuickSight extends QuickSightClient {
804
849
  options: __HttpHandlerOptions,
805
850
  cb: (err: any, data?: DeleteDataSetCommandOutput) => void
806
851
  ): void;
852
+ deleteDataSetRefreshProperties(
853
+ args: DeleteDataSetRefreshPropertiesCommandInput,
854
+ options?: __HttpHandlerOptions
855
+ ): Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
856
+ deleteDataSetRefreshProperties(
857
+ args: DeleteDataSetRefreshPropertiesCommandInput,
858
+ cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void
859
+ ): void;
860
+ deleteDataSetRefreshProperties(
861
+ args: DeleteDataSetRefreshPropertiesCommandInput,
862
+ options: __HttpHandlerOptions,
863
+ cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void
864
+ ): void;
807
865
  deleteDataSource(
808
866
  args: DeleteDataSourceCommandInput,
809
867
  options?: __HttpHandlerOptions
@@ -895,6 +953,19 @@ export declare class QuickSight extends QuickSightClient {
895
953
  options: __HttpHandlerOptions,
896
954
  cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
897
955
  ): void;
956
+ deleteRefreshSchedule(
957
+ args: DeleteRefreshScheduleCommandInput,
958
+ options?: __HttpHandlerOptions
959
+ ): Promise<DeleteRefreshScheduleCommandOutput>;
960
+ deleteRefreshSchedule(
961
+ args: DeleteRefreshScheduleCommandInput,
962
+ cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void
963
+ ): void;
964
+ deleteRefreshSchedule(
965
+ args: DeleteRefreshScheduleCommandInput,
966
+ options: __HttpHandlerOptions,
967
+ cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void
968
+ ): void;
898
969
  deleteTemplate(
899
970
  args: DeleteTemplateCommandInput,
900
971
  options?: __HttpHandlerOptions
@@ -1116,6 +1187,19 @@ export declare class QuickSight extends QuickSightClient {
1116
1187
  options: __HttpHandlerOptions,
1117
1188
  cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void
1118
1189
  ): void;
1190
+ describeDataSetRefreshProperties(
1191
+ args: DescribeDataSetRefreshPropertiesCommandInput,
1192
+ options?: __HttpHandlerOptions
1193
+ ): Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
1194
+ describeDataSetRefreshProperties(
1195
+ args: DescribeDataSetRefreshPropertiesCommandInput,
1196
+ cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void
1197
+ ): void;
1198
+ describeDataSetRefreshProperties(
1199
+ args: DescribeDataSetRefreshPropertiesCommandInput,
1200
+ options: __HttpHandlerOptions,
1201
+ cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void
1202
+ ): void;
1119
1203
  describeDataSource(
1120
1204
  args: DescribeDataSourceCommandInput,
1121
1205
  options?: __HttpHandlerOptions
@@ -1265,6 +1349,19 @@ export declare class QuickSight extends QuickSightClient {
1265
1349
  options: __HttpHandlerOptions,
1266
1350
  cb: (err: any, data?: DescribeNamespaceCommandOutput) => void
1267
1351
  ): void;
1352
+ describeRefreshSchedule(
1353
+ args: DescribeRefreshScheduleCommandInput,
1354
+ options?: __HttpHandlerOptions
1355
+ ): Promise<DescribeRefreshScheduleCommandOutput>;
1356
+ describeRefreshSchedule(
1357
+ args: DescribeRefreshScheduleCommandInput,
1358
+ cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void
1359
+ ): void;
1360
+ describeRefreshSchedule(
1361
+ args: DescribeRefreshScheduleCommandInput,
1362
+ options: __HttpHandlerOptions,
1363
+ cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void
1364
+ ): void;
1268
1365
  describeTemplate(
1269
1366
  args: DescribeTemplateCommandInput,
1270
1367
  options?: __HttpHandlerOptions
@@ -1596,6 +1693,19 @@ export declare class QuickSight extends QuickSightClient {
1596
1693
  options: __HttpHandlerOptions,
1597
1694
  cb: (err: any, data?: ListNamespacesCommandOutput) => void
1598
1695
  ): void;
1696
+ listRefreshSchedules(
1697
+ args: ListRefreshSchedulesCommandInput,
1698
+ options?: __HttpHandlerOptions
1699
+ ): Promise<ListRefreshSchedulesCommandOutput>;
1700
+ listRefreshSchedules(
1701
+ args: ListRefreshSchedulesCommandInput,
1702
+ cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void
1703
+ ): void;
1704
+ listRefreshSchedules(
1705
+ args: ListRefreshSchedulesCommandInput,
1706
+ options: __HttpHandlerOptions,
1707
+ cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void
1708
+ ): void;
1599
1709
  listTagsForResource(
1600
1710
  args: ListTagsForResourceCommandInput,
1601
1711
  options?: __HttpHandlerOptions
@@ -1713,6 +1823,19 @@ export declare class QuickSight extends QuickSightClient {
1713
1823
  options: __HttpHandlerOptions,
1714
1824
  cb: (err: any, data?: ListUsersCommandOutput) => void
1715
1825
  ): void;
1826
+ putDataSetRefreshProperties(
1827
+ args: PutDataSetRefreshPropertiesCommandInput,
1828
+ options?: __HttpHandlerOptions
1829
+ ): Promise<PutDataSetRefreshPropertiesCommandOutput>;
1830
+ putDataSetRefreshProperties(
1831
+ args: PutDataSetRefreshPropertiesCommandInput,
1832
+ cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void
1833
+ ): void;
1834
+ putDataSetRefreshProperties(
1835
+ args: PutDataSetRefreshPropertiesCommandInput,
1836
+ options: __HttpHandlerOptions,
1837
+ cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void
1838
+ ): void;
1716
1839
  registerUser(
1717
1840
  args: RegisterUserCommandInput,
1718
1841
  options?: __HttpHandlerOptions
@@ -2064,6 +2187,19 @@ export declare class QuickSight extends QuickSightClient {
2064
2187
  options: __HttpHandlerOptions,
2065
2188
  cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void
2066
2189
  ): void;
2190
+ updateRefreshSchedule(
2191
+ args: UpdateRefreshScheduleCommandInput,
2192
+ options?: __HttpHandlerOptions
2193
+ ): Promise<UpdateRefreshScheduleCommandOutput>;
2194
+ updateRefreshSchedule(
2195
+ args: UpdateRefreshScheduleCommandInput,
2196
+ cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void
2197
+ ): void;
2198
+ updateRefreshSchedule(
2199
+ args: UpdateRefreshScheduleCommandInput,
2200
+ options: __HttpHandlerOptions,
2201
+ cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void
2202
+ ): void;
2067
2203
  updateTemplate(
2068
2204
  args: UpdateTemplateCommandInput,
2069
2205
  options?: __HttpHandlerOptions
@@ -100,6 +100,10 @@ import {
100
100
  CreateNamespaceCommandInput,
101
101
  CreateNamespaceCommandOutput,
102
102
  } from "./commands/CreateNamespaceCommand";
103
+ import {
104
+ CreateRefreshScheduleCommandInput,
105
+ CreateRefreshScheduleCommandOutput,
106
+ } from "./commands/CreateRefreshScheduleCommand";
103
107
  import {
104
108
  CreateTemplateAliasCommandInput,
105
109
  CreateTemplateAliasCommandOutput,
@@ -136,6 +140,10 @@ import {
136
140
  DeleteDataSetCommandInput,
137
141
  DeleteDataSetCommandOutput,
138
142
  } from "./commands/DeleteDataSetCommand";
143
+ import {
144
+ DeleteDataSetRefreshPropertiesCommandInput,
145
+ DeleteDataSetRefreshPropertiesCommandOutput,
146
+ } from "./commands/DeleteDataSetRefreshPropertiesCommand";
139
147
  import {
140
148
  DeleteDataSourceCommandInput,
141
149
  DeleteDataSourceCommandOutput,
@@ -164,6 +172,10 @@ import {
164
172
  DeleteNamespaceCommandInput,
165
173
  DeleteNamespaceCommandOutput,
166
174
  } from "./commands/DeleteNamespaceCommand";
175
+ import {
176
+ DeleteRefreshScheduleCommandInput,
177
+ DeleteRefreshScheduleCommandOutput,
178
+ } from "./commands/DeleteRefreshScheduleCommand";
167
179
  import {
168
180
  DeleteTemplateAliasCommandInput,
169
181
  DeleteTemplateAliasCommandOutput,
@@ -232,6 +244,10 @@ import {
232
244
  DescribeDataSetPermissionsCommandInput,
233
245
  DescribeDataSetPermissionsCommandOutput,
234
246
  } from "./commands/DescribeDataSetPermissionsCommand";
247
+ import {
248
+ DescribeDataSetRefreshPropertiesCommandInput,
249
+ DescribeDataSetRefreshPropertiesCommandOutput,
250
+ } from "./commands/DescribeDataSetRefreshPropertiesCommand";
235
251
  import {
236
252
  DescribeDataSourceCommandInput,
237
253
  DescribeDataSourceCommandOutput,
@@ -276,6 +292,10 @@ import {
276
292
  DescribeNamespaceCommandInput,
277
293
  DescribeNamespaceCommandOutput,
278
294
  } from "./commands/DescribeNamespaceCommand";
295
+ import {
296
+ DescribeRefreshScheduleCommandInput,
297
+ DescribeRefreshScheduleCommandOutput,
298
+ } from "./commands/DescribeRefreshScheduleCommand";
279
299
  import {
280
300
  DescribeTemplateAliasCommandInput,
281
301
  DescribeTemplateAliasCommandOutput,
@@ -376,6 +396,10 @@ import {
376
396
  ListNamespacesCommandInput,
377
397
  ListNamespacesCommandOutput,
378
398
  } from "./commands/ListNamespacesCommand";
399
+ import {
400
+ ListRefreshSchedulesCommandInput,
401
+ ListRefreshSchedulesCommandOutput,
402
+ } from "./commands/ListRefreshSchedulesCommand";
379
403
  import {
380
404
  ListTagsForResourceCommandInput,
381
405
  ListTagsForResourceCommandOutput,
@@ -412,6 +436,10 @@ import {
412
436
  ListUsersCommandInput,
413
437
  ListUsersCommandOutput,
414
438
  } from "./commands/ListUsersCommand";
439
+ import {
440
+ PutDataSetRefreshPropertiesCommandInput,
441
+ PutDataSetRefreshPropertiesCommandOutput,
442
+ } from "./commands/PutDataSetRefreshPropertiesCommand";
415
443
  import {
416
444
  RegisterUserCommandInput,
417
445
  RegisterUserCommandOutput,
@@ -520,6 +548,10 @@ import {
520
548
  UpdatePublicSharingSettingsCommandInput,
521
549
  UpdatePublicSharingSettingsCommandOutput,
522
550
  } from "./commands/UpdatePublicSharingSettingsCommand";
551
+ import {
552
+ UpdateRefreshScheduleCommandInput,
553
+ UpdateRefreshScheduleCommandOutput,
554
+ } from "./commands/UpdateRefreshScheduleCommand";
523
555
  import {
524
556
  UpdateTemplateAliasCommandInput,
525
557
  UpdateTemplateAliasCommandOutput,
@@ -568,6 +600,7 @@ export type ServiceInputTypes =
568
600
  | CreateIAMPolicyAssignmentCommandInput
569
601
  | CreateIngestionCommandInput
570
602
  | CreateNamespaceCommandInput
603
+ | CreateRefreshScheduleCommandInput
571
604
  | CreateTemplateAliasCommandInput
572
605
  | CreateTemplateCommandInput
573
606
  | CreateThemeAliasCommandInput
@@ -577,6 +610,7 @@ export type ServiceInputTypes =
577
610
  | DeleteAnalysisCommandInput
578
611
  | DeleteDashboardCommandInput
579
612
  | DeleteDataSetCommandInput
613
+ | DeleteDataSetRefreshPropertiesCommandInput
580
614
  | DeleteDataSourceCommandInput
581
615
  | DeleteFolderCommandInput
582
616
  | DeleteFolderMembershipCommandInput
@@ -584,6 +618,7 @@ export type ServiceInputTypes =
584
618
  | DeleteGroupMembershipCommandInput
585
619
  | DeleteIAMPolicyAssignmentCommandInput
586
620
  | DeleteNamespaceCommandInput
621
+ | DeleteRefreshScheduleCommandInput
587
622
  | DeleteTemplateAliasCommandInput
588
623
  | DeleteTemplateCommandInput
589
624
  | DeleteThemeAliasCommandInput
@@ -601,6 +636,7 @@ export type ServiceInputTypes =
601
636
  | DescribeDashboardPermissionsCommandInput
602
637
  | DescribeDataSetCommandInput
603
638
  | DescribeDataSetPermissionsCommandInput
639
+ | DescribeDataSetRefreshPropertiesCommandInput
604
640
  | DescribeDataSourceCommandInput
605
641
  | DescribeDataSourcePermissionsCommandInput
606
642
  | DescribeFolderCommandInput
@@ -612,6 +648,7 @@ export type ServiceInputTypes =
612
648
  | DescribeIngestionCommandInput
613
649
  | DescribeIpRestrictionCommandInput
614
650
  | DescribeNamespaceCommandInput
651
+ | DescribeRefreshScheduleCommandInput
615
652
  | DescribeTemplateAliasCommandInput
616
653
  | DescribeTemplateCommandInput
617
654
  | DescribeTemplateDefinitionCommandInput
@@ -637,6 +674,7 @@ export type ServiceInputTypes =
637
674
  | ListIAMPolicyAssignmentsForUserCommandInput
638
675
  | ListIngestionsCommandInput
639
676
  | ListNamespacesCommandInput
677
+ | ListRefreshSchedulesCommandInput
640
678
  | ListTagsForResourceCommandInput
641
679
  | ListTemplateAliasesCommandInput
642
680
  | ListTemplateVersionsCommandInput
@@ -646,6 +684,7 @@ export type ServiceInputTypes =
646
684
  | ListThemesCommandInput
647
685
  | ListUserGroupsCommandInput
648
686
  | ListUsersCommandInput
687
+ | PutDataSetRefreshPropertiesCommandInput
649
688
  | RegisterUserCommandInput
650
689
  | RestoreAnalysisCommandInput
651
690
  | SearchAnalysesCommandInput
@@ -673,6 +712,7 @@ export type ServiceInputTypes =
673
712
  | UpdateIAMPolicyAssignmentCommandInput
674
713
  | UpdateIpRestrictionCommandInput
675
714
  | UpdatePublicSharingSettingsCommandInput
715
+ | UpdateRefreshScheduleCommandInput
676
716
  | UpdateTemplateAliasCommandInput
677
717
  | UpdateTemplateCommandInput
678
718
  | UpdateTemplatePermissionsCommandInput
@@ -695,6 +735,7 @@ export type ServiceOutputTypes =
695
735
  | CreateIAMPolicyAssignmentCommandOutput
696
736
  | CreateIngestionCommandOutput
697
737
  | CreateNamespaceCommandOutput
738
+ | CreateRefreshScheduleCommandOutput
698
739
  | CreateTemplateAliasCommandOutput
699
740
  | CreateTemplateCommandOutput
700
741
  | CreateThemeAliasCommandOutput
@@ -704,6 +745,7 @@ export type ServiceOutputTypes =
704
745
  | DeleteAnalysisCommandOutput
705
746
  | DeleteDashboardCommandOutput
706
747
  | DeleteDataSetCommandOutput
748
+ | DeleteDataSetRefreshPropertiesCommandOutput
707
749
  | DeleteDataSourceCommandOutput
708
750
  | DeleteFolderCommandOutput
709
751
  | DeleteFolderMembershipCommandOutput
@@ -711,6 +753,7 @@ export type ServiceOutputTypes =
711
753
  | DeleteGroupMembershipCommandOutput
712
754
  | DeleteIAMPolicyAssignmentCommandOutput
713
755
  | DeleteNamespaceCommandOutput
756
+ | DeleteRefreshScheduleCommandOutput
714
757
  | DeleteTemplateAliasCommandOutput
715
758
  | DeleteTemplateCommandOutput
716
759
  | DeleteThemeAliasCommandOutput
@@ -728,6 +771,7 @@ export type ServiceOutputTypes =
728
771
  | DescribeDashboardPermissionsCommandOutput
729
772
  | DescribeDataSetCommandOutput
730
773
  | DescribeDataSetPermissionsCommandOutput
774
+ | DescribeDataSetRefreshPropertiesCommandOutput
731
775
  | DescribeDataSourceCommandOutput
732
776
  | DescribeDataSourcePermissionsCommandOutput
733
777
  | DescribeFolderCommandOutput
@@ -739,6 +783,7 @@ export type ServiceOutputTypes =
739
783
  | DescribeIngestionCommandOutput
740
784
  | DescribeIpRestrictionCommandOutput
741
785
  | DescribeNamespaceCommandOutput
786
+ | DescribeRefreshScheduleCommandOutput
742
787
  | DescribeTemplateAliasCommandOutput
743
788
  | DescribeTemplateCommandOutput
744
789
  | DescribeTemplateDefinitionCommandOutput
@@ -764,6 +809,7 @@ export type ServiceOutputTypes =
764
809
  | ListIAMPolicyAssignmentsForUserCommandOutput
765
810
  | ListIngestionsCommandOutput
766
811
  | ListNamespacesCommandOutput
812
+ | ListRefreshSchedulesCommandOutput
767
813
  | ListTagsForResourceCommandOutput
768
814
  | ListTemplateAliasesCommandOutput
769
815
  | ListTemplateVersionsCommandOutput
@@ -773,6 +819,7 @@ export type ServiceOutputTypes =
773
819
  | ListThemesCommandOutput
774
820
  | ListUserGroupsCommandOutput
775
821
  | ListUsersCommandOutput
822
+ | PutDataSetRefreshPropertiesCommandOutput
776
823
  | RegisterUserCommandOutput
777
824
  | RestoreAnalysisCommandOutput
778
825
  | SearchAnalysesCommandOutput
@@ -800,6 +847,7 @@ export type ServiceOutputTypes =
800
847
  | UpdateIAMPolicyAssignmentCommandOutput
801
848
  | UpdateIpRestrictionCommandOutput
802
849
  | UpdatePublicSharingSettingsCommandOutput
850
+ | UpdateRefreshScheduleCommandOutput
803
851
  | UpdateTemplateAliasCommandOutput
804
852
  | UpdateTemplateCommandOutput
805
853
  | UpdateTemplatePermissionsCommandOutput
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ CreateRefreshScheduleRequest,
11
+ CreateRefreshScheduleResponse,
12
+ } from "../models/models_2";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export interface CreateRefreshScheduleCommandInput
19
+ extends CreateRefreshScheduleRequest {}
20
+ export interface CreateRefreshScheduleCommandOutput
21
+ extends CreateRefreshScheduleResponse,
22
+ __MetadataBearer {}
23
+ export declare class CreateRefreshScheduleCommand extends $Command<
24
+ CreateRefreshScheduleCommandInput,
25
+ CreateRefreshScheduleCommandOutput,
26
+ QuickSightClientResolvedConfig
27
+ > {
28
+ readonly input: CreateRefreshScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreateRefreshScheduleCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: QuickSightClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateRefreshScheduleCommandInput,
37
+ CreateRefreshScheduleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteDataSetRefreshPropertiesRequest,
11
+ DeleteDataSetRefreshPropertiesResponse,
12
+ } from "../models/models_2";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export interface DeleteDataSetRefreshPropertiesCommandInput
19
+ extends DeleteDataSetRefreshPropertiesRequest {}
20
+ export interface DeleteDataSetRefreshPropertiesCommandOutput
21
+ extends DeleteDataSetRefreshPropertiesResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteDataSetRefreshPropertiesCommand extends $Command<
24
+ DeleteDataSetRefreshPropertiesCommandInput,
25
+ DeleteDataSetRefreshPropertiesCommandOutput,
26
+ QuickSightClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteDataSetRefreshPropertiesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteDataSetRefreshPropertiesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: QuickSightClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteDataSetRefreshPropertiesCommandInput,
37
+ DeleteDataSetRefreshPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DeleteRefreshScheduleRequest,
11
+ DeleteRefreshScheduleResponse,
12
+ } from "../models/models_2";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export interface DeleteRefreshScheduleCommandInput
19
+ extends DeleteRefreshScheduleRequest {}
20
+ export interface DeleteRefreshScheduleCommandOutput
21
+ extends DeleteRefreshScheduleResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteRefreshScheduleCommand extends $Command<
24
+ DeleteRefreshScheduleCommandInput,
25
+ DeleteRefreshScheduleCommandOutput,
26
+ QuickSightClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteRefreshScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteRefreshScheduleCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: QuickSightClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteRefreshScheduleCommandInput,
37
+ DeleteRefreshScheduleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DescribeDataSetRefreshPropertiesRequest,
11
+ DescribeDataSetRefreshPropertiesResponse,
12
+ } from "../models/models_2";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export interface DescribeDataSetRefreshPropertiesCommandInput
19
+ extends DescribeDataSetRefreshPropertiesRequest {}
20
+ export interface DescribeDataSetRefreshPropertiesCommandOutput
21
+ extends DescribeDataSetRefreshPropertiesResponse,
22
+ __MetadataBearer {}
23
+ export declare class DescribeDataSetRefreshPropertiesCommand extends $Command<
24
+ DescribeDataSetRefreshPropertiesCommandInput,
25
+ DescribeDataSetRefreshPropertiesCommandOutput,
26
+ QuickSightClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDataSetRefreshPropertiesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeDataSetRefreshPropertiesCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: QuickSightClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeDataSetRefreshPropertiesCommandInput,
37
+ DescribeDataSetRefreshPropertiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ DescribeRefreshScheduleRequest,
11
+ DescribeRefreshScheduleResponse,
12
+ } from "../models/models_2";
13
+ import {
14
+ QuickSightClientResolvedConfig,
15
+ ServiceInputTypes,
16
+ ServiceOutputTypes,
17
+ } from "../QuickSightClient";
18
+ export interface DescribeRefreshScheduleCommandInput
19
+ extends DescribeRefreshScheduleRequest {}
20
+ export interface DescribeRefreshScheduleCommandOutput
21
+ extends DescribeRefreshScheduleResponse,
22
+ __MetadataBearer {}
23
+ export declare class DescribeRefreshScheduleCommand extends $Command<
24
+ DescribeRefreshScheduleCommandInput,
25
+ DescribeRefreshScheduleCommandOutput,
26
+ QuickSightClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeRefreshScheduleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DescribeRefreshScheduleCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: QuickSightClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeRefreshScheduleCommandInput,
37
+ DescribeRefreshScheduleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GenerateEmbedUrlForAnonymousUserRequest,
11
11
  GenerateEmbedUrlForAnonymousUserResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  GenerateEmbedUrlForRegisteredUserRequest,
11
11
  GenerateEmbedUrlForRegisteredUserResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { GetDashboardEmbedUrlRequest } from "../models/models_2";
10
- import { GetDashboardEmbedUrlResponse } from "../models/models_3";
9
+ import {
10
+ GetDashboardEmbedUrlRequest,
11
+ GetDashboardEmbedUrlResponse,
12
+ } from "../models/models_3";
11
13
  import {
12
14
  QuickSightClientResolvedConfig,
13
15
  ServiceInputTypes,