@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
@@ -1,8 +1,8 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog, } from "../models/models_2";
5
- import { deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand, serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand, } from "../protocols/Aws_restJson1";
4
+ import { GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { de_GenerateEmbedUrlForRegisteredUserCommand, se_GenerateEmbedUrlForRegisteredUserCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GenerateEmbedUrlForRegisteredUserCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GenerateEmbedUrlForRegisteredUserCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand(input, context);
37
+ return se_GenerateEmbedUrlForRegisteredUserCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand(output, context);
40
+ return de_GenerateEmbedUrlForRegisteredUserCommand(output, context);
41
41
  }
42
42
  }
@@ -1,8 +1,8 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDashboardEmbedUrlResponseFilterSensitiveLog } from "../models/models_3";
5
- import { deserializeAws_restJson1GetDashboardEmbedUrlCommand, serializeAws_restJson1GetDashboardEmbedUrlCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetDashboardEmbedUrlResponseFilterSensitiveLog, } from "../models/models_3";
5
+ import { de_GetDashboardEmbedUrlCommand, se_GetDashboardEmbedUrlCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetDashboardEmbedUrlCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetDashboardEmbedUrlCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetDashboardEmbedUrlCommand(input, context);
37
+ return se_GetDashboardEmbedUrlCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetDashboardEmbedUrlCommand(output, context);
40
+ return de_GetDashboardEmbedUrlCommand(output, context);
41
41
  }
42
42
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSessionEmbedUrlResponseFilterSensitiveLog, } from "../models/models_3";
5
- import { deserializeAws_restJson1GetSessionEmbedUrlCommand, serializeAws_restJson1GetSessionEmbedUrlCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_GetSessionEmbedUrlCommand, se_GetSessionEmbedUrlCommand } from "../protocols/Aws_restJson1";
6
6
  export class GetSessionEmbedUrlCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class GetSessionEmbedUrlCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1GetSessionEmbedUrlCommand(input, context);
37
+ return se_GetSessionEmbedUrlCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1GetSessionEmbedUrlCommand(output, context);
40
+ return de_GetSessionEmbedUrlCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAnalysesCommand, serializeAws_restJson1ListAnalysesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAnalysesCommand, se_ListAnalysesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAnalysesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAnalysesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAnalysesCommand(input, context);
36
+ return se_ListAnalysesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAnalysesCommand(output, context);
39
+ return de_ListAnalysesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDashboardVersionsCommand, serializeAws_restJson1ListDashboardVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDashboardVersionsCommand, se_ListDashboardVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDashboardVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDashboardVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDashboardVersionsCommand(input, context);
36
+ return se_ListDashboardVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDashboardVersionsCommand(output, context);
39
+ return de_ListDashboardVersionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDashboardsCommand, serializeAws_restJson1ListDashboardsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDashboardsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDashboardsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDashboardsCommand(input, context);
36
+ return se_ListDashboardsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDashboardsCommand(output, context);
39
+ return de_ListDashboardsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDataSetsCommand, serializeAws_restJson1ListDataSetsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDataSetsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDataSetsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDataSetsCommand(input, context);
36
+ return se_ListDataSetsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDataSetsCommand(output, context);
39
+ return de_ListDataSetsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListDataSourcesCommand, serializeAws_restJson1ListDataSourcesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListDataSourcesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListDataSourcesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListDataSourcesCommand(input, context);
36
+ return se_ListDataSourcesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListDataSourcesCommand(output, context);
39
+ return de_ListDataSourcesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFolderMembersCommand, serializeAws_restJson1ListFolderMembersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFolderMembersCommand, se_ListFolderMembersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFolderMembersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFolderMembersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFolderMembersCommand(input, context);
36
+ return se_ListFolderMembersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFolderMembersCommand(output, context);
39
+ return de_ListFolderMembersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListFoldersCommand, serializeAws_restJson1ListFoldersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListFoldersCommand, se_ListFoldersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListFoldersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListFoldersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListFoldersCommand(input, context);
36
+ return se_ListFoldersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListFoldersCommand(output, context);
39
+ return de_ListFoldersCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListGroupMembershipsCommand, serializeAws_restJson1ListGroupMembershipsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListGroupMembershipsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListGroupMembershipsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListGroupMembershipsCommand(input, context);
36
+ return se_ListGroupMembershipsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListGroupMembershipsCommand(output, context);
39
+ return de_ListGroupMembershipsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListGroupsCommand, serializeAws_restJson1ListGroupsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListGroupsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListGroupsCommand(input, context);
36
+ return se_ListGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListGroupsCommand(output, context);
39
+ return de_ListGroupsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIAMPolicyAssignmentsCommand, serializeAws_restJson1ListIAMPolicyAssignmentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIAMPolicyAssignmentsCommand, se_ListIAMPolicyAssignmentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIAMPolicyAssignmentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIAMPolicyAssignmentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIAMPolicyAssignmentsCommand(input, context);
36
+ return se_ListIAMPolicyAssignmentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIAMPolicyAssignmentsCommand(output, context);
39
+ return de_ListIAMPolicyAssignmentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand, serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIAMPolicyAssignmentsForUserCommand, se_ListIAMPolicyAssignmentsForUserCommand, } from "../protocols/Aws_restJson1";
5
5
  export class ListIAMPolicyAssignmentsForUserCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIAMPolicyAssignmentsForUserCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand(input, context);
36
+ return se_ListIAMPolicyAssignmentsForUserCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand(output, context);
39
+ return de_ListIAMPolicyAssignmentsForUserCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIngestionsCommand, serializeAws_restJson1ListIngestionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIngestionsCommand, se_ListIngestionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIngestionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIngestionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIngestionsCommand(input, context);
36
+ return se_ListIngestionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIngestionsCommand(output, context);
39
+ return de_ListIngestionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListNamespacesCommand, serializeAws_restJson1ListNamespacesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListNamespacesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListNamespacesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListNamespacesCommand(input, context);
36
+ return se_ListNamespacesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListNamespacesCommand(output, context);
39
+ return de_ListNamespacesCommand(output, context);
40
40
  }
41
41
  }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_ListRefreshSchedulesCommand, se_ListRefreshSchedulesCommand } from "../protocols/Aws_restJson1";
5
+ export class ListRefreshSchedulesCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, ListRefreshSchedulesCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "QuickSightClient";
24
+ const commandName = "ListRefreshSchedulesCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_ListRefreshSchedulesCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_ListRefreshSchedulesCommand(output, context);
40
+ }
41
+ }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTemplateAliasesCommand, serializeAws_restJson1ListTemplateAliasesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTemplateAliasesCommand, se_ListTemplateAliasesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTemplateAliasesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTemplateAliasesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTemplateAliasesCommand(input, context);
36
+ return se_ListTemplateAliasesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTemplateAliasesCommand(output, context);
39
+ return de_ListTemplateAliasesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTemplateVersionsCommand, serializeAws_restJson1ListTemplateVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTemplateVersionsCommand, se_ListTemplateVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTemplateVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTemplateVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTemplateVersionsCommand(input, context);
36
+ return se_ListTemplateVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTemplateVersionsCommand(output, context);
39
+ return de_ListTemplateVersionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTemplatesCommand, serializeAws_restJson1ListTemplatesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTemplatesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTemplatesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTemplatesCommand(input, context);
36
+ return se_ListTemplatesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTemplatesCommand(output, context);
39
+ return de_ListTemplatesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListThemeAliasesCommand, serializeAws_restJson1ListThemeAliasesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListThemeAliasesCommand, se_ListThemeAliasesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListThemeAliasesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListThemeAliasesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListThemeAliasesCommand(input, context);
36
+ return se_ListThemeAliasesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListThemeAliasesCommand(output, context);
39
+ return de_ListThemeAliasesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListThemeVersionsCommand, serializeAws_restJson1ListThemeVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListThemeVersionsCommand, se_ListThemeVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListThemeVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListThemeVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListThemeVersionsCommand(input, context);
36
+ return se_ListThemeVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListThemeVersionsCommand(output, context);
39
+ return de_ListThemeVersionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListThemesCommand, serializeAws_restJson1ListThemesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListThemesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListThemesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListThemesCommand(input, context);
36
+ return se_ListThemesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListThemesCommand(output, context);
39
+ return de_ListThemesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListUserGroupsCommand, serializeAws_restJson1ListUserGroupsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListUserGroupsCommand, se_ListUserGroupsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListUserGroupsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUserGroupsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListUserGroupsCommand(input, context);
36
+ return se_ListUserGroupsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListUserGroupsCommand(output, context);
39
+ return de_ListUserGroupsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListUsersCommand, serializeAws_restJson1ListUsersCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListUsersCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListUsersCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListUsersCommand(input, context);
36
+ return se_ListUsersCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListUsersCommand(output, context);
39
+ return de_ListUsersCommand(output, context);
40
40
  }
41
41
  }
@@ -0,0 +1,41 @@
1
+ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { de_PutDataSetRefreshPropertiesCommand, se_PutDataSetRefreshPropertiesCommand, } from "../protocols/Aws_restJson1";
5
+ export class PutDataSetRefreshPropertiesCommand extends $Command {
6
+ static getEndpointParameterInstructions() {
7
+ return {
8
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
9
+ Endpoint: { type: "builtInParams", name: "endpoint" },
10
+ Region: { type: "builtInParams", name: "region" },
11
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
12
+ };
13
+ }
14
+ constructor(input) {
15
+ super();
16
+ this.input = input;
17
+ }
18
+ resolveMiddleware(clientStack, configuration, options) {
19
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
20
+ this.middlewareStack.use(getEndpointPlugin(configuration, PutDataSetRefreshPropertiesCommand.getEndpointParameterInstructions()));
21
+ const stack = clientStack.concat(this.middlewareStack);
22
+ const { logger } = configuration;
23
+ const clientName = "QuickSightClient";
24
+ const commandName = "PutDataSetRefreshPropertiesCommand";
25
+ const handlerExecutionContext = {
26
+ logger,
27
+ clientName,
28
+ commandName,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
31
+ };
32
+ const { requestHandler } = configuration;
33
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
+ }
35
+ serialize(input, context) {
36
+ return se_PutDataSetRefreshPropertiesCommand(input, context);
37
+ }
38
+ deserialize(output, context) {
39
+ return de_PutDataSetRefreshPropertiesCommand(output, context);
40
+ }
41
+ }