@aws-sdk/client-qbusiness 3.703.0 → 3.707.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 (144) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +797 -42
  3. package/dist-es/QBusiness.js +24 -0
  4. package/dist-es/commands/AssociatePermissionCommand.js +22 -0
  5. package/dist-es/commands/ChatCommand.js +2 -1
  6. package/dist-es/commands/CreateDataAccessorCommand.js +23 -0
  7. package/dist-es/commands/DeleteDataAccessorCommand.js +22 -0
  8. package/dist-es/commands/DisassociatePermissionCommand.js +22 -0
  9. package/dist-es/commands/GetDataAccessorCommand.js +23 -0
  10. package/dist-es/commands/GetPolicyCommand.js +22 -0
  11. package/dist-es/commands/ListDataAccessorsCommand.js +23 -0
  12. package/dist-es/commands/ListPluginActionsCommand.js +22 -0
  13. package/dist-es/commands/ListPluginTypeActionsCommand.js +22 -0
  14. package/dist-es/commands/ListPluginTypeMetadataCommand.js +22 -0
  15. package/dist-es/commands/SearchRelevantContentCommand.js +22 -0
  16. package/dist-es/commands/UpdateDataAccessorCommand.js +23 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/index.js +1 -0
  19. package/dist-es/models/models_0.js +59 -52
  20. package/dist-es/models/models_1.js +54 -0
  21. package/dist-es/pagination/ListDataAccessorsPaginator.js +4 -0
  22. package/dist-es/pagination/ListPluginActionsPaginator.js +4 -0
  23. package/dist-es/pagination/ListPluginTypeActionsPaginator.js +4 -0
  24. package/dist-es/pagination/ListPluginTypeMetadataPaginator.js +4 -0
  25. package/dist-es/pagination/SearchRelevantContentPaginator.js +4 -0
  26. package/dist-es/pagination/index.js +5 -0
  27. package/dist-es/protocols/Aws_restJson1.js +451 -4
  28. package/dist-types/QBusiness.d.ts +85 -0
  29. package/dist-types/QBusinessClient.d.ts +14 -2
  30. package/dist-types/commands/AssociatePermissionCommand.d.ts +105 -0
  31. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +2 -2
  32. package/dist-types/commands/BatchPutDocumentCommand.d.ts +2 -2
  33. package/dist-types/commands/ChatCommand.d.ts +5 -4
  34. package/dist-types/commands/ChatSyncCommand.d.ts +5 -4
  35. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -3
  36. package/dist-types/commands/CreateDataAccessorCommand.d.ts +203 -0
  37. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -2
  38. package/dist-types/commands/CreateIndexCommand.d.ts +2 -2
  39. package/dist-types/commands/CreatePluginCommand.d.ts +9 -3
  40. package/dist-types/commands/CreateRetrieverCommand.d.ts +2 -2
  41. package/dist-types/commands/CreateUserCommand.d.ts +2 -2
  42. package/dist-types/commands/CreateWebExperienceCommand.d.ts +8 -2
  43. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -2
  44. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +2 -2
  45. package/dist-types/commands/DeleteConversationCommand.d.ts +2 -2
  46. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +95 -0
  47. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -2
  48. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -2
  49. package/dist-types/commands/DeleteIndexCommand.d.ts +2 -2
  50. package/dist-types/commands/DeletePluginCommand.d.ts +2 -2
  51. package/dist-types/commands/DeleteRetrieverCommand.d.ts +2 -2
  52. package/dist-types/commands/DeleteUserCommand.d.ts +2 -2
  53. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +2 -2
  54. package/dist-types/commands/DisassociatePermissionCommand.d.ts +95 -0
  55. package/dist-types/commands/GetApplicationCommand.d.ts +6 -3
  56. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +2 -2
  57. package/dist-types/commands/GetDataAccessorCommand.d.ts +191 -0
  58. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -2
  59. package/dist-types/commands/GetGroupCommand.d.ts +2 -2
  60. package/dist-types/commands/GetIndexCommand.d.ts +2 -2
  61. package/dist-types/commands/GetMediaCommand.d.ts +2 -2
  62. package/dist-types/commands/GetPluginCommand.d.ts +9 -3
  63. package/dist-types/commands/GetPolicyCommand.d.ts +92 -0
  64. package/dist-types/commands/GetRetrieverCommand.d.ts +2 -2
  65. package/dist-types/commands/GetUserCommand.d.ts +2 -2
  66. package/dist-types/commands/GetWebExperienceCommand.d.ts +8 -2
  67. package/dist-types/commands/ListApplicationsCommand.d.ts +4 -1
  68. package/dist-types/commands/ListAttachmentsCommand.d.ts +2 -2
  69. package/dist-types/commands/ListConversationsCommand.d.ts +2 -2
  70. package/dist-types/commands/ListDataAccessorsCommand.d.ts +106 -0
  71. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +2 -2
  72. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -2
  73. package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
  74. package/dist-types/commands/ListGroupsCommand.d.ts +2 -2
  75. package/dist-types/commands/ListIndicesCommand.d.ts +2 -2
  76. package/dist-types/commands/ListMessagesCommand.d.ts +3 -3
  77. package/dist-types/commands/ListPluginActionsCommand.d.ts +102 -0
  78. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +98 -0
  79. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +95 -0
  80. package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
  81. package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  83. package/dist-types/commands/ListWebExperiencesCommand.d.ts +2 -2
  84. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -2
  85. package/dist-types/commands/PutGroupCommand.d.ts +2 -2
  86. package/dist-types/commands/SearchRelevantContentCommand.d.ts +214 -0
  87. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +4 -3
  88. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -3
  89. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  90. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  91. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -2
  92. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -3
  93. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +186 -0
  94. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -2
  95. package/dist-types/commands/UpdateIndexCommand.d.ts +2 -2
  96. package/dist-types/commands/UpdatePluginCommand.d.ts +8 -2
  97. package/dist-types/commands/UpdateRetrieverCommand.d.ts +2 -2
  98. package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +8 -2
  100. package/dist-types/commands/index.d.ts +12 -0
  101. package/dist-types/models/index.d.ts +1 -0
  102. package/dist-types/models/models_0.d.ts +735 -636
  103. package/dist-types/models/models_1.d.ts +742 -0
  104. package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +7 -0
  105. package/dist-types/pagination/ListPluginActionsPaginator.d.ts +7 -0
  106. package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +7 -0
  107. package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +7 -0
  108. package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +7 -0
  109. package/dist-types/pagination/index.d.ts +5 -0
  110. package/dist-types/protocols/Aws_restJson1.d.ts +108 -0
  111. package/dist-types/ts3.4/QBusiness.d.ts +205 -0
  112. package/dist-types/ts3.4/QBusinessClient.d.ts +72 -0
  113. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +51 -0
  114. package/dist-types/ts3.4/commands/ChatCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +49 -0
  117. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +51 -0
  118. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +51 -0
  119. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +48 -0
  120. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
  121. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +51 -0
  123. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +2 -4
  127. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +49 -0
  132. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  134. package/dist-types/ts3.4/models/index.d.ts +1 -0
  135. package/dist-types/ts3.4/models/models_0.d.ts +250 -224
  136. package/dist-types/ts3.4/models/models_1.d.ts +239 -0
  137. package/dist-types/ts3.4/pagination/ListDataAccessorsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/ListPluginActionsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/ListPluginTypeActionsPaginator.d.ts +11 -0
  140. package/dist-types/ts3.4/pagination/ListPluginTypeMetadataPaginator.d.ts +11 -0
  141. package/dist-types/ts3.4/pagination/SearchRelevantContentPaginator.d.ts +11 -0
  142. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  143. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +144 -0
  144. package/package.json +1 -1
@@ -1,8 +1,10 @@
1
+ export * from "./AssociatePermissionCommand";
1
2
  export * from "./BatchDeleteDocumentCommand";
2
3
  export * from "./BatchPutDocumentCommand";
3
4
  export * from "./ChatCommand";
4
5
  export * from "./ChatSyncCommand";
5
6
  export * from "./CreateApplicationCommand";
7
+ export * from "./CreateDataAccessorCommand";
6
8
  export * from "./CreateDataSourceCommand";
7
9
  export * from "./CreateIndexCommand";
8
10
  export * from "./CreatePluginCommand";
@@ -12,6 +14,7 @@ export * from "./CreateWebExperienceCommand";
12
14
  export * from "./DeleteApplicationCommand";
13
15
  export * from "./DeleteChatControlsConfigurationCommand";
14
16
  export * from "./DeleteConversationCommand";
17
+ export * from "./DeleteDataAccessorCommand";
15
18
  export * from "./DeleteDataSourceCommand";
16
19
  export * from "./DeleteGroupCommand";
17
20
  export * from "./DeleteIndexCommand";
@@ -19,37 +22,46 @@ export * from "./DeletePluginCommand";
19
22
  export * from "./DeleteRetrieverCommand";
20
23
  export * from "./DeleteUserCommand";
21
24
  export * from "./DeleteWebExperienceCommand";
25
+ export * from "./DisassociatePermissionCommand";
22
26
  export * from "./GetApplicationCommand";
23
27
  export * from "./GetChatControlsConfigurationCommand";
28
+ export * from "./GetDataAccessorCommand";
24
29
  export * from "./GetDataSourceCommand";
25
30
  export * from "./GetGroupCommand";
26
31
  export * from "./GetIndexCommand";
27
32
  export * from "./GetMediaCommand";
28
33
  export * from "./GetPluginCommand";
34
+ export * from "./GetPolicyCommand";
29
35
  export * from "./GetRetrieverCommand";
30
36
  export * from "./GetUserCommand";
31
37
  export * from "./GetWebExperienceCommand";
32
38
  export * from "./ListApplicationsCommand";
33
39
  export * from "./ListAttachmentsCommand";
34
40
  export * from "./ListConversationsCommand";
41
+ export * from "./ListDataAccessorsCommand";
35
42
  export * from "./ListDataSourceSyncJobsCommand";
36
43
  export * from "./ListDataSourcesCommand";
37
44
  export * from "./ListDocumentsCommand";
38
45
  export * from "./ListGroupsCommand";
39
46
  export * from "./ListIndicesCommand";
40
47
  export * from "./ListMessagesCommand";
48
+ export * from "./ListPluginActionsCommand";
49
+ export * from "./ListPluginTypeActionsCommand";
50
+ export * from "./ListPluginTypeMetadataCommand";
41
51
  export * from "./ListPluginsCommand";
42
52
  export * from "./ListRetrieversCommand";
43
53
  export * from "./ListTagsForResourceCommand";
44
54
  export * from "./ListWebExperiencesCommand";
45
55
  export * from "./PutFeedbackCommand";
46
56
  export * from "./PutGroupCommand";
57
+ export * from "./SearchRelevantContentCommand";
47
58
  export * from "./StartDataSourceSyncJobCommand";
48
59
  export * from "./StopDataSourceSyncJobCommand";
49
60
  export * from "./TagResourceCommand";
50
61
  export * from "./UntagResourceCommand";
51
62
  export * from "./UpdateApplicationCommand";
52
63
  export * from "./UpdateChatControlsConfigurationCommand";
64
+ export * from "./UpdateDataAccessorCommand";
53
65
  export * from "./UpdateDataSourceCommand";
54
66
  export * from "./UpdateIndexCommand";
55
67
  export * from "./UpdatePluginCommand";
@@ -1 +1,2 @@
1
1
  export * from "./models_0";
2
+ export * from "./models_1";