@aws-sdk/client-quicksight 3.906.0 → 3.908.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 (351) hide show
  1. package/README.md +106 -2
  2. package/dist-cjs/index.js +1454 -359
  3. package/dist-es/QuickSight.js +26 -0
  4. package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
  5. package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
  6. package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
  7. package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
  8. package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
  9. package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
  10. package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
  11. package/dist-es/commands/ListFlowsCommand.js +22 -0
  12. package/dist-es/commands/PredictQAResultsCommand.js +1 -1
  13. package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
  14. package/dist-es/commands/SearchFlowsCommand.js +22 -0
  15. package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
  16. package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
  17. package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +143 -93
  20. package/dist-es/models/models_1.js +86 -50
  21. package/dist-es/models/models_2.js +169 -161
  22. package/dist-es/models/models_3.js +172 -0
  23. package/dist-es/models/models_4.js +20 -21
  24. package/dist-es/models/models_5.js +44 -3
  25. package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
  26. package/dist-es/pagination/ListFlowsPaginator.js +4 -0
  27. package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
  28. package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +4 -0
  30. package/dist-es/protocols/Aws_restJson1.js +502 -2
  31. package/dist-types/QuickSight.d.ts +93 -2
  32. package/dist-types/QuickSightClient.d.ts +17 -4
  33. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
  34. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
  35. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
  37. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
  38. package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
  39. package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
  41. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
  42. package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
  43. package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
  44. package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
  45. package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
  47. package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  50. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
  52. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
  56. package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
  58. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
  61. package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
  62. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
  63. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
  64. package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
  65. package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
  66. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
  67. package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
  68. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
  69. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
  70. package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
  71. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
  72. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
  73. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
  74. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
  75. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
  76. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  77. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
  78. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  79. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
  80. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
  81. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
  82. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
  83. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
  84. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
  85. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
  86. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
  87. package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
  88. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  92. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
  94. package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
  96. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
  97. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
  98. package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
  99. package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
  100. package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
  101. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
  102. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
  103. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
  104. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
  105. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
  107. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
  108. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
  109. package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
  110. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
  111. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
  112. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
  113. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
  114. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
  116. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
  117. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
  119. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
  121. package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
  122. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
  123. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
  124. package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
  125. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
  138. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
  139. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
  141. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
  142. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
  148. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
  149. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
  150. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
  151. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
  152. package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
  153. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
  154. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
  155. package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
  156. package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
  157. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
  158. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
  159. package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
  160. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
  161. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
  162. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
  163. package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
  164. package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
  165. package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
  166. package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
  167. package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
  168. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
  169. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  170. package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
  171. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
  172. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  173. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
  174. package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
  175. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
  176. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
  177. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
  178. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  179. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
  180. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
  181. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
  182. package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
  183. package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
  184. package/dist-types/commands/ListThemesCommand.d.ts +4 -4
  185. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
  186. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
  187. package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
  188. package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
  189. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  190. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
  191. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
  192. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
  193. package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
  194. package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
  195. package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
  196. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  197. package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
  198. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
  199. package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
  200. package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
  201. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  202. package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
  203. package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
  204. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
  205. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
  206. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
  207. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
  208. package/dist-types/commands/TagResourceCommand.d.ts +10 -8
  209. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  210. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  211. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
  212. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
  213. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
  214. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
  215. package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
  216. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
  217. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  218. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  219. package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
  220. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  221. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
  222. package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
  223. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
  224. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
  225. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
  226. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  227. package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
  228. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
  229. package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
  230. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  231. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
  232. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
  233. package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
  234. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
  235. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  236. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  237. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
  238. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  239. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
  240. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
  241. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  242. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
  243. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  244. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  245. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
  246. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
  247. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  248. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
  249. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
  250. package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
  251. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
  252. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  253. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
  254. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  255. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  256. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  257. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
  258. package/dist-types/commands/index.d.ts +13 -0
  259. package/dist-types/index.d.ts +2 -2
  260. package/dist-types/models/models_0.d.ts +3714 -3674
  261. package/dist-types/models/models_1.d.ts +3770 -3698
  262. package/dist-types/models/models_2.d.ts +2474 -1883
  263. package/dist-types/models/models_3.d.ts +4585 -4312
  264. package/dist-types/models/models_4.d.ts +3844 -4136
  265. package/dist-types/models/models_5.d.ts +2234 -127
  266. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
  267. package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
  268. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
  269. package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
  270. package/dist-types/pagination/index.d.ts +4 -0
  271. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  272. package/dist-types/ts3.4/QuickSight.d.ts +227 -0
  273. package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
  274. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
  277. package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DeleteActionConnectorCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
  300. package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
  301. package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
  302. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
  303. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
  304. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
  305. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
  306. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  307. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
  323. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/SearchActionConnectorsCommand.d.ts +51 -0
  332. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/SearchFlowsCommand.d.ts +47 -0
  335. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
  336. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
  337. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
  338. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  339. package/dist-types/ts3.4/models/models_0.d.ts +311 -174
  340. package/dist-types/ts3.4/models/models_1.d.ts +170 -158
  341. package/dist-types/ts3.4/models/models_2.d.ts +661 -307
  342. package/dist-types/ts3.4/models/models_3.d.ts +352 -217
  343. package/dist-types/ts3.4/models/models_4.d.ts +330 -396
  344. package/dist-types/ts3.4/models/models_5.d.ts +502 -8
  345. package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
  346. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
  347. package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
  348. package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
  349. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  350. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  351. package/package.json +15 -15
@@ -27,7 +27,7 @@ declare const DescribeDefaultQBusinessApplicationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes a Amazon Q Business application that is linked to an QuickSight account.</p>
30
+ * <p>Describes a Amazon Q Business application that is linked to an Quick Sight account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -59,7 +59,7 @@ declare const DescribeDefaultQBusinessApplicationCommand_base: {
59
59
  * @throws {@link AccessDeniedException} (client fault)
60
60
  * <p>You don't have access to this item. The provided credentials couldn't be
61
61
  * validated. You might not be authorized to carry out the request. Make sure that your
62
- * account is authorized to use the Amazon QuickSight service, that your policies have the
62
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
63
63
  * correct permissions, and that you are using the correct credentials.</p>
64
64
  *
65
65
  * @throws {@link InternalFailureException} (server fault)
@@ -70,7 +70,7 @@ declare const DescribeFolderCommand_base: {
70
70
  * @throws {@link AccessDeniedException} (client fault)
71
71
  * <p>You don't have access to this item. The provided credentials couldn't be
72
72
  * validated. You might not be authorized to carry out the request. Make sure that your
73
- * account is authorized to use the Amazon QuickSight service, that your policies have the
73
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
74
74
  * correct permissions, and that you are using the correct credentials.</p>
75
75
  *
76
76
  * @throws {@link InternalFailureException} (server fault)
@@ -86,9 +86,9 @@ declare const DescribeFolderCommand_base: {
86
86
  * <p>Access is throttled.</p>
87
87
  *
88
88
  * @throws {@link UnsupportedUserEditionException} (client fault)
89
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
89
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
90
90
  * subscription where the edition doesn't include support for that operation. Amazon
91
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
91
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
92
92
  * capability is available in every edition.</p>
93
93
  *
94
94
  * @throws {@link QuickSightServiceException}
@@ -72,7 +72,7 @@ declare const DescribeFolderPermissionsCommand_base: {
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
73
  * <p>You don't have access to this item. The provided credentials couldn't be
74
74
  * validated. You might not be authorized to carry out the request. Make sure that your
75
- * account is authorized to use the Amazon QuickSight service, that your policies have the
75
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
76
76
  * correct permissions, and that you are using the correct credentials.</p>
77
77
  *
78
78
  * @throws {@link InternalFailureException} (server fault)
@@ -91,9 +91,9 @@ declare const DescribeFolderPermissionsCommand_base: {
91
91
  * <p>Access is throttled.</p>
92
92
  *
93
93
  * @throws {@link UnsupportedUserEditionException} (client fault)
94
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
94
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
95
95
  * subscription where the edition doesn't include support for that operation. Amazon
96
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
96
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
97
97
  * capability is available in every edition.</p>
98
98
  *
99
99
  * @throws {@link QuickSightServiceException}
@@ -72,7 +72,7 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
73
  * <p>You don't have access to this item. The provided credentials couldn't be
74
74
  * validated. You might not be authorized to carry out the request. Make sure that your
75
- * account is authorized to use the Amazon QuickSight service, that your policies have the
75
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
76
76
  * correct permissions, and that you are using the correct credentials.</p>
77
77
  *
78
78
  * @throws {@link InternalFailureException} (server fault)
@@ -91,9 +91,9 @@ declare const DescribeFolderResolvedPermissionsCommand_base: {
91
91
  * <p>Access is throttled.</p>
92
92
  *
93
93
  * @throws {@link UnsupportedUserEditionException} (client fault)
94
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
94
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
95
95
  * subscription where the edition doesn't include support for that operation. Amazon
96
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
96
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
97
97
  * capability is available in every edition.</p>
98
98
  *
99
99
  * @throws {@link QuickSightServiceException}
@@ -27,7 +27,7 @@ declare const DescribeGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). </p>
30
+ * <p>Returns an Amazon Quick Sight group's description and Amazon Resource Name (ARN). </p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -65,7 +65,7 @@ declare const DescribeGroupCommand_base: {
65
65
  * @throws {@link AccessDeniedException} (client fault)
66
66
  * <p>You don't have access to this item. The provided credentials couldn't be
67
67
  * validated. You might not be authorized to carry out the request. Make sure that your
68
- * account is authorized to use the Amazon QuickSight service, that your policies have the
68
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
69
69
  * correct permissions, and that you are using the correct credentials.</p>
70
70
  *
71
71
  * @throws {@link InternalFailureException} (server fault)
@@ -66,7 +66,7 @@ declare const DescribeGroupMembershipCommand_base: {
66
66
  * @throws {@link AccessDeniedException} (client fault)
67
67
  * <p>You don't have access to this item. The provided credentials couldn't be
68
68
  * validated. You might not be authorized to carry out the request. Make sure that your
69
- * account is authorized to use the Amazon QuickSight service, that your policies have the
69
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
70
70
  * correct permissions, and that you are using the correct credentials.</p>
71
71
  *
72
72
  * @throws {@link InternalFailureException} (server fault)
@@ -72,7 +72,7 @@ declare const DescribeIAMPolicyAssignmentCommand_base: {
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
73
  * <p>You don't have access to this item. The provided credentials couldn't be
74
74
  * validated. You might not be authorized to carry out the request. Make sure that your
75
- * account is authorized to use the Amazon QuickSight service, that your policies have the
75
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
76
76
  * correct permissions, and that you are using the correct credentials.</p>
77
77
  *
78
78
  * @throws {@link InternalFailureException} (server fault)
@@ -82,7 +82,7 @@ declare const DescribeIngestionCommand_base: {
82
82
  * @throws {@link AccessDeniedException} (client fault)
83
83
  * <p>You don't have access to this item. The provided credentials couldn't be
84
84
  * validated. You might not be authorized to carry out the request. Make sure that your
85
- * account is authorized to use the Amazon QuickSight service, that your policies have the
85
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
86
86
  * correct permissions, and that you are using the correct credentials.</p>
87
87
  *
88
88
  * @throws {@link InternalFailureException} (server fault)
@@ -68,7 +68,7 @@ declare const DescribeIpRestrictionCommand_base: {
68
68
  * @throws {@link AccessDeniedException} (client fault)
69
69
  * <p>You don't have access to this item. The provided credentials couldn't be
70
70
  * validated. You might not be authorized to carry out the request. Make sure that your
71
- * account is authorized to use the Amazon QuickSight service, that your policies have the
71
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
72
72
  * correct permissions, and that you are using the correct credentials.</p>
73
73
  *
74
74
  * @throws {@link InternalFailureException} (server fault)
@@ -27,7 +27,7 @@ declare const DescribeKeyRegistrationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes all customer managed key registrations in a QuickSight account.</p>
30
+ * <p>Describes all customer managed key registrations in a Quick Sight account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -69,7 +69,7 @@ declare const DescribeKeyRegistrationCommand_base: {
69
69
  * @throws {@link AccessDeniedException} (client fault)
70
70
  * <p>You don't have access to this item. The provided credentials couldn't be
71
71
  * validated. You might not be authorized to carry out the request. Make sure that your
72
- * account is authorized to use the Amazon QuickSight service, that your policies have the
72
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
73
73
  * correct permissions, and that you are using the correct credentials.</p>
74
74
  *
75
75
  * @throws {@link InternalFailureException} (server fault)
@@ -71,7 +71,7 @@ declare const DescribeNamespaceCommand_base: {
71
71
  * @throws {@link AccessDeniedException} (client fault)
72
72
  * <p>You don't have access to this item. The provided credentials couldn't be
73
73
  * validated. You might not be authorized to carry out the request. Make sure that your
74
- * account is authorized to use the Amazon QuickSight service, that your policies have the
74
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
75
75
  * correct permissions, and that you are using the correct credentials.</p>
76
76
  *
77
77
  * @throws {@link InternalFailureException} (server fault)
@@ -58,7 +58,7 @@ declare const DescribeQPersonalizationConfigurationCommand_base: {
58
58
  * @throws {@link AccessDeniedException} (client fault)
59
59
  * <p>You don't have access to this item. The provided credentials couldn't be
60
60
  * validated. You might not be authorized to carry out the request. Make sure that your
61
- * account is authorized to use the Amazon QuickSight service, that your policies have the
61
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
62
62
  * correct permissions, and that you are using the correct credentials.</p>
63
63
  *
64
64
  * @throws {@link ConflictException} (client fault)
@@ -27,7 +27,7 @@ declare const DescribeQuickSightQSearchConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Describes the state of a QuickSight Q Search configuration.</p>
30
+ * <p>Describes the state of a Quick Sight Q Search configuration.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -58,7 +58,7 @@ declare const DescribeQuickSightQSearchConfigurationCommand_base: {
58
58
  * @throws {@link AccessDeniedException} (client fault)
59
59
  * <p>You don't have access to this item. The provided credentials couldn't be
60
60
  * validated. You might not be authorized to carry out the request. Make sure that your
61
- * account is authorized to use the Amazon QuickSight service, that your policies have the
61
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
62
62
  * correct permissions, and that you are using the correct credentials.</p>
63
63
  *
64
64
  * @throws {@link ConflictException} (client fault)
@@ -75,7 +75,7 @@ declare const DescribeRefreshScheduleCommand_base: {
75
75
  * @throws {@link AccessDeniedException} (client fault)
76
76
  * <p>You don't have access to this item. The provided credentials couldn't be
77
77
  * validated. You might not be authorized to carry out the request. Make sure that your
78
- * account is authorized to use the Amazon QuickSight service, that your policies have the
78
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
79
79
  * correct permissions, and that you are using the correct credentials.</p>
80
80
  *
81
81
  * @throws {@link InternalFailureException} (server fault)
@@ -60,7 +60,7 @@ declare const DescribeRoleCustomPermissionCommand_base: {
60
60
  * @throws {@link AccessDeniedException} (client fault)
61
61
  * <p>You don't have access to this item. The provided credentials couldn't be
62
62
  * validated. You might not be authorized to carry out the request. Make sure that your
63
- * account is authorized to use the Amazon QuickSight service, that your policies have the
63
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
64
64
  * correct permissions, and that you are using the correct credentials.</p>
65
65
  *
66
66
  * @throws {@link InternalFailureException} (server fault)
@@ -71,9 +71,9 @@ declare const DescribeTemplateAliasCommand_base: {
71
71
  * <p>Access is throttled.</p>
72
72
  *
73
73
  * @throws {@link UnsupportedUserEditionException} (client fault)
74
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
74
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
75
75
  * subscription where the edition doesn't include support for that operation. Amazon
76
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
76
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
77
77
  * capability is available in every edition.</p>
78
78
  *
79
79
  * @throws {@link QuickSightServiceException}
@@ -195,7 +195,7 @@ declare const DescribeTemplateCommand_base: {
195
195
  * @throws {@link AccessDeniedException} (client fault)
196
196
  * <p>You don't have access to this item. The provided credentials couldn't be
197
197
  * validated. You might not be authorized to carry out the request. Make sure that your
198
- * account is authorized to use the Amazon QuickSight service, that your policies have the
198
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
199
199
  * correct permissions, and that you are using the correct credentials.</p>
200
200
  *
201
201
  * @throws {@link ConflictException} (client fault)
@@ -217,9 +217,9 @@ declare const DescribeTemplateCommand_base: {
217
217
  * <p>Access is throttled.</p>
218
218
  *
219
219
  * @throws {@link UnsupportedUserEditionException} (client fault)
220
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
220
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
221
221
  * subscription where the edition doesn't include support for that operation. Amazon
222
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
222
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
223
223
  * capability is available in every edition.</p>
224
224
  *
225
225
  * @throws {@link QuickSightServiceException}
@@ -5514,7 +5514,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
5514
5514
  * @throws {@link AccessDeniedException} (client fault)
5515
5515
  * <p>You don't have access to this item. The provided credentials couldn't be
5516
5516
  * validated. You might not be authorized to carry out the request. Make sure that your
5517
- * account is authorized to use the Amazon QuickSight service, that your policies have the
5517
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
5518
5518
  * correct permissions, and that you are using the correct credentials.</p>
5519
5519
  *
5520
5520
  * @throws {@link ConflictException} (client fault)
@@ -5536,9 +5536,9 @@ declare const DescribeTemplateDefinitionCommand_base: {
5536
5536
  * <p>Access is throttled.</p>
5537
5537
  *
5538
5538
  * @throws {@link UnsupportedUserEditionException} (client fault)
5539
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
5539
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
5540
5540
  * subscription where the edition doesn't include support for that operation. Amazon
5541
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
5541
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
5542
5542
  * capability is available in every edition.</p>
5543
5543
  *
5544
5544
  * @throws {@link QuickSightServiceException}
@@ -81,9 +81,9 @@ declare const DescribeTemplatePermissionsCommand_base: {
81
81
  * <p>Access is throttled.</p>
82
82
  *
83
83
  * @throws {@link UnsupportedUserEditionException} (client fault)
84
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
84
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
85
85
  * subscription where the edition doesn't include support for that operation. Amazon
86
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
86
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
87
87
  * capability is available in every edition.</p>
88
88
  *
89
89
  * @throws {@link QuickSightServiceException}
@@ -77,9 +77,9 @@ declare const DescribeThemeAliasCommand_base: {
77
77
  * <p>Access is throttled.</p>
78
78
  *
79
79
  * @throws {@link UnsupportedUserEditionException} (client fault)
80
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
80
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
81
81
  * subscription where the edition doesn't include support for that operation. Amazon
82
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
82
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
83
83
  * capability is available in every edition.</p>
84
84
  *
85
85
  * @throws {@link QuickSightServiceException}
@@ -133,7 +133,7 @@ declare const DescribeThemeCommand_base: {
133
133
  * @throws {@link AccessDeniedException} (client fault)
134
134
  * <p>You don't have access to this item. The provided credentials couldn't be
135
135
  * validated. You might not be authorized to carry out the request. Make sure that your
136
- * account is authorized to use the Amazon QuickSight service, that your policies have the
136
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
137
137
  * correct permissions, and that you are using the correct credentials.</p>
138
138
  *
139
139
  * @throws {@link InternalFailureException} (server fault)
@@ -152,9 +152,9 @@ declare const DescribeThemeCommand_base: {
152
152
  * <p>Access is throttled.</p>
153
153
  *
154
154
  * @throws {@link UnsupportedUserEditionException} (client fault)
155
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
155
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
156
156
  * subscription where the edition doesn't include support for that operation. Amazon
157
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
157
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
158
158
  * capability is available in every edition.</p>
159
159
  *
160
160
  * @throws {@link QuickSightServiceException}
@@ -68,7 +68,7 @@ declare const DescribeThemePermissionsCommand_base: {
68
68
  * @throws {@link AccessDeniedException} (client fault)
69
69
  * <p>You don't have access to this item. The provided credentials couldn't be
70
70
  * validated. You might not be authorized to carry out the request. Make sure that your
71
- * account is authorized to use the Amazon QuickSight service, that your policies have the
71
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
72
72
  * correct permissions, and that you are using the correct credentials.</p>
73
73
  *
74
74
  * @throws {@link InternalFailureException} (server fault)
@@ -84,9 +84,9 @@ declare const DescribeThemePermissionsCommand_base: {
84
84
  * <p>Access is throttled.</p>
85
85
  *
86
86
  * @throws {@link UnsupportedUserEditionException} (client fault)
87
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
87
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
88
88
  * subscription where the edition doesn't include support for that operation. Amazon
89
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
89
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
90
90
  * capability is available in every edition.</p>
91
91
  *
92
92
  * @throws {@link QuickSightServiceException}
@@ -322,7 +322,7 @@ declare const DescribeTopicCommand_base: {
322
322
  * @throws {@link AccessDeniedException} (client fault)
323
323
  * <p>You don't have access to this item. The provided credentials couldn't be
324
324
  * validated. You might not be authorized to carry out the request. Make sure that your
325
- * account is authorized to use the Amazon QuickSight service, that your policies have the
325
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
326
326
  * correct permissions, and that you are using the correct credentials.</p>
327
327
  *
328
328
  * @throws {@link InternalFailureException} (server fault)
@@ -68,7 +68,7 @@ declare const DescribeTopicPermissionsCommand_base: {
68
68
  * @throws {@link AccessDeniedException} (client fault)
69
69
  * <p>You don't have access to this item. The provided credentials couldn't be
70
70
  * validated. You might not be authorized to carry out the request. Make sure that your
71
- * account is authorized to use the Amazon QuickSight service, that your policies have the
71
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
72
72
  * correct permissions, and that you are using the correct credentials.</p>
73
73
  *
74
74
  * @throws {@link InternalFailureException} (server fault)
@@ -64,7 +64,7 @@ declare const DescribeTopicRefreshCommand_base: {
64
64
  * @throws {@link AccessDeniedException} (client fault)
65
65
  * <p>You don't have access to this item. The provided credentials couldn't be
66
66
  * validated. You might not be authorized to carry out the request. Make sure that your
67
- * account is authorized to use the Amazon QuickSight service, that your policies have the
67
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
68
68
  * correct permissions, and that you are using the correct credentials.</p>
69
69
  *
70
70
  * @throws {@link InternalFailureException} (server fault)
@@ -70,7 +70,7 @@ declare const DescribeTopicRefreshScheduleCommand_base: {
70
70
  * @throws {@link AccessDeniedException} (client fault)
71
71
  * <p>You don't have access to this item. The provided credentials couldn't be
72
72
  * validated. You might not be authorized to carry out the request. Make sure that your
73
- * account is authorized to use the Amazon QuickSight service, that your policies have the
73
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
74
74
  * correct permissions, and that you are using the correct credentials.</p>
75
75
  *
76
76
  * @throws {@link ConflictException} (client fault)
@@ -72,7 +72,7 @@ declare const DescribeUserCommand_base: {
72
72
  * @throws {@link AccessDeniedException} (client fault)
73
73
  * <p>You don't have access to this item. The provided credentials couldn't be
74
74
  * validated. You might not be authorized to carry out the request. Make sure that your
75
- * account is authorized to use the Amazon QuickSight service, that your policies have the
75
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
76
76
  * correct permissions, and that you are using the correct credentials.</p>
77
77
  *
78
78
  * @throws {@link InternalFailureException} (server fault)
@@ -84,7 +84,7 @@ declare const DescribeVPCConnectionCommand_base: {
84
84
  * @throws {@link AccessDeniedException} (client fault)
85
85
  * <p>You don't have access to this item. The provided credentials couldn't be
86
86
  * validated. You might not be authorized to carry out the request. Make sure that your
87
- * account is authorized to use the Amazon QuickSight service, that your policies have the
87
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
88
88
  * correct permissions, and that you are using the correct credentials.</p>
89
89
  *
90
90
  * @throws {@link InternalFailureException} (server fault)
@@ -100,9 +100,9 @@ declare const DescribeVPCConnectionCommand_base: {
100
100
  * <p>Access is throttled.</p>
101
101
  *
102
102
  * @throws {@link UnsupportedUserEditionException} (client fault)
103
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
103
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
104
104
  * subscription where the edition doesn't include support for that operation. Amazon
105
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
105
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
106
106
  * capability is available in every edition.</p>
107
107
  *
108
108
  * @throws {@link QuickSightServiceException}
@@ -27,24 +27,32 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p>
30
+ * <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or
31
+ * visual in your website, without having to register any reader users. Before you use this
32
+ * action, make sure that you have configured the dashboards and permissions.</p>
31
33
  * <p>The following rules apply to the generated URL:</p>
32
34
  * <ul>
33
35
  * <li>
34
- * <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
36
+ * <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
37
+ * generated. Once redeemed within this period, it cannot be re-used again.</p>
35
38
  * </li>
36
39
  * <li>
37
- * <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code>
40
+ * <p>The URL validity period should not be confused with the actual session
41
+ * lifetime that can be customized using the <code>
38
42
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
39
- * </code> parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
43
+ * </code> parameter. The resulting user
44
+ * session is valid for 15 minutes (minimum) to 10 hours (maximum). The default
45
+ * session duration is 10 hours.</p>
40
46
  * </li>
41
47
  * <li>
42
48
  * <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
43
49
  * </li>
44
50
  * </ul>
45
- * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
46
- * Guide</i>.</p>
47
- * <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
51
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
52
+ * the <i>Amazon QuickSight User Guide</i>.</p>
53
+ * <p>For more information about the high-level steps for embedding and for an interactive
54
+ * demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
55
+ * Developer Portal</a>.</p>
48
56
  * @example
49
57
  * Use a bare-bones client and the command you need to make an API call.
50
58
  * ```javascript
@@ -119,7 +127,7 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
119
127
  * @throws {@link AccessDeniedException} (client fault)
120
128
  * <p>You don't have access to this item. The provided credentials couldn't be
121
129
  * validated. You might not be authorized to carry out the request. Make sure that your
122
- * account is authorized to use the Amazon QuickSight service, that your policies have the
130
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
123
131
  * correct permissions, and that you are using the correct credentials.</p>
124
132
  *
125
133
  * @throws {@link InternalFailureException} (server fault)
@@ -139,10 +147,10 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
139
147
  * <p>Access is throttled.</p>
140
148
  *
141
149
  * @throws {@link UnsupportedPricingPlanException} (client fault)
142
- * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
150
+ * <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
143
151
  * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
144
- * for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
145
- * can do this on the <b>Manage QuickSight</b> page. </p>
152
+ * for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
153
+ * can do this on the <b>Manage Quick Suite</b> page. </p>
146
154
  * <p>After capacity pricing is added, you can use the
147
155
  * <code>
148
156
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
@@ -150,9 +158,9 @@ declare const GenerateEmbedUrlForAnonymousUserCommand_base: {
150
158
  * <code>--identity-type ANONYMOUS</code> option.</p>
151
159
  *
152
160
  * @throws {@link UnsupportedUserEditionException} (client fault)
153
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
161
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
154
162
  * subscription where the edition doesn't include support for that operation. Amazon
155
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
163
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
156
164
  * capability is available in every edition.</p>
157
165
  *
158
166
  * @throws {@link QuickSightServiceException}
@@ -27,27 +27,32 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account.
31
- * Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
30
+ * <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience
31
+ * in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have
32
+ * configured the relevant Amazon QuickSight resource and permissions.</p>
32
33
  * <p>The following rules apply to the generated URL:</p>
33
34
  * <ul>
34
35
  * <li>
35
- * <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
36
+ * <p>It contains a temporary bearer token. It is valid for 5 minutes after it is
37
+ * generated. Once redeemed within this period, it cannot be re-used again.</p>
36
38
  * </li>
37
39
  * <li>
38
- * <p>The URL validity period should not be confused with the actual session lifetime
39
- * that can be customized using the <code>
40
+ * <p>The URL validity period should not be confused with the actual session
41
+ * lifetime that can be customized using the <code>
40
42
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
41
43
  * </code> parameter.</p>
42
- * <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
44
+ * <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours
45
+ * (maximum). The default session duration is 10 hours.</p>
43
46
  * </li>
44
47
  * <li>
45
48
  * <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
46
49
  * </li>
47
50
  * </ul>
48
- * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
49
- * Guide</i>.</p>
50
- * <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
51
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
52
+ * the <i>Amazon QuickSight User Guide</i>.</p>
53
+ * <p>For more information about the high-level steps for embedding and for an interactive
54
+ * demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
55
+ * Developer Portal</a>.</p>
51
56
  * @example
52
57
  * Use a bare-bones client and the command you need to make an API call.
53
58
  * ```javascript
@@ -160,7 +165,7 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
160
165
  * @throws {@link AccessDeniedException} (client fault)
161
166
  * <p>You don't have access to this item. The provided credentials couldn't be
162
167
  * validated. You might not be authorized to carry out the request. Make sure that your
163
- * account is authorized to use the Amazon QuickSight service, that your policies have the
168
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
164
169
  * correct permissions, and that you are using the correct credentials.</p>
165
170
  *
166
171
  * @throws {@link InternalFailureException} (server fault)
@@ -185,10 +190,10 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
185
190
  * <p>Access is throttled.</p>
186
191
  *
187
192
  * @throws {@link UnsupportedPricingPlanException} (client fault)
188
- * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
193
+ * <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
189
194
  * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
190
- * for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
191
- * can do this on the <b>Manage QuickSight</b> page. </p>
195
+ * for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
196
+ * can do this on the <b>Manage Quick Suite</b> page. </p>
192
197
  * <p>After capacity pricing is added, you can use the
193
198
  * <code>
194
199
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
@@ -196,9 +201,9 @@ declare const GenerateEmbedUrlForRegisteredUserCommand_base: {
196
201
  * <code>--identity-type ANONYMOUS</code> option.</p>
197
202
  *
198
203
  * @throws {@link UnsupportedUserEditionException} (client fault)
199
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
204
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
200
205
  * subscription where the edition doesn't include support for that operation. Amazon
201
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
206
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
202
207
  * capability is available in every edition.</p>
203
208
  *
204
209
  * @throws {@link QuickSightServiceException}