@aws-sdk/client-qbusiness 3.975.0 → 3.980.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.
- package/dist-cjs/index.js +63 -41
- package/dist-es/QBusiness.js +43 -1
- package/dist-types/QBusiness.d.ts +141 -1
- package/dist-types/ts3.4/QBusiness.d.ts +145 -1
- package/package.json +20 -20
package/dist-cjs/index.js
CHANGED
|
@@ -4173,6 +4173,46 @@ class UpdateWebExperienceCommand extends smithyClient.Command
|
|
|
4173
4173
|
.build() {
|
|
4174
4174
|
}
|
|
4175
4175
|
|
|
4176
|
+
const paginateGetChatControlsConfiguration = core.createPaginator(QBusinessClient, GetChatControlsConfigurationCommand, "nextToken", "nextToken", "maxResults");
|
|
4177
|
+
|
|
4178
|
+
const paginateListApplications = core.createPaginator(QBusinessClient, ListApplicationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4179
|
+
|
|
4180
|
+
const paginateListAttachments = core.createPaginator(QBusinessClient, ListAttachmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
4181
|
+
|
|
4182
|
+
const paginateListChatResponseConfigurations = core.createPaginator(QBusinessClient, ListChatResponseConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4183
|
+
|
|
4184
|
+
const paginateListConversations = core.createPaginator(QBusinessClient, ListConversationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4185
|
+
|
|
4186
|
+
const paginateListDataAccessors = core.createPaginator(QBusinessClient, ListDataAccessorsCommand, "nextToken", "nextToken", "maxResults");
|
|
4187
|
+
|
|
4188
|
+
const paginateListDataSources = core.createPaginator(QBusinessClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
4189
|
+
|
|
4190
|
+
const paginateListDataSourceSyncJobs = core.createPaginator(QBusinessClient, ListDataSourceSyncJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
4191
|
+
|
|
4192
|
+
const paginateListDocuments = core.createPaginator(QBusinessClient, ListDocumentsCommand, "nextToken", "nextToken", "maxResults");
|
|
4193
|
+
|
|
4194
|
+
const paginateListGroups = core.createPaginator(QBusinessClient, ListGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
4195
|
+
|
|
4196
|
+
const paginateListIndices = core.createPaginator(QBusinessClient, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
|
|
4197
|
+
|
|
4198
|
+
const paginateListMessages = core.createPaginator(QBusinessClient, ListMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
4199
|
+
|
|
4200
|
+
const paginateListPluginActions = core.createPaginator(QBusinessClient, ListPluginActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4201
|
+
|
|
4202
|
+
const paginateListPlugins = core.createPaginator(QBusinessClient, ListPluginsCommand, "nextToken", "nextToken", "maxResults");
|
|
4203
|
+
|
|
4204
|
+
const paginateListPluginTypeActions = core.createPaginator(QBusinessClient, ListPluginTypeActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4205
|
+
|
|
4206
|
+
const paginateListPluginTypeMetadata = core.createPaginator(QBusinessClient, ListPluginTypeMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
4207
|
+
|
|
4208
|
+
const paginateListRetrievers = core.createPaginator(QBusinessClient, ListRetrieversCommand, "nextToken", "nextToken", "maxResults");
|
|
4209
|
+
|
|
4210
|
+
const paginateListSubscriptions = core.createPaginator(QBusinessClient, ListSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4211
|
+
|
|
4212
|
+
const paginateListWebExperiences = core.createPaginator(QBusinessClient, ListWebExperiencesCommand, "nextToken", "nextToken", "maxResults");
|
|
4213
|
+
|
|
4214
|
+
const paginateSearchRelevantContent = core.createPaginator(QBusinessClient, SearchRelevantContentCommand, "nextToken", "nextToken", "maxResults");
|
|
4215
|
+
|
|
4176
4216
|
const commands = {
|
|
4177
4217
|
AssociatePermissionCommand,
|
|
4178
4218
|
BatchDeleteDocumentCommand,
|
|
@@ -4258,49 +4298,31 @@ const commands = {
|
|
|
4258
4298
|
UpdateUserCommand,
|
|
4259
4299
|
UpdateWebExperienceCommand,
|
|
4260
4300
|
};
|
|
4301
|
+
const paginators = {
|
|
4302
|
+
paginateGetChatControlsConfiguration,
|
|
4303
|
+
paginateListApplications,
|
|
4304
|
+
paginateListAttachments,
|
|
4305
|
+
paginateListChatResponseConfigurations,
|
|
4306
|
+
paginateListConversations,
|
|
4307
|
+
paginateListDataAccessors,
|
|
4308
|
+
paginateListDataSources,
|
|
4309
|
+
paginateListDataSourceSyncJobs,
|
|
4310
|
+
paginateListDocuments,
|
|
4311
|
+
paginateListGroups,
|
|
4312
|
+
paginateListIndices,
|
|
4313
|
+
paginateListMessages,
|
|
4314
|
+
paginateListPluginActions,
|
|
4315
|
+
paginateListPlugins,
|
|
4316
|
+
paginateListPluginTypeActions,
|
|
4317
|
+
paginateListPluginTypeMetadata,
|
|
4318
|
+
paginateListRetrievers,
|
|
4319
|
+
paginateListSubscriptions,
|
|
4320
|
+
paginateListWebExperiences,
|
|
4321
|
+
paginateSearchRelevantContent,
|
|
4322
|
+
};
|
|
4261
4323
|
class QBusiness extends QBusinessClient {
|
|
4262
4324
|
}
|
|
4263
|
-
smithyClient.createAggregatedClient(commands, QBusiness);
|
|
4264
|
-
|
|
4265
|
-
const paginateGetChatControlsConfiguration = core.createPaginator(QBusinessClient, GetChatControlsConfigurationCommand, "nextToken", "nextToken", "maxResults");
|
|
4266
|
-
|
|
4267
|
-
const paginateListApplications = core.createPaginator(QBusinessClient, ListApplicationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4268
|
-
|
|
4269
|
-
const paginateListAttachments = core.createPaginator(QBusinessClient, ListAttachmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
4270
|
-
|
|
4271
|
-
const paginateListChatResponseConfigurations = core.createPaginator(QBusinessClient, ListChatResponseConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4272
|
-
|
|
4273
|
-
const paginateListConversations = core.createPaginator(QBusinessClient, ListConversationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4274
|
-
|
|
4275
|
-
const paginateListDataAccessors = core.createPaginator(QBusinessClient, ListDataAccessorsCommand, "nextToken", "nextToken", "maxResults");
|
|
4276
|
-
|
|
4277
|
-
const paginateListDataSources = core.createPaginator(QBusinessClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
4278
|
-
|
|
4279
|
-
const paginateListDataSourceSyncJobs = core.createPaginator(QBusinessClient, ListDataSourceSyncJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
4280
|
-
|
|
4281
|
-
const paginateListDocuments = core.createPaginator(QBusinessClient, ListDocumentsCommand, "nextToken", "nextToken", "maxResults");
|
|
4282
|
-
|
|
4283
|
-
const paginateListGroups = core.createPaginator(QBusinessClient, ListGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
4284
|
-
|
|
4285
|
-
const paginateListIndices = core.createPaginator(QBusinessClient, ListIndicesCommand, "nextToken", "nextToken", "maxResults");
|
|
4286
|
-
|
|
4287
|
-
const paginateListMessages = core.createPaginator(QBusinessClient, ListMessagesCommand, "nextToken", "nextToken", "maxResults");
|
|
4288
|
-
|
|
4289
|
-
const paginateListPluginActions = core.createPaginator(QBusinessClient, ListPluginActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4290
|
-
|
|
4291
|
-
const paginateListPlugins = core.createPaginator(QBusinessClient, ListPluginsCommand, "nextToken", "nextToken", "maxResults");
|
|
4292
|
-
|
|
4293
|
-
const paginateListPluginTypeActions = core.createPaginator(QBusinessClient, ListPluginTypeActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4294
|
-
|
|
4295
|
-
const paginateListPluginTypeMetadata = core.createPaginator(QBusinessClient, ListPluginTypeMetadataCommand, "nextToken", "nextToken", "maxResults");
|
|
4296
|
-
|
|
4297
|
-
const paginateListRetrievers = core.createPaginator(QBusinessClient, ListRetrieversCommand, "nextToken", "nextToken", "maxResults");
|
|
4298
|
-
|
|
4299
|
-
const paginateListSubscriptions = core.createPaginator(QBusinessClient, ListSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4300
|
-
|
|
4301
|
-
const paginateListWebExperiences = core.createPaginator(QBusinessClient, ListWebExperiencesCommand, "nextToken", "nextToken", "maxResults");
|
|
4302
|
-
|
|
4303
|
-
const paginateSearchRelevantContent = core.createPaginator(QBusinessClient, SearchRelevantContentCommand, "nextToken", "nextToken", "maxResults");
|
|
4325
|
+
smithyClient.createAggregatedClient(commands, QBusiness, { paginators });
|
|
4304
4326
|
|
|
4305
4327
|
const MemberRelation = {
|
|
4306
4328
|
AND: "AND",
|
package/dist-es/QBusiness.js
CHANGED
|
@@ -82,6 +82,26 @@ import { UpdateRetrieverCommand, } from "./commands/UpdateRetrieverCommand";
|
|
|
82
82
|
import { UpdateSubscriptionCommand, } from "./commands/UpdateSubscriptionCommand";
|
|
83
83
|
import { UpdateUserCommand } from "./commands/UpdateUserCommand";
|
|
84
84
|
import { UpdateWebExperienceCommand, } from "./commands/UpdateWebExperienceCommand";
|
|
85
|
+
import { paginateGetChatControlsConfiguration } from "./pagination/GetChatControlsConfigurationPaginator";
|
|
86
|
+
import { paginateListApplications } from "./pagination/ListApplicationsPaginator";
|
|
87
|
+
import { paginateListAttachments } from "./pagination/ListAttachmentsPaginator";
|
|
88
|
+
import { paginateListChatResponseConfigurations } from "./pagination/ListChatResponseConfigurationsPaginator";
|
|
89
|
+
import { paginateListConversations } from "./pagination/ListConversationsPaginator";
|
|
90
|
+
import { paginateListDataAccessors } from "./pagination/ListDataAccessorsPaginator";
|
|
91
|
+
import { paginateListDataSources } from "./pagination/ListDataSourcesPaginator";
|
|
92
|
+
import { paginateListDataSourceSyncJobs } from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
93
|
+
import { paginateListDocuments } from "./pagination/ListDocumentsPaginator";
|
|
94
|
+
import { paginateListGroups } from "./pagination/ListGroupsPaginator";
|
|
95
|
+
import { paginateListIndices } from "./pagination/ListIndicesPaginator";
|
|
96
|
+
import { paginateListMessages } from "./pagination/ListMessagesPaginator";
|
|
97
|
+
import { paginateListPluginActions } from "./pagination/ListPluginActionsPaginator";
|
|
98
|
+
import { paginateListPlugins } from "./pagination/ListPluginsPaginator";
|
|
99
|
+
import { paginateListPluginTypeActions } from "./pagination/ListPluginTypeActionsPaginator";
|
|
100
|
+
import { paginateListPluginTypeMetadata } from "./pagination/ListPluginTypeMetadataPaginator";
|
|
101
|
+
import { paginateListRetrievers } from "./pagination/ListRetrieversPaginator";
|
|
102
|
+
import { paginateListSubscriptions } from "./pagination/ListSubscriptionsPaginator";
|
|
103
|
+
import { paginateListWebExperiences } from "./pagination/ListWebExperiencesPaginator";
|
|
104
|
+
import { paginateSearchRelevantContent } from "./pagination/SearchRelevantContentPaginator";
|
|
85
105
|
import { QBusinessClient } from "./QBusinessClient";
|
|
86
106
|
const commands = {
|
|
87
107
|
AssociatePermissionCommand,
|
|
@@ -168,6 +188,28 @@ const commands = {
|
|
|
168
188
|
UpdateUserCommand,
|
|
169
189
|
UpdateWebExperienceCommand,
|
|
170
190
|
};
|
|
191
|
+
const paginators = {
|
|
192
|
+
paginateGetChatControlsConfiguration,
|
|
193
|
+
paginateListApplications,
|
|
194
|
+
paginateListAttachments,
|
|
195
|
+
paginateListChatResponseConfigurations,
|
|
196
|
+
paginateListConversations,
|
|
197
|
+
paginateListDataAccessors,
|
|
198
|
+
paginateListDataSources,
|
|
199
|
+
paginateListDataSourceSyncJobs,
|
|
200
|
+
paginateListDocuments,
|
|
201
|
+
paginateListGroups,
|
|
202
|
+
paginateListIndices,
|
|
203
|
+
paginateListMessages,
|
|
204
|
+
paginateListPluginActions,
|
|
205
|
+
paginateListPlugins,
|
|
206
|
+
paginateListPluginTypeActions,
|
|
207
|
+
paginateListPluginTypeMetadata,
|
|
208
|
+
paginateListRetrievers,
|
|
209
|
+
paginateListSubscriptions,
|
|
210
|
+
paginateListWebExperiences,
|
|
211
|
+
paginateSearchRelevantContent,
|
|
212
|
+
};
|
|
171
213
|
export class QBusiness extends QBusinessClient {
|
|
172
214
|
}
|
|
173
|
-
createAggregatedClient(commands, QBusiness);
|
|
215
|
+
createAggregatedClient(commands, QBusiness, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "./commands/AssociatePermissionCommand";
|
|
3
3
|
import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "./commands/BatchDeleteDocumentCommand";
|
|
4
4
|
import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "./commands/BatchPutDocumentCommand";
|
|
@@ -584,6 +584,146 @@ export interface QBusiness {
|
|
|
584
584
|
updateWebExperience(args: UpdateWebExperienceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebExperienceCommandOutput>;
|
|
585
585
|
updateWebExperience(args: UpdateWebExperienceCommandInput, cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void): void;
|
|
586
586
|
updateWebExperience(args: UpdateWebExperienceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void): void;
|
|
587
|
+
/**
|
|
588
|
+
* @see {@link GetChatControlsConfigurationCommand}
|
|
589
|
+
* @param args - command input.
|
|
590
|
+
* @param paginationConfig - optional pagination config.
|
|
591
|
+
* @returns AsyncIterable of {@link GetChatControlsConfigurationCommandOutput}.
|
|
592
|
+
*/
|
|
593
|
+
paginateGetChatControlsConfiguration(args: GetChatControlsConfigurationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetChatControlsConfigurationCommandOutput>;
|
|
594
|
+
/**
|
|
595
|
+
* @see {@link ListApplicationsCommand}
|
|
596
|
+
* @param args - command input.
|
|
597
|
+
* @param paginationConfig - optional pagination config.
|
|
598
|
+
* @returns AsyncIterable of {@link ListApplicationsCommandOutput}.
|
|
599
|
+
*/
|
|
600
|
+
paginateListApplications(args?: ListApplicationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApplicationsCommandOutput>;
|
|
601
|
+
/**
|
|
602
|
+
* @see {@link ListAttachmentsCommand}
|
|
603
|
+
* @param args - command input.
|
|
604
|
+
* @param paginationConfig - optional pagination config.
|
|
605
|
+
* @returns AsyncIterable of {@link ListAttachmentsCommandOutput}.
|
|
606
|
+
*/
|
|
607
|
+
paginateListAttachments(args: ListAttachmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachmentsCommandOutput>;
|
|
608
|
+
/**
|
|
609
|
+
* @see {@link ListChatResponseConfigurationsCommand}
|
|
610
|
+
* @param args - command input.
|
|
611
|
+
* @param paginationConfig - optional pagination config.
|
|
612
|
+
* @returns AsyncIterable of {@link ListChatResponseConfigurationsCommandOutput}.
|
|
613
|
+
*/
|
|
614
|
+
paginateListChatResponseConfigurations(args: ListChatResponseConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListChatResponseConfigurationsCommandOutput>;
|
|
615
|
+
/**
|
|
616
|
+
* @see {@link ListConversationsCommand}
|
|
617
|
+
* @param args - command input.
|
|
618
|
+
* @param paginationConfig - optional pagination config.
|
|
619
|
+
* @returns AsyncIterable of {@link ListConversationsCommandOutput}.
|
|
620
|
+
*/
|
|
621
|
+
paginateListConversations(args: ListConversationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListConversationsCommandOutput>;
|
|
622
|
+
/**
|
|
623
|
+
* @see {@link ListDataAccessorsCommand}
|
|
624
|
+
* @param args - command input.
|
|
625
|
+
* @param paginationConfig - optional pagination config.
|
|
626
|
+
* @returns AsyncIterable of {@link ListDataAccessorsCommandOutput}.
|
|
627
|
+
*/
|
|
628
|
+
paginateListDataAccessors(args: ListDataAccessorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataAccessorsCommandOutput>;
|
|
629
|
+
/**
|
|
630
|
+
* @see {@link ListDataSourcesCommand}
|
|
631
|
+
* @param args - command input.
|
|
632
|
+
* @param paginationConfig - optional pagination config.
|
|
633
|
+
* @returns AsyncIterable of {@link ListDataSourcesCommandOutput}.
|
|
634
|
+
*/
|
|
635
|
+
paginateListDataSources(args: ListDataSourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourcesCommandOutput>;
|
|
636
|
+
/**
|
|
637
|
+
* @see {@link ListDataSourceSyncJobsCommand}
|
|
638
|
+
* @param args - command input.
|
|
639
|
+
* @param paginationConfig - optional pagination config.
|
|
640
|
+
* @returns AsyncIterable of {@link ListDataSourceSyncJobsCommandOutput}.
|
|
641
|
+
*/
|
|
642
|
+
paginateListDataSourceSyncJobs(args: ListDataSourceSyncJobsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDataSourceSyncJobsCommandOutput>;
|
|
643
|
+
/**
|
|
644
|
+
* @see {@link ListDocumentsCommand}
|
|
645
|
+
* @param args - command input.
|
|
646
|
+
* @param paginationConfig - optional pagination config.
|
|
647
|
+
* @returns AsyncIterable of {@link ListDocumentsCommandOutput}.
|
|
648
|
+
*/
|
|
649
|
+
paginateListDocuments(args: ListDocumentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDocumentsCommandOutput>;
|
|
650
|
+
/**
|
|
651
|
+
* @see {@link ListGroupsCommand}
|
|
652
|
+
* @param args - command input.
|
|
653
|
+
* @param paginationConfig - optional pagination config.
|
|
654
|
+
* @returns AsyncIterable of {@link ListGroupsCommandOutput}.
|
|
655
|
+
*/
|
|
656
|
+
paginateListGroups(args: ListGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListGroupsCommandOutput>;
|
|
657
|
+
/**
|
|
658
|
+
* @see {@link ListIndicesCommand}
|
|
659
|
+
* @param args - command input.
|
|
660
|
+
* @param paginationConfig - optional pagination config.
|
|
661
|
+
* @returns AsyncIterable of {@link ListIndicesCommandOutput}.
|
|
662
|
+
*/
|
|
663
|
+
paginateListIndices(args: ListIndicesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIndicesCommandOutput>;
|
|
664
|
+
/**
|
|
665
|
+
* @see {@link ListMessagesCommand}
|
|
666
|
+
* @param args - command input.
|
|
667
|
+
* @param paginationConfig - optional pagination config.
|
|
668
|
+
* @returns AsyncIterable of {@link ListMessagesCommandOutput}.
|
|
669
|
+
*/
|
|
670
|
+
paginateListMessages(args: ListMessagesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMessagesCommandOutput>;
|
|
671
|
+
/**
|
|
672
|
+
* @see {@link ListPluginActionsCommand}
|
|
673
|
+
* @param args - command input.
|
|
674
|
+
* @param paginationConfig - optional pagination config.
|
|
675
|
+
* @returns AsyncIterable of {@link ListPluginActionsCommandOutput}.
|
|
676
|
+
*/
|
|
677
|
+
paginateListPluginActions(args: ListPluginActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPluginActionsCommandOutput>;
|
|
678
|
+
/**
|
|
679
|
+
* @see {@link ListPluginsCommand}
|
|
680
|
+
* @param args - command input.
|
|
681
|
+
* @param paginationConfig - optional pagination config.
|
|
682
|
+
* @returns AsyncIterable of {@link ListPluginsCommandOutput}.
|
|
683
|
+
*/
|
|
684
|
+
paginateListPlugins(args: ListPluginsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPluginsCommandOutput>;
|
|
685
|
+
/**
|
|
686
|
+
* @see {@link ListPluginTypeActionsCommand}
|
|
687
|
+
* @param args - command input.
|
|
688
|
+
* @param paginationConfig - optional pagination config.
|
|
689
|
+
* @returns AsyncIterable of {@link ListPluginTypeActionsCommandOutput}.
|
|
690
|
+
*/
|
|
691
|
+
paginateListPluginTypeActions(args: ListPluginTypeActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPluginTypeActionsCommandOutput>;
|
|
692
|
+
/**
|
|
693
|
+
* @see {@link ListPluginTypeMetadataCommand}
|
|
694
|
+
* @param args - command input.
|
|
695
|
+
* @param paginationConfig - optional pagination config.
|
|
696
|
+
* @returns AsyncIterable of {@link ListPluginTypeMetadataCommandOutput}.
|
|
697
|
+
*/
|
|
698
|
+
paginateListPluginTypeMetadata(args?: ListPluginTypeMetadataCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPluginTypeMetadataCommandOutput>;
|
|
699
|
+
/**
|
|
700
|
+
* @see {@link ListRetrieversCommand}
|
|
701
|
+
* @param args - command input.
|
|
702
|
+
* @param paginationConfig - optional pagination config.
|
|
703
|
+
* @returns AsyncIterable of {@link ListRetrieversCommandOutput}.
|
|
704
|
+
*/
|
|
705
|
+
paginateListRetrievers(args: ListRetrieversCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRetrieversCommandOutput>;
|
|
706
|
+
/**
|
|
707
|
+
* @see {@link ListSubscriptionsCommand}
|
|
708
|
+
* @param args - command input.
|
|
709
|
+
* @param paginationConfig - optional pagination config.
|
|
710
|
+
* @returns AsyncIterable of {@link ListSubscriptionsCommandOutput}.
|
|
711
|
+
*/
|
|
712
|
+
paginateListSubscriptions(args: ListSubscriptionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListSubscriptionsCommandOutput>;
|
|
713
|
+
/**
|
|
714
|
+
* @see {@link ListWebExperiencesCommand}
|
|
715
|
+
* @param args - command input.
|
|
716
|
+
* @param paginationConfig - optional pagination config.
|
|
717
|
+
* @returns AsyncIterable of {@link ListWebExperiencesCommandOutput}.
|
|
718
|
+
*/
|
|
719
|
+
paginateListWebExperiences(args: ListWebExperiencesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWebExperiencesCommandOutput>;
|
|
720
|
+
/**
|
|
721
|
+
* @see {@link SearchRelevantContentCommand}
|
|
722
|
+
* @param args - command input.
|
|
723
|
+
* @param paginationConfig - optional pagination config.
|
|
724
|
+
* @returns AsyncIterable of {@link SearchRelevantContentCommandOutput}.
|
|
725
|
+
*/
|
|
726
|
+
paginateSearchRelevantContent(args: SearchRelevantContentCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchRelevantContentCommandOutput>;
|
|
587
727
|
}
|
|
588
728
|
/**
|
|
589
729
|
* <p>This is the <i>Amazon Q Business</i> API Reference. Amazon Q Business is a fully managed, generative-AI powered enterprise chat assistant that you can deploy within your organization. Amazon Q Business enhances employee productivity by supporting key tasks such as question-answering, knowledge discovery, writing email messages, summarizing text, drafting document outlines, and brainstorming ideas. Users ask questions of Amazon Q Business and get answers that are presented in a conversational manner. For an introduction to the service, see the <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html"> <i>Amazon Q Business User Guide</i> </a>.</p> <p>For an overview of the Amazon Q Business APIs, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview">Overview of Amazon Q Business API operations</a>.</p> <p>For information about the IAM access control permissions you need to use this API, see <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html">IAM roles for Amazon Q Business</a> in the <i>Amazon Q Business User Guide</i>.</p> <p>The following resources provide additional information about using the Amazon Q Business API:</p> <ul> <li> <p> <i> <a href="https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html">Setting up for Amazon Q Business</a> </i> </p> </li> <li> <p> <i> <a href="https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html">Amazon Q Business CLI Reference</a> </i> </p> </li> <li> <p> <i> <a href="https://docs.aws.amazon.com/general/latest/gr/amazonq.html">Amazon Web Services General Reference</a> </i> </p> </li> </ul>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AssociatePermissionCommandInput,
|
|
4
8
|
AssociatePermissionCommandOutput,
|
|
@@ -1411,5 +1415,145 @@ export interface QBusiness {
|
|
|
1411
1415
|
options: __HttpHandlerOptions,
|
|
1412
1416
|
cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void
|
|
1413
1417
|
): void;
|
|
1418
|
+
paginateGetChatControlsConfiguration(
|
|
1419
|
+
args: GetChatControlsConfigurationCommandInput,
|
|
1420
|
+
paginationConfig?: Pick<
|
|
1421
|
+
PaginationConfiguration,
|
|
1422
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1423
|
+
>
|
|
1424
|
+
): Paginator<GetChatControlsConfigurationCommandOutput>;
|
|
1425
|
+
paginateListApplications(
|
|
1426
|
+
args?: ListApplicationsCommandInput,
|
|
1427
|
+
paginationConfig?: Pick<
|
|
1428
|
+
PaginationConfiguration,
|
|
1429
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1430
|
+
>
|
|
1431
|
+
): Paginator<ListApplicationsCommandOutput>;
|
|
1432
|
+
paginateListAttachments(
|
|
1433
|
+
args: ListAttachmentsCommandInput,
|
|
1434
|
+
paginationConfig?: Pick<
|
|
1435
|
+
PaginationConfiguration,
|
|
1436
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1437
|
+
>
|
|
1438
|
+
): Paginator<ListAttachmentsCommandOutput>;
|
|
1439
|
+
paginateListChatResponseConfigurations(
|
|
1440
|
+
args: ListChatResponseConfigurationsCommandInput,
|
|
1441
|
+
paginationConfig?: Pick<
|
|
1442
|
+
PaginationConfiguration,
|
|
1443
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1444
|
+
>
|
|
1445
|
+
): Paginator<ListChatResponseConfigurationsCommandOutput>;
|
|
1446
|
+
paginateListConversations(
|
|
1447
|
+
args: ListConversationsCommandInput,
|
|
1448
|
+
paginationConfig?: Pick<
|
|
1449
|
+
PaginationConfiguration,
|
|
1450
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1451
|
+
>
|
|
1452
|
+
): Paginator<ListConversationsCommandOutput>;
|
|
1453
|
+
paginateListDataAccessors(
|
|
1454
|
+
args: ListDataAccessorsCommandInput,
|
|
1455
|
+
paginationConfig?: Pick<
|
|
1456
|
+
PaginationConfiguration,
|
|
1457
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1458
|
+
>
|
|
1459
|
+
): Paginator<ListDataAccessorsCommandOutput>;
|
|
1460
|
+
paginateListDataSources(
|
|
1461
|
+
args: ListDataSourcesCommandInput,
|
|
1462
|
+
paginationConfig?: Pick<
|
|
1463
|
+
PaginationConfiguration,
|
|
1464
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1465
|
+
>
|
|
1466
|
+
): Paginator<ListDataSourcesCommandOutput>;
|
|
1467
|
+
paginateListDataSourceSyncJobs(
|
|
1468
|
+
args: ListDataSourceSyncJobsCommandInput,
|
|
1469
|
+
paginationConfig?: Pick<
|
|
1470
|
+
PaginationConfiguration,
|
|
1471
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1472
|
+
>
|
|
1473
|
+
): Paginator<ListDataSourceSyncJobsCommandOutput>;
|
|
1474
|
+
paginateListDocuments(
|
|
1475
|
+
args: ListDocumentsCommandInput,
|
|
1476
|
+
paginationConfig?: Pick<
|
|
1477
|
+
PaginationConfiguration,
|
|
1478
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1479
|
+
>
|
|
1480
|
+
): Paginator<ListDocumentsCommandOutput>;
|
|
1481
|
+
paginateListGroups(
|
|
1482
|
+
args: ListGroupsCommandInput,
|
|
1483
|
+
paginationConfig?: Pick<
|
|
1484
|
+
PaginationConfiguration,
|
|
1485
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1486
|
+
>
|
|
1487
|
+
): Paginator<ListGroupsCommandOutput>;
|
|
1488
|
+
paginateListIndices(
|
|
1489
|
+
args: ListIndicesCommandInput,
|
|
1490
|
+
paginationConfig?: Pick<
|
|
1491
|
+
PaginationConfiguration,
|
|
1492
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1493
|
+
>
|
|
1494
|
+
): Paginator<ListIndicesCommandOutput>;
|
|
1495
|
+
paginateListMessages(
|
|
1496
|
+
args: ListMessagesCommandInput,
|
|
1497
|
+
paginationConfig?: Pick<
|
|
1498
|
+
PaginationConfiguration,
|
|
1499
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1500
|
+
>
|
|
1501
|
+
): Paginator<ListMessagesCommandOutput>;
|
|
1502
|
+
paginateListPluginActions(
|
|
1503
|
+
args: ListPluginActionsCommandInput,
|
|
1504
|
+
paginationConfig?: Pick<
|
|
1505
|
+
PaginationConfiguration,
|
|
1506
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1507
|
+
>
|
|
1508
|
+
): Paginator<ListPluginActionsCommandOutput>;
|
|
1509
|
+
paginateListPlugins(
|
|
1510
|
+
args: ListPluginsCommandInput,
|
|
1511
|
+
paginationConfig?: Pick<
|
|
1512
|
+
PaginationConfiguration,
|
|
1513
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1514
|
+
>
|
|
1515
|
+
): Paginator<ListPluginsCommandOutput>;
|
|
1516
|
+
paginateListPluginTypeActions(
|
|
1517
|
+
args: ListPluginTypeActionsCommandInput,
|
|
1518
|
+
paginationConfig?: Pick<
|
|
1519
|
+
PaginationConfiguration,
|
|
1520
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1521
|
+
>
|
|
1522
|
+
): Paginator<ListPluginTypeActionsCommandOutput>;
|
|
1523
|
+
paginateListPluginTypeMetadata(
|
|
1524
|
+
args?: ListPluginTypeMetadataCommandInput,
|
|
1525
|
+
paginationConfig?: Pick<
|
|
1526
|
+
PaginationConfiguration,
|
|
1527
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1528
|
+
>
|
|
1529
|
+
): Paginator<ListPluginTypeMetadataCommandOutput>;
|
|
1530
|
+
paginateListRetrievers(
|
|
1531
|
+
args: ListRetrieversCommandInput,
|
|
1532
|
+
paginationConfig?: Pick<
|
|
1533
|
+
PaginationConfiguration,
|
|
1534
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1535
|
+
>
|
|
1536
|
+
): Paginator<ListRetrieversCommandOutput>;
|
|
1537
|
+
paginateListSubscriptions(
|
|
1538
|
+
args: ListSubscriptionsCommandInput,
|
|
1539
|
+
paginationConfig?: Pick<
|
|
1540
|
+
PaginationConfiguration,
|
|
1541
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1542
|
+
>
|
|
1543
|
+
): Paginator<ListSubscriptionsCommandOutput>;
|
|
1544
|
+
paginateListWebExperiences(
|
|
1545
|
+
args: ListWebExperiencesCommandInput,
|
|
1546
|
+
paginationConfig?: Pick<
|
|
1547
|
+
PaginationConfiguration,
|
|
1548
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1549
|
+
>
|
|
1550
|
+
): Paginator<ListWebExperiencesCommandOutput>;
|
|
1551
|
+
paginateSearchRelevantContent(
|
|
1552
|
+
args: SearchRelevantContentCommandInput,
|
|
1553
|
+
paginationConfig?: Pick<
|
|
1554
|
+
PaginationConfiguration,
|
|
1555
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1556
|
+
>
|
|
1557
|
+
): Paginator<SearchRelevantContentCommandOutput>;
|
|
1414
1558
|
}
|
|
1415
1559
|
export declare class QBusiness extends QBusinessClient implements QBusiness {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-qbusiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Qbusiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-qbusiness",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-eventstream": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/eventstream-handler-node": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-eventstream": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/eventstream-serde-browser": "^4.2.8",
|
|
40
40
|
"@smithy/eventstream-serde-config-resolver": "^4.3.8",
|
|
41
41
|
"@smithy/eventstream-serde-node": "^4.2.8",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"@smithy/hash-node": "^4.2.8",
|
|
44
44
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
45
45
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
46
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
47
|
-
"@smithy/middleware-retry": "^4.4.
|
|
46
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
47
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
48
48
|
"@smithy/middleware-serde": "^4.2.9",
|
|
49
49
|
"@smithy/middleware-stack": "^4.2.8",
|
|
50
50
|
"@smithy/node-config-provider": "^4.3.8",
|
|
51
51
|
"@smithy/node-http-handler": "^4.4.8",
|
|
52
52
|
"@smithy/protocol-http": "^5.3.8",
|
|
53
|
-
"@smithy/smithy-client": "^4.
|
|
53
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
54
54
|
"@smithy/types": "^4.12.0",
|
|
55
55
|
"@smithy/url-parser": "^4.2.8",
|
|
56
56
|
"@smithy/util-base64": "^4.3.0",
|
|
57
57
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
58
58
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
59
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
60
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
59
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
60
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
61
61
|
"@smithy/util-endpoints": "^3.2.8",
|
|
62
62
|
"@smithy/util-middleware": "^4.2.8",
|
|
63
63
|
"@smithy/util-retry": "^4.2.8",
|