@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
@@ -27,8 +27,17 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_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 QuickSight experience in your website. This action can be used for any type of user that is registered in an QuickSight account that uses IAM Identity Center for authentication. This API requires <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html#types-identity-enhanced-iam-role-sessions">identity-enhanced IAM Role sessions</a> for the authenticated user that the API call is being made for.</p>
31
- * <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity propagation</a> to ensure that an end user is authenticated and receives the embed URL that is specific to that user. The IAM Identity Center application that the user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for QuickSight</a> with the scope value set to <code>quicksight:read</code>. Before you use this action, make sure that you have configured the relevant QuickSight resource and permissions.</p>
30
+ * <p>Generates an embed URL that you can use to embed an Amazon Quick Sight experience in
31
+ * your website. This action can be used for any type of user that is registered in an
32
+ * Amazon Quick Sight account that uses IAM Identity Center for authentication. This API
33
+ * requires <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-overview.html#types-identity-enhanced-iam-role-sessions">identity-enhanced IAM Role sessions</a> for the authenticated
34
+ * user that the API call is being made for.</p>
35
+ * <p>This API uses <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation.html">trusted identity
36
+ * propagation</a> to ensure that an end user is authenticated and receives the
37
+ * embed URL that is specific to that user. The IAM Identity Center application that the
38
+ * user has logged into needs to have <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/trustedidentitypropagation-using-customermanagedapps-specify-trusted-apps.html">trusted Identity Propagation enabled for Amazon Quick Sight</a> with the scope
39
+ * value set to <code>quicksight:read</code>. Before you use this action, make sure that
40
+ * you have configured the relevant Amazon Quick Sight resource and permissions.</p>
32
41
  * @example
33
42
  * Use a bare-bones client and the command you need to make an API call.
34
43
  * ```javascript
@@ -140,7 +149,7 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
140
149
  * @throws {@link AccessDeniedException} (client fault)
141
150
  * <p>You don't have access to this item. The provided credentials couldn't be
142
151
  * validated. You might not be authorized to carry out the request. Make sure that your
143
- * account is authorized to use the Amazon QuickSight service, that your policies have the
152
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
144
153
  * correct permissions, and that you are using the correct credentials.</p>
145
154
  *
146
155
  * @throws {@link InternalFailureException} (server fault)
@@ -165,10 +174,10 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
165
174
  * <p>Access is throttled.</p>
166
175
  *
167
176
  * @throws {@link UnsupportedPricingPlanException} (client fault)
168
- * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
177
+ * <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
169
178
  * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
170
- * for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
171
- * can do this on the <b>Manage QuickSight</b> page. </p>
179
+ * for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
180
+ * can do this on the <b>Manage Quick Suite</b> page. </p>
172
181
  * <p>After capacity pricing is added, you can use the
173
182
  * <code>
174
183
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
@@ -176,9 +185,9 @@ declare const GenerateEmbedUrlForRegisteredUserWithIdentityCommand_base: {
176
185
  * <code>--identity-type ANONYMOUS</code> option.</p>
177
186
  *
178
187
  * @throws {@link UnsupportedUserEditionException} (client fault)
179
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
188
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
180
189
  * subscription where the edition doesn't include support for that operation. Amazon
181
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
190
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
182
191
  * capability is available in every edition.</p>
183
192
  *
184
193
  * @throws {@link QuickSightServiceException}
@@ -27,8 +27,12 @@ declare const GetDashboardEmbedUrlCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
31
- * <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
30
+ * <p>Generates a temporary session URL and authorization code(bearer token) that you can
31
+ * use to embed an Amazon Quick Sight read-only dashboard in your website or application.
32
+ * Before you use this command, make sure that you have configured the dashboards and
33
+ * permissions. </p>
34
+ * <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not
35
+ * from the user's browser. The following rules apply to the generated URL:</p>
32
36
  * <ul>
33
37
  * <li>
34
38
  * <p>They must be used together.</p>
@@ -43,12 +47,17 @@ declare const GetDashboardEmbedUrlCommand_base: {
43
47
  * <p>You are charged only when the URL is used or there is interaction with QuickSight.</p>
44
48
  * </li>
45
49
  * <li>
46
- * <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p>
50
+ * <p>The resulting user session is valid for 15 minutes (default) up to 10 hours
51
+ * (maximum). You can use the optional <code>SessionLifetimeInMinutes</code>
52
+ * parameter to customize session duration.</p>
47
53
  * </li>
48
54
  * </ul>
49
- * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
50
- * Guide</i>.</p>
51
- * <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>
55
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics
56
+ * Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
57
+ * Guide</i>.</p>
58
+ * <p>For more information about the high-level steps for embedding and for an interactive
59
+ * 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
60
+ * Developer Portal</a>.</p>
52
61
  * @example
53
62
  * Use a bare-bones client and the command you need to make an API call.
54
63
  * ```javascript
@@ -90,12 +99,12 @@ declare const GetDashboardEmbedUrlCommand_base: {
90
99
  * @throws {@link AccessDeniedException} (client fault)
91
100
  * <p>You don't have access to this item. The provided credentials couldn't be
92
101
  * validated. You might not be authorized to carry out the request. Make sure that your
93
- * account is authorized to use the Amazon QuickSight service, that your policies have the
102
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
94
103
  * correct permissions, and that you are using the correct credentials.</p>
95
104
  *
96
105
  * @throws {@link DomainNotWhitelistedException} (client fault)
97
106
  * <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
98
- * added to the approved list by an Amazon QuickSight admin.</p>
107
+ * added to the approved list by an Amazon Quick Suite admin.</p>
99
108
  *
100
109
  * @throws {@link IdentityTypeNotSupportedException} (client fault)
101
110
  * <p>The identity type specified isn't supported. Supported identity types include
@@ -126,10 +135,10 @@ declare const GetDashboardEmbedUrlCommand_base: {
126
135
  * <p>Access is throttled.</p>
127
136
  *
128
137
  * @throws {@link UnsupportedPricingPlanException} (client fault)
129
- * <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
138
+ * <p>This error indicates that you are calling an embedding operation in Amazon Quick Sight
130
139
  * without the required pricing plan on your Amazon Web Services account. Before you can use embedding
131
- * for anonymous users, a QuickSight administrator needs to add capacity pricing to QuickSight. You
132
- * can do this on the <b>Manage QuickSight</b> page. </p>
140
+ * for anonymous users, a Quick Suite administrator needs to add capacity pricing to Quick Sight. You
141
+ * can do this on the <b>Manage Quick Suite</b> page. </p>
133
142
  * <p>After capacity pricing is added, you can use the
134
143
  * <code>
135
144
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
@@ -137,9 +146,9 @@ declare const GetDashboardEmbedUrlCommand_base: {
137
146
  * <code>--identity-type ANONYMOUS</code> option.</p>
138
147
  *
139
148
  * @throws {@link UnsupportedUserEditionException} (client fault)
140
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
149
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
141
150
  * subscription where the edition doesn't include support for that operation. Amazon
142
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
151
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
143
152
  * capability is available in every edition.</p>
144
153
  *
145
154
  * @throws {@link QuickSightServiceException}
@@ -0,0 +1,100 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetFlowMetadataInput, GetFlowMetadataOutput } from "../models/models_4";
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 GetFlowMetadataCommand}.
14
+ */
15
+ export interface GetFlowMetadataCommandInput extends GetFlowMetadataInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetFlowMetadataCommand}.
21
+ */
22
+ export interface GetFlowMetadataCommandOutput extends GetFlowMetadataOutput, __MetadataBearer {
23
+ }
24
+ declare const GetFlowMetadataCommand_base: {
25
+ new (input: GetFlowMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowMetadataCommandInput, GetFlowMetadataCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFlowMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowMetadataCommandInput, GetFlowMetadataCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the metadata of a flow, not including its definition specifying the steps.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, GetFlowMetadataCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, GetFlowMetadataCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // GetFlowMetadataInput
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * FlowId: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new GetFlowMetadataCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // GetFlowMetadataOutput
46
+ * // Arn: "STRING_VALUE", // required
47
+ * // FlowId: "STRING_VALUE", // required
48
+ * // Name: "STRING_VALUE", // required
49
+ * // Description: "STRING_VALUE",
50
+ * // PublishState: "PUBLISHED" || "DRAFT" || "PENDING_APPROVAL",
51
+ * // UserCount: Number("int"),
52
+ * // RunCount: Number("int"),
53
+ * // CreatedTime: new Date("TIMESTAMP"), // required
54
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
55
+ * // RequestId: "STRING_VALUE",
56
+ * // Status: Number("int"),
57
+ * // };
58
+ *
59
+ * ```
60
+ *
61
+ * @param GetFlowMetadataCommandInput - {@link GetFlowMetadataCommandInput}
62
+ * @returns {@link GetFlowMetadataCommandOutput}
63
+ * @see {@link GetFlowMetadataCommandInput} for command's `input` shape.
64
+ * @see {@link GetFlowMetadataCommandOutput} for command's `response` shape.
65
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
66
+ *
67
+ * @throws {@link AccessDeniedException} (client fault)
68
+ * <p>You don't have access to this item. The provided credentials couldn't be
69
+ * validated. You might not be authorized to carry out the request. Make sure that your
70
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
71
+ * correct permissions, and that you are using the correct credentials.</p>
72
+ *
73
+ * @throws {@link InternalFailureException} (server fault)
74
+ * <p>An internal failure occurred.</p>
75
+ *
76
+ * @throws {@link InvalidParameterValueException} (client fault)
77
+ * <p>One or more parameters has a value that isn't valid.</p>
78
+ *
79
+ * @throws {@link ThrottlingException} (client fault)
80
+ * <p>Access is throttled.</p>
81
+ *
82
+ * @throws {@link QuickSightServiceException}
83
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
84
+ *
85
+ *
86
+ * @public
87
+ */
88
+ export declare class GetFlowMetadataCommand extends GetFlowMetadataCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetFlowMetadataInput;
93
+ output: GetFlowMetadataOutput;
94
+ };
95
+ sdk: {
96
+ input: GetFlowMetadataCommandInput;
97
+ output: GetFlowMetadataCommandOutput;
98
+ };
99
+ };
100
+ }
@@ -0,0 +1,101 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { GetFlowPermissionsInput, GetFlowPermissionsOutput } from "../models/models_4";
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 GetFlowPermissionsCommand}.
14
+ */
15
+ export interface GetFlowPermissionsCommandInput extends GetFlowPermissionsInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetFlowPermissionsCommand}.
21
+ */
22
+ export interface GetFlowPermissionsCommandOutput extends GetFlowPermissionsOutput, __MetadataBearer {
23
+ }
24
+ declare const GetFlowPermissionsCommand_base: {
25
+ new (input: GetFlowPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFlowPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Get permissions for a flow.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, GetFlowPermissionsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, GetFlowPermissionsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // GetFlowPermissionsInput
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * FlowId: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new GetFlowPermissionsCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // GetFlowPermissionsOutput
46
+ * // Arn: "STRING_VALUE", // required
47
+ * // FlowId: "STRING_VALUE", // required
48
+ * // Permissions: [ // PermissionsList // required
49
+ * // { // Permission
50
+ * // Actions: [ // ActionsList // required
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // Principal: "STRING_VALUE", // required
54
+ * // },
55
+ * // ],
56
+ * // RequestId: "STRING_VALUE",
57
+ * // Status: Number("int"),
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param GetFlowPermissionsCommandInput - {@link GetFlowPermissionsCommandInput}
63
+ * @returns {@link GetFlowPermissionsCommandOutput}
64
+ * @see {@link GetFlowPermissionsCommandInput} for command's `input` shape.
65
+ * @see {@link GetFlowPermissionsCommandOutput} for command's `response` shape.
66
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
67
+ *
68
+ * @throws {@link AccessDeniedException} (client fault)
69
+ * <p>You don't have access to this item. The provided credentials couldn't be
70
+ * validated. You might not be authorized to carry out the request. Make sure that your
71
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
72
+ * correct permissions, and that you are using the correct credentials.</p>
73
+ *
74
+ * @throws {@link InternalFailureException} (server fault)
75
+ * <p>An internal failure occurred.</p>
76
+ *
77
+ * @throws {@link InvalidParameterValueException} (client fault)
78
+ * <p>One or more parameters has a value that isn't valid.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>Access is throttled.</p>
82
+ *
83
+ * @throws {@link QuickSightServiceException}
84
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class GetFlowPermissionsCommand extends GetFlowPermissionsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetFlowPermissionsInput;
94
+ output: GetFlowPermissionsOutput;
95
+ };
96
+ sdk: {
97
+ input: GetFlowPermissionsCommandInput;
98
+ output: GetFlowPermissionsCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -28,23 +28,23 @@ declare const GetSessionEmbedUrlCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Generates a session URL and authorization code that you can use to embed the Amazon
31
- * QuickSight console in your web server code. Use <code>GetSessionEmbedUrl</code> where
32
- * you want to provide an authoring portal that allows users to create data sources,
33
- * datasets, analyses, and dashboards. The users who access an embedded QuickSight console
34
- * need belong to the author or admin security cohort. If you want to restrict permissions
35
- * to some of these features, add a custom permissions profile to the user with the
36
- * <code>
31
+ * Amazon Quick Sight console in your web server code. Use
32
+ * <code>GetSessionEmbedUrl</code> where you want to provide an authoring portal that
33
+ * allows users to create data sources, datasets, analyses, and dashboards. The users who
34
+ * access an embedded Amazon Quick Sight console need belong to the author or admin security
35
+ * cohort. If you want to restrict permissions to some of these features, add a custom
36
+ * permissions profile to the user with the <code>
37
37
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
38
38
  * </code> API operation. Use <code>
39
39
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
40
- * </code>
41
- * API operation to add a new user with a custom permission profile attached. For more
42
- * information, see the following sections in the <i>Amazon QuickSight User
43
- * Guide</i>:</p>
40
+ * </code> API operation to add a new user with a custom
41
+ * permission profile attached. For more information, see the following sections in the
42
+ * <i>Amazon QuickSight User Guide</i>:</p>
44
43
  * <ul>
45
44
  * <li>
46
45
  * <p>
47
- * <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedding Analytics</a>
46
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedding
47
+ * Analytics</a>
48
48
  * </p>
49
49
  * </li>
50
50
  * <li>
@@ -86,7 +86,7 @@ declare const GetSessionEmbedUrlCommand_base: {
86
86
  * @throws {@link AccessDeniedException} (client fault)
87
87
  * <p>You don't have access to this item. The provided credentials couldn't be
88
88
  * validated. You might not be authorized to carry out the request. Make sure that your
89
- * account is authorized to use the Amazon QuickSight service, that your policies have the
89
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
90
90
  * correct permissions, and that you are using the correct credentials.</p>
91
91
  *
92
92
  * @throws {@link InternalFailureException} (server fault)
@@ -114,9 +114,9 @@ declare const GetSessionEmbedUrlCommand_base: {
114
114
  * <p>Access is throttled.</p>
115
115
  *
116
116
  * @throws {@link UnsupportedUserEditionException} (client fault)
117
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
117
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
118
118
  * subscription where the edition doesn't include support for that operation. Amazon
119
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
119
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
120
120
  * capability is available in every edition.</p>
121
121
  *
122
122
  * @throws {@link QuickSightServiceException}
@@ -0,0 +1,111 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ListActionConnectorsRequest, ListActionConnectorsResponse } from "../models/models_4";
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 ListActionConnectorsCommand}.
14
+ */
15
+ export interface ListActionConnectorsCommandInput extends ListActionConnectorsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListActionConnectorsCommand}.
21
+ */
22
+ export interface ListActionConnectorsCommandOutput extends ListActionConnectorsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListActionConnectorsCommand_base: {
25
+ new (input: ListActionConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListActionConnectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists all action connectors in the specified Amazon Web Services account. Returns summary information for each connector including its name, type, creation time, and status.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { QuickSightClient, ListActionConnectorsCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
35
+ * // const { QuickSightClient, ListActionConnectorsCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
36
+ * // import type { QuickSightClientConfig } from "@aws-sdk/client-quicksight";
37
+ * const config = {}; // type is QuickSightClientConfig
38
+ * const client = new QuickSightClient(config);
39
+ * const input = { // ListActionConnectorsRequest
40
+ * AwsAccountId: "STRING_VALUE", // required
41
+ * MaxResults: Number("int"),
42
+ * NextToken: "STRING_VALUE",
43
+ * };
44
+ * const command = new ListActionConnectorsCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // ListActionConnectorsResponse
47
+ * // ActionConnectorSummaries: [ // ActionConnectorSummaryList // required
48
+ * // { // ActionConnectorSummary
49
+ * // Arn: "STRING_VALUE", // required
50
+ * // ActionConnectorId: "STRING_VALUE", // required
51
+ * // 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
52
+ * // Name: "STRING_VALUE", // required
53
+ * // CreatedTime: new Date("TIMESTAMP"),
54
+ * // LastUpdatedTime: new Date("TIMESTAMP"), // required
55
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
56
+ * // Error: { // ActionConnectorError
57
+ * // Message: "STRING_VALUE",
58
+ * // Type: "INTERNAL_FAILURE",
59
+ * // },
60
+ * // },
61
+ * // ],
62
+ * // NextToken: "STRING_VALUE",
63
+ * // RequestId: "STRING_VALUE",
64
+ * // Status: Number("int"),
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param ListActionConnectorsCommandInput - {@link ListActionConnectorsCommandInput}
70
+ * @returns {@link ListActionConnectorsCommandOutput}
71
+ * @see {@link ListActionConnectorsCommandInput} for command's `input` shape.
72
+ * @see {@link ListActionConnectorsCommandOutput} for command's `response` shape.
73
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
74
+ *
75
+ * @throws {@link AccessDeniedException} (client fault)
76
+ * <p>You don't have access to this item. The provided credentials couldn't be
77
+ * validated. You might not be authorized to carry out the request. Make sure that your
78
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
79
+ * correct permissions, and that you are using the correct credentials.</p>
80
+ *
81
+ * @throws {@link InternalFailureException} (server fault)
82
+ * <p>An internal failure occurred.</p>
83
+ *
84
+ * @throws {@link InvalidNextTokenException} (client fault)
85
+ * <p>The <code>NextToken</code> value isn't valid.</p>
86
+ *
87
+ * @throws {@link InvalidParameterValueException} (client fault)
88
+ * <p>One or more parameters has a value that isn't valid.</p>
89
+ *
90
+ * @throws {@link ThrottlingException} (client fault)
91
+ * <p>Access is throttled.</p>
92
+ *
93
+ * @throws {@link QuickSightServiceException}
94
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
95
+ *
96
+ *
97
+ * @public
98
+ */
99
+ export declare class ListActionConnectorsCommand extends ListActionConnectorsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListActionConnectorsRequest;
104
+ output: ListActionConnectorsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListActionConnectorsCommandInput;
108
+ output: ListActionConnectorsCommandOutput;
109
+ };
110
+ };
111
+ }
@@ -27,7 +27,7 @@ declare const ListAnalysesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.</p>
30
+ * <p>Lists Amazon Quick Sight analyses that exist in the specified Amazon Web Services 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
@@ -77,9 +77,9 @@ declare const ListAnalysesCommand_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}
@@ -27,7 +27,10 @@ declare const ListAssetBundleExportJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all asset bundle export jobs that have been taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, <code>ListAssetBundleExportJobs</code> only returns the most recent job that uses the repeated job ID.</p>
30
+ * <p>Lists all asset bundle export jobs that have been taken place in the last 14 days. Jobs
31
+ * created more than 14 days ago are deleted forever and are not returned. If you are using
32
+ * the same job ID for multiple jobs, <code>ListAssetBundleExportJobs</code> only returns the
33
+ * most recent job that uses the repeated job ID.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
33
36
  * ```javascript
@@ -72,7 +75,7 @@ declare const ListAssetBundleExportJobsCommand_base: {
72
75
  * @throws {@link AccessDeniedException} (client fault)
73
76
  * <p>You don't have access to this item. The provided credentials couldn't be
74
77
  * 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
78
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
76
79
  * correct permissions, and that you are using the correct credentials.</p>
77
80
  *
78
81
  * @throws {@link InvalidNextTokenException} (client fault)
@@ -85,9 +88,9 @@ declare const ListAssetBundleExportJobsCommand_base: {
85
88
  * <p>Access is throttled.</p>
86
89
  *
87
90
  * @throws {@link UnsupportedUserEditionException} (client fault)
88
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
91
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
89
92
  * subscription where the edition doesn't include support for that operation. Amazon
90
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
93
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
91
94
  * capability is available in every edition.</p>
92
95
  *
93
96
  * @throws {@link QuickSightServiceException}
@@ -27,7 +27,10 @@ declare const ListAssetBundleImportJobsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all asset bundle import jobs that have taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, <code>ListAssetBundleImportJobs</code> only returns the most recent job that uses the repeated job ID.</p>
30
+ * <p>Lists all asset bundle import jobs that have taken place in the last 14 days. Jobs
31
+ * created more than 14 days ago are deleted forever and are not returned. If you are using
32
+ * the same job ID for multiple jobs, <code>ListAssetBundleImportJobs</code> only returns the
33
+ * most recent job that uses the repeated job ID.</p>
31
34
  * @example
32
35
  * Use a bare-bones client and the command you need to make an API call.
33
36
  * ```javascript
@@ -69,7 +72,7 @@ declare const ListAssetBundleImportJobsCommand_base: {
69
72
  * @throws {@link AccessDeniedException} (client fault)
70
73
  * <p>You don't have access to this item. The provided credentials couldn't be
71
74
  * 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
75
+ * account is authorized to use the Amazon Quick Sight service, that your policies have the
73
76
  * correct permissions, and that you are using the correct credentials.</p>
74
77
  *
75
78
  * @throws {@link InvalidNextTokenException} (client fault)
@@ -82,9 +85,9 @@ declare const ListAssetBundleImportJobsCommand_base: {
82
85
  * <p>Access is throttled.</p>
83
86
  *
84
87
  * @throws {@link UnsupportedUserEditionException} (client fault)
85
- * <p>This error indicates that you are calling an operation on an Amazon QuickSight
88
+ * <p>This error indicates that you are calling an operation on an Amazon Quick Suite
86
89
  * subscription where the edition doesn't include support for that operation. Amazon
87
- * QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
90
+ * Quick Suite currently has Standard Edition and Enterprise Edition. Not every operation and
88
91
  * capability is available in every edition.</p>
89
92
  *
90
93
  * @throws {@link QuickSightServiceException}
@@ -27,7 +27,7 @@ declare const ListBrandsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all brands in an QuickSight account.</p>
30
+ * <p>Lists all brands in 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
@@ -69,7 +69,7 @@ declare const ListBrandsCommand_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 InternalServerException} (server fault)