@aws-sdk/client-quicksight 3.906.0 → 3.908.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. package/README.md +106 -2
  2. package/dist-cjs/index.js +1454 -359
  3. package/dist-es/QuickSight.js +26 -0
  4. package/dist-es/commands/CreateActionConnectorCommand.js +23 -0
  5. package/dist-es/commands/DeleteActionConnectorCommand.js +22 -0
  6. package/dist-es/commands/DescribeActionConnectorCommand.js +23 -0
  7. package/dist-es/commands/DescribeActionConnectorPermissionsCommand.js +22 -0
  8. package/dist-es/commands/GetFlowMetadataCommand.js +22 -0
  9. package/dist-es/commands/GetFlowPermissionsCommand.js +22 -0
  10. package/dist-es/commands/ListActionConnectorsCommand.js +23 -0
  11. package/dist-es/commands/ListFlowsCommand.js +22 -0
  12. package/dist-es/commands/PredictQAResultsCommand.js +1 -1
  13. package/dist-es/commands/SearchActionConnectorsCommand.js +23 -0
  14. package/dist-es/commands/SearchFlowsCommand.js +22 -0
  15. package/dist-es/commands/UpdateActionConnectorCommand.js +23 -0
  16. package/dist-es/commands/UpdateActionConnectorPermissionsCommand.js +22 -0
  17. package/dist-es/commands/UpdateFlowPermissionsCommand.js +22 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +143 -93
  20. package/dist-es/models/models_1.js +86 -50
  21. package/dist-es/models/models_2.js +169 -161
  22. package/dist-es/models/models_3.js +172 -0
  23. package/dist-es/models/models_4.js +20 -21
  24. package/dist-es/models/models_5.js +44 -3
  25. package/dist-es/pagination/ListActionConnectorsPaginator.js +4 -0
  26. package/dist-es/pagination/ListFlowsPaginator.js +4 -0
  27. package/dist-es/pagination/SearchActionConnectorsPaginator.js +4 -0
  28. package/dist-es/pagination/SearchFlowsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +4 -0
  30. package/dist-es/protocols/Aws_restJson1.js +502 -2
  31. package/dist-types/QuickSight.d.ts +93 -2
  32. package/dist-types/QuickSightClient.d.ts +17 -4
  33. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +2 -2
  34. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +2 -2
  35. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +6 -6
  37. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -11
  38. package/dist-types/commands/CreateActionConnectorCommand.d.ts +165 -0
  39. package/dist-types/commands/CreateAnalysisCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateBrandCommand.d.ts +14 -2
  41. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +13 -1
  42. package/dist-types/commands/CreateDashboardCommand.d.ts +13 -10
  43. package/dist-types/commands/CreateDataSetCommand.d.ts +5 -4
  44. package/dist-types/commands/CreateDataSourceCommand.d.ts +49 -3
  45. package/dist-types/commands/CreateFolderCommand.d.ts +3 -3
  46. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +3 -3
  47. package/dist-types/commands/CreateGroupCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -2
  49. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  50. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateNamespaceCommand.d.ts +4 -4
  52. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateTemplateCommand.d.ts +5 -5
  56. package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateThemeCommand.d.ts +4 -4
  58. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +3 -3
  61. package/dist-types/commands/DeleteAccountCustomPermissionCommand.d.ts +2 -2
  62. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +5 -5
  63. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -7
  64. package/dist-types/commands/DeleteActionConnectorCommand.d.ts +96 -0
  65. package/dist-types/commands/DeleteAnalysisCommand.d.ts +7 -7
  66. package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +2 -2
  67. package/dist-types/commands/DeleteBrandCommand.d.ts +4 -4
  68. package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +2 -2
  69. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -3
  70. package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -2
  71. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +2 -2
  72. package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -4
  73. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +3 -3
  74. package/dist-types/commands/DeleteFolderCommand.d.ts +4 -4
  75. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +4 -4
  76. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  77. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -2
  78. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  79. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +4 -4
  80. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -2
  81. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +2 -2
  82. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +2 -2
  83. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -3
  84. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -2
  85. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -2
  86. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -2
  87. package/dist-types/commands/DeleteThemeCommand.d.ts +3 -3
  88. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  89. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  90. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  91. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  92. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  93. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +3 -3
  94. package/dist-types/commands/DescribeAccountCustomPermissionCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +8 -8
  96. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -2
  97. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -2
  98. package/dist-types/commands/DescribeActionConnectorCommand.d.ts +154 -0
  99. package/dist-types/commands/DescribeActionConnectorPermissionsCommand.d.ts +104 -0
  100. package/dist-types/commands/DescribeAnalysisCommand.d.ts +3 -3
  101. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +3 -3
  102. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -2
  103. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +6 -3
  104. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +25 -3
  105. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeBrandCommand.d.ts +7 -1
  107. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +7 -1
  108. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +13 -1
  109. package/dist-types/commands/DescribeDashboardCommand.d.ts +3 -3
  110. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -8
  111. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -2
  112. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +3 -3
  113. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +3 -3
  114. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeDataSetCommand.d.ts +3 -2
  116. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +3 -2
  117. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDataSourceCommand.d.ts +44 -2
  119. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +2 -2
  121. package/dist-types/commands/DescribeFolderCommand.d.ts +3 -3
  122. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +3 -3
  123. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +3 -3
  124. package/dist-types/commands/DescribeGroupCommand.d.ts +2 -2
  125. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTemplateCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +3 -3
  138. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -2
  139. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeThemeCommand.d.ts +3 -3
  141. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +3 -3
  142. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +3 -3
  148. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +21 -13
  149. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +20 -15
  150. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +17 -8
  151. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +22 -13
  152. package/dist-types/commands/GetFlowMetadataCommand.d.ts +100 -0
  153. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +101 -0
  154. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +14 -14
  155. package/dist-types/commands/ListActionConnectorsCommand.d.ts +111 -0
  156. package/dist-types/commands/ListAnalysesCommand.d.ts +3 -3
  157. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +7 -4
  158. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +7 -4
  159. package/dist-types/commands/ListBrandsCommand.d.ts +2 -2
  160. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +13 -1
  161. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +3 -3
  162. package/dist-types/commands/ListDashboardsCommand.d.ts +2 -2
  163. package/dist-types/commands/ListDataSetsCommand.d.ts +5 -3
  164. package/dist-types/commands/ListDataSourcesCommand.d.ts +44 -2
  165. package/dist-types/commands/ListFlowsCommand.d.ts +110 -0
  166. package/dist-types/commands/ListFolderMembersCommand.d.ts +3 -3
  167. package/dist-types/commands/ListFoldersCommand.d.ts +3 -3
  168. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +3 -3
  169. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  170. package/dist-types/commands/ListGroupsCommand.d.ts +4 -3
  171. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -3
  172. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  173. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +4 -4
  174. package/dist-types/commands/ListIngestionsCommand.d.ts +2 -2
  175. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -2
  176. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +2 -2
  177. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +2 -2
  178. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  179. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +3 -3
  180. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +4 -4
  181. package/dist-types/commands/ListTemplatesCommand.d.ts +4 -4
  182. package/dist-types/commands/ListThemeAliasesCommand.d.ts +3 -3
  183. package/dist-types/commands/ListThemeVersionsCommand.d.ts +4 -4
  184. package/dist-types/commands/ListThemesCommand.d.ts +4 -4
  185. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +2 -2
  186. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -3
  187. package/dist-types/commands/ListTopicsCommand.d.ts +2 -2
  188. package/dist-types/commands/ListUserGroupsCommand.d.ts +3 -3
  189. package/dist-types/commands/ListUsersCommand.d.ts +3 -3
  190. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +4 -4
  191. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -2
  192. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +2 -2
  193. package/dist-types/commands/RegisterUserCommand.d.ts +3 -3
  194. package/dist-types/commands/RestoreAnalysisCommand.d.ts +3 -3
  195. package/dist-types/commands/SearchActionConnectorsCommand.d.ts +115 -0
  196. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  197. package/dist-types/commands/SearchDashboardsCommand.d.ts +5 -4
  198. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -2
  199. package/dist-types/commands/SearchDataSourcesCommand.d.ts +4 -3
  200. package/dist-types/commands/SearchFlowsCommand.d.ts +117 -0
  201. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  202. package/dist-types/commands/SearchGroupsCommand.d.ts +2 -2
  203. package/dist-types/commands/SearchTopicsCommand.d.ts +2 -2
  204. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +12 -5
  205. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +33 -5
  206. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +9 -9
  207. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +4 -4
  208. package/dist-types/commands/TagResourceCommand.d.ts +10 -8
  209. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  210. package/dist-types/commands/UpdateAccountCustomPermissionCommand.d.ts +1 -1
  211. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +3 -3
  212. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -2
  213. package/dist-types/commands/UpdateActionConnectorCommand.d.ts +150 -0
  214. package/dist-types/commands/UpdateActionConnectorPermissionsCommand.d.ts +132 -0
  215. package/dist-types/commands/UpdateAnalysisCommand.d.ts +3 -3
  216. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -2
  217. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  218. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  219. package/dist-types/commands/UpdateBrandCommand.d.ts +13 -1
  220. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  221. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +13 -1
  222. package/dist-types/commands/UpdateDashboardCommand.d.ts +7 -4
  223. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +3 -3
  224. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -2
  225. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -2
  226. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  227. package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -4
  228. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +3 -2
  229. package/dist-types/commands/UpdateDataSourceCommand.d.ts +48 -2
  230. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  231. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +2 -2
  232. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +117 -0
  233. package/dist-types/commands/UpdateFolderCommand.d.ts +3 -3
  234. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +3 -3
  235. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  236. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  237. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +3 -3
  238. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  239. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +2 -2
  240. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -13
  241. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  242. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +2 -2
  243. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  244. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  245. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +2 -2
  246. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -2
  247. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -3
  248. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -2
  249. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -2
  250. package/dist-types/commands/UpdateThemeCommand.d.ts +3 -3
  251. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +3 -3
  252. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  253. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +3 -3
  254. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  255. package/dist-types/commands/UpdateUserCommand.d.ts +2 -2
  256. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  257. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +3 -3
  258. package/dist-types/commands/index.d.ts +13 -0
  259. package/dist-types/index.d.ts +2 -2
  260. package/dist-types/models/models_0.d.ts +3714 -3674
  261. package/dist-types/models/models_1.d.ts +3770 -3698
  262. package/dist-types/models/models_2.d.ts +2474 -1883
  263. package/dist-types/models/models_3.d.ts +4585 -4312
  264. package/dist-types/models/models_4.d.ts +3844 -4136
  265. package/dist-types/models/models_5.d.ts +2234 -127
  266. package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +7 -0
  267. package/dist-types/pagination/ListFlowsPaginator.d.ts +7 -0
  268. package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +7 -0
  269. package/dist-types/pagination/SearchFlowsPaginator.d.ts +7 -0
  270. package/dist-types/pagination/index.d.ts +4 -0
  271. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  272. package/dist-types/ts3.4/QuickSight.d.ts +227 -0
  273. package/dist-types/ts3.4/QuickSightClient.d.ts +78 -0
  274. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/CreateActionConnectorCommand.d.ts +51 -0
  277. package/dist-types/ts3.4/commands/DeleteAccountCustomPermissionCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DeleteActionConnectorCommand.d.ts +51 -0
  281. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DeleteBrandAssignmentCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DeleteBrandCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DeleteCustomPermissionsCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +4 -2
  300. package/dist-types/ts3.4/commands/DescribeActionConnectorCommand.d.ts +51 -0
  301. package/dist-types/ts3.4/commands/DescribeActionConnectorPermissionsCommand.d.ts +51 -0
  302. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +50 -0
  303. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +51 -0
  304. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +51 -0
  305. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +47 -0
  306. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -1
  307. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +4 -2
  323. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/SearchActionConnectorsCommand.d.ts +51 -0
  332. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/SearchFlowsCommand.d.ts +47 -0
  335. package/dist-types/ts3.4/commands/UpdateActionConnectorCommand.d.ts +51 -0
  336. package/dist-types/ts3.4/commands/UpdateActionConnectorPermissionsCommand.d.ts +51 -0
  337. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +51 -0
  338. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  339. package/dist-types/ts3.4/models/models_0.d.ts +311 -174
  340. package/dist-types/ts3.4/models/models_1.d.ts +170 -158
  341. package/dist-types/ts3.4/models/models_2.d.ts +661 -307
  342. package/dist-types/ts3.4/models/models_3.d.ts +352 -217
  343. package/dist-types/ts3.4/models/models_4.d.ts +330 -396
  344. package/dist-types/ts3.4/models/models_5.d.ts +502 -8
  345. package/dist-types/ts3.4/pagination/ListActionConnectorsPaginator.d.ts +11 -0
  346. package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +11 -0
  347. package/dist-types/ts3.4/pagination/SearchActionConnectorsPaginator.d.ts +11 -0
  348. package/dist-types/ts3.4/pagination/SearchFlowsPaginator.d.ts +11 -0
  349. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  350. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  351. package/package.json +15 -15
@@ -1,7 +1,55 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, MeasureFieldFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
- import { ConditionalFormattingColorFilterSensitiveLog, ConditionalFormattingIconFilterSensitiveLog, GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, LayerMapVisualFilterSensitiveLog, UnaggregatedFieldFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_1";
4
- import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
2
+ import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
+ import { ConditionalFormattingColorFilterSensitiveLog, ConditionalFormattingIconFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, LayerMapVisualFilterSensitiveLog, MeasureFieldFilterSensitiveLog, UnaggregatedFieldFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_1";
4
+ export const TableBorderStyle = {
5
+ NONE: "NONE",
6
+ SOLID: "SOLID",
7
+ };
8
+ export const TextWrap = {
9
+ NONE: "NONE",
10
+ WRAP: "WRAP",
11
+ };
12
+ export const VerticalTextAlignment = {
13
+ AUTO: "AUTO",
14
+ BOTTOM: "BOTTOM",
15
+ MIDDLE: "MIDDLE",
16
+ TOP: "TOP",
17
+ };
18
+ export const PivotTableMetricPlacement = {
19
+ COLUMN: "COLUMN",
20
+ ROW: "ROW",
21
+ };
22
+ export const PivotTableRowsLayout = {
23
+ HIERARCHY: "HIERARCHY",
24
+ TABULAR: "TABULAR",
25
+ };
26
+ export const PivotTableSubtotalLevel = {
27
+ ALL: "ALL",
28
+ CUSTOM: "CUSTOM",
29
+ LAST: "LAST",
30
+ };
31
+ export const StyledCellType = {
32
+ METRIC_HEADER: "METRIC_HEADER",
33
+ TOTAL: "TOTAL",
34
+ VALUE: "VALUE",
35
+ };
36
+ export const TableTotalsPlacement = {
37
+ AUTO: "AUTO",
38
+ END: "END",
39
+ START: "START",
40
+ };
41
+ export const TableTotalsScrollStatus = {
42
+ PINNED: "PINNED",
43
+ SCROLLED: "SCROLLED",
44
+ };
45
+ export const SimpleTotalAggregationFunction = {
46
+ AVERAGE: "AVERAGE",
47
+ DEFAULT: "DEFAULT",
48
+ MAX: "MAX",
49
+ MIN: "MIN",
50
+ NONE: "NONE",
51
+ SUM: "SUM",
52
+ };
5
53
  export const PivotTableConditionalFormattingScopeRole = {
6
54
  FIELD: "FIELD",
7
55
  FIELD_TOTAL: "FIELD_TOTAL",
@@ -67,10 +115,6 @@ export const AnalysisFilterAttribute = {
67
115
  QUICKSIGHT_USER: "QUICKSIGHT_USER",
68
116
  QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
69
117
  };
70
- export const FilterOperator = {
71
- StringEquals: "StringEquals",
72
- StringLike: "StringLike",
73
- };
74
118
  export const AnchorType = {
75
119
  TODAY: "TODAY",
76
120
  };
@@ -166,6 +210,12 @@ export const StarburstProductType = {
166
210
  ENTERPRISE: "ENTERPRISE",
167
211
  GALAXY: "GALAXY",
168
212
  };
213
+ export const WebCrawlerAuthType = {
214
+ BASIC_AUTH: "BASIC_AUTH",
215
+ FORM: "FORM",
216
+ NO_AUTH: "NO_AUTH",
217
+ SAML: "SAML",
218
+ };
169
219
  export var DataSourceParameters;
170
220
  (function (DataSourceParameters) {
171
221
  DataSourceParameters.visit = (value, visitor) => {
@@ -197,6 +247,8 @@ export var DataSourceParameters;
197
247
  return visitor.RedshiftParameters(value.RedshiftParameters);
198
248
  if (value.S3Parameters !== undefined)
199
249
  return visitor.S3Parameters(value.S3Parameters);
250
+ if (value.S3KnowledgeBaseParameters !== undefined)
251
+ return visitor.S3KnowledgeBaseParameters(value.S3KnowledgeBaseParameters);
200
252
  if (value.ServiceNowParameters !== undefined)
201
253
  return visitor.ServiceNowParameters(value.ServiceNowParameters);
202
254
  if (value.SnowflakeParameters !== undefined)
@@ -225,6 +277,12 @@ export var DataSourceParameters;
225
277
  return visitor.ImpalaParameters(value.ImpalaParameters);
226
278
  if (value.CustomConnectionParameters !== undefined)
227
279
  return visitor.CustomConnectionParameters(value.CustomConnectionParameters);
280
+ if (value.WebCrawlerParameters !== undefined)
281
+ return visitor.WebCrawlerParameters(value.WebCrawlerParameters);
282
+ if (value.ConfluenceParameters !== undefined)
283
+ return visitor.ConfluenceParameters(value.ConfluenceParameters);
284
+ if (value.QBusinessParameters !== undefined)
285
+ return visitor.QBusinessParameters(value.QBusinessParameters);
228
286
  return visitor._(value.$unknown[0], value.$unknown[1]);
229
287
  };
230
288
  })(DataSourceParameters || (DataSourceParameters = {}));
@@ -242,6 +300,40 @@ export const AssignmentStatus = {
242
300
  DRAFT: "DRAFT",
243
301
  ENABLED: "ENABLED",
244
302
  };
303
+ export var AuthorizationCodeGrantCredentialsDetails;
304
+ (function (AuthorizationCodeGrantCredentialsDetails) {
305
+ AuthorizationCodeGrantCredentialsDetails.visit = (value, visitor) => {
306
+ if (value.AuthorizationCodeGrantDetails !== undefined)
307
+ return visitor.AuthorizationCodeGrantDetails(value.AuthorizationCodeGrantDetails);
308
+ return visitor._(value.$unknown[0], value.$unknown[1]);
309
+ };
310
+ })(AuthorizationCodeGrantCredentialsDetails || (AuthorizationCodeGrantCredentialsDetails = {}));
311
+ export var ClientCredentialsDetails;
312
+ (function (ClientCredentialsDetails) {
313
+ ClientCredentialsDetails.visit = (value, visitor) => {
314
+ if (value.ClientCredentialsGrantDetails !== undefined)
315
+ return visitor.ClientCredentialsGrantDetails(value.ClientCredentialsGrantDetails);
316
+ return visitor._(value.$unknown[0], value.$unknown[1]);
317
+ };
318
+ })(ClientCredentialsDetails || (ClientCredentialsDetails = {}));
319
+ export var AuthenticationMetadata;
320
+ (function (AuthenticationMetadata) {
321
+ AuthenticationMetadata.visit = (value, visitor) => {
322
+ if (value.AuthorizationCodeGrantMetadata !== undefined)
323
+ return visitor.AuthorizationCodeGrantMetadata(value.AuthorizationCodeGrantMetadata);
324
+ if (value.ClientCredentialsGrantMetadata !== undefined)
325
+ return visitor.ClientCredentialsGrantMetadata(value.ClientCredentialsGrantMetadata);
326
+ if (value.BasicAuthConnectionMetadata !== undefined)
327
+ return visitor.BasicAuthConnectionMetadata(value.BasicAuthConnectionMetadata);
328
+ if (value.ApiKeyConnectionMetadata !== undefined)
329
+ return visitor.ApiKeyConnectionMetadata(value.ApiKeyConnectionMetadata);
330
+ if (value.NoneConnectionMetadata !== undefined)
331
+ return visitor.NoneConnectionMetadata(value.NoneConnectionMetadata);
332
+ if (value.IamConnectionMetadata !== undefined)
333
+ return visitor.IamConnectionMetadata(value.IamConnectionMetadata);
334
+ return visitor._(value.$unknown[0], value.$unknown[1]);
335
+ };
336
+ })(AuthenticationMetadata || (AuthenticationMetadata = {}));
245
337
  export const AuthenticationMethodOption = {
246
338
  ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY",
247
339
  IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT",
@@ -320,156 +412,6 @@ export const NullFilterOption = {
320
412
  NON_NULLS_ONLY: "NON_NULLS_ONLY",
321
413
  NULLS_ONLY: "NULLS_ONLY",
322
414
  };
323
- export const DisplayFormat = {
324
- AUTO: "AUTO",
325
- CURRENCY: "CURRENCY",
326
- DATE: "DATE",
327
- NUMBER: "NUMBER",
328
- PERCENT: "PERCENT",
329
- STRING: "STRING",
330
- };
331
- export const TopicNumericSeparatorSymbol = {
332
- COMMA: "COMMA",
333
- DOT: "DOT",
334
- };
335
- export const ComparisonMethodType = {
336
- DIFF: "DIFF",
337
- DIFF_AS_PERC: "DIFF_AS_PERC",
338
- MOVING_AVERAGE: "MOVING_AVERAGE",
339
- PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
340
- PERC_DIFF: "PERC_DIFF",
341
- POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
342
- POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
343
- POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
344
- POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
345
- RUNNING_SUM: "RUNNING_SUM",
346
- };
347
- export const VisualRole = {
348
- COMPLIMENTARY: "COMPLIMENTARY",
349
- FALLBACK: "FALLBACK",
350
- FRAGMENT: "FRAGMENT",
351
- MULTI_INTENT: "MULTI_INTENT",
352
- PRIMARY: "PRIMARY",
353
- };
354
- export const ReviewedAnswerErrorCode = {
355
- DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
356
- DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
357
- INTERNAL_ERROR: "INTERNAL_ERROR",
358
- INVALID_DATA: "INVALID_DATA",
359
- INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
360
- MISSING_ANSWER: "MISSING_ANSWER",
361
- MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
362
- };
363
- export class InternalFailureException extends __BaseException {
364
- name = "InternalFailureException";
365
- $fault = "server";
366
- Message;
367
- RequestId;
368
- constructor(opts) {
369
- super({
370
- name: "InternalFailureException",
371
- $fault: "server",
372
- ...opts,
373
- });
374
- Object.setPrototypeOf(this, InternalFailureException.prototype);
375
- this.Message = opts.Message;
376
- this.RequestId = opts.RequestId;
377
- }
378
- }
379
- export class InvalidParameterValueException extends __BaseException {
380
- name = "InvalidParameterValueException";
381
- $fault = "client";
382
- Message;
383
- RequestId;
384
- constructor(opts) {
385
- super({
386
- name: "InvalidParameterValueException",
387
- $fault: "client",
388
- ...opts,
389
- });
390
- Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
391
- this.Message = opts.Message;
392
- this.RequestId = opts.RequestId;
393
- }
394
- }
395
- export const ExceptionResourceType = {
396
- ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
397
- DATA_SET: "DATA_SET",
398
- DATA_SOURCE: "DATA_SOURCE",
399
- GROUP: "GROUP",
400
- IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
401
- INGESTION: "INGESTION",
402
- NAMESPACE: "NAMESPACE",
403
- USER: "USER",
404
- VPC_CONNECTION: "VPC_CONNECTION",
405
- };
406
- export class ResourceNotFoundException extends __BaseException {
407
- name = "ResourceNotFoundException";
408
- $fault = "client";
409
- Message;
410
- ResourceType;
411
- RequestId;
412
- constructor(opts) {
413
- super({
414
- name: "ResourceNotFoundException",
415
- $fault: "client",
416
- ...opts,
417
- });
418
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
419
- this.Message = opts.Message;
420
- this.ResourceType = opts.ResourceType;
421
- this.RequestId = opts.RequestId;
422
- }
423
- }
424
- export class ThrottlingException extends __BaseException {
425
- name = "ThrottlingException";
426
- $fault = "client";
427
- Message;
428
- RequestId;
429
- constructor(opts) {
430
- super({
431
- name: "ThrottlingException",
432
- $fault: "client",
433
- ...opts,
434
- });
435
- Object.setPrototypeOf(this, ThrottlingException.prototype);
436
- this.Message = opts.Message;
437
- this.RequestId = opts.RequestId;
438
- }
439
- }
440
- export class ConflictException extends __BaseException {
441
- name = "ConflictException";
442
- $fault = "client";
443
- Message;
444
- RequestId;
445
- constructor(opts) {
446
- super({
447
- name: "ConflictException",
448
- $fault: "client",
449
- ...opts,
450
- });
451
- Object.setPrototypeOf(this, ConflictException.prototype);
452
- this.Message = opts.Message;
453
- this.RequestId = opts.RequestId;
454
- }
455
- }
456
- export var ImageSource;
457
- (function (ImageSource) {
458
- ImageSource.visit = (value, visitor) => {
459
- if (value.PublicUrl !== undefined)
460
- return visitor.PublicUrl(value.PublicUrl);
461
- if (value.S3Uri !== undefined)
462
- return visitor.S3Uri(value.S3Uri);
463
- return visitor._(value.$unknown[0], value.$unknown[1]);
464
- };
465
- })(ImageSource || (ImageSource = {}));
466
- export const BrandStatus = {
467
- CREATE_FAILED: "CREATE_FAILED",
468
- CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
469
- CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
470
- DELETE_FAILED: "DELETE_FAILED",
471
- DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
472
- };
473
415
  export const PivotTableConfigurationFilterSensitiveLog = (obj) => ({
474
416
  ...obj,
475
417
  });
@@ -687,6 +629,11 @@ export const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
687
629
  export const AnonymousUserSnapshotJobResultFilterSensitiveLog = (obj) => ({
688
630
  ...obj,
689
631
  });
632
+ export const APIKeyConnectionMetadataFilterSensitiveLog = (obj) => ({
633
+ ...obj,
634
+ ...(obj.ApiKey && { ApiKey: SENSITIVE_STRING }),
635
+ ...(obj.Email && { Email: SENSITIVE_STRING }),
636
+ });
690
637
  export const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = (obj) => ({
691
638
  ...obj,
692
639
  });
@@ -713,11 +660,72 @@ export const AssetBundleImportSourceDescriptionFilterSensitiveLog = (obj) => ({
713
660
  ...obj,
714
661
  ...(obj.Body && { Body: SENSITIVE_STRING }),
715
662
  });
716
- export const TopicIRMetricFilterSensitiveLog = (obj) => ({
663
+ export const AuthorizationCodeGrantDetailsFilterSensitiveLog = (obj) => ({
717
664
  ...obj,
718
- ...(obj.Expression && { Expression: SENSITIVE_STRING }),
665
+ ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
719
666
  });
720
- export const TopicIRFilterSensitiveLog = (obj) => ({
667
+ export const AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog = (obj) => {
668
+ if (obj.AuthorizationCodeGrantDetails !== undefined)
669
+ return {
670
+ AuthorizationCodeGrantDetails: AuthorizationCodeGrantDetailsFilterSensitiveLog(obj.AuthorizationCodeGrantDetails),
671
+ };
672
+ if (obj.$unknown !== undefined)
673
+ return { [obj.$unknown[0]]: "UNKNOWN" };
674
+ };
675
+ export const AuthorizationCodeGrantMetadataFilterSensitiveLog = (obj) => ({
721
676
  ...obj,
722
- ...(obj.Metrics && { Metrics: obj.Metrics.map((item) => TopicIRMetricFilterSensitiveLog(item)) }),
677
+ ...(obj.AuthorizationCodeGrantCredentialsDetails && {
678
+ AuthorizationCodeGrantCredentialsDetails: AuthorizationCodeGrantCredentialsDetailsFilterSensitiveLog(obj.AuthorizationCodeGrantCredentialsDetails),
679
+ }),
680
+ });
681
+ export const BasicAuthConnectionMetadataFilterSensitiveLog = (obj) => ({
682
+ ...obj,
683
+ ...(obj.Username && { Username: SENSITIVE_STRING }),
684
+ ...(obj.Password && { Password: SENSITIVE_STRING }),
685
+ });
686
+ export const ClientCredentialsGrantDetailsFilterSensitiveLog = (obj) => ({
687
+ ...obj,
688
+ ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
689
+ });
690
+ export const ClientCredentialsDetailsFilterSensitiveLog = (obj) => {
691
+ if (obj.ClientCredentialsGrantDetails !== undefined)
692
+ return {
693
+ ClientCredentialsGrantDetails: ClientCredentialsGrantDetailsFilterSensitiveLog(obj.ClientCredentialsGrantDetails),
694
+ };
695
+ if (obj.$unknown !== undefined)
696
+ return { [obj.$unknown[0]]: "UNKNOWN" };
697
+ };
698
+ export const ClientCredentialsGrantMetadataFilterSensitiveLog = (obj) => ({
699
+ ...obj,
700
+ ...(obj.ClientCredentialsDetails && {
701
+ ClientCredentialsDetails: ClientCredentialsDetailsFilterSensitiveLog(obj.ClientCredentialsDetails),
702
+ }),
703
+ });
704
+ export const AuthenticationMetadataFilterSensitiveLog = (obj) => {
705
+ if (obj.AuthorizationCodeGrantMetadata !== undefined)
706
+ return {
707
+ AuthorizationCodeGrantMetadata: AuthorizationCodeGrantMetadataFilterSensitiveLog(obj.AuthorizationCodeGrantMetadata),
708
+ };
709
+ if (obj.ClientCredentialsGrantMetadata !== undefined)
710
+ return {
711
+ ClientCredentialsGrantMetadata: ClientCredentialsGrantMetadataFilterSensitiveLog(obj.ClientCredentialsGrantMetadata),
712
+ };
713
+ if (obj.BasicAuthConnectionMetadata !== undefined)
714
+ return {
715
+ BasicAuthConnectionMetadata: BasicAuthConnectionMetadataFilterSensitiveLog(obj.BasicAuthConnectionMetadata),
716
+ };
717
+ if (obj.ApiKeyConnectionMetadata !== undefined)
718
+ return { ApiKeyConnectionMetadata: APIKeyConnectionMetadataFilterSensitiveLog(obj.ApiKeyConnectionMetadata) };
719
+ if (obj.NoneConnectionMetadata !== undefined)
720
+ return { NoneConnectionMetadata: obj.NoneConnectionMetadata };
721
+ if (obj.IamConnectionMetadata !== undefined)
722
+ return { IamConnectionMetadata: obj.IamConnectionMetadata };
723
+ if (obj.$unknown !== undefined)
724
+ return { [obj.$unknown[0]]: "UNKNOWN" };
725
+ };
726
+ export const AuthConfigFilterSensitiveLog = (obj) => ({
727
+ ...obj,
728
+ ...(obj.AuthenticationMetadata && {
729
+ AuthenticationMetadata: AuthenticationMetadataFilterSensitiveLog(obj.AuthenticationMetadata),
730
+ }),
723
731
  });
@@ -1,6 +1,157 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
3
+ import { AuthConfigFilterSensitiveLog, } from "./models_2";
3
4
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
5
+ export const DisplayFormat = {
6
+ AUTO: "AUTO",
7
+ CURRENCY: "CURRENCY",
8
+ DATE: "DATE",
9
+ NUMBER: "NUMBER",
10
+ PERCENT: "PERCENT",
11
+ STRING: "STRING",
12
+ };
13
+ export const TopicNumericSeparatorSymbol = {
14
+ COMMA: "COMMA",
15
+ DOT: "DOT",
16
+ };
17
+ export const ComparisonMethodType = {
18
+ DIFF: "DIFF",
19
+ DIFF_AS_PERC: "DIFF_AS_PERC",
20
+ MOVING_AVERAGE: "MOVING_AVERAGE",
21
+ PERCENT_OF_TOTAL: "PERCENT_OF_TOTAL",
22
+ PERC_DIFF: "PERC_DIFF",
23
+ POP_CURRENT_DIFF: "POP_CURRENT_DIFF",
24
+ POP_CURRENT_DIFF_AS_PERC: "POP_CURRENT_DIFF_AS_PERC",
25
+ POP_OVERTIME_DIFF: "POP_OVERTIME_DIFF",
26
+ POP_OVERTIME_DIFF_AS_PERC: "POP_OVERTIME_DIFF_AS_PERC",
27
+ RUNNING_SUM: "RUNNING_SUM",
28
+ };
29
+ export const VisualRole = {
30
+ COMPLIMENTARY: "COMPLIMENTARY",
31
+ FALLBACK: "FALLBACK",
32
+ FRAGMENT: "FRAGMENT",
33
+ MULTI_INTENT: "MULTI_INTENT",
34
+ PRIMARY: "PRIMARY",
35
+ };
36
+ export const ReviewedAnswerErrorCode = {
37
+ DATASET_DOES_NOT_EXIST: "DATASET_DOES_NOT_EXIST",
38
+ DUPLICATED_ANSWER: "DUPLICATED_ANSWER",
39
+ INTERNAL_ERROR: "INTERNAL_ERROR",
40
+ INVALID_DATA: "INVALID_DATA",
41
+ INVALID_DATASET_ARN: "INVALID_DATASET_ARN",
42
+ MISSING_ANSWER: "MISSING_ANSWER",
43
+ MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS",
44
+ };
45
+ export class InternalFailureException extends __BaseException {
46
+ name = "InternalFailureException";
47
+ $fault = "server";
48
+ Message;
49
+ RequestId;
50
+ constructor(opts) {
51
+ super({
52
+ name: "InternalFailureException",
53
+ $fault: "server",
54
+ ...opts,
55
+ });
56
+ Object.setPrototypeOf(this, InternalFailureException.prototype);
57
+ this.Message = opts.Message;
58
+ this.RequestId = opts.RequestId;
59
+ }
60
+ }
61
+ export class InvalidParameterValueException extends __BaseException {
62
+ name = "InvalidParameterValueException";
63
+ $fault = "client";
64
+ Message;
65
+ RequestId;
66
+ constructor(opts) {
67
+ super({
68
+ name: "InvalidParameterValueException",
69
+ $fault: "client",
70
+ ...opts,
71
+ });
72
+ Object.setPrototypeOf(this, InvalidParameterValueException.prototype);
73
+ this.Message = opts.Message;
74
+ this.RequestId = opts.RequestId;
75
+ }
76
+ }
77
+ export const ExceptionResourceType = {
78
+ ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
79
+ DATA_SET: "DATA_SET",
80
+ DATA_SOURCE: "DATA_SOURCE",
81
+ GROUP: "GROUP",
82
+ IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
83
+ INGESTION: "INGESTION",
84
+ NAMESPACE: "NAMESPACE",
85
+ USER: "USER",
86
+ VPC_CONNECTION: "VPC_CONNECTION",
87
+ };
88
+ export class ResourceNotFoundException extends __BaseException {
89
+ name = "ResourceNotFoundException";
90
+ $fault = "client";
91
+ Message;
92
+ ResourceType;
93
+ RequestId;
94
+ constructor(opts) {
95
+ super({
96
+ name: "ResourceNotFoundException",
97
+ $fault: "client",
98
+ ...opts,
99
+ });
100
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
101
+ this.Message = opts.Message;
102
+ this.ResourceType = opts.ResourceType;
103
+ this.RequestId = opts.RequestId;
104
+ }
105
+ }
106
+ export class ThrottlingException extends __BaseException {
107
+ name = "ThrottlingException";
108
+ $fault = "client";
109
+ Message;
110
+ RequestId;
111
+ constructor(opts) {
112
+ super({
113
+ name: "ThrottlingException",
114
+ $fault: "client",
115
+ ...opts,
116
+ });
117
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
118
+ this.Message = opts.Message;
119
+ this.RequestId = opts.RequestId;
120
+ }
121
+ }
122
+ export class ConflictException extends __BaseException {
123
+ name = "ConflictException";
124
+ $fault = "client";
125
+ Message;
126
+ RequestId;
127
+ constructor(opts) {
128
+ super({
129
+ name: "ConflictException",
130
+ $fault: "client",
131
+ ...opts,
132
+ });
133
+ Object.setPrototypeOf(this, ConflictException.prototype);
134
+ this.Message = opts.Message;
135
+ this.RequestId = opts.RequestId;
136
+ }
137
+ }
138
+ export var ImageSource;
139
+ (function (ImageSource) {
140
+ ImageSource.visit = (value, visitor) => {
141
+ if (value.PublicUrl !== undefined)
142
+ return visitor.PublicUrl(value.PublicUrl);
143
+ if (value.S3Uri !== undefined)
144
+ return visitor.S3Uri(value.S3Uri);
145
+ return visitor._(value.$unknown[0], value.$unknown[1]);
146
+ };
147
+ })(ImageSource || (ImageSource = {}));
148
+ export const BrandStatus = {
149
+ CREATE_FAILED: "CREATE_FAILED",
150
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
151
+ CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
152
+ DELETE_FAILED: "DELETE_FAILED",
153
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
154
+ };
4
155
  export const BrandVersionStatus = {
5
156
  CREATE_FAILED: "CREATE_FAILED",
6
157
  CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
@@ -290,20 +441,26 @@ export const DataSourceType = {
290
441
  AURORA_POSTGRESQL: "AURORA_POSTGRESQL",
291
442
  AWS_IOT_ANALYTICS: "AWS_IOT_ANALYTICS",
292
443
  BIGQUERY: "BIGQUERY",
444
+ CONFLUENCE: "CONFLUENCE",
293
445
  DATABRICKS: "DATABRICKS",
294
446
  EXASOL: "EXASOL",
295
447
  GITHUB: "GITHUB",
296
448
  GOOGLESHEETS: "GOOGLESHEETS",
449
+ GOOGLE_DRIVE: "GOOGLE_DRIVE",
297
450
  JIRA: "JIRA",
298
451
  MARIADB: "MARIADB",
299
452
  MYSQL: "MYSQL",
453
+ ONE_DRIVE: "ONE_DRIVE",
300
454
  ORACLE: "ORACLE",
301
455
  POSTGRESQL: "POSTGRESQL",
302
456
  PRESTO: "PRESTO",
457
+ QBUSINESS: "QBUSINESS",
303
458
  REDSHIFT: "REDSHIFT",
304
459
  S3: "S3",
460
+ S3_KNOWLEDGE_BASE: "S3_KNOWLEDGE_BASE",
305
461
  SALESFORCE: "SALESFORCE",
306
462
  SERVICENOW: "SERVICENOW",
463
+ SHAREPOINT: "SHAREPOINT",
307
464
  SNOWFLAKE: "SNOWFLAKE",
308
465
  SPARK: "SPARK",
309
466
  SQLSERVER: "SQLSERVER",
@@ -312,6 +469,7 @@ export const DataSourceType = {
312
469
  TIMESTREAM: "TIMESTREAM",
313
470
  TRINO: "TRINO",
314
471
  TWITTER: "TWITTER",
472
+ WEB_CRAWLER: "WEB_CRAWLER",
315
473
  };
316
474
  export class CustomerManagedKeyUnavailableException extends __BaseException {
317
475
  name = "CustomerManagedKeyUnavailableException";
@@ -537,6 +695,14 @@ export const DataSourceFilterAttribute = {
537
695
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
538
696
  DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
539
697
  };
698
+ export const TopicIRMetricFilterSensitiveLog = (obj) => ({
699
+ ...obj,
700
+ ...(obj.Expression && { Expression: SENSITIVE_STRING }),
701
+ });
702
+ export const TopicIRFilterSensitiveLog = (obj) => ({
703
+ ...obj,
704
+ ...(obj.Metrics && { Metrics: obj.Metrics.map((item) => TopicIRMetricFilterSensitiveLog(item)) }),
705
+ });
540
706
  export const CalculatedColumnFilterSensitiveLog = (obj) => ({
541
707
  ...obj,
542
708
  ...(obj.Expression && { Expression: SENSITIVE_STRING }),
@@ -549,6 +715,12 @@ export const ColumnTagFilterSensitiveLog = (obj) => ({
549
715
  ...obj,
550
716
  ...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
551
717
  });
718
+ export const CreateActionConnectorRequestFilterSensitiveLog = (obj) => ({
719
+ ...obj,
720
+ ...(obj.Name && { Name: SENSITIVE_STRING }),
721
+ ...(obj.AuthenticationConfig && { AuthenticationConfig: AuthConfigFilterSensitiveLog(obj.AuthenticationConfig) }),
722
+ ...(obj.Description && { Description: SENSITIVE_STRING }),
723
+ });
552
724
  export const DateTimeParameterFilterSensitiveLog = (obj) => ({
553
725
  ...obj,
554
726
  ...(obj.Values && { Values: SENSITIVE_STRING }),
@@ -1,4 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ import { ActionConnectorFilterSensitiveLog, ActionConnectorSummaryFilterSensitiveLog, } from "./models_0";
2
3
  import { AssetBundleImportSourceDescriptionFilterSensitiveLog, } from "./models_2";
3
4
  import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, DataSetFilterSensitiveLog, } from "./models_3";
4
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
@@ -171,6 +172,18 @@ export const EmbeddingIdentityType = {
171
172
  IAM: "IAM",
172
173
  QUICKSIGHT: "QUICKSIGHT",
173
174
  };
175
+ export const FieldName = {
176
+ DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
177
+ DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
178
+ DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
179
+ FLOW_DESCRIPTION: "assetDescription",
180
+ FLOW_NAME: "assetName",
181
+ };
182
+ export const FlowPublishState = {
183
+ DRAFT: "DRAFT",
184
+ PENDING_APPROVAL: "PENDING_APPROVAL",
185
+ PUBLISHED: "PUBLISHED",
186
+ };
174
187
  export const FolderFilterAttribute = {
175
188
  DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
176
189
  DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
@@ -263,15 +276,10 @@ export const IncludeQuickSightQIndex = {
263
276
  EXCLUDE: "EXCLUDE",
264
277
  INCLUDE: "INCLUDE",
265
278
  };
266
- export const QAResultType = {
267
- DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
268
- GENERATED_ANSWER: "GENERATED_ANSWER",
269
- NO_ANSWER: "NO_ANSWER",
270
- };
271
- export const PurchaseMode = {
272
- AUTO_PURCHASE: "AUTO_PURCHASE",
273
- MANUAL: "MANUAL",
274
- };
279
+ export const DescribeActionConnectorResponseFilterSensitiveLog = (obj) => ({
280
+ ...obj,
281
+ ...(obj.ActionConnector && { ActionConnector: ActionConnectorFilterSensitiveLog(obj.ActionConnector) }),
282
+ });
275
283
  export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
276
284
  ...obj,
277
285
  });
@@ -360,18 +368,9 @@ export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
360
368
  ...obj,
361
369
  ...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
362
370
  });
363
- export const PredictQAResultsRequestFilterSensitiveLog = (obj) => ({
364
- ...obj,
365
- ...(obj.QueryText && { QueryText: SENSITIVE_STRING }),
366
- });
367
- export const QAResultFilterSensitiveLog = (obj) => ({
368
- ...obj,
369
- ...(obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }),
370
- });
371
- export const PredictQAResultsResponseFilterSensitiveLog = (obj) => ({
371
+ export const ListActionConnectorsResponseFilterSensitiveLog = (obj) => ({
372
372
  ...obj,
373
- ...(obj.PrimaryResult && { PrimaryResult: QAResultFilterSensitiveLog(obj.PrimaryResult) }),
374
- ...(obj.AdditionalResults && {
375
- AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item)),
373
+ ...(obj.ActionConnectorSummaries && {
374
+ ActionConnectorSummaries: obj.ActionConnectorSummaries.map((item) => ActionConnectorSummaryFilterSensitiveLog(item)),
376
375
  }),
377
376
  });