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