@aws-sdk/client-quicksight 3.906.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 +1454 -359
  3. package/dist-es/QuickSight.js +26 -0
  4. package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
  5. package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
  6. package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
  7. package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
  8. package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
  9. package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
  10. package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
  11. package/dist-es/commands/ListFlowsCommand.js +22 -0
  12. package/dist-es/commands/PredictQAResultsCommand.js +1 -1
  13. package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
  14. package/dist-es/commands/SearchFlowsCommand.js +22 -0
  15. package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
  16. package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
  17. package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +143 -93
  20. package/dist-es/models/models_1.js +86 -50
  21. package/dist-es/models/models_2.js +169 -161
  22. package/dist-es/models/models_3.js +172 -0
  23. package/dist-es/models/models_4.js +20 -21
  24. package/dist-es/models/models_5.js +44 -3
  25. package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
  26. package/dist-es/pagination/ListFlowsPaginator.js +4 -0
  27. package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
  28. package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +4 -0
  30. package/dist-es/protocols/Aws_restJson1.js +502 -2
  31. package/dist-types/QuickSight.d.ts +93 -2
  32. package/dist-types/QuickSightClient.d.ts +17 -4
  33. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
  34. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
  35. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
  37. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
  38. package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
  39. package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
  41. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
  42. package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
  43. package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
  44. package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
  45. package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
  47. package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  50. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
  52. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
  56. package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
  58. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
  61. package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
  62. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
  63. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
  64. package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
  65. package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
  66. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
  67. package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
  68. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
  69. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
  70. package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
  71. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
  72. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
  73. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
  74. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
  75. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
  76. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  77. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
  78. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  79. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
  80. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
  81. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
  82. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
  83. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
  84. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
  85. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
  86. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
  87. package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
  88. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  92. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
  94. package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
  96. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
  97. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
  98. package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
  99. package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
  100. package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
  101. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
  102. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
  103. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
  104. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
  105. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
  107. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
  108. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
  109. package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
  110. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
  111. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
  112. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
  113. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
  114. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
  116. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
  117. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
  119. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
  121. package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
  122. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
  123. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
  124. package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
  125. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
  138. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
  139. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
  141. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
  142. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
  148. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
  149. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
  150. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
  151. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
  152. package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
  153. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
  154. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
  155. package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
  156. package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
  157. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
  158. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
  159. package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
  160. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
  161. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
  162. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
  163. package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
  164. package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
  165. package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
  166. package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
  167. package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
  168. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
  169. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  170. package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
  171. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
  172. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  173. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
  174. package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
  175. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
  176. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
  177. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
  178. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  179. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
  180. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
  181. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
  182. package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
  183. package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
  184. package/dist-types/commands/ListThemesCommand.d.ts +4 -4
  185. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
  186. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
  187. package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
  188. package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
  189. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  190. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
  191. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
  192. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
  193. package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
  194. package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
  195. package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
  196. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  197. package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
  198. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
  199. package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
  200. package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
  201. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  202. package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
  203. package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
  204. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
  205. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
  206. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
  207. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
  208. package/dist-types/commands/TagResourceCommand.d.ts +10 -8
  209. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  210. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  211. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
  212. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
  213. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
  214. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
  215. package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
  216. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
  217. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  218. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  219. package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
  220. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  221. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
  222. package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
  223. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
  224. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
  225. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
  226. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  227. package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
  228. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
  229. package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
  230. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  231. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
  232. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
  233. package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
  234. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
  235. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  236. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  237. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
  238. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  239. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
  240. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
  241. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  242. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
  243. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  244. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  245. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
  246. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
  247. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  248. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
  249. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
  250. package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
  251. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
  252. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  253. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
  254. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  255. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  256. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  257. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
  258. package/dist-types/commands/index.d.ts +13 -0
  259. package/dist-types/index.d.ts +2 -2
  260. package/dist-types/models/models_0.d.ts +3714 -3674
  261. package/dist-types/models/models_1.d.ts +3770 -3698
  262. package/dist-types/models/models_2.d.ts +2474 -1883
  263. package/dist-types/models/models_3.d.ts +4585 -4312
  264. package/dist-types/models/models_4.d.ts +3844 -4136
  265. package/dist-types/models/models_5.d.ts +2234 -127
  266. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
  267. package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
  268. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
  269. package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
  270. package/dist-types/pagination/index.d.ts +4 -0
  271. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  272. package/dist-types/ts3.4/QuickSight.d.ts +227 -0
  273. package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
  274. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
  277. package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DeleteActionConnectorCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
  300. package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
  301. package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
  302. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
  303. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
  304. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
  305. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
  306. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  307. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
  323. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/SearchActionConnectorsCommand.d.ts +51 -0
  332. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/SearchFlowsCommand.d.ts +47 -0
  335. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
  336. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
  337. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
  338. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  339. package/dist-types/ts3.4/models/models_0.d.ts +311 -174
  340. package/dist-types/ts3.4/models/models_1.d.ts +170 -158
  341. package/dist-types/ts3.4/models/models_2.d.ts +661 -307
  342. package/dist-types/ts3.4/models/models_3.d.ts +352 -217
  343. package/dist-types/ts3.4/models/models_4.d.ts +330 -396
  344. package/dist-types/ts3.4/models/models_5.d.ts +502 -8
  345. package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
  346. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
  347. package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
  348. package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
  349. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  350. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  351. package/package.json +6 -6
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "../commands/ListActionConnectorsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListActionConnectors: (config: QuickSightPaginationConfiguration, input: ListActionConnectorsCommandInput, ...rest: any[]) => Paginator<ListActionConnectorsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListFlows: (config: QuickSightPaginationConfiguration, input: ListFlowsCommandInput, ...rest: any[]) => Paginator<ListFlowsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput } from "../commands/SearchActionConnectorsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateSearchActionConnectors: (config: QuickSightPaginationConfiguration, input: SearchActionConnectorsCommandInput, ...rest: any[]) => Paginator<SearchActionConnectorsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { SearchFlowsCommandInput, SearchFlowsCommandOutput } from "../commands/SearchFlowsCommand";
3
+ import { QuickSightPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateSearchFlows: (config: QuickSightPaginationConfiguration, input: SearchFlowsCommandInput, ...rest: any[]) => Paginator<SearchFlowsCommandOutput>;
@@ -1,6 +1,7 @@
1
1
  export * from "./DescribeFolderPermissionsPaginator";
2
2
  export * from "./DescribeFolderResolvedPermissionsPaginator";
3
3
  export * from "./Interfaces";
4
+ export * from "./ListActionConnectorsPaginator";
4
5
  export * from "./ListAnalysesPaginator";
5
6
  export * from "./ListAssetBundleExportJobsPaginator";
6
7
  export * from "./ListAssetBundleImportJobsPaginator";
@@ -10,6 +11,7 @@ export * from "./ListDashboardVersionsPaginator";
10
11
  export * from "./ListDashboardsPaginator";
11
12
  export * from "./ListDataSetsPaginator";
12
13
  export * from "./ListDataSourcesPaginator";
14
+ export * from "./ListFlowsPaginator";
13
15
  export * from "./ListFolderMembersPaginator";
14
16
  export * from "./ListFoldersForResourcePaginator";
15
17
  export * from "./ListFoldersPaginator";
@@ -29,10 +31,12 @@ export * from "./ListTopicsPaginator";
29
31
  export * from "./ListUserGroupsPaginator";
30
32
  export * from "./ListUsersPaginator";
31
33
  export * from "./ListVPCConnectionsPaginator";
34
+ export * from "./SearchActionConnectorsPaginator";
32
35
  export * from "./SearchAnalysesPaginator";
33
36
  export * from "./SearchDashboardsPaginator";
34
37
  export * from "./SearchDataSetsPaginator";
35
38
  export * from "./SearchDataSourcesPaginator";
39
+ export * from "./SearchFlowsPaginator";
36
40
  export * from "./SearchFoldersPaginator";
37
41
  export * from "./SearchGroupsPaginator";
38
42
  export * from "./SearchTopicsPaginator";
@@ -5,6 +5,7 @@ import { BatchDeleteTopicReviewedAnswerCommandInput, BatchDeleteTopicReviewedAns
5
5
  import { CancelIngestionCommandInput, CancelIngestionCommandOutput } from "../commands/CancelIngestionCommand";
6
6
  import { CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput } from "../commands/CreateAccountCustomizationCommand";
7
7
  import { CreateAccountSubscriptionCommandInput, CreateAccountSubscriptionCommandOutput } from "../commands/CreateAccountSubscriptionCommand";
8
+ import { CreateActionConnectorCommandInput, CreateActionConnectorCommandOutput } from "../commands/CreateActionConnectorCommand";
8
9
  import { CreateAnalysisCommandInput, CreateAnalysisCommandOutput } from "../commands/CreateAnalysisCommand";
9
10
  import { CreateBrandCommandInput, CreateBrandCommandOutput } from "../commands/CreateBrandCommand";
10
11
  import { CreateCustomPermissionsCommandInput, CreateCustomPermissionsCommandOutput } from "../commands/CreateCustomPermissionsCommand";
@@ -30,6 +31,7 @@ import { CreateVPCConnectionCommandInput, CreateVPCConnectionCommandOutput } fro
30
31
  import { DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput } from "../commands/DeleteAccountCustomizationCommand";
31
32
  import { DeleteAccountCustomPermissionCommandInput, DeleteAccountCustomPermissionCommandOutput } from "../commands/DeleteAccountCustomPermissionCommand";
32
33
  import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput } from "../commands/DeleteAccountSubscriptionCommand";
34
+ import { DeleteActionConnectorCommandInput, DeleteActionConnectorCommandOutput } from "../commands/DeleteActionConnectorCommand";
33
35
  import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
34
36
  import { DeleteBrandAssignmentCommandInput, DeleteBrandAssignmentCommandOutput } from "../commands/DeleteBrandAssignmentCommand";
35
37
  import { DeleteBrandCommandInput, DeleteBrandCommandOutput } from "../commands/DeleteBrandCommand";
@@ -63,6 +65,8 @@ import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationC
63
65
  import { DescribeAccountCustomPermissionCommandInput, DescribeAccountCustomPermissionCommandOutput } from "../commands/DescribeAccountCustomPermissionCommand";
64
66
  import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "../commands/DescribeAccountSettingsCommand";
65
67
  import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "../commands/DescribeAccountSubscriptionCommand";
68
+ import { DescribeActionConnectorCommandInput, DescribeActionConnectorCommandOutput } from "../commands/DescribeActionConnectorCommand";
69
+ import { DescribeActionConnectorPermissionsCommandInput, DescribeActionConnectorPermissionsCommandOutput } from "../commands/DescribeActionConnectorPermissionsCommand";
66
70
  import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "../commands/DescribeAnalysisCommand";
67
71
  import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "../commands/DescribeAnalysisDefinitionCommand";
68
72
  import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "../commands/DescribeAnalysisPermissionsCommand";
@@ -115,7 +119,10 @@ import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonym
115
119
  import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserCommand";
116
120
  import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput } from "../commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
117
121
  import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "../commands/GetDashboardEmbedUrlCommand";
122
+ import { GetFlowMetadataCommandInput, GetFlowMetadataCommandOutput } from "../commands/GetFlowMetadataCommand";
123
+ import { GetFlowPermissionsCommandInput, GetFlowPermissionsCommandOutput } from "../commands/GetFlowPermissionsCommand";
118
124
  import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "../commands/GetSessionEmbedUrlCommand";
125
+ import { ListActionConnectorsCommandInput, ListActionConnectorsCommandOutput } from "../commands/ListActionConnectorsCommand";
119
126
  import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "../commands/ListAnalysesCommand";
120
127
  import { ListAssetBundleExportJobsCommandInput, ListAssetBundleExportJobsCommandOutput } from "../commands/ListAssetBundleExportJobsCommand";
121
128
  import { ListAssetBundleImportJobsCommandInput, ListAssetBundleImportJobsCommandOutput } from "../commands/ListAssetBundleImportJobsCommand";
@@ -125,6 +132,7 @@ import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../comm
125
132
  import { ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput } from "../commands/ListDashboardVersionsCommand";
126
133
  import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
127
134
  import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
135
+ import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
128
136
  import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "../commands/ListFolderMembersCommand";
129
137
  import { ListFoldersCommandInput, ListFoldersCommandOutput } from "../commands/ListFoldersCommand";
130
138
  import { ListFoldersForResourceCommandInput, ListFoldersForResourceCommandOutput } from "../commands/ListFoldersForResourceCommand";
@@ -154,10 +162,12 @@ import { PredictQAResultsCommandInput, PredictQAResultsCommandOutput } from "../
154
162
  import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
155
163
  import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
156
164
  import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
165
+ import { SearchActionConnectorsCommandInput, SearchActionConnectorsCommandOutput } from "../commands/SearchActionConnectorsCommand";
157
166
  import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "../commands/SearchAnalysesCommand";
158
167
  import { SearchDashboardsCommandInput, SearchDashboardsCommandOutput } from "../commands/SearchDashboardsCommand";
159
168
  import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "../commands/SearchDataSetsCommand";
160
169
  import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "../commands/SearchDataSourcesCommand";
170
+ import { SearchFlowsCommandInput, SearchFlowsCommandOutput } from "../commands/SearchFlowsCommand";
161
171
  import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
162
172
  import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
163
173
  import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "../commands/SearchTopicsCommand";
@@ -170,6 +180,8 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
170
180
  import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
171
181
  import { UpdateAccountCustomPermissionCommandInput, UpdateAccountCustomPermissionCommandOutput } from "../commands/UpdateAccountCustomPermissionCommand";
172
182
  import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
183
+ import { UpdateActionConnectorCommandInput, UpdateActionConnectorCommandOutput } from "../commands/UpdateActionConnectorCommand";
184
+ import { UpdateActionConnectorPermissionsCommandInput, UpdateActionConnectorPermissionsCommandOutput } from "../commands/UpdateActionConnectorPermissionsCommand";
173
185
  import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "../commands/UpdateAnalysisCommand";
174
186
  import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "../commands/UpdateAnalysisPermissionsCommand";
175
187
  import { UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput } from "../commands/UpdateApplicationWithTokenExchangeGrantCommand";
@@ -187,6 +199,7 @@ import { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOu
187
199
  import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
188
200
  import { UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput } from "../commands/UpdateDataSourcePermissionsCommand";
189
201
  import { UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput } from "../commands/UpdateDefaultQBusinessApplicationCommand";
202
+ import { UpdateFlowPermissionsCommandInput, UpdateFlowPermissionsCommandOutput } from "../commands/UpdateFlowPermissionsCommand";
190
203
  import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
191
204
  import { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "../commands/UpdateFolderPermissionsCommand";
192
205
  import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
@@ -232,6 +245,10 @@ export declare const se_CreateAccountCustomizationCommand: (input: CreateAccount
232
245
  * serializeAws_restJson1CreateAccountSubscriptionCommand
233
246
  */
234
247
  export declare const se_CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
+ /**
249
+ * serializeAws_restJson1CreateActionConnectorCommand
250
+ */
251
+ export declare const se_CreateActionConnectorCommand: (input: CreateActionConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
252
  /**
236
253
  * serializeAws_restJson1CreateAnalysisCommand
237
254
  */
@@ -332,6 +349,10 @@ export declare const se_DeleteAccountCustomPermissionCommand: (input: DeleteAcco
332
349
  * serializeAws_restJson1DeleteAccountSubscriptionCommand
333
350
  */
334
351
  export declare const se_DeleteAccountSubscriptionCommand: (input: DeleteAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
+ /**
353
+ * serializeAws_restJson1DeleteActionConnectorCommand
354
+ */
355
+ export declare const se_DeleteActionConnectorCommand: (input: DeleteActionConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
335
356
  /**
336
357
  * serializeAws_restJson1DeleteAnalysisCommand
337
358
  */
@@ -464,6 +485,14 @@ export declare const se_DescribeAccountSettingsCommand: (input: DescribeAccountS
464
485
  * serializeAws_restJson1DescribeAccountSubscriptionCommand
465
486
  */
466
487
  export declare const se_DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
488
+ /**
489
+ * serializeAws_restJson1DescribeActionConnectorCommand
490
+ */
491
+ export declare const se_DescribeActionConnectorCommand: (input: DescribeActionConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
492
+ /**
493
+ * serializeAws_restJson1DescribeActionConnectorPermissionsCommand
494
+ */
495
+ export declare const se_DescribeActionConnectorPermissionsCommand: (input: DescribeActionConnectorPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
467
496
  /**
468
497
  * serializeAws_restJson1DescribeAnalysisCommand
469
498
  */
@@ -672,10 +701,22 @@ export declare const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (i
672
701
  * serializeAws_restJson1GetDashboardEmbedUrlCommand
673
702
  */
674
703
  export declare const se_GetDashboardEmbedUrlCommand: (input: GetDashboardEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
704
+ /**
705
+ * serializeAws_restJson1GetFlowMetadataCommand
706
+ */
707
+ export declare const se_GetFlowMetadataCommand: (input: GetFlowMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
708
+ /**
709
+ * serializeAws_restJson1GetFlowPermissionsCommand
710
+ */
711
+ export declare const se_GetFlowPermissionsCommand: (input: GetFlowPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
675
712
  /**
676
713
  * serializeAws_restJson1GetSessionEmbedUrlCommand
677
714
  */
678
715
  export declare const se_GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
716
+ /**
717
+ * serializeAws_restJson1ListActionConnectorsCommand
718
+ */
719
+ export declare const se_ListActionConnectorsCommand: (input: ListActionConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
679
720
  /**
680
721
  * serializeAws_restJson1ListAnalysesCommand
681
722
  */
@@ -712,6 +753,10 @@ export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, c
712
753
  * serializeAws_restJson1ListDataSourcesCommand
713
754
  */
714
755
  export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
756
+ /**
757
+ * serializeAws_restJson1ListFlowsCommand
758
+ */
759
+ export declare const se_ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
715
760
  /**
716
761
  * serializeAws_restJson1ListFolderMembersCommand
717
762
  */
@@ -828,6 +873,10 @@ export declare const se_RegisterUserCommand: (input: RegisterUserCommandInput, c
828
873
  * serializeAws_restJson1RestoreAnalysisCommand
829
874
  */
830
875
  export declare const se_RestoreAnalysisCommand: (input: RestoreAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
876
+ /**
877
+ * serializeAws_restJson1SearchActionConnectorsCommand
878
+ */
879
+ export declare const se_SearchActionConnectorsCommand: (input: SearchActionConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
831
880
  /**
832
881
  * serializeAws_restJson1SearchAnalysesCommand
833
882
  */
@@ -844,6 +893,10 @@ export declare const se_SearchDataSetsCommand: (input: SearchDataSetsCommandInpu
844
893
  * serializeAws_restJson1SearchDataSourcesCommand
845
894
  */
846
895
  export declare const se_SearchDataSourcesCommand: (input: SearchDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
896
+ /**
897
+ * serializeAws_restJson1SearchFlowsCommand
898
+ */
899
+ export declare const se_SearchFlowsCommand: (input: SearchFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
847
900
  /**
848
901
  * serializeAws_restJson1SearchFoldersCommand
849
902
  */
@@ -892,6 +945,14 @@ export declare const se_UpdateAccountCustomPermissionCommand: (input: UpdateAcco
892
945
  * serializeAws_restJson1UpdateAccountSettingsCommand
893
946
  */
894
947
  export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
948
+ /**
949
+ * serializeAws_restJson1UpdateActionConnectorCommand
950
+ */
951
+ export declare const se_UpdateActionConnectorCommand: (input: UpdateActionConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
952
+ /**
953
+ * serializeAws_restJson1UpdateActionConnectorPermissionsCommand
954
+ */
955
+ export declare const se_UpdateActionConnectorPermissionsCommand: (input: UpdateActionConnectorPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
895
956
  /**
896
957
  * serializeAws_restJson1UpdateAnalysisCommand
897
958
  */
@@ -960,6 +1021,10 @@ export declare const se_UpdateDataSourcePermissionsCommand: (input: UpdateDataSo
960
1021
  * serializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
961
1022
  */
962
1023
  export declare const se_UpdateDefaultQBusinessApplicationCommand: (input: UpdateDefaultQBusinessApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1024
+ /**
1025
+ * serializeAws_restJson1UpdateFlowPermissionsCommand
1026
+ */
1027
+ export declare const se_UpdateFlowPermissionsCommand: (input: UpdateFlowPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
963
1028
  /**
964
1029
  * serializeAws_restJson1UpdateFolderCommand
965
1030
  */
@@ -1080,6 +1145,10 @@ export declare const de_CreateAccountCustomizationCommand: (output: __HttpRespon
1080
1145
  * deserializeAws_restJson1CreateAccountSubscriptionCommand
1081
1146
  */
1082
1147
  export declare const de_CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
1148
+ /**
1149
+ * deserializeAws_restJson1CreateActionConnectorCommand
1150
+ */
1151
+ export declare const de_CreateActionConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateActionConnectorCommandOutput>;
1083
1152
  /**
1084
1153
  * deserializeAws_restJson1CreateAnalysisCommand
1085
1154
  */
@@ -1180,6 +1249,10 @@ export declare const de_DeleteAccountCustomPermissionCommand: (output: __HttpRes
1180
1249
  * deserializeAws_restJson1DeleteAccountSubscriptionCommand
1181
1250
  */
1182
1251
  export declare const de_DeleteAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSubscriptionCommandOutput>;
1252
+ /**
1253
+ * deserializeAws_restJson1DeleteActionConnectorCommand
1254
+ */
1255
+ export declare const de_DeleteActionConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteActionConnectorCommandOutput>;
1183
1256
  /**
1184
1257
  * deserializeAws_restJson1DeleteAnalysisCommand
1185
1258
  */
@@ -1312,6 +1385,14 @@ export declare const de_DescribeAccountSettingsCommand: (output: __HttpResponse,
1312
1385
  * deserializeAws_restJson1DescribeAccountSubscriptionCommand
1313
1386
  */
1314
1387
  export declare const de_DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
1388
+ /**
1389
+ * deserializeAws_restJson1DescribeActionConnectorCommand
1390
+ */
1391
+ export declare const de_DescribeActionConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActionConnectorCommandOutput>;
1392
+ /**
1393
+ * deserializeAws_restJson1DescribeActionConnectorPermissionsCommand
1394
+ */
1395
+ export declare const de_DescribeActionConnectorPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActionConnectorPermissionsCommandOutput>;
1315
1396
  /**
1316
1397
  * deserializeAws_restJson1DescribeAnalysisCommand
1317
1398
  */
@@ -1520,10 +1601,22 @@ export declare const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand: (o
1520
1601
  * deserializeAws_restJson1GetDashboardEmbedUrlCommand
1521
1602
  */
1522
1603
  export declare const de_GetDashboardEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardEmbedUrlCommandOutput>;
1604
+ /**
1605
+ * deserializeAws_restJson1GetFlowMetadataCommand
1606
+ */
1607
+ export declare const de_GetFlowMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowMetadataCommandOutput>;
1608
+ /**
1609
+ * deserializeAws_restJson1GetFlowPermissionsCommand
1610
+ */
1611
+ export declare const de_GetFlowPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowPermissionsCommandOutput>;
1523
1612
  /**
1524
1613
  * deserializeAws_restJson1GetSessionEmbedUrlCommand
1525
1614
  */
1526
1615
  export declare const de_GetSessionEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionEmbedUrlCommandOutput>;
1616
+ /**
1617
+ * deserializeAws_restJson1ListActionConnectorsCommand
1618
+ */
1619
+ export declare const de_ListActionConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionConnectorsCommandOutput>;
1527
1620
  /**
1528
1621
  * deserializeAws_restJson1ListAnalysesCommand
1529
1622
  */
@@ -1560,6 +1653,10 @@ export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: _
1560
1653
  * deserializeAws_restJson1ListDataSourcesCommand
1561
1654
  */
1562
1655
  export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
1656
+ /**
1657
+ * deserializeAws_restJson1ListFlowsCommand
1658
+ */
1659
+ export declare const de_ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
1563
1660
  /**
1564
1661
  * deserializeAws_restJson1ListFolderMembersCommand
1565
1662
  */
@@ -1676,6 +1773,10 @@ export declare const de_RegisterUserCommand: (output: __HttpResponse, context: _
1676
1773
  * deserializeAws_restJson1RestoreAnalysisCommand
1677
1774
  */
1678
1775
  export declare const de_RestoreAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAnalysisCommandOutput>;
1776
+ /**
1777
+ * deserializeAws_restJson1SearchActionConnectorsCommand
1778
+ */
1779
+ export declare const de_SearchActionConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchActionConnectorsCommandOutput>;
1679
1780
  /**
1680
1781
  * deserializeAws_restJson1SearchAnalysesCommand
1681
1782
  */
@@ -1692,6 +1793,10 @@ export declare const de_SearchDataSetsCommand: (output: __HttpResponse, context:
1692
1793
  * deserializeAws_restJson1SearchDataSourcesCommand
1693
1794
  */
1694
1795
  export declare const de_SearchDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSourcesCommandOutput>;
1796
+ /**
1797
+ * deserializeAws_restJson1SearchFlowsCommand
1798
+ */
1799
+ export declare const de_SearchFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFlowsCommandOutput>;
1695
1800
  /**
1696
1801
  * deserializeAws_restJson1SearchFoldersCommand
1697
1802
  */
@@ -1740,6 +1845,14 @@ export declare const de_UpdateAccountCustomPermissionCommand: (output: __HttpRes
1740
1845
  * deserializeAws_restJson1UpdateAccountSettingsCommand
1741
1846
  */
1742
1847
  export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
1848
+ /**
1849
+ * deserializeAws_restJson1UpdateActionConnectorCommand
1850
+ */
1851
+ export declare const de_UpdateActionConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionConnectorCommandOutput>;
1852
+ /**
1853
+ * deserializeAws_restJson1UpdateActionConnectorPermissionsCommand
1854
+ */
1855
+ export declare const de_UpdateActionConnectorPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionConnectorPermissionsCommandOutput>;
1743
1856
  /**
1744
1857
  * deserializeAws_restJson1UpdateAnalysisCommand
1745
1858
  */
@@ -1808,6 +1921,10 @@ export declare const de_UpdateDataSourcePermissionsCommand: (output: __HttpRespo
1808
1921
  * deserializeAws_restJson1UpdateDefaultQBusinessApplicationCommand
1809
1922
  */
1810
1923
  export declare const de_UpdateDefaultQBusinessApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
1924
+ /**
1925
+ * deserializeAws_restJson1UpdateFlowPermissionsCommand
1926
+ */
1927
+ export declare const de_UpdateFlowPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowPermissionsCommandOutput>;
1811
1928
  /**
1812
1929
  * deserializeAws_restJson1UpdateFolderCommand
1813
1930
  */