@aws-sdk/client-qbusiness 3.1077.0 → 3.1078.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 +94 -841
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/AssociatePermissionCommand.js +2 -14
- package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
- package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
- package/dist-es/commands/CancelSubscriptionCommand.js +2 -14
- package/dist-es/commands/ChatCommand.js +2 -23
- package/dist-es/commands/ChatSyncCommand.js +2 -14
- package/dist-es/commands/CheckDocumentAccessCommand.js +2 -14
- package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateDataAccessorCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreatePluginCommand.js +2 -14
- package/dist-es/commands/CreateRetrieverCommand.js +2 -14
- package/dist-es/commands/CreateSubscriptionCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/CreateWebExperienceCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConversationCommand.js +2 -14
- package/dist-es/commands/DeleteDataAccessorCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteGroupCommand.js +2 -14
- package/dist-es/commands/DeleteIndexCommand.js +2 -14
- package/dist-es/commands/DeletePluginCommand.js +2 -14
- package/dist-es/commands/DeleteRetrieverCommand.js +2 -14
- package/dist-es/commands/DeleteUserCommand.js +2 -14
- package/dist-es/commands/DeleteWebExperienceCommand.js +2 -14
- package/dist-es/commands/DisassociatePermissionCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDataAccessorCommand.js +2 -14
- package/dist-es/commands/GetDataSourceCommand.js +2 -14
- package/dist-es/commands/GetDocumentContentCommand.js +2 -14
- package/dist-es/commands/GetGroupCommand.js +2 -14
- package/dist-es/commands/GetIndexCommand.js +2 -14
- package/dist-es/commands/GetMediaCommand.js +2 -14
- package/dist-es/commands/GetPluginCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetRetrieverCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetWebExperienceCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListChatResponseConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListConversationsCommand.js +2 -14
- package/dist-es/commands/ListDataAccessorsCommand.js +2 -14
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListDocumentsCommand.js +2 -14
- package/dist-es/commands/ListGroupsCommand.js +2 -14
- package/dist-es/commands/ListIndicesCommand.js +2 -14
- package/dist-es/commands/ListMessagesCommand.js +2 -14
- package/dist-es/commands/ListPluginActionsCommand.js +2 -14
- package/dist-es/commands/ListPluginTypeActionsCommand.js +2 -14
- package/dist-es/commands/ListPluginTypeMetadataCommand.js +2 -14
- package/dist-es/commands/ListPluginsCommand.js +2 -14
- package/dist-es/commands/ListRetrieversCommand.js +2 -14
- package/dist-es/commands/ListSubscriptionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebExperiencesCommand.js +2 -14
- package/dist-es/commands/PutFeedbackCommand.js +2 -14
- package/dist-es/commands/PutGroupCommand.js +2 -14
- package/dist-es/commands/SearchRelevantContentCommand.js +2 -14
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateDataAccessorCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateIndexCommand.js +2 -14
- package/dist-es/commands/UpdatePluginCommand.js +2 -14
- package/dist-es/commands/UpdateRetrieverCommand.js +2 -14
- package/dist-es/commands/UpdateSubscriptionCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/commands/UpdateWebExperienceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AssociatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
- package/dist-types/commands/CancelSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/ChatCommand.d.ts +3 -8
- package/dist-types/commands/ChatSyncCommand.d.ts +3 -8
- package/dist-types/commands/CheckDocumentAccessCommand.d.ts +3 -8
- package/dist-types/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreatePluginCommand.d.ts +3 -8
- package/dist-types/commands/CreateRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConversationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
- package/dist-types/commands/DeletePluginCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetDocumentContentCommand.d.ts +3 -8
- package/dist-types/commands/GetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetIndexCommand.d.ts +3 -8
- package/dist-types/commands/GetMediaCommand.d.ts +3 -8
- package/dist-types/commands/GetPluginCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetWebExperienceCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConversationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAccessorsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListDocumentsCommand.d.ts +3 -8
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +3 -8
- package/dist-types/commands/ListPluginsCommand.d.ts +3 -8
- package/dist-types/commands/ListRetrieversCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +3 -8
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/PutGroupCommand.d.ts +3 -8
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChatResponseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAccessorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePluginCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { resolveEventStreamConfig, getEventStreamPlugin } = require("@aws-sdk/middleware-eventstream");
|
|
3
3
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
5
|
-
|
|
4
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
5
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
6
|
+
exports.$Command = $Command;
|
|
6
7
|
exports.__Client = Client;
|
|
7
8
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
8
9
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -69,7 +70,7 @@ const commonParams = {
|
|
|
69
70
|
Region: { type: "builtInParams", name: "region" },
|
|
70
71
|
};
|
|
71
72
|
|
|
72
|
-
var version = "3.
|
|
73
|
+
var version = "3.1077.0";
|
|
73
74
|
var packageInfo = {
|
|
74
75
|
version: version};
|
|
75
76
|
|
|
@@ -3339,1008 +3340,260 @@ class QBusinessClient extends Client {
|
|
|
3339
3340
|
}
|
|
3340
3341
|
}
|
|
3341
3342
|
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
.sc(AssociatePermission$)
|
|
3351
|
-
.build() {
|
|
3343
|
+
const command = makeBuilder(commonParams, "ExpertQ", "QBusinessClient", getEndpointPlugin);
|
|
3344
|
+
const _ep0 = {};
|
|
3345
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3346
|
+
const _mw1 = (Command, cs, config, o) => [
|
|
3347
|
+
getEventStreamPlugin(config),
|
|
3348
|
+
];
|
|
3349
|
+
|
|
3350
|
+
class AssociatePermissionCommand extends command(_ep0, _mw0, "AssociatePermission", AssociatePermission$) {
|
|
3352
3351
|
}
|
|
3353
3352
|
|
|
3354
|
-
class BatchDeleteDocumentCommand extends
|
|
3355
|
-
.classBuilder()
|
|
3356
|
-
.ep(commonParams)
|
|
3357
|
-
.m(function (Command, cs, config, o) {
|
|
3358
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3359
|
-
})
|
|
3360
|
-
.s("ExpertQ", "BatchDeleteDocument", {})
|
|
3361
|
-
.n("QBusinessClient", "BatchDeleteDocumentCommand")
|
|
3362
|
-
.sc(BatchDeleteDocument$)
|
|
3363
|
-
.build() {
|
|
3353
|
+
class BatchDeleteDocumentCommand extends command(_ep0, _mw0, "BatchDeleteDocument", BatchDeleteDocument$) {
|
|
3364
3354
|
}
|
|
3365
3355
|
|
|
3366
|
-
class BatchPutDocumentCommand extends
|
|
3367
|
-
.classBuilder()
|
|
3368
|
-
.ep(commonParams)
|
|
3369
|
-
.m(function (Command, cs, config, o) {
|
|
3370
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3371
|
-
})
|
|
3372
|
-
.s("ExpertQ", "BatchPutDocument", {})
|
|
3373
|
-
.n("QBusinessClient", "BatchPutDocumentCommand")
|
|
3374
|
-
.sc(BatchPutDocument$)
|
|
3375
|
-
.build() {
|
|
3356
|
+
class BatchPutDocumentCommand extends command(_ep0, _mw0, "BatchPutDocument", BatchPutDocument$) {
|
|
3376
3357
|
}
|
|
3377
3358
|
|
|
3378
|
-
class CancelSubscriptionCommand extends
|
|
3379
|
-
.classBuilder()
|
|
3380
|
-
.ep(commonParams)
|
|
3381
|
-
.m(function (Command, cs, config, o) {
|
|
3382
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3383
|
-
})
|
|
3384
|
-
.s("ExpertQ", "CancelSubscription", {})
|
|
3385
|
-
.n("QBusinessClient", "CancelSubscriptionCommand")
|
|
3386
|
-
.sc(CancelSubscription$)
|
|
3387
|
-
.build() {
|
|
3359
|
+
class CancelSubscriptionCommand extends command(_ep0, _mw0, "CancelSubscription", CancelSubscription$) {
|
|
3388
3360
|
}
|
|
3389
3361
|
|
|
3390
|
-
class ChatCommand extends
|
|
3391
|
-
.classBuilder()
|
|
3392
|
-
.ep(commonParams)
|
|
3393
|
-
.m(function (Command, cs, config, o) {
|
|
3394
|
-
return [
|
|
3395
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
3396
|
-
getEventStreamPlugin(config),
|
|
3397
|
-
];
|
|
3398
|
-
})
|
|
3399
|
-
.s("ExpertQ", "Chat", {
|
|
3400
|
-
eventStream: {
|
|
3401
|
-
input: true,
|
|
3402
|
-
output: true,
|
|
3403
|
-
},
|
|
3404
|
-
})
|
|
3405
|
-
.n("QBusinessClient", "ChatCommand")
|
|
3406
|
-
.sc(Chat$)
|
|
3407
|
-
.build() {
|
|
3362
|
+
class ChatCommand extends command(_ep0, _mw1, "Chat", Chat$) {
|
|
3408
3363
|
}
|
|
3409
3364
|
|
|
3410
|
-
class ChatSyncCommand extends
|
|
3411
|
-
.classBuilder()
|
|
3412
|
-
.ep(commonParams)
|
|
3413
|
-
.m(function (Command, cs, config, o) {
|
|
3414
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3415
|
-
})
|
|
3416
|
-
.s("ExpertQ", "ChatSync", {})
|
|
3417
|
-
.n("QBusinessClient", "ChatSyncCommand")
|
|
3418
|
-
.sc(ChatSync$)
|
|
3419
|
-
.build() {
|
|
3365
|
+
class ChatSyncCommand extends command(_ep0, _mw0, "ChatSync", ChatSync$) {
|
|
3420
3366
|
}
|
|
3421
3367
|
|
|
3422
|
-
class CheckDocumentAccessCommand extends
|
|
3423
|
-
.classBuilder()
|
|
3424
|
-
.ep(commonParams)
|
|
3425
|
-
.m(function (Command, cs, config, o) {
|
|
3426
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3427
|
-
})
|
|
3428
|
-
.s("ExpertQ", "CheckDocumentAccess", {})
|
|
3429
|
-
.n("QBusinessClient", "CheckDocumentAccessCommand")
|
|
3430
|
-
.sc(CheckDocumentAccess$)
|
|
3431
|
-
.build() {
|
|
3368
|
+
class CheckDocumentAccessCommand extends command(_ep0, _mw0, "CheckDocumentAccess", CheckDocumentAccess$) {
|
|
3432
3369
|
}
|
|
3433
3370
|
|
|
3434
|
-
class CreateAnonymousWebExperienceUrlCommand extends
|
|
3435
|
-
.classBuilder()
|
|
3436
|
-
.ep(commonParams)
|
|
3437
|
-
.m(function (Command, cs, config, o) {
|
|
3438
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3439
|
-
})
|
|
3440
|
-
.s("ExpertQ", "CreateAnonymousWebExperienceUrl", {})
|
|
3441
|
-
.n("QBusinessClient", "CreateAnonymousWebExperienceUrlCommand")
|
|
3442
|
-
.sc(CreateAnonymousWebExperienceUrl$)
|
|
3443
|
-
.build() {
|
|
3371
|
+
class CreateAnonymousWebExperienceUrlCommand extends command(_ep0, _mw0, "CreateAnonymousWebExperienceUrl", CreateAnonymousWebExperienceUrl$) {
|
|
3444
3372
|
}
|
|
3445
3373
|
|
|
3446
|
-
class CreateApplicationCommand extends
|
|
3447
|
-
.classBuilder()
|
|
3448
|
-
.ep(commonParams)
|
|
3449
|
-
.m(function (Command, cs, config, o) {
|
|
3450
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3451
|
-
})
|
|
3452
|
-
.s("ExpertQ", "CreateApplication", {})
|
|
3453
|
-
.n("QBusinessClient", "CreateApplicationCommand")
|
|
3454
|
-
.sc(CreateApplication$)
|
|
3455
|
-
.build() {
|
|
3374
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
3456
3375
|
}
|
|
3457
3376
|
|
|
3458
|
-
class CreateChatResponseConfigurationCommand extends
|
|
3459
|
-
.classBuilder()
|
|
3460
|
-
.ep(commonParams)
|
|
3461
|
-
.m(function (Command, cs, config, o) {
|
|
3462
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3463
|
-
})
|
|
3464
|
-
.s("ExpertQ", "CreateChatResponseConfiguration", {})
|
|
3465
|
-
.n("QBusinessClient", "CreateChatResponseConfigurationCommand")
|
|
3466
|
-
.sc(CreateChatResponseConfiguration$)
|
|
3467
|
-
.build() {
|
|
3377
|
+
class CreateChatResponseConfigurationCommand extends command(_ep0, _mw0, "CreateChatResponseConfiguration", CreateChatResponseConfiguration$) {
|
|
3468
3378
|
}
|
|
3469
3379
|
|
|
3470
|
-
class CreateDataAccessorCommand extends
|
|
3471
|
-
.classBuilder()
|
|
3472
|
-
.ep(commonParams)
|
|
3473
|
-
.m(function (Command, cs, config, o) {
|
|
3474
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3475
|
-
})
|
|
3476
|
-
.s("ExpertQ", "CreateDataAccessor", {})
|
|
3477
|
-
.n("QBusinessClient", "CreateDataAccessorCommand")
|
|
3478
|
-
.sc(CreateDataAccessor$)
|
|
3479
|
-
.build() {
|
|
3380
|
+
class CreateDataAccessorCommand extends command(_ep0, _mw0, "CreateDataAccessor", CreateDataAccessor$) {
|
|
3480
3381
|
}
|
|
3481
3382
|
|
|
3482
|
-
class CreateDataSourceCommand extends
|
|
3483
|
-
.classBuilder()
|
|
3484
|
-
.ep(commonParams)
|
|
3485
|
-
.m(function (Command, cs, config, o) {
|
|
3486
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3487
|
-
})
|
|
3488
|
-
.s("ExpertQ", "CreateDataSource", {})
|
|
3489
|
-
.n("QBusinessClient", "CreateDataSourceCommand")
|
|
3490
|
-
.sc(CreateDataSource$)
|
|
3491
|
-
.build() {
|
|
3383
|
+
class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
|
|
3492
3384
|
}
|
|
3493
3385
|
|
|
3494
|
-
class CreateIndexCommand extends
|
|
3495
|
-
.classBuilder()
|
|
3496
|
-
.ep(commonParams)
|
|
3497
|
-
.m(function (Command, cs, config, o) {
|
|
3498
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3499
|
-
})
|
|
3500
|
-
.s("ExpertQ", "CreateIndex", {})
|
|
3501
|
-
.n("QBusinessClient", "CreateIndexCommand")
|
|
3502
|
-
.sc(CreateIndex$)
|
|
3503
|
-
.build() {
|
|
3386
|
+
class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
3504
3387
|
}
|
|
3505
3388
|
|
|
3506
|
-
class CreatePluginCommand extends
|
|
3507
|
-
.classBuilder()
|
|
3508
|
-
.ep(commonParams)
|
|
3509
|
-
.m(function (Command, cs, config, o) {
|
|
3510
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3511
|
-
})
|
|
3512
|
-
.s("ExpertQ", "CreatePlugin", {})
|
|
3513
|
-
.n("QBusinessClient", "CreatePluginCommand")
|
|
3514
|
-
.sc(CreatePlugin$)
|
|
3515
|
-
.build() {
|
|
3389
|
+
class CreatePluginCommand extends command(_ep0, _mw0, "CreatePlugin", CreatePlugin$) {
|
|
3516
3390
|
}
|
|
3517
3391
|
|
|
3518
|
-
class CreateRetrieverCommand extends
|
|
3519
|
-
.classBuilder()
|
|
3520
|
-
.ep(commonParams)
|
|
3521
|
-
.m(function (Command, cs, config, o) {
|
|
3522
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3523
|
-
})
|
|
3524
|
-
.s("ExpertQ", "CreateRetriever", {})
|
|
3525
|
-
.n("QBusinessClient", "CreateRetrieverCommand")
|
|
3526
|
-
.sc(CreateRetriever$)
|
|
3527
|
-
.build() {
|
|
3392
|
+
class CreateRetrieverCommand extends command(_ep0, _mw0, "CreateRetriever", CreateRetriever$) {
|
|
3528
3393
|
}
|
|
3529
3394
|
|
|
3530
|
-
class CreateSubscriptionCommand extends
|
|
3531
|
-
.classBuilder()
|
|
3532
|
-
.ep(commonParams)
|
|
3533
|
-
.m(function (Command, cs, config, o) {
|
|
3534
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3535
|
-
})
|
|
3536
|
-
.s("ExpertQ", "CreateSubscription", {})
|
|
3537
|
-
.n("QBusinessClient", "CreateSubscriptionCommand")
|
|
3538
|
-
.sc(CreateSubscription$)
|
|
3539
|
-
.build() {
|
|
3395
|
+
class CreateSubscriptionCommand extends command(_ep0, _mw0, "CreateSubscription", CreateSubscription$) {
|
|
3540
3396
|
}
|
|
3541
3397
|
|
|
3542
|
-
class CreateUserCommand extends
|
|
3543
|
-
.classBuilder()
|
|
3544
|
-
.ep(commonParams)
|
|
3545
|
-
.m(function (Command, cs, config, o) {
|
|
3546
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3547
|
-
})
|
|
3548
|
-
.s("ExpertQ", "CreateUser", {})
|
|
3549
|
-
.n("QBusinessClient", "CreateUserCommand")
|
|
3550
|
-
.sc(CreateUser$)
|
|
3551
|
-
.build() {
|
|
3398
|
+
class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
3552
3399
|
}
|
|
3553
3400
|
|
|
3554
|
-
class CreateWebExperienceCommand extends
|
|
3555
|
-
.classBuilder()
|
|
3556
|
-
.ep(commonParams)
|
|
3557
|
-
.m(function (Command, cs, config, o) {
|
|
3558
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3559
|
-
})
|
|
3560
|
-
.s("ExpertQ", "CreateWebExperience", {})
|
|
3561
|
-
.n("QBusinessClient", "CreateWebExperienceCommand")
|
|
3562
|
-
.sc(CreateWebExperience$)
|
|
3563
|
-
.build() {
|
|
3401
|
+
class CreateWebExperienceCommand extends command(_ep0, _mw0, "CreateWebExperience", CreateWebExperience$) {
|
|
3564
3402
|
}
|
|
3565
3403
|
|
|
3566
|
-
class DeleteApplicationCommand extends
|
|
3567
|
-
.classBuilder()
|
|
3568
|
-
.ep(commonParams)
|
|
3569
|
-
.m(function (Command, cs, config, o) {
|
|
3570
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3571
|
-
})
|
|
3572
|
-
.s("ExpertQ", "DeleteApplication", {})
|
|
3573
|
-
.n("QBusinessClient", "DeleteApplicationCommand")
|
|
3574
|
-
.sc(DeleteApplication$)
|
|
3575
|
-
.build() {
|
|
3404
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
3576
3405
|
}
|
|
3577
3406
|
|
|
3578
|
-
class DeleteAttachmentCommand extends
|
|
3579
|
-
.classBuilder()
|
|
3580
|
-
.ep(commonParams)
|
|
3581
|
-
.m(function (Command, cs, config, o) {
|
|
3582
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3583
|
-
})
|
|
3584
|
-
.s("ExpertQ", "DeleteAttachment", {})
|
|
3585
|
-
.n("QBusinessClient", "DeleteAttachmentCommand")
|
|
3586
|
-
.sc(DeleteAttachment$)
|
|
3587
|
-
.build() {
|
|
3407
|
+
class DeleteAttachmentCommand extends command(_ep0, _mw0, "DeleteAttachment", DeleteAttachment$) {
|
|
3588
3408
|
}
|
|
3589
3409
|
|
|
3590
|
-
class DeleteChatControlsConfigurationCommand extends
|
|
3591
|
-
.classBuilder()
|
|
3592
|
-
.ep(commonParams)
|
|
3593
|
-
.m(function (Command, cs, config, o) {
|
|
3594
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3595
|
-
})
|
|
3596
|
-
.s("ExpertQ", "DeleteChatControlsConfiguration", {})
|
|
3597
|
-
.n("QBusinessClient", "DeleteChatControlsConfigurationCommand")
|
|
3598
|
-
.sc(DeleteChatControlsConfiguration$)
|
|
3599
|
-
.build() {
|
|
3410
|
+
class DeleteChatControlsConfigurationCommand extends command(_ep0, _mw0, "DeleteChatControlsConfiguration", DeleteChatControlsConfiguration$) {
|
|
3600
3411
|
}
|
|
3601
3412
|
|
|
3602
|
-
class DeleteChatResponseConfigurationCommand extends
|
|
3603
|
-
.classBuilder()
|
|
3604
|
-
.ep(commonParams)
|
|
3605
|
-
.m(function (Command, cs, config, o) {
|
|
3606
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3607
|
-
})
|
|
3608
|
-
.s("ExpertQ", "DeleteChatResponseConfiguration", {})
|
|
3609
|
-
.n("QBusinessClient", "DeleteChatResponseConfigurationCommand")
|
|
3610
|
-
.sc(DeleteChatResponseConfiguration$)
|
|
3611
|
-
.build() {
|
|
3413
|
+
class DeleteChatResponseConfigurationCommand extends command(_ep0, _mw0, "DeleteChatResponseConfiguration", DeleteChatResponseConfiguration$) {
|
|
3612
3414
|
}
|
|
3613
3415
|
|
|
3614
|
-
class DeleteConversationCommand extends
|
|
3615
|
-
.classBuilder()
|
|
3616
|
-
.ep(commonParams)
|
|
3617
|
-
.m(function (Command, cs, config, o) {
|
|
3618
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3619
|
-
})
|
|
3620
|
-
.s("ExpertQ", "DeleteConversation", {})
|
|
3621
|
-
.n("QBusinessClient", "DeleteConversationCommand")
|
|
3622
|
-
.sc(DeleteConversation$)
|
|
3623
|
-
.build() {
|
|
3416
|
+
class DeleteConversationCommand extends command(_ep0, _mw0, "DeleteConversation", DeleteConversation$) {
|
|
3624
3417
|
}
|
|
3625
3418
|
|
|
3626
|
-
class DeleteDataAccessorCommand extends
|
|
3627
|
-
.classBuilder()
|
|
3628
|
-
.ep(commonParams)
|
|
3629
|
-
.m(function (Command, cs, config, o) {
|
|
3630
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3631
|
-
})
|
|
3632
|
-
.s("ExpertQ", "DeleteDataAccessor", {})
|
|
3633
|
-
.n("QBusinessClient", "DeleteDataAccessorCommand")
|
|
3634
|
-
.sc(DeleteDataAccessor$)
|
|
3635
|
-
.build() {
|
|
3419
|
+
class DeleteDataAccessorCommand extends command(_ep0, _mw0, "DeleteDataAccessor", DeleteDataAccessor$) {
|
|
3636
3420
|
}
|
|
3637
3421
|
|
|
3638
|
-
class DeleteDataSourceCommand extends
|
|
3639
|
-
.classBuilder()
|
|
3640
|
-
.ep(commonParams)
|
|
3641
|
-
.m(function (Command, cs, config, o) {
|
|
3642
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3643
|
-
})
|
|
3644
|
-
.s("ExpertQ", "DeleteDataSource", {})
|
|
3645
|
-
.n("QBusinessClient", "DeleteDataSourceCommand")
|
|
3646
|
-
.sc(DeleteDataSource$)
|
|
3647
|
-
.build() {
|
|
3422
|
+
class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
|
|
3648
3423
|
}
|
|
3649
3424
|
|
|
3650
|
-
class DeleteGroupCommand extends
|
|
3651
|
-
.classBuilder()
|
|
3652
|
-
.ep(commonParams)
|
|
3653
|
-
.m(function (Command, cs, config, o) {
|
|
3654
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3655
|
-
})
|
|
3656
|
-
.s("ExpertQ", "DeleteGroup", {})
|
|
3657
|
-
.n("QBusinessClient", "DeleteGroupCommand")
|
|
3658
|
-
.sc(DeleteGroup$)
|
|
3659
|
-
.build() {
|
|
3425
|
+
class DeleteGroupCommand extends command(_ep0, _mw0, "DeleteGroup", DeleteGroup$) {
|
|
3660
3426
|
}
|
|
3661
3427
|
|
|
3662
|
-
class DeleteIndexCommand extends
|
|
3663
|
-
.classBuilder()
|
|
3664
|
-
.ep(commonParams)
|
|
3665
|
-
.m(function (Command, cs, config, o) {
|
|
3666
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3667
|
-
})
|
|
3668
|
-
.s("ExpertQ", "DeleteIndex", {})
|
|
3669
|
-
.n("QBusinessClient", "DeleteIndexCommand")
|
|
3670
|
-
.sc(DeleteIndex$)
|
|
3671
|
-
.build() {
|
|
3428
|
+
class DeleteIndexCommand extends command(_ep0, _mw0, "DeleteIndex", DeleteIndex$) {
|
|
3672
3429
|
}
|
|
3673
3430
|
|
|
3674
|
-
class DeletePluginCommand extends
|
|
3675
|
-
.classBuilder()
|
|
3676
|
-
.ep(commonParams)
|
|
3677
|
-
.m(function (Command, cs, config, o) {
|
|
3678
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3679
|
-
})
|
|
3680
|
-
.s("ExpertQ", "DeletePlugin", {})
|
|
3681
|
-
.n("QBusinessClient", "DeletePluginCommand")
|
|
3682
|
-
.sc(DeletePlugin$)
|
|
3683
|
-
.build() {
|
|
3431
|
+
class DeletePluginCommand extends command(_ep0, _mw0, "DeletePlugin", DeletePlugin$) {
|
|
3684
3432
|
}
|
|
3685
3433
|
|
|
3686
|
-
class DeleteRetrieverCommand extends
|
|
3687
|
-
.classBuilder()
|
|
3688
|
-
.ep(commonParams)
|
|
3689
|
-
.m(function (Command, cs, config, o) {
|
|
3690
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3691
|
-
})
|
|
3692
|
-
.s("ExpertQ", "DeleteRetriever", {})
|
|
3693
|
-
.n("QBusinessClient", "DeleteRetrieverCommand")
|
|
3694
|
-
.sc(DeleteRetriever$)
|
|
3695
|
-
.build() {
|
|
3434
|
+
class DeleteRetrieverCommand extends command(_ep0, _mw0, "DeleteRetriever", DeleteRetriever$) {
|
|
3696
3435
|
}
|
|
3697
3436
|
|
|
3698
|
-
class DeleteUserCommand extends
|
|
3699
|
-
.classBuilder()
|
|
3700
|
-
.ep(commonParams)
|
|
3701
|
-
.m(function (Command, cs, config, o) {
|
|
3702
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3703
|
-
})
|
|
3704
|
-
.s("ExpertQ", "DeleteUser", {})
|
|
3705
|
-
.n("QBusinessClient", "DeleteUserCommand")
|
|
3706
|
-
.sc(DeleteUser$)
|
|
3707
|
-
.build() {
|
|
3437
|
+
class DeleteUserCommand extends command(_ep0, _mw0, "DeleteUser", DeleteUser$) {
|
|
3708
3438
|
}
|
|
3709
3439
|
|
|
3710
|
-
class DeleteWebExperienceCommand extends
|
|
3711
|
-
.classBuilder()
|
|
3712
|
-
.ep(commonParams)
|
|
3713
|
-
.m(function (Command, cs, config, o) {
|
|
3714
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3715
|
-
})
|
|
3716
|
-
.s("ExpertQ", "DeleteWebExperience", {})
|
|
3717
|
-
.n("QBusinessClient", "DeleteWebExperienceCommand")
|
|
3718
|
-
.sc(DeleteWebExperience$)
|
|
3719
|
-
.build() {
|
|
3440
|
+
class DeleteWebExperienceCommand extends command(_ep0, _mw0, "DeleteWebExperience", DeleteWebExperience$) {
|
|
3720
3441
|
}
|
|
3721
3442
|
|
|
3722
|
-
class DisassociatePermissionCommand extends
|
|
3723
|
-
.classBuilder()
|
|
3724
|
-
.ep(commonParams)
|
|
3725
|
-
.m(function (Command, cs, config, o) {
|
|
3726
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3727
|
-
})
|
|
3728
|
-
.s("ExpertQ", "DisassociatePermission", {})
|
|
3729
|
-
.n("QBusinessClient", "DisassociatePermissionCommand")
|
|
3730
|
-
.sc(DisassociatePermission$)
|
|
3731
|
-
.build() {
|
|
3443
|
+
class DisassociatePermissionCommand extends command(_ep0, _mw0, "DisassociatePermission", DisassociatePermission$) {
|
|
3732
3444
|
}
|
|
3733
3445
|
|
|
3734
|
-
class GetApplicationCommand extends
|
|
3735
|
-
.classBuilder()
|
|
3736
|
-
.ep(commonParams)
|
|
3737
|
-
.m(function (Command, cs, config, o) {
|
|
3738
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3739
|
-
})
|
|
3740
|
-
.s("ExpertQ", "GetApplication", {})
|
|
3741
|
-
.n("QBusinessClient", "GetApplicationCommand")
|
|
3742
|
-
.sc(GetApplication$)
|
|
3743
|
-
.build() {
|
|
3446
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
3744
3447
|
}
|
|
3745
3448
|
|
|
3746
|
-
class GetChatControlsConfigurationCommand extends
|
|
3747
|
-
.classBuilder()
|
|
3748
|
-
.ep(commonParams)
|
|
3749
|
-
.m(function (Command, cs, config, o) {
|
|
3750
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3751
|
-
})
|
|
3752
|
-
.s("ExpertQ", "GetChatControlsConfiguration", {})
|
|
3753
|
-
.n("QBusinessClient", "GetChatControlsConfigurationCommand")
|
|
3754
|
-
.sc(GetChatControlsConfiguration$)
|
|
3755
|
-
.build() {
|
|
3449
|
+
class GetChatControlsConfigurationCommand extends command(_ep0, _mw0, "GetChatControlsConfiguration", GetChatControlsConfiguration$) {
|
|
3756
3450
|
}
|
|
3757
3451
|
|
|
3758
|
-
class GetChatResponseConfigurationCommand extends
|
|
3759
|
-
.classBuilder()
|
|
3760
|
-
.ep(commonParams)
|
|
3761
|
-
.m(function (Command, cs, config, o) {
|
|
3762
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3763
|
-
})
|
|
3764
|
-
.s("ExpertQ", "GetChatResponseConfiguration", {})
|
|
3765
|
-
.n("QBusinessClient", "GetChatResponseConfigurationCommand")
|
|
3766
|
-
.sc(GetChatResponseConfiguration$)
|
|
3767
|
-
.build() {
|
|
3452
|
+
class GetChatResponseConfigurationCommand extends command(_ep0, _mw0, "GetChatResponseConfiguration", GetChatResponseConfiguration$) {
|
|
3768
3453
|
}
|
|
3769
3454
|
|
|
3770
|
-
class GetDataAccessorCommand extends
|
|
3771
|
-
.classBuilder()
|
|
3772
|
-
.ep(commonParams)
|
|
3773
|
-
.m(function (Command, cs, config, o) {
|
|
3774
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3775
|
-
})
|
|
3776
|
-
.s("ExpertQ", "GetDataAccessor", {})
|
|
3777
|
-
.n("QBusinessClient", "GetDataAccessorCommand")
|
|
3778
|
-
.sc(GetDataAccessor$)
|
|
3779
|
-
.build() {
|
|
3455
|
+
class GetDataAccessorCommand extends command(_ep0, _mw0, "GetDataAccessor", GetDataAccessor$) {
|
|
3780
3456
|
}
|
|
3781
3457
|
|
|
3782
|
-
class GetDataSourceCommand extends
|
|
3783
|
-
.classBuilder()
|
|
3784
|
-
.ep(commonParams)
|
|
3785
|
-
.m(function (Command, cs, config, o) {
|
|
3786
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3787
|
-
})
|
|
3788
|
-
.s("ExpertQ", "GetDataSource", {})
|
|
3789
|
-
.n("QBusinessClient", "GetDataSourceCommand")
|
|
3790
|
-
.sc(GetDataSource$)
|
|
3791
|
-
.build() {
|
|
3458
|
+
class GetDataSourceCommand extends command(_ep0, _mw0, "GetDataSource", GetDataSource$) {
|
|
3792
3459
|
}
|
|
3793
3460
|
|
|
3794
|
-
class GetDocumentContentCommand extends
|
|
3795
|
-
.classBuilder()
|
|
3796
|
-
.ep(commonParams)
|
|
3797
|
-
.m(function (Command, cs, config, o) {
|
|
3798
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3799
|
-
})
|
|
3800
|
-
.s("ExpertQ", "GetDocumentContent", {})
|
|
3801
|
-
.n("QBusinessClient", "GetDocumentContentCommand")
|
|
3802
|
-
.sc(GetDocumentContent$)
|
|
3803
|
-
.build() {
|
|
3461
|
+
class GetDocumentContentCommand extends command(_ep0, _mw0, "GetDocumentContent", GetDocumentContent$) {
|
|
3804
3462
|
}
|
|
3805
3463
|
|
|
3806
|
-
class GetGroupCommand extends
|
|
3807
|
-
.classBuilder()
|
|
3808
|
-
.ep(commonParams)
|
|
3809
|
-
.m(function (Command, cs, config, o) {
|
|
3810
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3811
|
-
})
|
|
3812
|
-
.s("ExpertQ", "GetGroup", {})
|
|
3813
|
-
.n("QBusinessClient", "GetGroupCommand")
|
|
3814
|
-
.sc(GetGroup$)
|
|
3815
|
-
.build() {
|
|
3464
|
+
class GetGroupCommand extends command(_ep0, _mw0, "GetGroup", GetGroup$) {
|
|
3816
3465
|
}
|
|
3817
3466
|
|
|
3818
|
-
class GetIndexCommand extends
|
|
3819
|
-
.classBuilder()
|
|
3820
|
-
.ep(commonParams)
|
|
3821
|
-
.m(function (Command, cs, config, o) {
|
|
3822
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3823
|
-
})
|
|
3824
|
-
.s("ExpertQ", "GetIndex", {})
|
|
3825
|
-
.n("QBusinessClient", "GetIndexCommand")
|
|
3826
|
-
.sc(GetIndex$)
|
|
3827
|
-
.build() {
|
|
3467
|
+
class GetIndexCommand extends command(_ep0, _mw0, "GetIndex", GetIndex$) {
|
|
3828
3468
|
}
|
|
3829
3469
|
|
|
3830
|
-
class GetMediaCommand extends
|
|
3831
|
-
.classBuilder()
|
|
3832
|
-
.ep(commonParams)
|
|
3833
|
-
.m(function (Command, cs, config, o) {
|
|
3834
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3835
|
-
})
|
|
3836
|
-
.s("ExpertQ", "GetMedia", {})
|
|
3837
|
-
.n("QBusinessClient", "GetMediaCommand")
|
|
3838
|
-
.sc(GetMedia$)
|
|
3839
|
-
.build() {
|
|
3470
|
+
class GetMediaCommand extends command(_ep0, _mw0, "GetMedia", GetMedia$) {
|
|
3840
3471
|
}
|
|
3841
3472
|
|
|
3842
|
-
class GetPluginCommand extends
|
|
3843
|
-
.classBuilder()
|
|
3844
|
-
.ep(commonParams)
|
|
3845
|
-
.m(function (Command, cs, config, o) {
|
|
3846
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3847
|
-
})
|
|
3848
|
-
.s("ExpertQ", "GetPlugin", {})
|
|
3849
|
-
.n("QBusinessClient", "GetPluginCommand")
|
|
3850
|
-
.sc(GetPlugin$)
|
|
3851
|
-
.build() {
|
|
3473
|
+
class GetPluginCommand extends command(_ep0, _mw0, "GetPlugin", GetPlugin$) {
|
|
3852
3474
|
}
|
|
3853
3475
|
|
|
3854
|
-
class GetPolicyCommand extends
|
|
3855
|
-
.classBuilder()
|
|
3856
|
-
.ep(commonParams)
|
|
3857
|
-
.m(function (Command, cs, config, o) {
|
|
3858
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3859
|
-
})
|
|
3860
|
-
.s("ExpertQ", "GetPolicy", {})
|
|
3861
|
-
.n("QBusinessClient", "GetPolicyCommand")
|
|
3862
|
-
.sc(GetPolicy$)
|
|
3863
|
-
.build() {
|
|
3476
|
+
class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
3864
3477
|
}
|
|
3865
3478
|
|
|
3866
|
-
class GetRetrieverCommand extends
|
|
3867
|
-
.classBuilder()
|
|
3868
|
-
.ep(commonParams)
|
|
3869
|
-
.m(function (Command, cs, config, o) {
|
|
3870
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3871
|
-
})
|
|
3872
|
-
.s("ExpertQ", "GetRetriever", {})
|
|
3873
|
-
.n("QBusinessClient", "GetRetrieverCommand")
|
|
3874
|
-
.sc(GetRetriever$)
|
|
3875
|
-
.build() {
|
|
3479
|
+
class GetRetrieverCommand extends command(_ep0, _mw0, "GetRetriever", GetRetriever$) {
|
|
3876
3480
|
}
|
|
3877
3481
|
|
|
3878
|
-
class GetUserCommand extends
|
|
3879
|
-
.classBuilder()
|
|
3880
|
-
.ep(commonParams)
|
|
3881
|
-
.m(function (Command, cs, config, o) {
|
|
3882
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3883
|
-
})
|
|
3884
|
-
.s("ExpertQ", "GetUser", {})
|
|
3885
|
-
.n("QBusinessClient", "GetUserCommand")
|
|
3886
|
-
.sc(GetUser$)
|
|
3887
|
-
.build() {
|
|
3482
|
+
class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
|
|
3888
3483
|
}
|
|
3889
3484
|
|
|
3890
|
-
class GetWebExperienceCommand extends
|
|
3891
|
-
.classBuilder()
|
|
3892
|
-
.ep(commonParams)
|
|
3893
|
-
.m(function (Command, cs, config, o) {
|
|
3894
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3895
|
-
})
|
|
3896
|
-
.s("ExpertQ", "GetWebExperience", {})
|
|
3897
|
-
.n("QBusinessClient", "GetWebExperienceCommand")
|
|
3898
|
-
.sc(GetWebExperience$)
|
|
3899
|
-
.build() {
|
|
3485
|
+
class GetWebExperienceCommand extends command(_ep0, _mw0, "GetWebExperience", GetWebExperience$) {
|
|
3900
3486
|
}
|
|
3901
3487
|
|
|
3902
|
-
class ListApplicationsCommand extends
|
|
3903
|
-
.classBuilder()
|
|
3904
|
-
.ep(commonParams)
|
|
3905
|
-
.m(function (Command, cs, config, o) {
|
|
3906
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3907
|
-
})
|
|
3908
|
-
.s("ExpertQ", "ListApplications", {})
|
|
3909
|
-
.n("QBusinessClient", "ListApplicationsCommand")
|
|
3910
|
-
.sc(ListApplications$)
|
|
3911
|
-
.build() {
|
|
3488
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
3912
3489
|
}
|
|
3913
3490
|
|
|
3914
|
-
class ListAttachmentsCommand extends
|
|
3915
|
-
.classBuilder()
|
|
3916
|
-
.ep(commonParams)
|
|
3917
|
-
.m(function (Command, cs, config, o) {
|
|
3918
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3919
|
-
})
|
|
3920
|
-
.s("ExpertQ", "ListAttachments", {})
|
|
3921
|
-
.n("QBusinessClient", "ListAttachmentsCommand")
|
|
3922
|
-
.sc(ListAttachments$)
|
|
3923
|
-
.build() {
|
|
3491
|
+
class ListAttachmentsCommand extends command(_ep0, _mw0, "ListAttachments", ListAttachments$) {
|
|
3924
3492
|
}
|
|
3925
3493
|
|
|
3926
|
-
class ListChatResponseConfigurationsCommand extends
|
|
3927
|
-
.classBuilder()
|
|
3928
|
-
.ep(commonParams)
|
|
3929
|
-
.m(function (Command, cs, config, o) {
|
|
3930
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3931
|
-
})
|
|
3932
|
-
.s("ExpertQ", "ListChatResponseConfigurations", {})
|
|
3933
|
-
.n("QBusinessClient", "ListChatResponseConfigurationsCommand")
|
|
3934
|
-
.sc(ListChatResponseConfigurations$)
|
|
3935
|
-
.build() {
|
|
3494
|
+
class ListChatResponseConfigurationsCommand extends command(_ep0, _mw0, "ListChatResponseConfigurations", ListChatResponseConfigurations$) {
|
|
3936
3495
|
}
|
|
3937
3496
|
|
|
3938
|
-
class ListConversationsCommand extends
|
|
3939
|
-
.classBuilder()
|
|
3940
|
-
.ep(commonParams)
|
|
3941
|
-
.m(function (Command, cs, config, o) {
|
|
3942
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3943
|
-
})
|
|
3944
|
-
.s("ExpertQ", "ListConversations", {})
|
|
3945
|
-
.n("QBusinessClient", "ListConversationsCommand")
|
|
3946
|
-
.sc(ListConversations$)
|
|
3947
|
-
.build() {
|
|
3497
|
+
class ListConversationsCommand extends command(_ep0, _mw0, "ListConversations", ListConversations$) {
|
|
3948
3498
|
}
|
|
3949
3499
|
|
|
3950
|
-
class ListDataAccessorsCommand extends
|
|
3951
|
-
.classBuilder()
|
|
3952
|
-
.ep(commonParams)
|
|
3953
|
-
.m(function (Command, cs, config, o) {
|
|
3954
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3955
|
-
})
|
|
3956
|
-
.s("ExpertQ", "ListDataAccessors", {})
|
|
3957
|
-
.n("QBusinessClient", "ListDataAccessorsCommand")
|
|
3958
|
-
.sc(ListDataAccessors$)
|
|
3959
|
-
.build() {
|
|
3500
|
+
class ListDataAccessorsCommand extends command(_ep0, _mw0, "ListDataAccessors", ListDataAccessors$) {
|
|
3960
3501
|
}
|
|
3961
3502
|
|
|
3962
|
-
class ListDataSourcesCommand extends
|
|
3963
|
-
.classBuilder()
|
|
3964
|
-
.ep(commonParams)
|
|
3965
|
-
.m(function (Command, cs, config, o) {
|
|
3966
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3967
|
-
})
|
|
3968
|
-
.s("ExpertQ", "ListDataSources", {})
|
|
3969
|
-
.n("QBusinessClient", "ListDataSourcesCommand")
|
|
3970
|
-
.sc(ListDataSources$)
|
|
3971
|
-
.build() {
|
|
3503
|
+
class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
|
|
3972
3504
|
}
|
|
3973
3505
|
|
|
3974
|
-
class ListDataSourceSyncJobsCommand extends
|
|
3975
|
-
.classBuilder()
|
|
3976
|
-
.ep(commonParams)
|
|
3977
|
-
.m(function (Command, cs, config, o) {
|
|
3978
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3979
|
-
})
|
|
3980
|
-
.s("ExpertQ", "ListDataSourceSyncJobs", {})
|
|
3981
|
-
.n("QBusinessClient", "ListDataSourceSyncJobsCommand")
|
|
3982
|
-
.sc(ListDataSourceSyncJobs$)
|
|
3983
|
-
.build() {
|
|
3506
|
+
class ListDataSourceSyncJobsCommand extends command(_ep0, _mw0, "ListDataSourceSyncJobs", ListDataSourceSyncJobs$) {
|
|
3984
3507
|
}
|
|
3985
3508
|
|
|
3986
|
-
class ListDocumentsCommand extends
|
|
3987
|
-
.classBuilder()
|
|
3988
|
-
.ep(commonParams)
|
|
3989
|
-
.m(function (Command, cs, config, o) {
|
|
3990
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3991
|
-
})
|
|
3992
|
-
.s("ExpertQ", "ListDocuments", {})
|
|
3993
|
-
.n("QBusinessClient", "ListDocumentsCommand")
|
|
3994
|
-
.sc(ListDocuments$)
|
|
3995
|
-
.build() {
|
|
3509
|
+
class ListDocumentsCommand extends command(_ep0, _mw0, "ListDocuments", ListDocuments$) {
|
|
3996
3510
|
}
|
|
3997
3511
|
|
|
3998
|
-
class ListGroupsCommand extends
|
|
3999
|
-
.classBuilder()
|
|
4000
|
-
.ep(commonParams)
|
|
4001
|
-
.m(function (Command, cs, config, o) {
|
|
4002
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4003
|
-
})
|
|
4004
|
-
.s("ExpertQ", "ListGroups", {})
|
|
4005
|
-
.n("QBusinessClient", "ListGroupsCommand")
|
|
4006
|
-
.sc(ListGroups$)
|
|
4007
|
-
.build() {
|
|
3512
|
+
class ListGroupsCommand extends command(_ep0, _mw0, "ListGroups", ListGroups$) {
|
|
4008
3513
|
}
|
|
4009
3514
|
|
|
4010
|
-
class ListIndicesCommand extends
|
|
4011
|
-
.classBuilder()
|
|
4012
|
-
.ep(commonParams)
|
|
4013
|
-
.m(function (Command, cs, config, o) {
|
|
4014
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4015
|
-
})
|
|
4016
|
-
.s("ExpertQ", "ListIndices", {})
|
|
4017
|
-
.n("QBusinessClient", "ListIndicesCommand")
|
|
4018
|
-
.sc(ListIndices$)
|
|
4019
|
-
.build() {
|
|
3515
|
+
class ListIndicesCommand extends command(_ep0, _mw0, "ListIndices", ListIndices$) {
|
|
4020
3516
|
}
|
|
4021
3517
|
|
|
4022
|
-
class ListMessagesCommand extends
|
|
4023
|
-
.classBuilder()
|
|
4024
|
-
.ep(commonParams)
|
|
4025
|
-
.m(function (Command, cs, config, o) {
|
|
4026
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4027
|
-
})
|
|
4028
|
-
.s("ExpertQ", "ListMessages", {})
|
|
4029
|
-
.n("QBusinessClient", "ListMessagesCommand")
|
|
4030
|
-
.sc(ListMessages$)
|
|
4031
|
-
.build() {
|
|
3518
|
+
class ListMessagesCommand extends command(_ep0, _mw0, "ListMessages", ListMessages$) {
|
|
4032
3519
|
}
|
|
4033
3520
|
|
|
4034
|
-
class ListPluginActionsCommand extends
|
|
4035
|
-
.classBuilder()
|
|
4036
|
-
.ep(commonParams)
|
|
4037
|
-
.m(function (Command, cs, config, o) {
|
|
4038
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4039
|
-
})
|
|
4040
|
-
.s("ExpertQ", "ListPluginActions", {})
|
|
4041
|
-
.n("QBusinessClient", "ListPluginActionsCommand")
|
|
4042
|
-
.sc(ListPluginActions$)
|
|
4043
|
-
.build() {
|
|
3521
|
+
class ListPluginActionsCommand extends command(_ep0, _mw0, "ListPluginActions", ListPluginActions$) {
|
|
4044
3522
|
}
|
|
4045
3523
|
|
|
4046
|
-
class ListPluginsCommand extends
|
|
4047
|
-
.classBuilder()
|
|
4048
|
-
.ep(commonParams)
|
|
4049
|
-
.m(function (Command, cs, config, o) {
|
|
4050
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4051
|
-
})
|
|
4052
|
-
.s("ExpertQ", "ListPlugins", {})
|
|
4053
|
-
.n("QBusinessClient", "ListPluginsCommand")
|
|
4054
|
-
.sc(ListPlugins$)
|
|
4055
|
-
.build() {
|
|
3524
|
+
class ListPluginsCommand extends command(_ep0, _mw0, "ListPlugins", ListPlugins$) {
|
|
4056
3525
|
}
|
|
4057
3526
|
|
|
4058
|
-
class ListPluginTypeActionsCommand extends
|
|
4059
|
-
.classBuilder()
|
|
4060
|
-
.ep(commonParams)
|
|
4061
|
-
.m(function (Command, cs, config, o) {
|
|
4062
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4063
|
-
})
|
|
4064
|
-
.s("ExpertQ", "ListPluginTypeActions", {})
|
|
4065
|
-
.n("QBusinessClient", "ListPluginTypeActionsCommand")
|
|
4066
|
-
.sc(ListPluginTypeActions$)
|
|
4067
|
-
.build() {
|
|
3527
|
+
class ListPluginTypeActionsCommand extends command(_ep0, _mw0, "ListPluginTypeActions", ListPluginTypeActions$) {
|
|
4068
3528
|
}
|
|
4069
3529
|
|
|
4070
|
-
class ListPluginTypeMetadataCommand extends
|
|
4071
|
-
.classBuilder()
|
|
4072
|
-
.ep(commonParams)
|
|
4073
|
-
.m(function (Command, cs, config, o) {
|
|
4074
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4075
|
-
})
|
|
4076
|
-
.s("ExpertQ", "ListPluginTypeMetadata", {})
|
|
4077
|
-
.n("QBusinessClient", "ListPluginTypeMetadataCommand")
|
|
4078
|
-
.sc(ListPluginTypeMetadata$)
|
|
4079
|
-
.build() {
|
|
3530
|
+
class ListPluginTypeMetadataCommand extends command(_ep0, _mw0, "ListPluginTypeMetadata", ListPluginTypeMetadata$) {
|
|
4080
3531
|
}
|
|
4081
3532
|
|
|
4082
|
-
class ListRetrieversCommand extends
|
|
4083
|
-
.classBuilder()
|
|
4084
|
-
.ep(commonParams)
|
|
4085
|
-
.m(function (Command, cs, config, o) {
|
|
4086
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4087
|
-
})
|
|
4088
|
-
.s("ExpertQ", "ListRetrievers", {})
|
|
4089
|
-
.n("QBusinessClient", "ListRetrieversCommand")
|
|
4090
|
-
.sc(ListRetrievers$)
|
|
4091
|
-
.build() {
|
|
3533
|
+
class ListRetrieversCommand extends command(_ep0, _mw0, "ListRetrievers", ListRetrievers$) {
|
|
4092
3534
|
}
|
|
4093
3535
|
|
|
4094
|
-
class ListSubscriptionsCommand extends
|
|
4095
|
-
.classBuilder()
|
|
4096
|
-
.ep(commonParams)
|
|
4097
|
-
.m(function (Command, cs, config, o) {
|
|
4098
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4099
|
-
})
|
|
4100
|
-
.s("ExpertQ", "ListSubscriptions", {})
|
|
4101
|
-
.n("QBusinessClient", "ListSubscriptionsCommand")
|
|
4102
|
-
.sc(ListSubscriptions$)
|
|
4103
|
-
.build() {
|
|
3536
|
+
class ListSubscriptionsCommand extends command(_ep0, _mw0, "ListSubscriptions", ListSubscriptions$) {
|
|
4104
3537
|
}
|
|
4105
3538
|
|
|
4106
|
-
class ListTagsForResourceCommand extends
|
|
4107
|
-
.classBuilder()
|
|
4108
|
-
.ep(commonParams)
|
|
4109
|
-
.m(function (Command, cs, config, o) {
|
|
4110
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4111
|
-
})
|
|
4112
|
-
.s("ExpertQ", "ListTagsForResource", {})
|
|
4113
|
-
.n("QBusinessClient", "ListTagsForResourceCommand")
|
|
4114
|
-
.sc(ListTagsForResource$)
|
|
4115
|
-
.build() {
|
|
3539
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
4116
3540
|
}
|
|
4117
3541
|
|
|
4118
|
-
class ListWebExperiencesCommand extends
|
|
4119
|
-
.classBuilder()
|
|
4120
|
-
.ep(commonParams)
|
|
4121
|
-
.m(function (Command, cs, config, o) {
|
|
4122
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4123
|
-
})
|
|
4124
|
-
.s("ExpertQ", "ListWebExperiences", {})
|
|
4125
|
-
.n("QBusinessClient", "ListWebExperiencesCommand")
|
|
4126
|
-
.sc(ListWebExperiences$)
|
|
4127
|
-
.build() {
|
|
3542
|
+
class ListWebExperiencesCommand extends command(_ep0, _mw0, "ListWebExperiences", ListWebExperiences$) {
|
|
4128
3543
|
}
|
|
4129
3544
|
|
|
4130
|
-
class PutFeedbackCommand extends
|
|
4131
|
-
.classBuilder()
|
|
4132
|
-
.ep(commonParams)
|
|
4133
|
-
.m(function (Command, cs, config, o) {
|
|
4134
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4135
|
-
})
|
|
4136
|
-
.s("ExpertQ", "PutFeedback", {})
|
|
4137
|
-
.n("QBusinessClient", "PutFeedbackCommand")
|
|
4138
|
-
.sc(PutFeedback$)
|
|
4139
|
-
.build() {
|
|
3545
|
+
class PutFeedbackCommand extends command(_ep0, _mw0, "PutFeedback", PutFeedback$) {
|
|
4140
3546
|
}
|
|
4141
3547
|
|
|
4142
|
-
class PutGroupCommand extends
|
|
4143
|
-
.classBuilder()
|
|
4144
|
-
.ep(commonParams)
|
|
4145
|
-
.m(function (Command, cs, config, o) {
|
|
4146
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4147
|
-
})
|
|
4148
|
-
.s("ExpertQ", "PutGroup", {})
|
|
4149
|
-
.n("QBusinessClient", "PutGroupCommand")
|
|
4150
|
-
.sc(PutGroup$)
|
|
4151
|
-
.build() {
|
|
3548
|
+
class PutGroupCommand extends command(_ep0, _mw0, "PutGroup", PutGroup$) {
|
|
4152
3549
|
}
|
|
4153
3550
|
|
|
4154
|
-
class SearchRelevantContentCommand extends
|
|
4155
|
-
.classBuilder()
|
|
4156
|
-
.ep(commonParams)
|
|
4157
|
-
.m(function (Command, cs, config, o) {
|
|
4158
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4159
|
-
})
|
|
4160
|
-
.s("ExpertQ", "SearchRelevantContent", {})
|
|
4161
|
-
.n("QBusinessClient", "SearchRelevantContentCommand")
|
|
4162
|
-
.sc(SearchRelevantContent$)
|
|
4163
|
-
.build() {
|
|
3551
|
+
class SearchRelevantContentCommand extends command(_ep0, _mw0, "SearchRelevantContent", SearchRelevantContent$) {
|
|
4164
3552
|
}
|
|
4165
3553
|
|
|
4166
|
-
class StartDataSourceSyncJobCommand extends
|
|
4167
|
-
.classBuilder()
|
|
4168
|
-
.ep(commonParams)
|
|
4169
|
-
.m(function (Command, cs, config, o) {
|
|
4170
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4171
|
-
})
|
|
4172
|
-
.s("ExpertQ", "StartDataSourceSyncJob", {})
|
|
4173
|
-
.n("QBusinessClient", "StartDataSourceSyncJobCommand")
|
|
4174
|
-
.sc(StartDataSourceSyncJob$)
|
|
4175
|
-
.build() {
|
|
3554
|
+
class StartDataSourceSyncJobCommand extends command(_ep0, _mw0, "StartDataSourceSyncJob", StartDataSourceSyncJob$) {
|
|
4176
3555
|
}
|
|
4177
3556
|
|
|
4178
|
-
class StopDataSourceSyncJobCommand extends
|
|
4179
|
-
.classBuilder()
|
|
4180
|
-
.ep(commonParams)
|
|
4181
|
-
.m(function (Command, cs, config, o) {
|
|
4182
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4183
|
-
})
|
|
4184
|
-
.s("ExpertQ", "StopDataSourceSyncJob", {})
|
|
4185
|
-
.n("QBusinessClient", "StopDataSourceSyncJobCommand")
|
|
4186
|
-
.sc(StopDataSourceSyncJob$)
|
|
4187
|
-
.build() {
|
|
3557
|
+
class StopDataSourceSyncJobCommand extends command(_ep0, _mw0, "StopDataSourceSyncJob", StopDataSourceSyncJob$) {
|
|
4188
3558
|
}
|
|
4189
3559
|
|
|
4190
|
-
class TagResourceCommand extends
|
|
4191
|
-
.classBuilder()
|
|
4192
|
-
.ep(commonParams)
|
|
4193
|
-
.m(function (Command, cs, config, o) {
|
|
4194
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4195
|
-
})
|
|
4196
|
-
.s("ExpertQ", "TagResource", {})
|
|
4197
|
-
.n("QBusinessClient", "TagResourceCommand")
|
|
4198
|
-
.sc(TagResource$)
|
|
4199
|
-
.build() {
|
|
3560
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
4200
3561
|
}
|
|
4201
3562
|
|
|
4202
|
-
class UntagResourceCommand extends
|
|
4203
|
-
.classBuilder()
|
|
4204
|
-
.ep(commonParams)
|
|
4205
|
-
.m(function (Command, cs, config, o) {
|
|
4206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4207
|
-
})
|
|
4208
|
-
.s("ExpertQ", "UntagResource", {})
|
|
4209
|
-
.n("QBusinessClient", "UntagResourceCommand")
|
|
4210
|
-
.sc(UntagResource$)
|
|
4211
|
-
.build() {
|
|
3563
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
4212
3564
|
}
|
|
4213
3565
|
|
|
4214
|
-
class UpdateApplicationCommand extends
|
|
4215
|
-
.classBuilder()
|
|
4216
|
-
.ep(commonParams)
|
|
4217
|
-
.m(function (Command, cs, config, o) {
|
|
4218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4219
|
-
})
|
|
4220
|
-
.s("ExpertQ", "UpdateApplication", {})
|
|
4221
|
-
.n("QBusinessClient", "UpdateApplicationCommand")
|
|
4222
|
-
.sc(UpdateApplication$)
|
|
4223
|
-
.build() {
|
|
3566
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
4224
3567
|
}
|
|
4225
3568
|
|
|
4226
|
-
class UpdateChatControlsConfigurationCommand extends
|
|
4227
|
-
.classBuilder()
|
|
4228
|
-
.ep(commonParams)
|
|
4229
|
-
.m(function (Command, cs, config, o) {
|
|
4230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4231
|
-
})
|
|
4232
|
-
.s("ExpertQ", "UpdateChatControlsConfiguration", {})
|
|
4233
|
-
.n("QBusinessClient", "UpdateChatControlsConfigurationCommand")
|
|
4234
|
-
.sc(UpdateChatControlsConfiguration$)
|
|
4235
|
-
.build() {
|
|
3569
|
+
class UpdateChatControlsConfigurationCommand extends command(_ep0, _mw0, "UpdateChatControlsConfiguration", UpdateChatControlsConfiguration$) {
|
|
4236
3570
|
}
|
|
4237
3571
|
|
|
4238
|
-
class UpdateChatResponseConfigurationCommand extends
|
|
4239
|
-
.classBuilder()
|
|
4240
|
-
.ep(commonParams)
|
|
4241
|
-
.m(function (Command, cs, config, o) {
|
|
4242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4243
|
-
})
|
|
4244
|
-
.s("ExpertQ", "UpdateChatResponseConfiguration", {})
|
|
4245
|
-
.n("QBusinessClient", "UpdateChatResponseConfigurationCommand")
|
|
4246
|
-
.sc(UpdateChatResponseConfiguration$)
|
|
4247
|
-
.build() {
|
|
3572
|
+
class UpdateChatResponseConfigurationCommand extends command(_ep0, _mw0, "UpdateChatResponseConfiguration", UpdateChatResponseConfiguration$) {
|
|
4248
3573
|
}
|
|
4249
3574
|
|
|
4250
|
-
class UpdateDataAccessorCommand extends
|
|
4251
|
-
.classBuilder()
|
|
4252
|
-
.ep(commonParams)
|
|
4253
|
-
.m(function (Command, cs, config, o) {
|
|
4254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4255
|
-
})
|
|
4256
|
-
.s("ExpertQ", "UpdateDataAccessor", {})
|
|
4257
|
-
.n("QBusinessClient", "UpdateDataAccessorCommand")
|
|
4258
|
-
.sc(UpdateDataAccessor$)
|
|
4259
|
-
.build() {
|
|
3575
|
+
class UpdateDataAccessorCommand extends command(_ep0, _mw0, "UpdateDataAccessor", UpdateDataAccessor$) {
|
|
4260
3576
|
}
|
|
4261
3577
|
|
|
4262
|
-
class UpdateDataSourceCommand extends
|
|
4263
|
-
.classBuilder()
|
|
4264
|
-
.ep(commonParams)
|
|
4265
|
-
.m(function (Command, cs, config, o) {
|
|
4266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4267
|
-
})
|
|
4268
|
-
.s("ExpertQ", "UpdateDataSource", {})
|
|
4269
|
-
.n("QBusinessClient", "UpdateDataSourceCommand")
|
|
4270
|
-
.sc(UpdateDataSource$)
|
|
4271
|
-
.build() {
|
|
3578
|
+
class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
|
|
4272
3579
|
}
|
|
4273
3580
|
|
|
4274
|
-
class UpdateIndexCommand extends
|
|
4275
|
-
.classBuilder()
|
|
4276
|
-
.ep(commonParams)
|
|
4277
|
-
.m(function (Command, cs, config, o) {
|
|
4278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4279
|
-
})
|
|
4280
|
-
.s("ExpertQ", "UpdateIndex", {})
|
|
4281
|
-
.n("QBusinessClient", "UpdateIndexCommand")
|
|
4282
|
-
.sc(UpdateIndex$)
|
|
4283
|
-
.build() {
|
|
3581
|
+
class UpdateIndexCommand extends command(_ep0, _mw0, "UpdateIndex", UpdateIndex$) {
|
|
4284
3582
|
}
|
|
4285
3583
|
|
|
4286
|
-
class UpdatePluginCommand extends
|
|
4287
|
-
.classBuilder()
|
|
4288
|
-
.ep(commonParams)
|
|
4289
|
-
.m(function (Command, cs, config, o) {
|
|
4290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4291
|
-
})
|
|
4292
|
-
.s("ExpertQ", "UpdatePlugin", {})
|
|
4293
|
-
.n("QBusinessClient", "UpdatePluginCommand")
|
|
4294
|
-
.sc(UpdatePlugin$)
|
|
4295
|
-
.build() {
|
|
3584
|
+
class UpdatePluginCommand extends command(_ep0, _mw0, "UpdatePlugin", UpdatePlugin$) {
|
|
4296
3585
|
}
|
|
4297
3586
|
|
|
4298
|
-
class UpdateRetrieverCommand extends
|
|
4299
|
-
.classBuilder()
|
|
4300
|
-
.ep(commonParams)
|
|
4301
|
-
.m(function (Command, cs, config, o) {
|
|
4302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4303
|
-
})
|
|
4304
|
-
.s("ExpertQ", "UpdateRetriever", {})
|
|
4305
|
-
.n("QBusinessClient", "UpdateRetrieverCommand")
|
|
4306
|
-
.sc(UpdateRetriever$)
|
|
4307
|
-
.build() {
|
|
3587
|
+
class UpdateRetrieverCommand extends command(_ep0, _mw0, "UpdateRetriever", UpdateRetriever$) {
|
|
4308
3588
|
}
|
|
4309
3589
|
|
|
4310
|
-
class UpdateSubscriptionCommand extends
|
|
4311
|
-
.classBuilder()
|
|
4312
|
-
.ep(commonParams)
|
|
4313
|
-
.m(function (Command, cs, config, o) {
|
|
4314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4315
|
-
})
|
|
4316
|
-
.s("ExpertQ", "UpdateSubscription", {})
|
|
4317
|
-
.n("QBusinessClient", "UpdateSubscriptionCommand")
|
|
4318
|
-
.sc(UpdateSubscription$)
|
|
4319
|
-
.build() {
|
|
3590
|
+
class UpdateSubscriptionCommand extends command(_ep0, _mw0, "UpdateSubscription", UpdateSubscription$) {
|
|
4320
3591
|
}
|
|
4321
3592
|
|
|
4322
|
-
class UpdateUserCommand extends
|
|
4323
|
-
.classBuilder()
|
|
4324
|
-
.ep(commonParams)
|
|
4325
|
-
.m(function (Command, cs, config, o) {
|
|
4326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4327
|
-
})
|
|
4328
|
-
.s("ExpertQ", "UpdateUser", {})
|
|
4329
|
-
.n("QBusinessClient", "UpdateUserCommand")
|
|
4330
|
-
.sc(UpdateUser$)
|
|
4331
|
-
.build() {
|
|
3593
|
+
class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
|
|
4332
3594
|
}
|
|
4333
3595
|
|
|
4334
|
-
class UpdateWebExperienceCommand extends
|
|
4335
|
-
.classBuilder()
|
|
4336
|
-
.ep(commonParams)
|
|
4337
|
-
.m(function (Command, cs, config, o) {
|
|
4338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4339
|
-
})
|
|
4340
|
-
.s("ExpertQ", "UpdateWebExperience", {})
|
|
4341
|
-
.n("QBusinessClient", "UpdateWebExperienceCommand")
|
|
4342
|
-
.sc(UpdateWebExperience$)
|
|
4343
|
-
.build() {
|
|
3596
|
+
class UpdateWebExperienceCommand extends command(_ep0, _mw0, "UpdateWebExperience", UpdateWebExperience$) {
|
|
4344
3597
|
}
|
|
4345
3598
|
|
|
4346
3599
|
const paginateGetChatControlsConfiguration = createPaginator(QBusinessClient, GetChatControlsConfigurationCommand, "nextToken", "nextToken", "maxResults");
|