@aws-sdk/client-qbusiness 3.699.0 → 3.705.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 (151) hide show
  1. package/README.md +112 -0
  2. package/dist-cjs/index.js +1033 -57
  3. package/dist-es/QBusiness.js +28 -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/GetMediaCommand.js +22 -0
  11. package/dist-es/commands/GetPolicyCommand.js +22 -0
  12. package/dist-es/commands/ListAttachmentsCommand.js +22 -0
  13. package/dist-es/commands/ListDataAccessorsCommand.js +23 -0
  14. package/dist-es/commands/ListPluginActionsCommand.js +22 -0
  15. package/dist-es/commands/ListPluginTypeActionsCommand.js +22 -0
  16. package/dist-es/commands/ListPluginTypeMetadataCommand.js +22 -0
  17. package/dist-es/commands/SearchRelevantContentCommand.js +22 -0
  18. package/dist-es/commands/UpdateDataAccessorCommand.js +23 -0
  19. package/dist-es/commands/index.js +14 -0
  20. package/dist-es/models/index.js +1 -0
  21. package/dist-es/models/models_0.js +100 -53
  22. package/dist-es/models/models_1.js +54 -0
  23. package/dist-es/pagination/ListAttachmentsPaginator.js +4 -0
  24. package/dist-es/pagination/ListDataAccessorsPaginator.js +4 -0
  25. package/dist-es/pagination/ListPluginActionsPaginator.js +4 -0
  26. package/dist-es/pagination/ListPluginTypeActionsPaginator.js +4 -0
  27. package/dist-es/pagination/ListPluginTypeMetadataPaginator.js +4 -0
  28. package/dist-es/pagination/SearchRelevantContentPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +6 -0
  30. package/dist-es/protocols/Aws_restJson1.js +574 -4
  31. package/dist-types/QBusiness.d.ts +99 -0
  32. package/dist-types/QBusinessClient.d.ts +16 -2
  33. package/dist-types/commands/AssociatePermissionCommand.d.ts +105 -0
  34. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -3
  35. package/dist-types/commands/BatchPutDocumentCommand.d.ts +8 -3
  36. package/dist-types/commands/ChatCommand.d.ts +24 -8
  37. package/dist-types/commands/ChatSyncCommand.d.ts +24 -8
  38. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -14
  39. package/dist-types/commands/CreateDataAccessorCommand.d.ts +203 -0
  40. package/dist-types/commands/CreateDataSourceCommand.d.ts +8 -3
  41. package/dist-types/commands/CreateIndexCommand.d.ts +4 -4
  42. package/dist-types/commands/CreatePluginCommand.d.ts +10 -4
  43. package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -3
  44. package/dist-types/commands/CreateUserCommand.d.ts +3 -3
  45. package/dist-types/commands/CreateWebExperienceCommand.d.ts +14 -3
  46. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +2 -2
  48. package/dist-types/commands/DeleteConversationCommand.d.ts +2 -2
  49. package/dist-types/commands/DeleteDataAccessorCommand.d.ts +95 -0
  50. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
  52. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -3
  53. package/dist-types/commands/DeletePluginCommand.d.ts +3 -3
  54. package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -3
  55. package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
  56. package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -3
  57. package/dist-types/commands/DisassociatePermissionCommand.d.ts +95 -0
  58. package/dist-types/commands/GetApplicationCommand.d.ts +6 -3
  59. package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +2 -2
  60. package/dist-types/commands/GetDataAccessorCommand.d.ts +191 -0
  61. package/dist-types/commands/GetDataSourceCommand.d.ts +7 -2
  62. package/dist-types/commands/GetGroupCommand.d.ts +3 -3
  63. package/dist-types/commands/GetIndexCommand.d.ts +3 -3
  64. package/dist-types/commands/GetMediaCommand.d.ts +105 -0
  65. package/dist-types/commands/GetPluginCommand.d.ts +9 -3
  66. package/dist-types/commands/GetPolicyCommand.d.ts +92 -0
  67. package/dist-types/commands/GetRetrieverCommand.d.ts +2 -2
  68. package/dist-types/commands/GetUserCommand.d.ts +3 -3
  69. package/dist-types/commands/GetWebExperienceCommand.d.ts +13 -2
  70. package/dist-types/commands/ListApplicationsCommand.d.ts +10 -1
  71. package/dist-types/commands/ListAttachmentsCommand.d.ts +121 -0
  72. package/dist-types/commands/ListConversationsCommand.d.ts +2 -2
  73. package/dist-types/commands/ListDataAccessorsCommand.d.ts +106 -0
  74. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -2
  75. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -2
  76. package/dist-types/commands/ListDocumentsCommand.d.ts +2 -2
  77. package/dist-types/commands/ListGroupsCommand.d.ts +3 -3
  78. package/dist-types/commands/ListIndicesCommand.d.ts +2 -2
  79. package/dist-types/commands/ListMessagesCommand.d.ts +8 -4
  80. package/dist-types/commands/ListPluginActionsCommand.d.ts +102 -0
  81. package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +98 -0
  82. package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +95 -0
  83. package/dist-types/commands/ListPluginsCommand.d.ts +3 -3
  84. package/dist-types/commands/ListRetrieversCommand.d.ts +3 -3
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  86. package/dist-types/commands/ListWebExperiencesCommand.d.ts +2 -2
  87. package/dist-types/commands/PutFeedbackCommand.d.ts +2 -2
  88. package/dist-types/commands/PutGroupCommand.d.ts +3 -3
  89. package/dist-types/commands/SearchRelevantContentCommand.d.ts +218 -0
  90. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +5 -4
  91. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +7 -3
  92. package/dist-types/commands/TagResourceCommand.d.ts +4 -4
  93. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  94. package/dist-types/commands/UpdateApplicationCommand.d.ts +13 -10
  95. package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -4
  96. package/dist-types/commands/UpdateDataAccessorCommand.d.ts +186 -0
  97. package/dist-types/commands/UpdateDataSourceCommand.d.ts +8 -3
  98. package/dist-types/commands/UpdateIndexCommand.d.ts +3 -3
  99. package/dist-types/commands/UpdatePluginCommand.d.ts +9 -3
  100. package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -3
  101. package/dist-types/commands/UpdateUserCommand.d.ts +3 -3
  102. package/dist-types/commands/UpdateWebExperienceCommand.d.ts +14 -3
  103. package/dist-types/commands/index.d.ts +14 -0
  104. package/dist-types/models/index.d.ts +1 -0
  105. package/dist-types/models/models_0.d.ts +1119 -647
  106. package/dist-types/models/models_1.d.ts +752 -0
  107. package/dist-types/pagination/ListAttachmentsPaginator.d.ts +7 -0
  108. package/dist-types/pagination/ListDataAccessorsPaginator.d.ts +7 -0
  109. package/dist-types/pagination/ListPluginActionsPaginator.d.ts +7 -0
  110. package/dist-types/pagination/ListPluginTypeActionsPaginator.d.ts +7 -0
  111. package/dist-types/pagination/ListPluginTypeMetadataPaginator.d.ts +7 -0
  112. package/dist-types/pagination/SearchRelevantContentPaginator.d.ts +7 -0
  113. package/dist-types/pagination/index.d.ts +6 -0
  114. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  115. package/dist-types/ts3.4/QBusiness.d.ts +239 -0
  116. package/dist-types/ts3.4/QBusinessClient.d.ts +84 -0
  117. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +51 -0
  118. package/dist-types/ts3.4/commands/ChatCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +49 -0
  121. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +51 -0
  123. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +48 -0
  124. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +47 -0
  125. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +47 -0
  126. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +50 -0
  127. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +51 -0
  128. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +51 -0
  129. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +51 -0
  130. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +51 -0
  131. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +49 -0
  132. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +2 -4
  133. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +49 -0
  138. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  140. package/dist-types/ts3.4/models/index.d.ts +1 -0
  141. package/dist-types/ts3.4/models/models_0.d.ts +360 -232
  142. package/dist-types/ts3.4/models/models_1.d.ts +241 -0
  143. package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +11 -0
  144. package/dist-types/ts3.4/pagination/ListDataAccessorsPaginator.d.ts +11 -0
  145. package/dist-types/ts3.4/pagination/ListPluginActionsPaginator.d.ts +11 -0
  146. package/dist-types/ts3.4/pagination/ListPluginTypeActionsPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/ListPluginTypeMetadataPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/SearchRelevantContentPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  150. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  151. package/package.json +1 -1
@@ -0,0 +1,241 @@
1
+ import {
2
+ ActionExecution,
3
+ ActionExecutionEvent,
4
+ AttachmentInput,
5
+ AttachmentInputEvent,
6
+ AuthChallengeResponse,
7
+ AuthChallengeResponseEvent,
8
+ BlockedPhrasesConfigurationUpdate,
9
+ ChatMode,
10
+ ChatModeConfiguration,
11
+ ContentSource,
12
+ CreatorModeConfiguration,
13
+ DocumentAttribute,
14
+ EndOfInputEvent,
15
+ ResponseScope,
16
+ Tag,
17
+ TextInputEvent,
18
+ TopicConfiguration,
19
+ UserAlias,
20
+ } from "./models_0";
21
+ export interface StartDataSourceSyncJobResponse {
22
+ executionId?: string | undefined;
23
+ }
24
+ export interface StopDataSourceSyncJobRequest {
25
+ dataSourceId: string | undefined;
26
+ applicationId: string | undefined;
27
+ indexId: string | undefined;
28
+ }
29
+ export interface StopDataSourceSyncJobResponse {}
30
+ export interface TagResourceRequest {
31
+ resourceARN: string | undefined;
32
+ tags: Tag[] | undefined;
33
+ }
34
+ export interface TagResourceResponse {}
35
+ export interface UntagResourceRequest {
36
+ resourceARN: string | undefined;
37
+ tagKeys: string[] | undefined;
38
+ }
39
+ export interface UntagResourceResponse {}
40
+ export interface UpdateChatControlsConfigurationRequest {
41
+ applicationId: string | undefined;
42
+ clientToken?: string | undefined;
43
+ responseScope?: ResponseScope | undefined;
44
+ blockedPhrasesConfigurationUpdate?:
45
+ | BlockedPhrasesConfigurationUpdate
46
+ | undefined;
47
+ topicConfigurationsToCreateOrUpdate?: TopicConfiguration[] | undefined;
48
+ topicConfigurationsToDelete?: TopicConfiguration[] | undefined;
49
+ creatorModeConfiguration?: CreatorModeConfiguration | undefined;
50
+ }
51
+ export interface UpdateChatControlsConfigurationResponse {}
52
+ export interface UpdateUserRequest {
53
+ applicationId: string | undefined;
54
+ userId: string | undefined;
55
+ userAliasesToUpdate?: UserAlias[] | undefined;
56
+ userAliasesToDelete?: UserAlias[] | undefined;
57
+ }
58
+ export interface UpdateUserResponse {
59
+ userAliasesAdded?: UserAlias[] | undefined;
60
+ userAliasesUpdated?: UserAlias[] | undefined;
61
+ userAliasesDeleted?: UserAlias[] | undefined;
62
+ }
63
+ export interface AttributeFilter {
64
+ andAllFilters?: AttributeFilter[] | undefined;
65
+ orAllFilters?: AttributeFilter[] | undefined;
66
+ notFilter?: AttributeFilter | undefined;
67
+ equalsTo?: DocumentAttribute | undefined;
68
+ containsAll?: DocumentAttribute | undefined;
69
+ containsAny?: DocumentAttribute | undefined;
70
+ greaterThan?: DocumentAttribute | undefined;
71
+ greaterThanOrEquals?: DocumentAttribute | undefined;
72
+ lessThan?: DocumentAttribute | undefined;
73
+ lessThanOrEquals?: DocumentAttribute | undefined;
74
+ }
75
+ export interface ActionFilterConfiguration {
76
+ documentAttributeFilter: AttributeFilter | undefined;
77
+ }
78
+ export interface ChatSyncInput {
79
+ applicationId: string | undefined;
80
+ userId?: string | undefined;
81
+ userGroups?: string[] | undefined;
82
+ userMessage?: string | undefined;
83
+ attachments?: AttachmentInput[] | undefined;
84
+ actionExecution?: ActionExecution | undefined;
85
+ authChallengeResponse?: AuthChallengeResponse | undefined;
86
+ conversationId?: string | undefined;
87
+ parentMessageId?: string | undefined;
88
+ attributeFilter?: AttributeFilter | undefined;
89
+ chatMode?: ChatMode | undefined;
90
+ chatModeConfiguration?: ChatModeConfiguration | undefined;
91
+ clientToken?: string | undefined;
92
+ }
93
+ export interface ConfigurationEvent {
94
+ chatMode?: ChatMode | undefined;
95
+ chatModeConfiguration?: ChatModeConfiguration | undefined;
96
+ attributeFilter?: AttributeFilter | undefined;
97
+ }
98
+ export interface SearchRelevantContentRequest {
99
+ applicationId: string | undefined;
100
+ userId?: string | undefined;
101
+ userGroups?: string[] | undefined;
102
+ queryText: string | undefined;
103
+ contentSource: ContentSource | undefined;
104
+ attributeFilter?: AttributeFilter | undefined;
105
+ maxResults?: number | undefined;
106
+ nextToken?: string | undefined;
107
+ }
108
+ export interface ActionConfiguration {
109
+ action: string | undefined;
110
+ filterConfiguration?: ActionFilterConfiguration | undefined;
111
+ }
112
+ export type ChatInputStream =
113
+ | ChatInputStream.ActionExecutionEventMember
114
+ | ChatInputStream.AttachmentEventMember
115
+ | ChatInputStream.AuthChallengeResponseEventMember
116
+ | ChatInputStream.ConfigurationEventMember
117
+ | ChatInputStream.EndOfInputEventMember
118
+ | ChatInputStream.TextEventMember
119
+ | ChatInputStream.$UnknownMember;
120
+ export declare namespace ChatInputStream {
121
+ interface ConfigurationEventMember {
122
+ configurationEvent: ConfigurationEvent;
123
+ textEvent?: never;
124
+ attachmentEvent?: never;
125
+ actionExecutionEvent?: never;
126
+ endOfInputEvent?: never;
127
+ authChallengeResponseEvent?: never;
128
+ $unknown?: never;
129
+ }
130
+ interface TextEventMember {
131
+ configurationEvent?: never;
132
+ textEvent: TextInputEvent;
133
+ attachmentEvent?: never;
134
+ actionExecutionEvent?: never;
135
+ endOfInputEvent?: never;
136
+ authChallengeResponseEvent?: never;
137
+ $unknown?: never;
138
+ }
139
+ interface AttachmentEventMember {
140
+ configurationEvent?: never;
141
+ textEvent?: never;
142
+ attachmentEvent: AttachmentInputEvent;
143
+ actionExecutionEvent?: never;
144
+ endOfInputEvent?: never;
145
+ authChallengeResponseEvent?: never;
146
+ $unknown?: never;
147
+ }
148
+ interface ActionExecutionEventMember {
149
+ configurationEvent?: never;
150
+ textEvent?: never;
151
+ attachmentEvent?: never;
152
+ actionExecutionEvent: ActionExecutionEvent;
153
+ endOfInputEvent?: never;
154
+ authChallengeResponseEvent?: never;
155
+ $unknown?: never;
156
+ }
157
+ interface EndOfInputEventMember {
158
+ configurationEvent?: never;
159
+ textEvent?: never;
160
+ attachmentEvent?: never;
161
+ actionExecutionEvent?: never;
162
+ endOfInputEvent: EndOfInputEvent;
163
+ authChallengeResponseEvent?: never;
164
+ $unknown?: never;
165
+ }
166
+ interface AuthChallengeResponseEventMember {
167
+ configurationEvent?: never;
168
+ textEvent?: never;
169
+ attachmentEvent?: never;
170
+ actionExecutionEvent?: never;
171
+ endOfInputEvent?: never;
172
+ authChallengeResponseEvent: AuthChallengeResponseEvent;
173
+ $unknown?: never;
174
+ }
175
+ interface $UnknownMember {
176
+ configurationEvent?: never;
177
+ textEvent?: never;
178
+ attachmentEvent?: never;
179
+ actionExecutionEvent?: never;
180
+ endOfInputEvent?: never;
181
+ authChallengeResponseEvent?: never;
182
+ $unknown: [string, any];
183
+ }
184
+ interface Visitor<T> {
185
+ configurationEvent: (value: ConfigurationEvent) => T;
186
+ textEvent: (value: TextInputEvent) => T;
187
+ attachmentEvent: (value: AttachmentInputEvent) => T;
188
+ actionExecutionEvent: (value: ActionExecutionEvent) => T;
189
+ endOfInputEvent: (value: EndOfInputEvent) => T;
190
+ authChallengeResponseEvent: (value: AuthChallengeResponseEvent) => T;
191
+ _: (name: string, value: any) => T;
192
+ }
193
+ const visit: <T>(value: ChatInputStream, visitor: Visitor<T>) => T;
194
+ }
195
+ export interface ChatInput {
196
+ applicationId: string | undefined;
197
+ userId?: string | undefined;
198
+ userGroups?: string[] | undefined;
199
+ conversationId?: string | undefined;
200
+ parentMessageId?: string | undefined;
201
+ clientToken?: string | undefined;
202
+ inputStream?: AsyncIterable<ChatInputStream> | undefined;
203
+ }
204
+ export interface CreateDataAccessorRequest {
205
+ applicationId: string | undefined;
206
+ principal: string | undefined;
207
+ actionConfigurations: ActionConfiguration[] | undefined;
208
+ clientToken?: string | undefined;
209
+ displayName: string | undefined;
210
+ tags?: Tag[] | undefined;
211
+ }
212
+ export interface GetDataAccessorResponse {
213
+ displayName?: string | undefined;
214
+ dataAccessorId?: string | undefined;
215
+ dataAccessorArn?: string | undefined;
216
+ applicationId?: string | undefined;
217
+ idcApplicationArn?: string | undefined;
218
+ principal?: string | undefined;
219
+ actionConfigurations?: ActionConfiguration[] | undefined;
220
+ createdAt?: Date | undefined;
221
+ updatedAt?: Date | undefined;
222
+ }
223
+ export interface UpdateDataAccessorRequest {
224
+ applicationId: string | undefined;
225
+ dataAccessorId: string | undefined;
226
+ actionConfigurations: ActionConfiguration[] | undefined;
227
+ displayName?: string | undefined;
228
+ }
229
+ export declare const ChatInputStreamFilterSensitiveLog: (
230
+ obj: ChatInputStream
231
+ ) => any;
232
+ export declare const ChatInputFilterSensitiveLog: (obj: ChatInput) => any;
233
+ export declare const CreateDataAccessorRequestFilterSensitiveLog: (
234
+ obj: CreateDataAccessorRequest
235
+ ) => any;
236
+ export declare const GetDataAccessorResponseFilterSensitiveLog: (
237
+ obj: GetDataAccessorResponse
238
+ ) => any;
239
+ export declare const UpdateDataAccessorRequestFilterSensitiveLog: (
240
+ obj: UpdateDataAccessorRequest
241
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAttachmentsCommandInput,
4
+ ListAttachmentsCommandOutput,
5
+ } from "../commands/ListAttachmentsCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAttachments: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: ListAttachmentsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAttachmentsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListDataAccessorsCommandInput,
4
+ ListDataAccessorsCommandOutput,
5
+ } from "../commands/ListDataAccessorsCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListDataAccessors: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: ListDataAccessorsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListDataAccessorsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListPluginActionsCommandInput,
4
+ ListPluginActionsCommandOutput,
5
+ } from "../commands/ListPluginActionsCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListPluginActions: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: ListPluginActionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListPluginActionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListPluginTypeActionsCommandInput,
4
+ ListPluginTypeActionsCommandOutput,
5
+ } from "../commands/ListPluginTypeActionsCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListPluginTypeActions: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: ListPluginTypeActionsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListPluginTypeActionsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListPluginTypeMetadataCommandInput,
4
+ ListPluginTypeMetadataCommandOutput,
5
+ } from "../commands/ListPluginTypeMetadataCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListPluginTypeMetadata: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: ListPluginTypeMetadataCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListPluginTypeMetadataCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ SearchRelevantContentCommandInput,
4
+ SearchRelevantContentCommandOutput,
5
+ } from "../commands/SearchRelevantContentCommand";
6
+ import { QBusinessPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateSearchRelevantContent: (
8
+ config: QBusinessPaginationConfiguration,
9
+ input: SearchRelevantContentCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<SearchRelevantContentCommandOutput>;
@@ -1,13 +1,19 @@
1
1
  export * from "./GetChatControlsConfigurationPaginator";
2
2
  export * from "./Interfaces";
3
3
  export * from "./ListApplicationsPaginator";
4
+ export * from "./ListAttachmentsPaginator";
4
5
  export * from "./ListConversationsPaginator";
6
+ export * from "./ListDataAccessorsPaginator";
5
7
  export * from "./ListDataSourceSyncJobsPaginator";
6
8
  export * from "./ListDataSourcesPaginator";
7
9
  export * from "./ListDocumentsPaginator";
8
10
  export * from "./ListGroupsPaginator";
9
11
  export * from "./ListIndicesPaginator";
10
12
  export * from "./ListMessagesPaginator";
13
+ export * from "./ListPluginActionsPaginator";
14
+ export * from "./ListPluginTypeActionsPaginator";
15
+ export * from "./ListPluginTypeMetadataPaginator";
11
16
  export * from "./ListPluginsPaginator";
12
17
  export * from "./ListRetrieversPaginator";
13
18
  export * from "./ListWebExperiencesPaginator";
19
+ export * from "./SearchRelevantContentPaginator";