@aws-sdk/client-quicksight 3.194.0 → 3.196.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 (512) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/QuickSightClient.js +11 -8
  3. package/dist-cjs/commands/CancelIngestionCommand.js +10 -0
  4. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +10 -0
  5. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +10 -0
  6. package/dist-cjs/commands/CreateAnalysisCommand.js +10 -0
  7. package/dist-cjs/commands/CreateDashboardCommand.js +10 -0
  8. package/dist-cjs/commands/CreateDataSetCommand.js +10 -0
  9. package/dist-cjs/commands/CreateDataSourceCommand.js +10 -0
  10. package/dist-cjs/commands/CreateFolderCommand.js +10 -0
  11. package/dist-cjs/commands/CreateFolderMembershipCommand.js +10 -0
  12. package/dist-cjs/commands/CreateGroupCommand.js +10 -0
  13. package/dist-cjs/commands/CreateGroupMembershipCommand.js +10 -0
  14. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +10 -0
  15. package/dist-cjs/commands/CreateIngestionCommand.js +10 -0
  16. package/dist-cjs/commands/CreateNamespaceCommand.js +10 -0
  17. package/dist-cjs/commands/CreateTemplateAliasCommand.js +10 -0
  18. package/dist-cjs/commands/CreateTemplateCommand.js +10 -0
  19. package/dist-cjs/commands/CreateThemeAliasCommand.js +10 -0
  20. package/dist-cjs/commands/CreateThemeCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteAnalysisCommand.js +10 -0
  23. package/dist-cjs/commands/DeleteDashboardCommand.js +10 -0
  24. package/dist-cjs/commands/DeleteDataSetCommand.js +10 -0
  25. package/dist-cjs/commands/DeleteDataSourceCommand.js +10 -0
  26. package/dist-cjs/commands/DeleteFolderCommand.js +10 -0
  27. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +10 -0
  28. package/dist-cjs/commands/DeleteGroupCommand.js +10 -0
  29. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +10 -0
  30. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +10 -0
  31. package/dist-cjs/commands/DeleteNamespaceCommand.js +10 -0
  32. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +10 -0
  33. package/dist-cjs/commands/DeleteTemplateCommand.js +10 -0
  34. package/dist-cjs/commands/DeleteThemeAliasCommand.js +10 -0
  35. package/dist-cjs/commands/DeleteThemeCommand.js +10 -0
  36. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +10 -0
  37. package/dist-cjs/commands/DeleteUserCommand.js +10 -0
  38. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +10 -0
  39. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +10 -0
  40. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +10 -0
  41. package/dist-cjs/commands/DescribeAnalysisCommand.js +10 -0
  42. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +10 -0
  43. package/dist-cjs/commands/DescribeDashboardCommand.js +10 -0
  44. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +10 -0
  45. package/dist-cjs/commands/DescribeDataSetCommand.js +10 -0
  46. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +10 -0
  47. package/dist-cjs/commands/DescribeDataSourceCommand.js +10 -0
  48. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +10 -0
  49. package/dist-cjs/commands/DescribeFolderCommand.js +10 -0
  50. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +10 -0
  51. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +10 -0
  52. package/dist-cjs/commands/DescribeGroupCommand.js +10 -0
  53. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +10 -0
  54. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +10 -0
  55. package/dist-cjs/commands/DescribeIngestionCommand.js +10 -0
  56. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +10 -0
  57. package/dist-cjs/commands/DescribeNamespaceCommand.js +10 -0
  58. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +10 -0
  59. package/dist-cjs/commands/DescribeTemplateCommand.js +10 -0
  60. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +10 -0
  61. package/dist-cjs/commands/DescribeThemeAliasCommand.js +10 -0
  62. package/dist-cjs/commands/DescribeThemeCommand.js +10 -0
  63. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +10 -0
  64. package/dist-cjs/commands/DescribeUserCommand.js +10 -0
  65. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +10 -0
  66. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +10 -0
  67. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +10 -0
  68. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +10 -0
  69. package/dist-cjs/commands/ListAnalysesCommand.js +10 -0
  70. package/dist-cjs/commands/ListDashboardVersionsCommand.js +10 -0
  71. package/dist-cjs/commands/ListDashboardsCommand.js +10 -0
  72. package/dist-cjs/commands/ListDataSetsCommand.js +10 -0
  73. package/dist-cjs/commands/ListDataSourcesCommand.js +10 -0
  74. package/dist-cjs/commands/ListFolderMembersCommand.js +10 -0
  75. package/dist-cjs/commands/ListFoldersCommand.js +10 -0
  76. package/dist-cjs/commands/ListGroupMembershipsCommand.js +10 -0
  77. package/dist-cjs/commands/ListGroupsCommand.js +10 -0
  78. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +10 -0
  79. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +10 -0
  80. package/dist-cjs/commands/ListIngestionsCommand.js +10 -0
  81. package/dist-cjs/commands/ListNamespacesCommand.js +10 -0
  82. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  83. package/dist-cjs/commands/ListTemplateAliasesCommand.js +10 -0
  84. package/dist-cjs/commands/ListTemplateVersionsCommand.js +10 -0
  85. package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
  86. package/dist-cjs/commands/ListThemeAliasesCommand.js +10 -0
  87. package/dist-cjs/commands/ListThemeVersionsCommand.js +10 -0
  88. package/dist-cjs/commands/ListThemesCommand.js +10 -0
  89. package/dist-cjs/commands/ListUserGroupsCommand.js +10 -0
  90. package/dist-cjs/commands/ListUsersCommand.js +10 -0
  91. package/dist-cjs/commands/RegisterUserCommand.js +10 -0
  92. package/dist-cjs/commands/RestoreAnalysisCommand.js +10 -0
  93. package/dist-cjs/commands/SearchAnalysesCommand.js +10 -0
  94. package/dist-cjs/commands/SearchDashboardsCommand.js +10 -0
  95. package/dist-cjs/commands/SearchFoldersCommand.js +10 -0
  96. package/dist-cjs/commands/SearchGroupsCommand.js +10 -0
  97. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  98. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  99. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +10 -0
  100. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
  101. package/dist-cjs/commands/UpdateAnalysisCommand.js +10 -0
  102. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +10 -0
  103. package/dist-cjs/commands/UpdateDashboardCommand.js +10 -0
  104. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +10 -0
  105. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +10 -0
  106. package/dist-cjs/commands/UpdateDataSetCommand.js +10 -0
  107. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +10 -0
  108. package/dist-cjs/commands/UpdateDataSourceCommand.js +10 -0
  109. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +10 -0
  110. package/dist-cjs/commands/UpdateFolderCommand.js +10 -0
  111. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +10 -0
  112. package/dist-cjs/commands/UpdateGroupCommand.js +10 -0
  113. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +10 -0
  114. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +10 -0
  115. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +10 -0
  116. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +10 -0
  117. package/dist-cjs/commands/UpdateTemplateCommand.js +10 -0
  118. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +10 -0
  119. package/dist-cjs/commands/UpdateThemeAliasCommand.js +10 -0
  120. package/dist-cjs/commands/UpdateThemeCommand.js +10 -0
  121. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +10 -0
  122. package/dist-cjs/commands/UpdateUserCommand.js +10 -0
  123. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  124. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  125. package/dist-cjs/endpoint/ruleset.js +318 -0
  126. package/dist-cjs/runtimeConfig.shared.js +3 -3
  127. package/dist-es/QuickSightClient.js +12 -9
  128. package/dist-es/commands/CancelIngestionCommand.js +10 -0
  129. package/dist-es/commands/CreateAccountCustomizationCommand.js +10 -0
  130. package/dist-es/commands/CreateAccountSubscriptionCommand.js +10 -0
  131. package/dist-es/commands/CreateAnalysisCommand.js +10 -0
  132. package/dist-es/commands/CreateDashboardCommand.js +10 -0
  133. package/dist-es/commands/CreateDataSetCommand.js +10 -0
  134. package/dist-es/commands/CreateDataSourceCommand.js +10 -0
  135. package/dist-es/commands/CreateFolderCommand.js +10 -0
  136. package/dist-es/commands/CreateFolderMembershipCommand.js +10 -0
  137. package/dist-es/commands/CreateGroupCommand.js +10 -0
  138. package/dist-es/commands/CreateGroupMembershipCommand.js +10 -0
  139. package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +10 -0
  140. package/dist-es/commands/CreateIngestionCommand.js +10 -0
  141. package/dist-es/commands/CreateNamespaceCommand.js +10 -0
  142. package/dist-es/commands/CreateTemplateAliasCommand.js +10 -0
  143. package/dist-es/commands/CreateTemplateCommand.js +10 -0
  144. package/dist-es/commands/CreateThemeAliasCommand.js +10 -0
  145. package/dist-es/commands/CreateThemeCommand.js +10 -0
  146. package/dist-es/commands/DeleteAccountCustomizationCommand.js +10 -0
  147. package/dist-es/commands/DeleteAnalysisCommand.js +10 -0
  148. package/dist-es/commands/DeleteDashboardCommand.js +10 -0
  149. package/dist-es/commands/DeleteDataSetCommand.js +10 -0
  150. package/dist-es/commands/DeleteDataSourceCommand.js +10 -0
  151. package/dist-es/commands/DeleteFolderCommand.js +10 -0
  152. package/dist-es/commands/DeleteFolderMembershipCommand.js +10 -0
  153. package/dist-es/commands/DeleteGroupCommand.js +10 -0
  154. package/dist-es/commands/DeleteGroupMembershipCommand.js +10 -0
  155. package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +10 -0
  156. package/dist-es/commands/DeleteNamespaceCommand.js +10 -0
  157. package/dist-es/commands/DeleteTemplateAliasCommand.js +10 -0
  158. package/dist-es/commands/DeleteTemplateCommand.js +10 -0
  159. package/dist-es/commands/DeleteThemeAliasCommand.js +10 -0
  160. package/dist-es/commands/DeleteThemeCommand.js +10 -0
  161. package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +10 -0
  162. package/dist-es/commands/DeleteUserCommand.js +10 -0
  163. package/dist-es/commands/DescribeAccountCustomizationCommand.js +10 -0
  164. package/dist-es/commands/DescribeAccountSettingsCommand.js +10 -0
  165. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +10 -0
  166. package/dist-es/commands/DescribeAnalysisCommand.js +10 -0
  167. package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +10 -0
  168. package/dist-es/commands/DescribeDashboardCommand.js +10 -0
  169. package/dist-es/commands/DescribeDashboardPermissionsCommand.js +10 -0
  170. package/dist-es/commands/DescribeDataSetCommand.js +10 -0
  171. package/dist-es/commands/DescribeDataSetPermissionsCommand.js +10 -0
  172. package/dist-es/commands/DescribeDataSourceCommand.js +10 -0
  173. package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +10 -0
  174. package/dist-es/commands/DescribeFolderCommand.js +10 -0
  175. package/dist-es/commands/DescribeFolderPermissionsCommand.js +10 -0
  176. package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +10 -0
  177. package/dist-es/commands/DescribeGroupCommand.js +10 -0
  178. package/dist-es/commands/DescribeGroupMembershipCommand.js +10 -0
  179. package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +10 -0
  180. package/dist-es/commands/DescribeIngestionCommand.js +10 -0
  181. package/dist-es/commands/DescribeIpRestrictionCommand.js +10 -0
  182. package/dist-es/commands/DescribeNamespaceCommand.js +10 -0
  183. package/dist-es/commands/DescribeTemplateAliasCommand.js +10 -0
  184. package/dist-es/commands/DescribeTemplateCommand.js +10 -0
  185. package/dist-es/commands/DescribeTemplatePermissionsCommand.js +10 -0
  186. package/dist-es/commands/DescribeThemeAliasCommand.js +10 -0
  187. package/dist-es/commands/DescribeThemeCommand.js +10 -0
  188. package/dist-es/commands/DescribeThemePermissionsCommand.js +10 -0
  189. package/dist-es/commands/DescribeUserCommand.js +10 -0
  190. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +10 -0
  191. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +10 -0
  192. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +10 -0
  193. package/dist-es/commands/GetSessionEmbedUrlCommand.js +10 -0
  194. package/dist-es/commands/ListAnalysesCommand.js +10 -0
  195. package/dist-es/commands/ListDashboardVersionsCommand.js +10 -0
  196. package/dist-es/commands/ListDashboardsCommand.js +10 -0
  197. package/dist-es/commands/ListDataSetsCommand.js +10 -0
  198. package/dist-es/commands/ListDataSourcesCommand.js +10 -0
  199. package/dist-es/commands/ListFolderMembersCommand.js +10 -0
  200. package/dist-es/commands/ListFoldersCommand.js +10 -0
  201. package/dist-es/commands/ListGroupMembershipsCommand.js +10 -0
  202. package/dist-es/commands/ListGroupsCommand.js +10 -0
  203. package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +10 -0
  204. package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +10 -0
  205. package/dist-es/commands/ListIngestionsCommand.js +10 -0
  206. package/dist-es/commands/ListNamespacesCommand.js +10 -0
  207. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  208. package/dist-es/commands/ListTemplateAliasesCommand.js +10 -0
  209. package/dist-es/commands/ListTemplateVersionsCommand.js +10 -0
  210. package/dist-es/commands/ListTemplatesCommand.js +10 -0
  211. package/dist-es/commands/ListThemeAliasesCommand.js +10 -0
  212. package/dist-es/commands/ListThemeVersionsCommand.js +10 -0
  213. package/dist-es/commands/ListThemesCommand.js +10 -0
  214. package/dist-es/commands/ListUserGroupsCommand.js +10 -0
  215. package/dist-es/commands/ListUsersCommand.js +10 -0
  216. package/dist-es/commands/RegisterUserCommand.js +10 -0
  217. package/dist-es/commands/RestoreAnalysisCommand.js +10 -0
  218. package/dist-es/commands/SearchAnalysesCommand.js +10 -0
  219. package/dist-es/commands/SearchDashboardsCommand.js +10 -0
  220. package/dist-es/commands/SearchFoldersCommand.js +10 -0
  221. package/dist-es/commands/SearchGroupsCommand.js +10 -0
  222. package/dist-es/commands/TagResourceCommand.js +10 -0
  223. package/dist-es/commands/UntagResourceCommand.js +10 -0
  224. package/dist-es/commands/UpdateAccountCustomizationCommand.js +10 -0
  225. package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
  226. package/dist-es/commands/UpdateAnalysisCommand.js +10 -0
  227. package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +10 -0
  228. package/dist-es/commands/UpdateDashboardCommand.js +10 -0
  229. package/dist-es/commands/UpdateDashboardPermissionsCommand.js +10 -0
  230. package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +10 -0
  231. package/dist-es/commands/UpdateDataSetCommand.js +10 -0
  232. package/dist-es/commands/UpdateDataSetPermissionsCommand.js +10 -0
  233. package/dist-es/commands/UpdateDataSourceCommand.js +10 -0
  234. package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +10 -0
  235. package/dist-es/commands/UpdateFolderCommand.js +10 -0
  236. package/dist-es/commands/UpdateFolderPermissionsCommand.js +10 -0
  237. package/dist-es/commands/UpdateGroupCommand.js +10 -0
  238. package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +10 -0
  239. package/dist-es/commands/UpdateIpRestrictionCommand.js +10 -0
  240. package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +10 -0
  241. package/dist-es/commands/UpdateTemplateAliasCommand.js +10 -0
  242. package/dist-es/commands/UpdateTemplateCommand.js +10 -0
  243. package/dist-es/commands/UpdateTemplatePermissionsCommand.js +10 -0
  244. package/dist-es/commands/UpdateThemeAliasCommand.js +10 -0
  245. package/dist-es/commands/UpdateThemeCommand.js +10 -0
  246. package/dist-es/commands/UpdateThemePermissionsCommand.js +10 -0
  247. package/dist-es/commands/UpdateUserCommand.js +10 -0
  248. package/dist-es/endpoint/EndpointParameters.js +8 -0
  249. package/dist-es/endpoint/endpointResolver.js +8 -0
  250. package/dist-es/endpoint/ruleset.js +315 -0
  251. package/dist-es/runtimeConfig.shared.js +2 -2
  252. package/dist-types/QuickSightClient.d.ts +6 -9
  253. package/dist-types/commands/CancelIngestionCommand.d.ts +2 -0
  254. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -0
  255. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -0
  256. package/dist-types/commands/CreateAnalysisCommand.d.ts +2 -0
  257. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -0
  258. package/dist-types/commands/CreateDataSetCommand.d.ts +2 -0
  259. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
  260. package/dist-types/commands/CreateFolderCommand.d.ts +2 -0
  261. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +2 -0
  262. package/dist-types/commands/CreateGroupCommand.d.ts +2 -0
  263. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -0
  264. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -0
  265. package/dist-types/commands/CreateIngestionCommand.d.ts +2 -0
  266. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -0
  267. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -0
  268. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -0
  269. package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -0
  270. package/dist-types/commands/CreateThemeCommand.d.ts +2 -0
  271. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +2 -0
  272. package/dist-types/commands/DeleteAnalysisCommand.d.ts +2 -0
  273. package/dist-types/commands/DeleteDashboardCommand.d.ts +2 -0
  274. package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -0
  275. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -0
  276. package/dist-types/commands/DeleteFolderCommand.d.ts +2 -0
  277. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +2 -0
  278. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
  279. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -0
  280. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -0
  281. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -0
  282. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -0
  283. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -0
  284. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -0
  285. package/dist-types/commands/DeleteThemeCommand.d.ts +2 -0
  286. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +2 -0
  287. package/dist-types/commands/DeleteUserCommand.d.ts +2 -0
  288. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +2 -0
  289. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -0
  290. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -0
  291. package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -0
  292. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -0
  293. package/dist-types/commands/DescribeDashboardCommand.d.ts +2 -0
  294. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -0
  295. package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -0
  296. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -0
  297. package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
  298. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -0
  299. package/dist-types/commands/DescribeFolderCommand.d.ts +2 -0
  300. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +2 -0
  301. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +2 -0
  302. package/dist-types/commands/DescribeGroupCommand.d.ts +2 -0
  303. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +2 -0
  304. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -0
  305. package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -0
  306. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -0
  307. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
  308. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -0
  309. package/dist-types/commands/DescribeTemplateCommand.d.ts +2 -0
  310. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -0
  311. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -0
  312. package/dist-types/commands/DescribeThemeCommand.d.ts +2 -0
  313. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +2 -0
  314. package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
  315. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -0
  316. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -0
  317. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -0
  318. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +2 -0
  319. package/dist-types/commands/ListAnalysesCommand.d.ts +2 -0
  320. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -0
  321. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -0
  322. package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
  323. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
  324. package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -0
  325. package/dist-types/commands/ListFoldersCommand.d.ts +2 -0
  326. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +2 -0
  327. package/dist-types/commands/ListGroupsCommand.d.ts +2 -0
  328. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -0
  329. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -0
  330. package/dist-types/commands/ListIngestionsCommand.d.ts +2 -0
  331. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
  332. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  333. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +2 -0
  334. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +2 -0
  335. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
  336. package/dist-types/commands/ListThemeAliasesCommand.d.ts +2 -0
  337. package/dist-types/commands/ListThemeVersionsCommand.d.ts +2 -0
  338. package/dist-types/commands/ListThemesCommand.d.ts +2 -0
  339. package/dist-types/commands/ListUserGroupsCommand.d.ts +2 -0
  340. package/dist-types/commands/ListUsersCommand.d.ts +2 -0
  341. package/dist-types/commands/RegisterUserCommand.d.ts +2 -0
  342. package/dist-types/commands/RestoreAnalysisCommand.d.ts +2 -0
  343. package/dist-types/commands/SearchAnalysesCommand.d.ts +2 -0
  344. package/dist-types/commands/SearchDashboardsCommand.d.ts +2 -0
  345. package/dist-types/commands/SearchFoldersCommand.d.ts +2 -0
  346. package/dist-types/commands/SearchGroupsCommand.d.ts +2 -0
  347. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  348. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  349. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -0
  350. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  351. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2 -0
  352. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -0
  353. package/dist-types/commands/UpdateDashboardCommand.d.ts +2 -0
  354. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -0
  355. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -0
  356. package/dist-types/commands/UpdateDataSetCommand.d.ts +2 -0
  357. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -0
  358. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
  359. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +2 -0
  360. package/dist-types/commands/UpdateFolderCommand.d.ts +2 -0
  361. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +2 -0
  362. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
  363. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -0
  364. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -0
  365. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +2 -0
  366. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -0
  367. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -0
  368. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -0
  369. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -0
  370. package/dist-types/commands/UpdateThemeCommand.d.ts +2 -0
  371. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +2 -0
  372. package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
  373. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  374. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  375. package/dist-types/endpoint/ruleset.d.ts +2 -0
  376. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  377. package/dist-types/runtimeConfig.d.ts +4 -2
  378. package/dist-types/runtimeConfig.native.d.ts +4 -2
  379. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  380. package/dist-types/ts3.4/QuickSightClient.d.ts +15 -8
  381. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +2 -0
  382. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +2 -0
  383. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +2 -0
  384. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +2 -0
  385. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +2 -0
  386. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +2 -0
  387. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -0
  388. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -0
  389. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +2 -0
  390. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -0
  391. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +2 -0
  392. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -0
  393. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +2 -0
  394. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +2 -0
  395. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +2 -0
  396. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -0
  397. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +2 -0
  398. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +2 -0
  399. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +2 -0
  400. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +2 -0
  401. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +2 -0
  402. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -0
  403. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -0
  404. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +2 -0
  405. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +2 -0
  406. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -0
  407. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +2 -0
  408. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -0
  409. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -0
  410. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +2 -0
  411. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -0
  412. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +2 -0
  413. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -0
  414. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +2 -0
  415. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -0
  416. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +2 -0
  417. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +2 -0
  418. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +2 -0
  419. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +2 -0
  420. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -0
  421. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +2 -0
  422. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +2 -0
  423. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -0
  424. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +2 -0
  425. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +2 -0
  426. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -0
  427. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +2 -0
  428. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +2 -0
  429. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +2 -0
  430. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +2 -0
  431. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +2 -0
  432. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -0
  433. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -0
  434. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +2 -0
  435. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -0
  436. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -0
  437. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +2 -0
  438. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +2 -0
  439. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +2 -0
  440. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -0
  441. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +2 -0
  442. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -0
  443. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -0
  444. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -0
  445. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +2 -0
  446. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +2 -0
  447. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +2 -0
  448. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +2 -0
  449. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -0
  450. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -0
  451. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -0
  452. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -0
  453. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +2 -0
  454. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +2 -0
  455. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -0
  456. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -0
  457. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -0
  458. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +2 -0
  459. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -0
  460. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  461. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +2 -0
  462. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +2 -0
  463. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
  464. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +2 -0
  465. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +2 -0
  466. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +2 -0
  467. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +2 -0
  468. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -0
  469. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +2 -0
  470. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +2 -0
  471. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +2 -0
  472. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +2 -0
  473. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +2 -0
  474. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +2 -0
  475. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  476. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  477. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +2 -0
  478. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
  479. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +2 -0
  480. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -0
  481. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +2 -0
  482. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +2 -0
  483. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -0
  484. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -0
  485. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -0
  486. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -0
  487. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +2 -0
  488. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +2 -0
  489. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +2 -0
  490. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -0
  491. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -0
  492. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +2 -0
  493. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +2 -0
  494. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +2 -0
  495. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -0
  496. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +2 -0
  497. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +2 -0
  498. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +2 -0
  499. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +2 -0
  500. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -0
  501. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  502. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  503. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  504. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  505. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  506. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  507. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  508. package/package.json +5 -3
  509. package/dist-cjs/endpoints.js +0 -133
  510. package/dist-es/endpoints.js +0 -129
  511. package/dist-types/endpoints.d.ts +0 -2
  512. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
25
26
  */
26
27
  export declare class DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeNamespaceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeNamespaceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
25
26
  */
26
27
  export declare class DescribeTemplateAliasCommand extends $Command<DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeTemplateAliasCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTemplateAliasCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
25
26
  */
26
27
  export declare class DescribeTemplateCommand extends $Command<DescribeTemplateCommandInput, DescribeTemplateCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTemplateCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeTemplatePermissionsRequest, DescribeTemplatePermissionsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
25
26
  */
26
27
  export declare class DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeTemplatePermissionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeTemplatePermissionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
25
26
  */
26
27
  export declare class DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeThemeAliasCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeThemeAliasCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeThemeRequest } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
26
27
  */
27
28
  export declare class DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
28
29
  readonly input: DescribeThemeCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeThemeCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
25
26
  */
26
27
  export declare class DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeThemePermissionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeThemePermissionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeUserRequest, DescribeUserResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
25
26
  */
26
27
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: DescribeUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeUserCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GenerateEmbedUrlForAnonymousUserRequest, GenerateEmbedUrlForAnonymousUserResponse } from "../models/models_1";
@@ -42,6 +43,7 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
42
43
  */
43
44
  export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
44
45
  readonly input: GenerateEmbedUrlForAnonymousUserCommandInput;
46
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
47
  constructor(input: GenerateEmbedUrlForAnonymousUserCommandInput);
46
48
  /**
47
49
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GenerateEmbedUrlForRegisteredUserRequest, GenerateEmbedUrlForRegisteredUserResponse } from "../models/models_1";
@@ -45,6 +46,7 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
45
46
  */
46
47
  export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
47
48
  readonly input: GenerateEmbedUrlForRegisteredUserCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: GenerateEmbedUrlForRegisteredUserCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetDashboardEmbedUrlRequest, GetDashboardEmbedUrlResponse } from "../models/models_1";
@@ -46,6 +47,7 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
46
47
  */
47
48
  export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
48
49
  readonly input: GetDashboardEmbedUrlCommandInput;
50
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
51
  constructor(input: GetDashboardEmbedUrlCommandInput);
50
52
  /**
51
53
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetSessionEmbedUrlRequest, GetSessionEmbedUrlResponse } from "../models/models_1";
@@ -50,6 +51,7 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
50
51
  */
51
52
  export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
52
53
  readonly input: GetSessionEmbedUrlCommandInput;
54
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
55
  constructor(input: GetSessionEmbedUrlCommandInput);
54
56
  /**
55
57
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
25
26
  */
26
27
  export declare class ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListAnalysesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAnalysesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
25
26
  */
26
27
  export declare class ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListDashboardVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDashboardVersionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
25
26
  */
26
27
  export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListDashboardsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDashboardsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_1";
@@ -26,6 +27,7 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
26
27
  */
27
28
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {
28
29
  readonly input: ListDataSetsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListDataSetsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
25
26
  */
26
27
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListDataSourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDataSourcesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
25
26
  */
26
27
  export declare class ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListFolderMembersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListFolderMembersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListFoldersRequest, ListFoldersResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
25
26
  */
26
27
  export declare class ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListFoldersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListFoldersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
25
26
  */
26
27
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListGroupMembershipsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListGroupMembershipsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListGroupsRequest, ListGroupsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
25
26
  */
26
27
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIAMPolicyAssignmentsRequest, ListIAMPolicyAssignmentsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
25
26
  */
26
27
  export declare class ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListIAMPolicyAssignmentsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListIAMPolicyAssignmentsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIAMPolicyAssignmentsForUserRequest, ListIAMPolicyAssignmentsForUserResponse } from "../models/models_1";
@@ -27,6 +28,7 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
27
28
  */
28
29
  export declare class ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
29
30
  readonly input: ListIAMPolicyAssignmentsForUserCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListIAMPolicyAssignmentsForUserCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
25
26
  */
26
27
  export declare class ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListIngestionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListIngestionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
25
26
  */
26
27
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListNamespacesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListNamespacesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTemplateAliasesRequest, ListTemplateAliasesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
25
26
  */
26
27
  export declare class ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListTemplateAliasesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTemplateAliasesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
25
26
  */
26
27
  export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListTemplateVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTemplateVersionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
25
26
  */
26
27
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListTemplatesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTemplatesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
25
26
  */
26
27
  export declare class ListThemeAliasesCommand extends $Command<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListThemeAliasesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListThemeAliasesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
25
26
  */
26
27
  export declare class ListThemeVersionsCommand extends $Command<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListThemeVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListThemeVersionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListThemesRequest, ListThemesResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
25
26
  */
26
27
  export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListThemesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListThemesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
25
26
  */
26
27
  export declare class ListUserGroupsCommand extends $Command<ListUserGroupsCommandInput, ListUserGroupsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListUserGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListUserGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListUsersRequest, ListUsersResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
25
26
  */
26
27
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: ListUsersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListUsersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { RegisterUserRequest, RegisterUserResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
25
26
  */
26
27
  export declare class RegisterUserCommand extends $Command<RegisterUserCommandInput, RegisterUserCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: RegisterUserCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RegisterUserCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
25
26
  */
26
27
  export declare class RestoreAnalysisCommand extends $Command<RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: RestoreAnalysisCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RestoreAnalysisCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/models_1";
@@ -28,6 +29,7 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
28
29
  */
29
30
  export declare class SearchAnalysesCommand extends $Command<SearchAnalysesCommandInput, SearchAnalysesCommandOutput, QuickSightClientResolvedConfig> {
30
31
  readonly input: SearchAnalysesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SearchAnalysesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/models_1";
@@ -28,6 +29,7 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
28
29
  */
29
30
  export declare class SearchDashboardsCommand extends $Command<SearchDashboardsCommandInput, SearchDashboardsCommandOutput, QuickSightClientResolvedConfig> {
30
31
  readonly input: SearchDashboardsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: SearchDashboardsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { SearchFoldersRequest, SearchFoldersResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
25
26
  */
26
27
  export declare class SearchFoldersCommand extends $Command<SearchFoldersCommandInput, SearchFoldersCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: SearchFoldersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: SearchFoldersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface SearchGroupsCommandOutput extends SearchGroupsResponse, __Metad
25
26
  */
26
27
  export declare class SearchGroupsCommand extends $Command<SearchGroupsCommandInput, SearchGroupsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: SearchGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: SearchGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
@@ -47,6 +48,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
47
48
  */
48
49
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, QuickSightClientResolvedConfig> {
49
50
  readonly input: TagResourceCommandInput;
51
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
52
  constructor(input: TagResourceCommandInput);
51
53
  /**
52
54
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_1";
@@ -29,6 +30,7 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
29
30
  */
30
31
  export declare class UpdateAccountCustomizationCommand extends $Command<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
31
32
  readonly input: UpdateAccountCustomizationCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: UpdateAccountCustomizationCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_1";
@@ -25,6 +26,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
25
26
  */
26
27
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
27
28
  readonly input: UpdateAccountSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAccountSettingsCommandInput);
29
31
  /**
30
32
  * @internal