@aws-sdk/client-quicksight 3.904.0 → 3.907.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 +22805 -22423
  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 +6 -6
@@ -0,0 +1,165 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { CreateActionConnectorRequest, CreateActionConnectorResponse } from "../models/models_3";
4
+ import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateActionConnectorCommand}.
14
+ */
15
+ export interface CreateActionConnectorCommandInput extends CreateActionConnectorRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateActionConnectorCommand}.
21
+ */
22
+ export interface CreateActionConnectorCommandOutput extends CreateActionConnectorResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateActionConnectorCommand_base: {
25
+ new (input: CreateActionConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateActionConnectorCommandInput, CreateActionConnectorCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateActionConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateActionConnectorCommandInput, CreateActionConnectorCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates an action connector that enables Amazon Quick Sight to connect to external services and perform actions.
31
+ * Action connectors support various authentication methods and can be configured with specific actions from supported connector types
32
+ * like Amazon S3, Salesforce, JIRA.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { QuickSightClient, CreateActionConnectorCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
37
+ * // const { QuickSightClient, CreateActionConnectorCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
38
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
39
+ * const config = {}; // type is QuickSightClientConfig
40
+ * const client = new QuickSightClient(config);
41
+ * const input = { // CreateActionConnectorRequest
42
+ * AwsAccountId: "STRING_VALUE", // required
43
+ * ActionConnectorId: "STRING_VALUE", // required
44
+ * Name: "STRING_VALUE", // required
45
+ * Type: "GENERIC_HTTP" || "SERVICENOW_NOW_PLATFORM" || "SALESFORCE_CRM" || "MICROSOFT_OUTLOOK" || "PAGERDUTY_ADVANCE" || "JIRA_CLOUD" || "ATLASSIAN_CONFLUENCE" || "AMAZON_S3" || "AMAZON_BEDROCK_AGENT_RUNTIME" || "AMAZON_BEDROCK_RUNTIME" || "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME" || "AMAZON_TEXTRACT" || "AMAZON_COMPREHEND" || "AMAZON_COMPREHEND_MEDICAL" || "MICROSOFT_ONEDRIVE" || "MICROSOFT_SHAREPOINT" || "MICROSOFT_TEAMS" || "SAP_BUSINESSPARTNER" || "SAP_PRODUCTMASTERDATA" || "SAP_PHYSICALINVENTORY" || "SAP_BILLOFMATERIALS" || "SAP_MATERIALSTOCK" || "ZENDESK_SUITE" || "SMARTSHEET" || "SLACK" || "ASANA" || "BAMBOO_HR", // required
46
+ * AuthenticationConfig: { // AuthConfig
47
+ * AuthenticationType: "BASIC" || "API_KEY" || "OAUTH2_CLIENT_CREDENTIALS" || "NONE" || "IAM" || "OAUTH2_AUTHORIZATION_CODE", // required
48
+ * AuthenticationMetadata: { // AuthenticationMetadata Union: only one key present
49
+ * AuthorizationCodeGrantMetadata: { // AuthorizationCodeGrantMetadata
50
+ * BaseEndpoint: "STRING_VALUE", // required
51
+ * RedirectUrl: "STRING_VALUE", // required
52
+ * AuthorizationCodeGrantCredentialsSource: "PLAIN_CREDENTIALS",
53
+ * AuthorizationCodeGrantCredentialsDetails: { // AuthorizationCodeGrantCredentialsDetails Union: only one key present
54
+ * AuthorizationCodeGrantDetails: { // AuthorizationCodeGrantDetails
55
+ * ClientId: "STRING_VALUE", // required
56
+ * ClientSecret: "STRING_VALUE", // required
57
+ * TokenEndpoint: "STRING_VALUE", // required
58
+ * AuthorizationEndpoint: "STRING_VALUE", // required
59
+ * },
60
+ * },
61
+ * },
62
+ * ClientCredentialsGrantMetadata: { // ClientCredentialsGrantMetadata
63
+ * BaseEndpoint: "STRING_VALUE", // required
64
+ * ClientCredentialsSource: "PLAIN_CREDENTIALS",
65
+ * ClientCredentialsDetails: { // ClientCredentialsDetails Union: only one key present
66
+ * ClientCredentialsGrantDetails: { // ClientCredentialsGrantDetails
67
+ * ClientId: "STRING_VALUE", // required
68
+ * ClientSecret: "STRING_VALUE", // required
69
+ * TokenEndpoint: "STRING_VALUE", // required
70
+ * },
71
+ * },
72
+ * },
73
+ * BasicAuthConnectionMetadata: { // BasicAuthConnectionMetadata
74
+ * BaseEndpoint: "STRING_VALUE", // required
75
+ * Username: "STRING_VALUE", // required
76
+ * Password: "STRING_VALUE", // required
77
+ * },
78
+ * ApiKeyConnectionMetadata: { // APIKeyConnectionMetadata
79
+ * BaseEndpoint: "STRING_VALUE", // required
80
+ * ApiKey: "STRING_VALUE", // required
81
+ * Email: "STRING_VALUE",
82
+ * },
83
+ * NoneConnectionMetadata: { // NoneConnectionMetadata
84
+ * BaseEndpoint: "STRING_VALUE", // required
85
+ * },
86
+ * IamConnectionMetadata: { // IAMConnectionMetadata
87
+ * RoleArn: "STRING_VALUE", // required
88
+ * },
89
+ * },
90
+ * },
91
+ * Description: "STRING_VALUE",
92
+ * Permissions: [ // ResourcePermissionList
93
+ * { // ResourcePermission
94
+ * Principal: "STRING_VALUE", // required
95
+ * Actions: [ // ActionList // required
96
+ * "STRING_VALUE",
97
+ * ],
98
+ * },
99
+ * ],
100
+ * VpcConnectionArn: "STRING_VALUE",
101
+ * Tags: [ // TagList
102
+ * { // Tag
103
+ * Key: "STRING_VALUE", // required
104
+ * Value: "STRING_VALUE", // required
105
+ * },
106
+ * ],
107
+ * };
108
+ * const command = new CreateActionConnectorCommand(input);
109
+ * const response = await client.send(command);
110
+ * // { // CreateActionConnectorResponse
111
+ * // Arn: "STRING_VALUE",
112
+ * // CreationStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
113
+ * // ActionConnectorId: "STRING_VALUE",
114
+ * // RequestId: "STRING_VALUE",
115
+ * // Status: Number("int"),
116
+ * // };
117
+ *
118
+ * ```
119
+ *
120
+ * @param CreateActionConnectorCommandInput - {@link CreateActionConnectorCommandInput}
121
+ * @returns {@link CreateActionConnectorCommandOutput}
122
+ * @see {@link CreateActionConnectorCommandInput} for command's `input` shape.
123
+ * @see {@link CreateActionConnectorCommandOutput} for command's `response` shape.
124
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
125
+ *
126
+ * @throws {@link AccessDeniedException} (client fault)
127
+ * <p>You don't have access to this item. The provided credentials couldn't be
128
+ * validated. You might not be authorized to carry out the request. Make sure that your
129
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
130
+ * correct permissions, and that you are using the correct credentials.</p>
131
+ *
132
+ * @throws {@link ConflictException} (client fault)
133
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
134
+ *
135
+ * @throws {@link InternalFailureException} (server fault)
136
+ * <p>An internal failure occurred.</p>
137
+ *
138
+ * @throws {@link InvalidParameterValueException} (client fault)
139
+ * <p>One or more parameters has a value that isn't valid.</p>
140
+ *
141
+ * @throws {@link ResourceExistsException} (client fault)
142
+ * <p>The resource specified already exists. </p>
143
+ *
144
+ * @throws {@link ThrottlingException} (client fault)
145
+ * <p>Access is throttled.</p>
146
+ *
147
+ * @throws {@link QuickSightServiceException}
148
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
149
+ *
150
+ *
151
+ * @public
152
+ */
153
+ export declare class CreateActionConnectorCommand extends CreateActionConnectorCommand_base {
154
+ /** @internal type navigation helper, not in runtime. */
155
+ protected static __types: {
156
+ api: {
157
+ input: CreateActionConnectorRequest;
158
+ output: CreateActionConnectorResponse;
159
+ };
160
+ sdk: {
161
+ input: CreateActionConnectorCommandInput;
162
+ output: CreateActionConnectorCommandOutput;
163
+ };
164
+ };
165
+ }
@@ -27,7 +27,7 @@ declare const CreateAnalysisCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an <code>AnalysisDefinition</code>.</p>
30
+ * <p>Creates an analysis in Amazon Quick Sight. Analyses can be created either from a template or from an <code>AnalysisDefinition</code>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -5560,9 +5560,9 @@ declare const CreateAnalysisCommand_base: {
5560
5560
  * <p>Access is throttled.</p>
5561
5561
  *
5562
5562
  * @throws {@link UnsupportedUserEditionException} (client fault)
5563
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
5563
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
5564
5564
  * subscription where the edition doesn't include support for that operation. Amazon
5565
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
5565
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
5566
5566
  * capability is available in every edition.</p>
5567
5567
  *
5568
5568
  * @throws {@link QuickSightServiceException}
@@ -27,7 +27,7 @@ declare const CreateBrandCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an QuickSight brand.</p>
30
+ * <p>Creates an Quick Sight brand.</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,6 +69,12 @@ declare const CreateBrandCommand_base: {
69
69
  * Warning: "<Palette>",
70
70
  * Danger: "<Palette>",
71
71
  * },
72
+ * ContextualAccentPalette: { // ContextualAccentPalette
73
+ * Connection: "<Palette>",
74
+ * Visualization: "<Palette>",
75
+ * Insight: "<Palette>",
76
+ * Automation: "<Palette>",
77
+ * },
72
78
  * BrandElementStyle: { // BrandElementStyle
73
79
  * NavbarStyle: { // NavbarStyle
74
80
  * GlobalNavbar: "<Palette>",
@@ -196,6 +202,12 @@ declare const CreateBrandCommand_base: {
196
202
  * // Warning: "<Palette>",
197
203
  * // Danger: "<Palette>",
198
204
  * // },
205
+ * // ContextualAccentPalette: { // ContextualAccentPalette
206
+ * // Connection: "<Palette>",
207
+ * // Visualization: "<Palette>",
208
+ * // Insight: "<Palette>",
209
+ * // Automation: "<Palette>",
210
+ * // },
199
211
  * // BrandElementStyle: { // BrandElementStyle
200
212
  * // NavbarStyle: { // NavbarStyle
201
213
  * // GlobalNavbar: "<Palette>",
@@ -232,7 +244,7 @@ declare const CreateBrandCommand_base: {
232
244
  * @throws {@link AccessDeniedException} (client fault)
233
245
  * <p>You don't have access to this item. The provided credentials couldn't be
234
246
  * validated. You might not be authorized to carry out the request. Make sure that your
235
- * account is authorized to use the Amazon QuickSight service, that your policies have the
247
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
236
248
  * correct permissions, and that you are using the correct credentials.</p>
237
249
  *
238
250
  * @throws {@link ConflictException} (client fault)
@@ -65,6 +65,18 @@ declare const CreateCustomPermissionsCommand_base: {
65
65
  * IncludeContentInScheduledReportsEmail: "DENY",
66
66
  * Dashboard: "DENY",
67
67
  * Analysis: "DENY",
68
+ * Automate: "DENY",
69
+ * Flow: "DENY",
70
+ * PublishWithoutApproval: "DENY",
71
+ * UseBedrockModels: "DENY",
72
+ * PerformFlowUiTask: "DENY",
73
+ * UseAgentWebSearch: "DENY",
74
+ * KnowledgeBase: "DENY",
75
+ * Action: "DENY",
76
+ * Space: "DENY",
77
+ * ChatAgent: "DENY",
78
+ * CreateChatAgents: "DENY",
79
+ * Research: "DENY",
68
80
  * },
69
81
  * Tags: [ // TagList
70
82
  * { // Tag
@@ -92,7 +104,7 @@ declare const CreateCustomPermissionsCommand_base: {
92
104
  * @throws {@link AccessDeniedException} (client fault)
93
105
  * <p>You don't have access to this item. The provided credentials couldn't be
94
106
  * validated. You might not be authorized to carry out the request. Make sure that your
95
- * account is authorized to use the Amazon QuickSight service, that your policies have the
107
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
96
108
  * correct permissions, and that you are using the correct credentials.</p>
97
109
  *
98
110
  * @throws {@link ConflictException} (client fault)
@@ -27,15 +27,15 @@ declare const CreateDashboardCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a dashboard from either a template or directly with a <code>DashboardDefinition</code>. To first create a template, see the
31
- * <code>
30
+ * <p>Creates a dashboard from either a template or directly with a
31
+ * <code>DashboardDefinition</code>. To first create a template, see the <code>
32
32
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
33
- * </code>
34
- * API operation.</p>
35
- * <p>A dashboard is an entity in QuickSight that identifies QuickSight reports, created
36
- * from analyses. You can share QuickSight dashboards. With the right permissions, you can
37
- * create scheduled email reports from them. If you have the correct permissions, you can
38
- * create a dashboard from a template that exists in a different Amazon Web Services account.</p>
33
+ * </code> API operation.</p>
34
+ * <p>A dashboard is an entity in Amazon Quick Sight that identifies Amazon Quick Sight
35
+ * reports, created from analyses. You can share Amazon Quick Sight dashboards. With the
36
+ * right permissions, you can create scheduled email reports from them. If you have the
37
+ * correct permissions, you can create a dashboard from a template that exists in a
38
+ * different Amazon Web Services account.</p>
39
39
  * @example
40
40
  * Use a bare-bones client and the command you need to make an API call.
41
41
  * ```javascript
@@ -147,6 +147,9 @@ declare const CreateDashboardCommand_base: {
147
147
  * DataQAEnabledOption: { // DataQAEnabledOption
148
148
  * AvailabilityStatus: "ENABLED" || "DISABLED",
149
149
  * },
150
+ * QuickSuiteActionsOption: { // QuickSuiteActionsOption
151
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
152
+ * },
150
153
  * ExecutiveSummaryOption: { // ExecutiveSummaryOption
151
154
  * AvailabilityStatus: "ENABLED" || "DISABLED",
152
155
  * },
@@ -5624,9 +5627,9 @@ declare const CreateDashboardCommand_base: {
5624
5627
  * <p>Access is throttled.</p>
5625
5628
  *
5626
5629
  * @throws {@link UnsupportedUserEditionException} (client fault)
5627
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
5630
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
5628
5631
  * subscription where the edition doesn't include support for that operation. Amazon
5629
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
5632
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
5630
5633
  * capability is available in every edition.</p>
5631
5634
  *
5632
5635
  * @throws {@link QuickSightServiceException}
@@ -27,7 +27,8 @@ declare const CreateDataSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
30
+ * <p>Creates a dataset. This operation doesn't support datasets that include uploaded files
31
+ * as a source.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -325,7 +326,7 @@ declare const CreateDataSetCommand_base: {
325
326
  * @throws {@link AccessDeniedException} (client fault)
326
327
  * <p>You don't have access to this item. The provided credentials couldn't be
327
328
  * validated. You might not be authorized to carry out the request. Make sure that your
328
- * account is authorized to use the Amazon QuickSight service, that your policies have the
329
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
329
330
  * correct permissions, and that you are using the correct credentials.</p>
330
331
  *
331
332
  * @throws {@link ConflictException} (client fault)
@@ -350,9 +351,9 @@ declare const CreateDataSetCommand_base: {
350
351
  * <p>Access is throttled.</p>
351
352
  *
352
353
  * @throws {@link UnsupportedUserEditionException} (client fault)
353
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
354
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
354
355
  * subscription where the edition doesn't include support for that operation. Amazon
355
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
356
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
356
357
  * capability is available in every edition.</p>
357
358
  *
358
359
  * @throws {@link QuickSightServiceException}
@@ -40,7 +40,7 @@ declare const CreateDataSourceCommand_base: {
40
40
  * AwsAccountId: "STRING_VALUE", // required
41
41
  * DataSourceId: "STRING_VALUE", // required
42
42
  * Name: "STRING_VALUE", // required
43
- * Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS", // required
43
+ * Type: "ADOBE_ANALYTICS" || "AMAZON_ELASTICSEARCH" || "ATHENA" || "AURORA" || "AURORA_POSTGRESQL" || "AWS_IOT_ANALYTICS" || "GITHUB" || "JIRA" || "MARIADB" || "MYSQL" || "ORACLE" || "POSTGRESQL" || "PRESTO" || "REDSHIFT" || "S3" || "SALESFORCE" || "SERVICENOW" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "TWITTER" || "TIMESTREAM" || "AMAZON_OPENSEARCH" || "EXASOL" || "DATABRICKS" || "STARBURST" || "TRINO" || "BIGQUERY" || "GOOGLESHEETS" || "GOOGLE_DRIVE" || "CONFLUENCE" || "SHAREPOINT" || "ONE_DRIVE" || "WEB_CRAWLER" || "S3_KNOWLEDGE_BASE" || "QBUSINESS", // required
44
44
  * DataSourceParameters: { // DataSourceParameters Union: only one key present
45
45
  * AmazonElasticsearchParameters: { // AmazonElasticsearchParameters
46
46
  * Domain: "STRING_VALUE", // required
@@ -122,6 +122,11 @@ declare const CreateDataSourceCommand_base: {
122
122
  * },
123
123
  * RoleArn: "STRING_VALUE",
124
124
  * },
125
+ * S3KnowledgeBaseParameters: { // S3KnowledgeBaseParameters
126
+ * RoleArn: "STRING_VALUE",
127
+ * BucketUrl: "STRING_VALUE", // required
128
+ * MetadataFilesLocation: "STRING_VALUE",
129
+ * },
125
130
  * ServiceNowParameters: { // ServiceNowParameters
126
131
  * SiteBaseUrl: "STRING_VALUE", // required
127
132
  * },
@@ -204,6 +209,22 @@ declare const CreateDataSourceCommand_base: {
204
209
  * CustomConnectionParameters: { // CustomConnectionParameters
205
210
  * ConnectionType: "STRING_VALUE",
206
211
  * },
212
+ * WebCrawlerParameters: { // WebCrawlerParameters
213
+ * WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
214
+ * UsernameFieldXpath: "STRING_VALUE",
215
+ * PasswordFieldXpath: "STRING_VALUE",
216
+ * UsernameButtonXpath: "STRING_VALUE",
217
+ * PasswordButtonXpath: "STRING_VALUE",
218
+ * LoginPageUrl: "STRING_VALUE",
219
+ * WebProxyHostName: "STRING_VALUE",
220
+ * WebProxyPortNumber: Number("int"),
221
+ * },
222
+ * ConfluenceParameters: { // ConfluenceParameters
223
+ * ConfluenceUrl: "STRING_VALUE", // required
224
+ * },
225
+ * QBusinessParameters: { // QBusinessParameters
226
+ * ApplicationArn: "STRING_VALUE", // required
227
+ * },
207
228
  * },
208
229
  * Credentials: { // DataSourceCredentials
209
230
  * CredentialPair: { // CredentialPair
@@ -291,6 +312,11 @@ declare const CreateDataSourceCommand_base: {
291
312
  * },
292
313
  * RoleArn: "STRING_VALUE",
293
314
  * },
315
+ * S3KnowledgeBaseParameters: {
316
+ * RoleArn: "STRING_VALUE",
317
+ * BucketUrl: "STRING_VALUE", // required
318
+ * MetadataFilesLocation: "STRING_VALUE",
319
+ * },
294
320
  * ServiceNowParameters: {
295
321
  * SiteBaseUrl: "STRING_VALUE", // required
296
322
  * },
@@ -373,11 +399,31 @@ declare const CreateDataSourceCommand_base: {
373
399
  * CustomConnectionParameters: {
374
400
  * ConnectionType: "STRING_VALUE",
375
401
  * },
402
+ * WebCrawlerParameters: {
403
+ * WebCrawlerAuthType: "NO_AUTH" || "BASIC_AUTH" || "FORM" || "SAML", // required
404
+ * UsernameFieldXpath: "STRING_VALUE",
405
+ * PasswordFieldXpath: "STRING_VALUE",
406
+ * UsernameButtonXpath: "STRING_VALUE",
407
+ * PasswordButtonXpath: "STRING_VALUE",
408
+ * LoginPageUrl: "STRING_VALUE",
409
+ * WebProxyHostName: "STRING_VALUE",
410
+ * WebProxyPortNumber: Number("int"),
411
+ * },
412
+ * ConfluenceParameters: {
413
+ * ConfluenceUrl: "STRING_VALUE", // required
414
+ * },
415
+ * QBusinessParameters: {
416
+ * ApplicationArn: "STRING_VALUE", // required
417
+ * },
376
418
  * },
377
419
  * ],
378
420
  * },
379
421
  * CopySourceArn: "STRING_VALUE",
380
422
  * SecretArn: "STRING_VALUE",
423
+ * WebProxyCredentials: { // WebProxyCredentials
424
+ * WebProxyUsername: "STRING_VALUE", // required
425
+ * WebProxyPassword: "STRING_VALUE", // required
426
+ * },
381
427
  * },
382
428
  * Permissions: [ // ResourcePermissionList
383
429
  * { // ResourcePermission
@@ -422,14 +468,14 @@ declare const CreateDataSourceCommand_base: {
422
468
  * @throws {@link AccessDeniedException} (client fault)
423
469
  * <p>You don't have access to this item. The provided credentials couldn't be
424
470
  * validated. You might not be authorized to carry out the request. Make sure that your
425
- * account is authorized to use the Amazon QuickSight service, that your policies have the
471
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
426
472
  * correct permissions, and that you are using the correct credentials.</p>
427
473
  *
428
474
  * @throws {@link ConflictException} (client fault)
429
475
  * <p>Updating or deleting a resource can cause an inconsistent state.</p>
430
476
  *
431
477
  * @throws {@link CustomerManagedKeyUnavailableException} (client fault)
432
- * <p>The customer managed key that is registered to your QuickSight account is unavailable.</p>
478
+ * <p>The customer managed key that is registered to your Amazon Quick Sight account is unavailable.</p>
433
479
  *
434
480
  * @throws {@link InternalFailureException} (server fault)
435
481
  * <p>An internal failure occurred.</p>
@@ -78,7 +78,7 @@ declare const CreateFolderCommand_base: {
78
78
  * @throws {@link AccessDeniedException} (client fault)
79
79
  * <p>You don't have access to this item. The provided credentials couldn't be
80
80
  * validated. You might not be authorized to carry out the request. Make sure that your
81
- * account is authorized to use the Amazon QuickSight service, that your policies have the
81
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
82
82
  * correct permissions, and that you are using the correct credentials.</p>
83
83
  *
84
84
  * @throws {@link ConflictException} (client fault)
@@ -103,9 +103,9 @@ declare const CreateFolderCommand_base: {
103
103
  * <p>Access is throttled.</p>
104
104
  *
105
105
  * @throws {@link UnsupportedUserEditionException} (client fault)
106
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
106
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
107
107
  * subscription where the edition doesn't include support for that operation. Amazon
108
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
108
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
109
109
  * capability is available in every edition.</p>
110
110
  *
111
111
  * @throws {@link QuickSightServiceException}
@@ -64,7 +64,7 @@ declare const CreateFolderMembershipCommand_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)
@@ -86,9 +86,9 @@ declare const CreateFolderMembershipCommand_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}
@@ -27,7 +27,7 @@ declare const CreateGroupCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use the <code>CreateGroup</code> operation to create a group in 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 Amazon Web Services Support.</p>
30
+ * <p>Use the <code>CreateGroup</code> operation to create a group in Quick Sight. 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 Amazon Web Services Support.</p>
31
31
  * <p>The permissions resource is
32
32
  * <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
33
33
  * </code>.</p>
@@ -70,7 +70,7 @@ declare const CreateGroupCommand_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)
@@ -27,7 +27,7 @@ declare const CreateGroupMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Adds an Amazon QuickSight user to an Amazon QuickSight group. </p>
30
+ * <p>Adds an Amazon Quick Sight user to an Amazon Quick Sight group. </p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -64,7 +64,7 @@ declare const CreateGroupMembershipCommand_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)
@@ -29,7 +29,7 @@ declare const CreateIAMPolicyAssignmentCommand_base: {
29
29
  /**
30
30
  * <p>Creates an assignment with one specified IAM policy, identified by its
31
31
  * Amazon Resource Name (ARN). This policy assignment is attached to the specified groups
32
- * or users of Amazon QuickSight. Assignment names are unique per Amazon Web Services
32
+ * or users of Amazon Quick Sight. Assignment names are unique per Amazon Web Services
33
33
  * account. To avoid overwriting rules in other namespaces, use assignment names that are
34
34
  * unique.</p>
35
35
  * @example
@@ -79,7 +79,7 @@ declare const CreateIAMPolicyAssignmentCommand_base: {
79
79
  * @throws {@link AccessDeniedException} (client fault)
80
80
  * <p>You don't have access to this item. The provided credentials couldn't be
81
81
  * validated. You might not be authorized to carry out the request. Make sure that your
82
- * account is authorized to use the Amazon QuickSight service, that your policies have the
82
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
83
83
  * correct permissions, and that you are using the correct credentials.</p>
84
84
  *
85
85
  * @throws {@link ConcurrentUpdatingException} (server fault)
@@ -69,7 +69,7 @@ declare const CreateIngestionCommand_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)
@@ -27,12 +27,12 @@ declare const CreateNamespaceCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
31
- * <p>A namespace allows you to isolate the QuickSight users and groups that are registered
30
+ * <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon Quick Sight.</p>
31
+ * <p>A namespace allows you to isolate the Quick Sight users and groups that are registered
32
32
  * for that namespace. Users that access the namespace can share assets only with other
33
33
  * users or groups in the same namespace. They can't see users and groups in other
34
34
  * namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
35
- * QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a
35
+ * Quick Sight. The namespace must be unique within the Amazon Web Services account. By default, there is a
36
36
  * limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with
37
37
  * Amazon Web Services Support. </p>
38
38
  * @example
@@ -77,7 +77,7 @@ declare const CreateNamespaceCommand_base: {
77
77
  * @throws {@link AccessDeniedException} (client fault)
78
78
  * <p>You don't have access to this item. The provided credentials couldn't be
79
79
  * validated. You might not be authorized to carry out the request. Make sure that your
80
- * account is authorized to use the Amazon QuickSight service, that your policies have the
80
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
81
81
  * correct permissions, and that you are using the correct credentials.</p>
82
82
  *
83
83
  * @throws {@link ConflictException} (client fault)
@@ -75,7 +75,7 @@ declare const CreateRefreshScheduleCommand_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)
@@ -27,7 +27,7 @@ declare const CreateRoleMembershipCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Use <code>CreateRoleMembership</code> to add an existing QuickSight group to an existing role.</p>
30
+ * <p>Use <code>CreateRoleMembership</code> to add an existing Quick Sight group to an existing role.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -60,7 +60,7 @@ declare const CreateRoleMembershipCommand_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)
@@ -81,9 +81,9 @@ declare const CreateTemplateAliasCommand_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}