@aws-sdk/client-quicksight 3.218.0 → 3.222.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 (539) hide show
  1. package/dist-cjs/QuickSight.js +45 -0
  2. package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
  3. package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
  5. package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
  6. package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
  7. package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
  9. package/dist-cjs/commands/CreateFolderCommand.js +3 -3
  10. package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
  11. package/dist-cjs/commands/CreateGroupCommand.js +3 -3
  12. package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
  13. package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
  14. package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
  15. package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
  16. package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
  17. package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
  18. package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
  19. package/dist-cjs/commands/CreateThemeCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
  30. package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
  31. package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
  32. package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
  33. package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
  34. package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
  35. package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
  36. package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
  37. package/dist-cjs/commands/DeleteUserCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
  42. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
  43. package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
  46. package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
  47. package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
  51. package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
  56. package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
  58. package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
  59. package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
  60. package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
  61. package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
  62. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
  63. package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
  64. package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
  65. package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
  66. package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
  67. package/dist-cjs/commands/DescribeUserCommand.js +3 -3
  68. package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
  69. package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
  70. package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
  71. package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
  72. package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
  73. package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
  74. package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
  75. package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
  76. package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
  77. package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
  78. package/dist-cjs/commands/ListFoldersCommand.js +3 -3
  79. package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
  80. package/dist-cjs/commands/ListGroupsCommand.js +3 -3
  81. package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
  82. package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
  83. package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
  84. package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  86. package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
  87. package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
  88. package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
  89. package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
  90. package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
  91. package/dist-cjs/commands/ListThemesCommand.js +3 -3
  92. package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
  93. package/dist-cjs/commands/ListUsersCommand.js +3 -3
  94. package/dist-cjs/commands/RegisterUserCommand.js +3 -3
  95. package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
  96. package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
  97. package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
  98. package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
  99. package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
  100. package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
  101. package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
  102. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  103. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  104. package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
  105. package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
  106. package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
  107. package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
  108. package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
  109. package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
  110. package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
  111. package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
  112. package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
  113. package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
  114. package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
  115. package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
  116. package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
  117. package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
  118. package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
  119. package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
  120. package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
  121. package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
  122. package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
  123. package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
  124. package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
  125. package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
  126. package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
  127. package/dist-cjs/commands/UpdateUserCommand.js +3 -3
  128. package/dist-cjs/commands/index.js +3 -0
  129. package/dist-cjs/models/index.js +2 -0
  130. package/dist-cjs/models/models_0.js +988 -1194
  131. package/dist-cjs/models/models_1.js +1290 -405
  132. package/dist-cjs/models/models_2.js +1676 -0
  133. package/dist-cjs/models/models_3.js +443 -0
  134. package/dist-cjs/protocols/Aws_restJson1.js +12237 -1573
  135. package/dist-es/QuickSight.js +45 -0
  136. package/dist-es/commands/CancelIngestionCommand.js +1 -1
  137. package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
  138. package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
  139. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  140. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  141. package/dist-es/commands/CreateDataSetCommand.js +1 -1
  142. package/dist-es/commands/CreateDataSourceCommand.js +1 -1
  143. package/dist-es/commands/CreateFolderCommand.js +1 -1
  144. package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
  145. package/dist-es/commands/CreateGroupCommand.js +1 -1
  146. package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
  147. package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
  148. package/dist-es/commands/CreateIngestionCommand.js +1 -1
  149. package/dist-es/commands/CreateNamespaceCommand.js +1 -1
  150. package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
  151. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  152. package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
  153. package/dist-es/commands/CreateThemeCommand.js +1 -1
  154. package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
  155. package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
  156. package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
  157. package/dist-es/commands/DeleteDashboardCommand.js +1 -1
  158. package/dist-es/commands/DeleteDataSetCommand.js +1 -1
  159. package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
  160. package/dist-es/commands/DeleteFolderCommand.js +1 -1
  161. package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
  162. package/dist-es/commands/DeleteGroupCommand.js +1 -1
  163. package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
  164. package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
  165. package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
  166. package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
  167. package/dist-es/commands/DeleteTemplateCommand.js +1 -1
  168. package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
  169. package/dist-es/commands/DeleteThemeCommand.js +1 -1
  170. package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
  171. package/dist-es/commands/DeleteUserCommand.js +1 -1
  172. package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
  173. package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
  174. package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
  175. package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
  176. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
  177. package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
  178. package/dist-es/commands/DescribeDashboardCommand.js +1 -1
  179. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
  180. package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
  181. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  182. package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
  183. package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
  184. package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
  185. package/dist-es/commands/DescribeFolderCommand.js +1 -1
  186. package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
  187. package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
  188. package/dist-es/commands/DescribeGroupCommand.js +1 -1
  189. package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
  190. package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
  191. package/dist-es/commands/DescribeIngestionCommand.js +1 -1
  192. package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
  193. package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
  194. package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
  195. package/dist-es/commands/DescribeTemplateCommand.js +1 -2
  196. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
  197. package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
  198. package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
  199. package/dist-es/commands/DescribeThemeCommand.js +1 -1
  200. package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
  201. package/dist-es/commands/DescribeUserCommand.js +1 -1
  202. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  203. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  204. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  205. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  206. package/dist-es/commands/ListAnalysesCommand.js +1 -1
  207. package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
  208. package/dist-es/commands/ListDashboardsCommand.js +1 -1
  209. package/dist-es/commands/ListDataSetsCommand.js +1 -1
  210. package/dist-es/commands/ListDataSourcesCommand.js +1 -1
  211. package/dist-es/commands/ListFolderMembersCommand.js +2 -1
  212. package/dist-es/commands/ListFoldersCommand.js +1 -1
  213. package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
  214. package/dist-es/commands/ListGroupsCommand.js +1 -1
  215. package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
  216. package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
  217. package/dist-es/commands/ListIngestionsCommand.js +1 -1
  218. package/dist-es/commands/ListNamespacesCommand.js +1 -1
  219. package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
  220. package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
  221. package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
  222. package/dist-es/commands/ListTemplatesCommand.js +1 -1
  223. package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
  224. package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
  225. package/dist-es/commands/ListThemesCommand.js +1 -1
  226. package/dist-es/commands/ListUserGroupsCommand.js +1 -1
  227. package/dist-es/commands/ListUsersCommand.js +1 -1
  228. package/dist-es/commands/RegisterUserCommand.js +1 -1
  229. package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
  230. package/dist-es/commands/SearchAnalysesCommand.js +1 -1
  231. package/dist-es/commands/SearchDashboardsCommand.js +1 -1
  232. package/dist-es/commands/SearchDataSetsCommand.js +1 -1
  233. package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
  234. package/dist-es/commands/SearchFoldersCommand.js +1 -1
  235. package/dist-es/commands/SearchGroupsCommand.js +1 -1
  236. package/dist-es/commands/TagResourceCommand.js +1 -1
  237. package/dist-es/commands/UntagResourceCommand.js +1 -1
  238. package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
  239. package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
  240. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  241. package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
  242. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  243. package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
  244. package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
  245. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  246. package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
  247. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  248. package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
  249. package/dist-es/commands/UpdateFolderCommand.js +1 -1
  250. package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
  251. package/dist-es/commands/UpdateGroupCommand.js +1 -1
  252. package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
  253. package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
  254. package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
  255. package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
  256. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  257. package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
  258. package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
  259. package/dist-es/commands/UpdateThemeCommand.js +1 -1
  260. package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
  261. package/dist-es/commands/UpdateUserCommand.js +1 -1
  262. package/dist-es/commands/index.js +3 -0
  263. package/dist-es/models/index.js +2 -0
  264. package/dist-es/models/models_0.js +750 -933
  265. package/dist-es/models/models_1.js +1034 -242
  266. package/dist-es/models/models_2.js +1401 -0
  267. package/dist-es/models/models_3.js +333 -0
  268. package/dist-es/protocols/Aws_restJson1.js +12190 -1533
  269. package/dist-types/QuickSight.d.ts +122 -83
  270. package/dist-types/QuickSightClient.d.ts +6 -3
  271. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  272. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
  273. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
  274. package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
  275. package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
  276. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  277. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  278. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  279. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  280. package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
  281. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  282. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  283. package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
  284. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
  285. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  286. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
  287. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  288. package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
  289. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  290. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  291. package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
  292. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  293. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  294. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  295. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  296. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  297. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  298. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  299. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  300. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  301. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  302. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  303. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  304. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  305. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  306. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  307. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
  308. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  309. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  310. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  311. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
  312. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  313. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  314. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
  315. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  316. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  317. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
  318. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  319. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  320. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  321. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  322. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  323. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  324. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  325. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  326. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  327. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  328. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  329. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  330. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
  331. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
  332. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  333. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  334. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  335. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  336. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  337. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
  338. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
  339. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
  340. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
  341. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  342. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  343. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  344. package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
  345. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  346. package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
  347. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  348. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  349. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  350. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  351. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  352. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  353. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  354. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  355. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  356. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  357. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  358. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  359. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  360. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  361. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  362. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  363. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  364. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  365. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  366. package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
  367. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
  368. package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
  369. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
  370. package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
  371. package/dist-types/commands/TagResourceCommand.d.ts +9 -9
  372. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  373. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
  374. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  375. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  376. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  377. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
  378. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  379. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  380. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  381. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
  382. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  383. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  384. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  385. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  386. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  387. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  388. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  389. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  390. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  391. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  392. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  393. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  394. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  395. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +7 -7
  396. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  397. package/dist-types/commands/index.d.ts +3 -0
  398. package/dist-types/models/index.d.ts +2 -0
  399. package/dist-types/models/models_0.d.ts +3488 -4527
  400. package/dist-types/models/models_1.d.ts +4346 -2387
  401. package/dist-types/models/models_2.d.ts +7741 -0
  402. package/dist-types/models/models_3.d.ts +2803 -0
  403. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  404. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  405. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  406. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  407. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  408. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  409. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  410. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  411. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
  412. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
  413. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
  414. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  415. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  416. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  417. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  418. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  419. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  420. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  421. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  422. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
  423. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
  424. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  425. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  426. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  427. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  428. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  429. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  430. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
  431. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  432. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  433. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  434. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  435. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  436. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  437. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  438. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  439. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  440. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  441. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  442. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  443. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  444. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  445. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  446. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
  447. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  448. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  449. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
  450. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  451. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  452. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  453. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  454. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  455. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  456. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  457. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  458. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  459. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  460. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  461. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  462. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  463. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  464. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  465. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
  466. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
  467. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  468. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  469. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  470. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  471. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  472. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  473. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  474. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  475. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  476. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  477. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  478. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  479. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  480. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  481. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
  482. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  483. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  484. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
  485. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  486. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  487. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  488. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
  489. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  490. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  491. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  492. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
  493. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  494. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  495. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  496. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  497. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  498. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  499. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  500. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  501. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  502. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
  503. package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
  504. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
  505. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
  506. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  507. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  508. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  509. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  510. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  511. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  512. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  513. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  514. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  515. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  516. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  517. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  518. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  519. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  520. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  521. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  522. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  523. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  524. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  525. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  526. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  527. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  528. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  529. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  530. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  531. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  532. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  533. package/dist-types/ts3.4/models/index.d.ts +2 -0
  534. package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
  535. package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
  536. package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
  537. package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
  538. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  539. package/package.json +29 -28
@@ -47,8 +47,10 @@ import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationC
47
47
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
48
48
  import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
49
49
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
50
+ import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
50
51
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
51
52
  import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
53
+ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "./commands/DescribeDashboardDefinitionCommand";
52
54
  import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
53
55
  import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
54
56
  import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
@@ -65,6 +67,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
65
67
  import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
66
68
  import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
67
69
  import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
70
+ import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
68
71
  import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput } from "./commands/DescribeTemplatePermissionsCommand";
69
72
  import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "./commands/DescribeThemeAliasCommand";
70
73
  import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "./commands/DescribeThemeCommand";
@@ -131,8 +134,8 @@ import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "./commands/Up
131
134
  import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "./commands/UpdateThemePermissionsCommand";
132
135
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
133
136
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
134
- export declare type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
135
- export declare type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
137
+ export declare type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
138
+ export declare type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
136
139
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
137
140
  /**
138
141
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -247,7 +250,7 @@ export interface QuickSightClientResolvedConfig extends QuickSightClientResolved
247
250
  }
248
251
  /**
249
252
  * <fullname>Amazon QuickSight API Reference</fullname>
250
- * <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the
253
+ * <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the
251
254
  * Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
252
255
  * organization. This API reference contains documentation for a programming interface that
253
256
  * you can use to manage Amazon QuickSight. </p>
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_0";
4
+ import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_1";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CancelIngestionCommandInput extends CancelIngestionRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_0";
4
+ import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_1";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateAccountCustomizationCommandInput extends CreateAccountCustomizationRequest {
7
7
  }
@@ -13,11 +13,11 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu
13
13
  * API operation. To further customize Amazon QuickSight by removing Amazon QuickSight
14
14
  * sample assets and videos for all new users, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html">Customizing Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide.</i>
15
15
  * </p>
16
- * <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
16
+ * <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
17
17
  * a QuickSight namespace instead. Customizations that apply to a namespace always override
18
18
  * customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
19
19
  * the <code>DescribeAccountCustomization</code> API operation.</p>
20
- * <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
20
+ * <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
21
21
  * as the namespace default, make sure that you first share the theme with the namespace.
22
22
  * If you don't share it with the namespace, the theme isn't visible to your users
23
23
  * even if you make it the default theme.
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_0";
4
+ import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_1";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateAccountSubscriptionCommandInput extends CreateAccountSubscriptionRequest {
7
7
  }
@@ -9,27 +9,22 @@ export interface CreateAccountSubscriptionCommandOutput extends CreateAccountSub
9
9
  }
10
10
  /**
11
11
  * <p>Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.</p>
12
- *
13
12
  * <p>The Amazon Web Services Region for the account is derived from what is configured in the
14
13
  * CLI or SDK. This operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia
15
14
  * Pacific (Singapore) Region. </p>
16
- *
17
15
  * <p>Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/setting-up-aws-sign-up.html">Sign
18
16
  * up for Amazon Web Services</a> in the <i>Amazon QuickSight User
19
17
  * Guide</i>. The person who signs up for Amazon QuickSight needs to have the
20
18
  * correct Identity and Access Management (IAM) permissions. For more information,
21
19
  * see <a href="https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html">IAM Policy Examples for Amazon QuickSight</a> in the
22
20
  * <i>Amazon QuickSight User Guide</i>.</p>
23
- *
24
21
  * <p>If your IAM policy includes both the <code>Subscribe</code> and
25
22
  * <code>CreateAccountSubscription</code> actions, make sure that both actions are set
26
23
  * to <code>Allow</code>. If either action is set to <code>Deny</code>, the
27
24
  * <code>Deny</code> action prevails and your API call fails.</p>
28
- *
29
25
  * <p>You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to
30
26
  * Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role">Passing IAM roles to Amazon QuickSight</a> in the
31
27
  * <i>Amazon QuickSight User Guide</i>.</p>
32
- *
33
28
  * <p>You can't set default resource access on the new account from the Amazon QuickSight
34
29
  * API. Instead, add default resource access from the Amazon QuickSight console. For more
35
30
  * information about setting default resource access to Amazon Web Services services, see
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateAnalysisRequest, CreateAnalysisResponse } from "../models/models_0";
4
+ import { CreateAnalysisRequest, CreateAnalysisResponse } from "../models/models_1";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateAnalysisCommandInput extends CreateAnalysisRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0";
4
+ import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateDashboardCommandInput extends CreateDashboardRequest {
7
7
  }
@@ -13,7 +13,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
13
13
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
14
14
  * </code>
15
15
  * API operation.</p>
16
- * <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
16
+ * <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
17
17
  * from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can
18
18
  * create scheduled email reports from them. If you have the correct permissions, you can
19
19
  * create a dashboard from a template that exists in a different Amazon Web Services account.</p>
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
4
+ import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateDataSetCommandInput extends CreateDataSetRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
4
+ import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateFolderRequest, CreateFolderResponse } from "../models/models_0";
4
+ import { CreateFolderRequest, CreateFolderResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateFolderCommandInput extends CreateFolderRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from "../models/models_0";
4
+ import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateFolderMembershipCommandInput extends CreateFolderMembershipRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
4
+ import { CreateGroupRequest, CreateGroupResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateGroupCommandInput extends CreateGroupRequest {
7
7
  }
@@ -9,10 +9,10 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
9
9
  }
10
10
  /**
11
11
  * <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
12
- * <p>The permissions resource is
12
+ * <p>The permissions resource is
13
13
  * <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
14
14
  * </code>.</p>
15
- * <p>The response is a group object.</p>
15
+ * <p>The response is a group object.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0";
4
+ import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateGroupMembershipCommandInput extends CreateGroupMembershipRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/models_0";
4
+ import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateIAMPolicyAssignmentCommandInput extends CreateIAMPolicyAssignmentRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_0";
4
+ import { CreateIngestionRequest, CreateIngestionResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateIngestionCommandInput extends CreateIngestionRequest {
7
7
  }
@@ -12,8 +12,7 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
12
12
  * an Enterprise edition account 32 times in a 24-hour period. You can manually refresh
13
13
  * datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period
14
14
  * is measured starting 24 hours before the current date and time.</p>
15
- *
16
- * <p>Any ingestions operating on tagged datasets inherit the same tags automatically for use in
15
+ * <p>Any ingestions operating on tagged datasets inherit the same tags automatically for use in
17
16
  * access control. For an example, see <a href="http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/">How do I create an IAM policy to control access to Amazon EC2 resources using
18
17
  * tags?</a> in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.</p>
19
18
  * @example
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_0";
4
+ import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateNamespaceCommandInput extends CreateNamespaceRequest {
7
7
  }
@@ -9,7 +9,7 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
9
9
  }
10
10
  /**
11
11
  * <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
12
- * <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
12
+ * <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
13
13
  * for that namespace. Users that access the namespace can share assets only with other
14
14
  * users or groups in the same namespace. They can't see users and groups in other
15
15
  * namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/models_0";
4
+ import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateTemplateAliasCommandInput extends CreateTemplateAliasRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
4
+ import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateTemplateCommandInput extends CreateTemplateRequest {
7
7
  }
@@ -10,7 +10,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
10
10
  /**
11
11
  * <p>Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting
12
12
  * template to create a dashboard.</p>
13
- * <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
13
+ * <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
14
14
  * required to create an analysis and that you can use to create s dashboard. A template adds
15
15
  * a layer of abstraction by using placeholders to replace the dataset associated with the
16
16
  * analysis. You can use templates to create dashboards by replacing dataset placeholders
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_0";
4
+ import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateThemeAliasCommandInput extends CreateThemeAliasRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0";
4
+ import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface CreateThemeCommandInput extends CreateThemeRequest {
7
7
  }
@@ -9,7 +9,7 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
9
9
  }
10
10
  /**
11
11
  * <p>Creates a theme.</p>
12
- * <p>A <i>theme</i> is set of configuration options for color and layout.
12
+ * <p>A <i>theme</i> is set of configuration options for color and layout.
13
13
  * Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
14
14
  * Themes in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
15
15
  * @example
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_0";
4
+ import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteAccountCustomizationCommandInput extends DeleteAccountCustomizationRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_0";
4
+ import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteAccountSubscriptionCommandInput extends DeleteAccountSubscriptionRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_0";
4
+ import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteAnalysisCommandInput extends DeleteAnalysisRequest {
7
7
  }
@@ -13,11 +13,11 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
13
13
  * operation defaults to 30 days. Amazon QuickSight attaches a <code>DeletionTime</code> stamp to
14
14
  * the response that specifies the end of the recovery window. At the end of the recovery
15
15
  * window, Amazon QuickSight deletes the analysis permanently.</p>
16
- * <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
16
+ * <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
17
17
  * API operation to remove the <code>DeletionTime</code> stamp and cancel the deletion of
18
18
  * the analysis. The analysis remains visible in the API until it's deleted, so you can
19
19
  * describe it but you can't make a template from it.</p>
20
- * <p>An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console.
20
+ * <p>An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console.
21
21
  * To access it in the console, restore it. Deleting an analysis doesn't delete the
22
22
  * dashboards that you publish from it.</p>
23
23
  * @example
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0";
4
+ import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteDashboardCommandInput extends DeleteDashboardRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_0";
4
+ import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteDataSetCommandInput extends DeleteDataSetRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_0";
4
+ import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_0";
4
+ import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteFolderCommandInput extends DeleteFolderRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_0";
4
+ import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteFolderMembershipCommandInput extends DeleteFolderMembershipRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0";
4
+ import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteGroupCommandInput extends DeleteGroupRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0";
4
+ import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteGroupMembershipCommandInput extends DeleteGroupMembershipRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_0";
4
+ import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteIAMPolicyAssignmentCommandInput extends DeleteIAMPolicyAssignmentRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
4
+ import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/models_0";
4
+ import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteTemplateAliasCommandInput extends DeleteTemplateAliasRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_0";
4
+ import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/models_0";
4
+ import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteThemeAliasCommandInput extends DeleteThemeAliasRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_0";
4
+ import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteThemeCommandInput extends DeleteThemeRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_0";
4
+ import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteUserByPrincipalIdCommandInput extends DeleteUserByPrincipalIdRequest {
7
7
  }
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
- import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0";
4
+ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_2";
5
5
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
6
6
  export interface DeleteUserCommandInput extends DeleteUserRequest {
7
7
  }