@aws-sdk/client-qbusiness 3.461.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/LICENSE +201 -0
- package/README.md +646 -0
- package/dist-cjs/QBusiness.js +121 -0
- package/dist-cjs/QBusinessClient.js +43 -0
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +50 -0
- package/dist-cjs/commands/BatchPutDocumentCommand.js +50 -0
- package/dist-cjs/commands/ChatSyncCommand.js +50 -0
- package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
- package/dist-cjs/commands/CreateDataSourceCommand.js +50 -0
- package/dist-cjs/commands/CreateIndexCommand.js +50 -0
- package/dist-cjs/commands/CreatePluginCommand.js +50 -0
- package/dist-cjs/commands/CreateRetrieverCommand.js +50 -0
- package/dist-cjs/commands/CreateUserCommand.js +50 -0
- package/dist-cjs/commands/CreateWebExperienceCommand.js +50 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +50 -0
- package/dist-cjs/commands/DeleteChatControlsConfigurationCommand.js +50 -0
- package/dist-cjs/commands/DeleteConversationCommand.js +50 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +50 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +50 -0
- package/dist-cjs/commands/DeleteIndexCommand.js +50 -0
- package/dist-cjs/commands/DeletePluginCommand.js +50 -0
- package/dist-cjs/commands/DeleteRetrieverCommand.js +50 -0
- package/dist-cjs/commands/DeleteUserCommand.js +50 -0
- package/dist-cjs/commands/DeleteWebExperienceCommand.js +50 -0
- package/dist-cjs/commands/GetApplicationCommand.js +51 -0
- package/dist-cjs/commands/GetChatControlsConfigurationCommand.js +50 -0
- package/dist-cjs/commands/GetDataSourceCommand.js +50 -0
- package/dist-cjs/commands/GetGroupCommand.js +50 -0
- package/dist-cjs/commands/GetIndexCommand.js +50 -0
- package/dist-cjs/commands/GetPluginCommand.js +50 -0
- package/dist-cjs/commands/GetRetrieverCommand.js +50 -0
- package/dist-cjs/commands/GetUserCommand.js +50 -0
- package/dist-cjs/commands/GetWebExperienceCommand.js +50 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +50 -0
- package/dist-cjs/commands/ListConversationsCommand.js +50 -0
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +50 -0
- package/dist-cjs/commands/ListDataSourcesCommand.js +50 -0
- package/dist-cjs/commands/ListDocumentsCommand.js +50 -0
- package/dist-cjs/commands/ListGroupsCommand.js +50 -0
- package/dist-cjs/commands/ListIndicesCommand.js +50 -0
- package/dist-cjs/commands/ListMessagesCommand.js +50 -0
- package/dist-cjs/commands/ListPluginsCommand.js +50 -0
- package/dist-cjs/commands/ListRetrieversCommand.js +50 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +50 -0
- package/dist-cjs/commands/ListWebExperiencesCommand.js +50 -0
- package/dist-cjs/commands/PutFeedbackCommand.js +50 -0
- package/dist-cjs/commands/PutGroupCommand.js +50 -0
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +50 -0
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +50 -0
- package/dist-cjs/commands/TagResourceCommand.js +50 -0
- package/dist-cjs/commands/UntagResourceCommand.js +50 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +50 -0
- package/dist-cjs/commands/UpdateChatControlsConfigurationCommand.js +50 -0
- package/dist-cjs/commands/UpdateDataSourceCommand.js +50 -0
- package/dist-cjs/commands/UpdateIndexCommand.js +50 -0
- package/dist-cjs/commands/UpdatePluginCommand.js +50 -0
- package/dist-cjs/commands/UpdateRetrieverCommand.js +50 -0
- package/dist-cjs/commands/UpdateUserCommand.js +50 -0
- package/dist-cjs/commands/UpdateWebExperienceCommand.js +50 -0
- package/dist-cjs/commands/index.js +58 -0
- package/dist-cjs/endpoint/EndpointParameters.js +11 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/models/QBusinessServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +392 -0
- package/dist-cjs/pagination/GetChatControlsConfigurationPaginator.js +29 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListConversationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +29 -0
- package/dist-cjs/pagination/ListDocumentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIndicesPaginator.js +29 -0
- package/dist-cjs/pagination/ListMessagesPaginator.js +29 -0
- package/dist-cjs/pagination/ListPluginsPaginator.js +29 -0
- package/dist-cjs/pagination/ListRetrieversPaginator.js +29 -0
- package/dist-cjs/pagination/ListWebExperiencesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4637 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +51 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +24 -0
- package/dist-cjs/runtimeExtensions.js +22 -0
- package/dist-es/QBusiness.js +117 -0
- package/dist-es/QBusinessClient.js +39 -0
- package/dist-es/commands/BatchDeleteDocumentCommand.js +46 -0
- package/dist-es/commands/BatchPutDocumentCommand.js +46 -0
- package/dist-es/commands/ChatSyncCommand.js +46 -0
- package/dist-es/commands/CreateApplicationCommand.js +47 -0
- package/dist-es/commands/CreateDataSourceCommand.js +46 -0
- package/dist-es/commands/CreateIndexCommand.js +46 -0
- package/dist-es/commands/CreatePluginCommand.js +46 -0
- package/dist-es/commands/CreateRetrieverCommand.js +46 -0
- package/dist-es/commands/CreateUserCommand.js +46 -0
- package/dist-es/commands/CreateWebExperienceCommand.js +46 -0
- package/dist-es/commands/DeleteApplicationCommand.js +46 -0
- package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +46 -0
- package/dist-es/commands/DeleteConversationCommand.js +46 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +46 -0
- package/dist-es/commands/DeleteGroupCommand.js +46 -0
- package/dist-es/commands/DeleteIndexCommand.js +46 -0
- package/dist-es/commands/DeletePluginCommand.js +46 -0
- package/dist-es/commands/DeleteRetrieverCommand.js +46 -0
- package/dist-es/commands/DeleteUserCommand.js +46 -0
- package/dist-es/commands/DeleteWebExperienceCommand.js +46 -0
- package/dist-es/commands/GetApplicationCommand.js +47 -0
- package/dist-es/commands/GetChatControlsConfigurationCommand.js +46 -0
- package/dist-es/commands/GetDataSourceCommand.js +46 -0
- package/dist-es/commands/GetGroupCommand.js +46 -0
- package/dist-es/commands/GetIndexCommand.js +46 -0
- package/dist-es/commands/GetPluginCommand.js +46 -0
- package/dist-es/commands/GetRetrieverCommand.js +46 -0
- package/dist-es/commands/GetUserCommand.js +46 -0
- package/dist-es/commands/GetWebExperienceCommand.js +46 -0
- package/dist-es/commands/ListApplicationsCommand.js +46 -0
- package/dist-es/commands/ListConversationsCommand.js +46 -0
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +46 -0
- package/dist-es/commands/ListDataSourcesCommand.js +46 -0
- package/dist-es/commands/ListDocumentsCommand.js +46 -0
- package/dist-es/commands/ListGroupsCommand.js +46 -0
- package/dist-es/commands/ListIndicesCommand.js +46 -0
- package/dist-es/commands/ListMessagesCommand.js +46 -0
- package/dist-es/commands/ListPluginsCommand.js +46 -0
- package/dist-es/commands/ListRetrieversCommand.js +46 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-es/commands/ListWebExperiencesCommand.js +46 -0
- package/dist-es/commands/PutFeedbackCommand.js +46 -0
- package/dist-es/commands/PutGroupCommand.js +46 -0
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +46 -0
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +46 -0
- package/dist-es/commands/TagResourceCommand.js +46 -0
- package/dist-es/commands/UntagResourceCommand.js +46 -0
- package/dist-es/commands/UpdateApplicationCommand.js +46 -0
- package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +46 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +46 -0
- package/dist-es/commands/UpdateIndexCommand.js +46 -0
- package/dist-es/commands/UpdatePluginCommand.js +46 -0
- package/dist-es/commands/UpdateRetrieverCommand.js +46 -0
- package/dist-es/commands/UpdateUserCommand.js +46 -0
- package/dist-es/commands/UpdateWebExperienceCommand.js +46 -0
- package/dist-es/commands/index.js +55 -0
- package/dist-es/endpoint/EndpointParameters.js +7 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +7 -0
- package/dist-es/models/QBusinessServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +378 -0
- package/dist-es/pagination/GetChatControlsConfigurationPaginator.js +25 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
- package/dist-es/pagination/ListConversationsPaginator.js +25 -0
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +25 -0
- package/dist-es/pagination/ListDataSourcesPaginator.js +25 -0
- package/dist-es/pagination/ListDocumentsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIndicesPaginator.js +25 -0
- package/dist-es/pagination/ListMessagesPaginator.js +25 -0
- package/dist-es/pagination/ListPluginsPaginator.js +25 -0
- package/dist-es/pagination/ListRetrieversPaginator.js +25 -0
- package/dist-es/pagination/ListWebExperiencesPaginator.js +25 -0
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +4522 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +46 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +20 -0
- package/dist-es/runtimeExtensions.js +18 -0
- package/dist-types/QBusiness.d.ts +396 -0
- package/dist-types/QBusinessClient.d.ts +225 -0
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +116 -0
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +228 -0
- package/dist-types/commands/ChatSyncCommand.d.ts +253 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +116 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +190 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +121 -0
- package/dist-types/commands/CreatePluginCommand.d.ts +121 -0
- package/dist-types/commands/CreateRetrieverCommand.d.ts +119 -0
- package/dist-types/commands/CreateUserCommand.d.ts +108 -0
- package/dist-types/commands/CreateWebExperienceCommand.d.ts +112 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
- package/dist-types/commands/DeleteChatControlsConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteConversationCommand.d.ts +97 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +99 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +106 -0
- package/dist-types/commands/DeleteIndexCommand.d.ts +96 -0
- package/dist-types/commands/DeletePluginCommand.d.ts +96 -0
- package/dist-types/commands/DeleteRetrieverCommand.d.ts +96 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +96 -0
- package/dist-types/commands/DeleteWebExperienceCommand.d.ts +96 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +110 -0
- package/dist-types/commands/GetChatControlsConfigurationCommand.d.ts +146 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +184 -0
- package/dist-types/commands/GetGroupCommand.d.ts +117 -0
- package/dist-types/commands/GetIndexCommand.d.ts +121 -0
- package/dist-types/commands/GetPluginCommand.d.ts +112 -0
- package/dist-types/commands/GetRetrieverCommand.d.ts +111 -0
- package/dist-types/commands/GetUserCommand.d.ts +105 -0
- package/dist-types/commands/GetWebExperienceCommand.d.ts +116 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +99 -0
- package/dist-types/commands/ListConversationsCommand.d.ts +107 -0
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +120 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +106 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +111 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +107 -0
- package/dist-types/commands/ListIndicesCommand.d.ts +104 -0
- package/dist-types/commands/ListMessagesCommand.d.ts +163 -0
- package/dist-types/commands/ListPluginsCommand.d.ts +106 -0
- package/dist-types/commands/ListRetrieversCommand.d.ts +104 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +99 -0
- package/dist-types/commands/ListWebExperiencesCommand.d.ts +104 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +102 -0
- package/dist-types/commands/PutGroupCommand.d.ts +122 -0
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +103 -0
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +94 -0
- package/dist-types/commands/TagResourceCommand.d.ts +103 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +94 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +101 -0
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +196 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +175 -0
- package/dist-types/commands/UpdateIndexCommand.d.ts +111 -0
- package/dist-types/commands/UpdatePluginCommand.d.ts +112 -0
- package/dist-types/commands/UpdateRetrieverCommand.d.ts +109 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +131 -0
- package/dist-types/commands/UpdateWebExperienceCommand.d.ts +108 -0
- package/dist-types/commands/index.d.ts +55 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist-types/index.d.ts +16 -0
- package/dist-types/models/QBusinessServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +5077 -0
- package/dist-types/pagination/GetChatControlsConfigurationPaginator.d.ts +7 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConversationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDocumentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIndicesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMessagesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListPluginsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListRetrieversPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWebExperiencesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +497 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +46 -0
- package/dist-types/runtimeConfig.native.d.ts +45 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/QBusiness.d.ts +940 -0
- package/dist-types/ts3.4/QBusinessClient.d.ts +448 -0
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +55 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +31 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist-types/ts3.4/index.d.ts +10 -0
- package/dist-types/ts3.4/models/QBusinessServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1406 -0
- package/dist-types/ts3.4/pagination/GetChatControlsConfigurationPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConversationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDocumentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMessagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListRetrieversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWebExperiencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +665 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +104 -0
|
@@ -0,0 +1,940 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchDeleteDocumentCommandInput,
|
|
4
|
+
BatchDeleteDocumentCommandOutput,
|
|
5
|
+
} from "./commands/BatchDeleteDocumentCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchPutDocumentCommandInput,
|
|
8
|
+
BatchPutDocumentCommandOutput,
|
|
9
|
+
} from "./commands/BatchPutDocumentCommand";
|
|
10
|
+
import {
|
|
11
|
+
ChatSyncCommandInput,
|
|
12
|
+
ChatSyncCommandOutput,
|
|
13
|
+
} from "./commands/ChatSyncCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateApplicationCommandInput,
|
|
16
|
+
CreateApplicationCommandOutput,
|
|
17
|
+
} from "./commands/CreateApplicationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDataSourceCommandInput,
|
|
20
|
+
CreateDataSourceCommandOutput,
|
|
21
|
+
} from "./commands/CreateDataSourceCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateIndexCommandInput,
|
|
24
|
+
CreateIndexCommandOutput,
|
|
25
|
+
} from "./commands/CreateIndexCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreatePluginCommandInput,
|
|
28
|
+
CreatePluginCommandOutput,
|
|
29
|
+
} from "./commands/CreatePluginCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateRetrieverCommandInput,
|
|
32
|
+
CreateRetrieverCommandOutput,
|
|
33
|
+
} from "./commands/CreateRetrieverCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateUserCommandInput,
|
|
36
|
+
CreateUserCommandOutput,
|
|
37
|
+
} from "./commands/CreateUserCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateWebExperienceCommandInput,
|
|
40
|
+
CreateWebExperienceCommandOutput,
|
|
41
|
+
} from "./commands/CreateWebExperienceCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteApplicationCommandInput,
|
|
44
|
+
DeleteApplicationCommandOutput,
|
|
45
|
+
} from "./commands/DeleteApplicationCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteChatControlsConfigurationCommandInput,
|
|
48
|
+
DeleteChatControlsConfigurationCommandOutput,
|
|
49
|
+
} from "./commands/DeleteChatControlsConfigurationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteConversationCommandInput,
|
|
52
|
+
DeleteConversationCommandOutput,
|
|
53
|
+
} from "./commands/DeleteConversationCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteDataSourceCommandInput,
|
|
56
|
+
DeleteDataSourceCommandOutput,
|
|
57
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteGroupCommandInput,
|
|
60
|
+
DeleteGroupCommandOutput,
|
|
61
|
+
} from "./commands/DeleteGroupCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteIndexCommandInput,
|
|
64
|
+
DeleteIndexCommandOutput,
|
|
65
|
+
} from "./commands/DeleteIndexCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeletePluginCommandInput,
|
|
68
|
+
DeletePluginCommandOutput,
|
|
69
|
+
} from "./commands/DeletePluginCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteRetrieverCommandInput,
|
|
72
|
+
DeleteRetrieverCommandOutput,
|
|
73
|
+
} from "./commands/DeleteRetrieverCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteUserCommandInput,
|
|
76
|
+
DeleteUserCommandOutput,
|
|
77
|
+
} from "./commands/DeleteUserCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteWebExperienceCommandInput,
|
|
80
|
+
DeleteWebExperienceCommandOutput,
|
|
81
|
+
} from "./commands/DeleteWebExperienceCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetApplicationCommandInput,
|
|
84
|
+
GetApplicationCommandOutput,
|
|
85
|
+
} from "./commands/GetApplicationCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetChatControlsConfigurationCommandInput,
|
|
88
|
+
GetChatControlsConfigurationCommandOutput,
|
|
89
|
+
} from "./commands/GetChatControlsConfigurationCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetDataSourceCommandInput,
|
|
92
|
+
GetDataSourceCommandOutput,
|
|
93
|
+
} from "./commands/GetDataSourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetGroupCommandInput,
|
|
96
|
+
GetGroupCommandOutput,
|
|
97
|
+
} from "./commands/GetGroupCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetIndexCommandInput,
|
|
100
|
+
GetIndexCommandOutput,
|
|
101
|
+
} from "./commands/GetIndexCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetPluginCommandInput,
|
|
104
|
+
GetPluginCommandOutput,
|
|
105
|
+
} from "./commands/GetPluginCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetRetrieverCommandInput,
|
|
108
|
+
GetRetrieverCommandOutput,
|
|
109
|
+
} from "./commands/GetRetrieverCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetUserCommandInput,
|
|
112
|
+
GetUserCommandOutput,
|
|
113
|
+
} from "./commands/GetUserCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetWebExperienceCommandInput,
|
|
116
|
+
GetWebExperienceCommandOutput,
|
|
117
|
+
} from "./commands/GetWebExperienceCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListApplicationsCommandInput,
|
|
120
|
+
ListApplicationsCommandOutput,
|
|
121
|
+
} from "./commands/ListApplicationsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListConversationsCommandInput,
|
|
124
|
+
ListConversationsCommandOutput,
|
|
125
|
+
} from "./commands/ListConversationsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListDataSourcesCommandInput,
|
|
128
|
+
ListDataSourcesCommandOutput,
|
|
129
|
+
} from "./commands/ListDataSourcesCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListDataSourceSyncJobsCommandInput,
|
|
132
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
133
|
+
} from "./commands/ListDataSourceSyncJobsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListDocumentsCommandInput,
|
|
136
|
+
ListDocumentsCommandOutput,
|
|
137
|
+
} from "./commands/ListDocumentsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListGroupsCommandInput,
|
|
140
|
+
ListGroupsCommandOutput,
|
|
141
|
+
} from "./commands/ListGroupsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListIndicesCommandInput,
|
|
144
|
+
ListIndicesCommandOutput,
|
|
145
|
+
} from "./commands/ListIndicesCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListMessagesCommandInput,
|
|
148
|
+
ListMessagesCommandOutput,
|
|
149
|
+
} from "./commands/ListMessagesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListPluginsCommandInput,
|
|
152
|
+
ListPluginsCommandOutput,
|
|
153
|
+
} from "./commands/ListPluginsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListRetrieversCommandInput,
|
|
156
|
+
ListRetrieversCommandOutput,
|
|
157
|
+
} from "./commands/ListRetrieversCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListTagsForResourceCommandInput,
|
|
160
|
+
ListTagsForResourceCommandOutput,
|
|
161
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListWebExperiencesCommandInput,
|
|
164
|
+
ListWebExperiencesCommandOutput,
|
|
165
|
+
} from "./commands/ListWebExperiencesCommand";
|
|
166
|
+
import {
|
|
167
|
+
PutFeedbackCommandInput,
|
|
168
|
+
PutFeedbackCommandOutput,
|
|
169
|
+
} from "./commands/PutFeedbackCommand";
|
|
170
|
+
import {
|
|
171
|
+
PutGroupCommandInput,
|
|
172
|
+
PutGroupCommandOutput,
|
|
173
|
+
} from "./commands/PutGroupCommand";
|
|
174
|
+
import {
|
|
175
|
+
StartDataSourceSyncJobCommandInput,
|
|
176
|
+
StartDataSourceSyncJobCommandOutput,
|
|
177
|
+
} from "./commands/StartDataSourceSyncJobCommand";
|
|
178
|
+
import {
|
|
179
|
+
StopDataSourceSyncJobCommandInput,
|
|
180
|
+
StopDataSourceSyncJobCommandOutput,
|
|
181
|
+
} from "./commands/StopDataSourceSyncJobCommand";
|
|
182
|
+
import {
|
|
183
|
+
TagResourceCommandInput,
|
|
184
|
+
TagResourceCommandOutput,
|
|
185
|
+
} from "./commands/TagResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
UntagResourceCommandInput,
|
|
188
|
+
UntagResourceCommandOutput,
|
|
189
|
+
} from "./commands/UntagResourceCommand";
|
|
190
|
+
import {
|
|
191
|
+
UpdateApplicationCommandInput,
|
|
192
|
+
UpdateApplicationCommandOutput,
|
|
193
|
+
} from "./commands/UpdateApplicationCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateChatControlsConfigurationCommandInput,
|
|
196
|
+
UpdateChatControlsConfigurationCommandOutput,
|
|
197
|
+
} from "./commands/UpdateChatControlsConfigurationCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateDataSourceCommandInput,
|
|
200
|
+
UpdateDataSourceCommandOutput,
|
|
201
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateIndexCommandInput,
|
|
204
|
+
UpdateIndexCommandOutput,
|
|
205
|
+
} from "./commands/UpdateIndexCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdatePluginCommandInput,
|
|
208
|
+
UpdatePluginCommandOutput,
|
|
209
|
+
} from "./commands/UpdatePluginCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateRetrieverCommandInput,
|
|
212
|
+
UpdateRetrieverCommandOutput,
|
|
213
|
+
} from "./commands/UpdateRetrieverCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateUserCommandInput,
|
|
216
|
+
UpdateUserCommandOutput,
|
|
217
|
+
} from "./commands/UpdateUserCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateWebExperienceCommandInput,
|
|
220
|
+
UpdateWebExperienceCommandOutput,
|
|
221
|
+
} from "./commands/UpdateWebExperienceCommand";
|
|
222
|
+
import { QBusinessClient } from "./QBusinessClient";
|
|
223
|
+
export interface QBusiness {
|
|
224
|
+
batchDeleteDocument(
|
|
225
|
+
args: BatchDeleteDocumentCommandInput,
|
|
226
|
+
options?: __HttpHandlerOptions
|
|
227
|
+
): Promise<BatchDeleteDocumentCommandOutput>;
|
|
228
|
+
batchDeleteDocument(
|
|
229
|
+
args: BatchDeleteDocumentCommandInput,
|
|
230
|
+
cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
|
|
231
|
+
): void;
|
|
232
|
+
batchDeleteDocument(
|
|
233
|
+
args: BatchDeleteDocumentCommandInput,
|
|
234
|
+
options: __HttpHandlerOptions,
|
|
235
|
+
cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
|
|
236
|
+
): void;
|
|
237
|
+
batchPutDocument(
|
|
238
|
+
args: BatchPutDocumentCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<BatchPutDocumentCommandOutput>;
|
|
241
|
+
batchPutDocument(
|
|
242
|
+
args: BatchPutDocumentCommandInput,
|
|
243
|
+
cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
batchPutDocument(
|
|
246
|
+
args: BatchPutDocumentCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
chatSync(
|
|
251
|
+
args: ChatSyncCommandInput,
|
|
252
|
+
options?: __HttpHandlerOptions
|
|
253
|
+
): Promise<ChatSyncCommandOutput>;
|
|
254
|
+
chatSync(
|
|
255
|
+
args: ChatSyncCommandInput,
|
|
256
|
+
cb: (err: any, data?: ChatSyncCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
chatSync(
|
|
259
|
+
args: ChatSyncCommandInput,
|
|
260
|
+
options: __HttpHandlerOptions,
|
|
261
|
+
cb: (err: any, data?: ChatSyncCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
createApplication(
|
|
264
|
+
args: CreateApplicationCommandInput,
|
|
265
|
+
options?: __HttpHandlerOptions
|
|
266
|
+
): Promise<CreateApplicationCommandOutput>;
|
|
267
|
+
createApplication(
|
|
268
|
+
args: CreateApplicationCommandInput,
|
|
269
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
270
|
+
): void;
|
|
271
|
+
createApplication(
|
|
272
|
+
args: CreateApplicationCommandInput,
|
|
273
|
+
options: __HttpHandlerOptions,
|
|
274
|
+
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
275
|
+
): void;
|
|
276
|
+
createDataSource(
|
|
277
|
+
args: CreateDataSourceCommandInput,
|
|
278
|
+
options?: __HttpHandlerOptions
|
|
279
|
+
): Promise<CreateDataSourceCommandOutput>;
|
|
280
|
+
createDataSource(
|
|
281
|
+
args: CreateDataSourceCommandInput,
|
|
282
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
283
|
+
): void;
|
|
284
|
+
createDataSource(
|
|
285
|
+
args: CreateDataSourceCommandInput,
|
|
286
|
+
options: __HttpHandlerOptions,
|
|
287
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
createIndex(
|
|
290
|
+
args: CreateIndexCommandInput,
|
|
291
|
+
options?: __HttpHandlerOptions
|
|
292
|
+
): Promise<CreateIndexCommandOutput>;
|
|
293
|
+
createIndex(
|
|
294
|
+
args: CreateIndexCommandInput,
|
|
295
|
+
cb: (err: any, data?: CreateIndexCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
createIndex(
|
|
298
|
+
args: CreateIndexCommandInput,
|
|
299
|
+
options: __HttpHandlerOptions,
|
|
300
|
+
cb: (err: any, data?: CreateIndexCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
createPlugin(
|
|
303
|
+
args: CreatePluginCommandInput,
|
|
304
|
+
options?: __HttpHandlerOptions
|
|
305
|
+
): Promise<CreatePluginCommandOutput>;
|
|
306
|
+
createPlugin(
|
|
307
|
+
args: CreatePluginCommandInput,
|
|
308
|
+
cb: (err: any, data?: CreatePluginCommandOutput) => void
|
|
309
|
+
): void;
|
|
310
|
+
createPlugin(
|
|
311
|
+
args: CreatePluginCommandInput,
|
|
312
|
+
options: __HttpHandlerOptions,
|
|
313
|
+
cb: (err: any, data?: CreatePluginCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
createRetriever(
|
|
316
|
+
args: CreateRetrieverCommandInput,
|
|
317
|
+
options?: __HttpHandlerOptions
|
|
318
|
+
): Promise<CreateRetrieverCommandOutput>;
|
|
319
|
+
createRetriever(
|
|
320
|
+
args: CreateRetrieverCommandInput,
|
|
321
|
+
cb: (err: any, data?: CreateRetrieverCommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
createRetriever(
|
|
324
|
+
args: CreateRetrieverCommandInput,
|
|
325
|
+
options: __HttpHandlerOptions,
|
|
326
|
+
cb: (err: any, data?: CreateRetrieverCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
createUser(
|
|
329
|
+
args: CreateUserCommandInput,
|
|
330
|
+
options?: __HttpHandlerOptions
|
|
331
|
+
): Promise<CreateUserCommandOutput>;
|
|
332
|
+
createUser(
|
|
333
|
+
args: CreateUserCommandInput,
|
|
334
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
335
|
+
): void;
|
|
336
|
+
createUser(
|
|
337
|
+
args: CreateUserCommandInput,
|
|
338
|
+
options: __HttpHandlerOptions,
|
|
339
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
createWebExperience(
|
|
342
|
+
args: CreateWebExperienceCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<CreateWebExperienceCommandOutput>;
|
|
345
|
+
createWebExperience(
|
|
346
|
+
args: CreateWebExperienceCommandInput,
|
|
347
|
+
cb: (err: any, data?: CreateWebExperienceCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
createWebExperience(
|
|
350
|
+
args: CreateWebExperienceCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: CreateWebExperienceCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
deleteApplication(
|
|
355
|
+
args: DeleteApplicationCommandInput,
|
|
356
|
+
options?: __HttpHandlerOptions
|
|
357
|
+
): Promise<DeleteApplicationCommandOutput>;
|
|
358
|
+
deleteApplication(
|
|
359
|
+
args: DeleteApplicationCommandInput,
|
|
360
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
deleteApplication(
|
|
363
|
+
args: DeleteApplicationCommandInput,
|
|
364
|
+
options: __HttpHandlerOptions,
|
|
365
|
+
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
deleteChatControlsConfiguration(
|
|
368
|
+
args: DeleteChatControlsConfigurationCommandInput,
|
|
369
|
+
options?: __HttpHandlerOptions
|
|
370
|
+
): Promise<DeleteChatControlsConfigurationCommandOutput>;
|
|
371
|
+
deleteChatControlsConfiguration(
|
|
372
|
+
args: DeleteChatControlsConfigurationCommandInput,
|
|
373
|
+
cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void
|
|
374
|
+
): void;
|
|
375
|
+
deleteChatControlsConfiguration(
|
|
376
|
+
args: DeleteChatControlsConfigurationCommandInput,
|
|
377
|
+
options: __HttpHandlerOptions,
|
|
378
|
+
cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
deleteConversation(
|
|
381
|
+
args: DeleteConversationCommandInput,
|
|
382
|
+
options?: __HttpHandlerOptions
|
|
383
|
+
): Promise<DeleteConversationCommandOutput>;
|
|
384
|
+
deleteConversation(
|
|
385
|
+
args: DeleteConversationCommandInput,
|
|
386
|
+
cb: (err: any, data?: DeleteConversationCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
deleteConversation(
|
|
389
|
+
args: DeleteConversationCommandInput,
|
|
390
|
+
options: __HttpHandlerOptions,
|
|
391
|
+
cb: (err: any, data?: DeleteConversationCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
deleteDataSource(
|
|
394
|
+
args: DeleteDataSourceCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<DeleteDataSourceCommandOutput>;
|
|
397
|
+
deleteDataSource(
|
|
398
|
+
args: DeleteDataSourceCommandInput,
|
|
399
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
400
|
+
): void;
|
|
401
|
+
deleteDataSource(
|
|
402
|
+
args: DeleteDataSourceCommandInput,
|
|
403
|
+
options: __HttpHandlerOptions,
|
|
404
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
deleteGroup(
|
|
407
|
+
args: DeleteGroupCommandInput,
|
|
408
|
+
options?: __HttpHandlerOptions
|
|
409
|
+
): Promise<DeleteGroupCommandOutput>;
|
|
410
|
+
deleteGroup(
|
|
411
|
+
args: DeleteGroupCommandInput,
|
|
412
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
deleteGroup(
|
|
415
|
+
args: DeleteGroupCommandInput,
|
|
416
|
+
options: __HttpHandlerOptions,
|
|
417
|
+
cb: (err: any, data?: DeleteGroupCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
deleteIndex(
|
|
420
|
+
args: DeleteIndexCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<DeleteIndexCommandOutput>;
|
|
423
|
+
deleteIndex(
|
|
424
|
+
args: DeleteIndexCommandInput,
|
|
425
|
+
cb: (err: any, data?: DeleteIndexCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
deleteIndex(
|
|
428
|
+
args: DeleteIndexCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: DeleteIndexCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
deletePlugin(
|
|
433
|
+
args: DeletePluginCommandInput,
|
|
434
|
+
options?: __HttpHandlerOptions
|
|
435
|
+
): Promise<DeletePluginCommandOutput>;
|
|
436
|
+
deletePlugin(
|
|
437
|
+
args: DeletePluginCommandInput,
|
|
438
|
+
cb: (err: any, data?: DeletePluginCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
deletePlugin(
|
|
441
|
+
args: DeletePluginCommandInput,
|
|
442
|
+
options: __HttpHandlerOptions,
|
|
443
|
+
cb: (err: any, data?: DeletePluginCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
deleteRetriever(
|
|
446
|
+
args: DeleteRetrieverCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<DeleteRetrieverCommandOutput>;
|
|
449
|
+
deleteRetriever(
|
|
450
|
+
args: DeleteRetrieverCommandInput,
|
|
451
|
+
cb: (err: any, data?: DeleteRetrieverCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
deleteRetriever(
|
|
454
|
+
args: DeleteRetrieverCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: DeleteRetrieverCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
deleteUser(
|
|
459
|
+
args: DeleteUserCommandInput,
|
|
460
|
+
options?: __HttpHandlerOptions
|
|
461
|
+
): Promise<DeleteUserCommandOutput>;
|
|
462
|
+
deleteUser(
|
|
463
|
+
args: DeleteUserCommandInput,
|
|
464
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
deleteUser(
|
|
467
|
+
args: DeleteUserCommandInput,
|
|
468
|
+
options: __HttpHandlerOptions,
|
|
469
|
+
cb: (err: any, data?: DeleteUserCommandOutput) => void
|
|
470
|
+
): void;
|
|
471
|
+
deleteWebExperience(
|
|
472
|
+
args: DeleteWebExperienceCommandInput,
|
|
473
|
+
options?: __HttpHandlerOptions
|
|
474
|
+
): Promise<DeleteWebExperienceCommandOutput>;
|
|
475
|
+
deleteWebExperience(
|
|
476
|
+
args: DeleteWebExperienceCommandInput,
|
|
477
|
+
cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
deleteWebExperience(
|
|
480
|
+
args: DeleteWebExperienceCommandInput,
|
|
481
|
+
options: __HttpHandlerOptions,
|
|
482
|
+
cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
getApplication(
|
|
485
|
+
args: GetApplicationCommandInput,
|
|
486
|
+
options?: __HttpHandlerOptions
|
|
487
|
+
): Promise<GetApplicationCommandOutput>;
|
|
488
|
+
getApplication(
|
|
489
|
+
args: GetApplicationCommandInput,
|
|
490
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
491
|
+
): void;
|
|
492
|
+
getApplication(
|
|
493
|
+
args: GetApplicationCommandInput,
|
|
494
|
+
options: __HttpHandlerOptions,
|
|
495
|
+
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
getChatControlsConfiguration(
|
|
498
|
+
args: GetChatControlsConfigurationCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<GetChatControlsConfigurationCommandOutput>;
|
|
501
|
+
getChatControlsConfiguration(
|
|
502
|
+
args: GetChatControlsConfigurationCommandInput,
|
|
503
|
+
cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
getChatControlsConfiguration(
|
|
506
|
+
args: GetChatControlsConfigurationCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
getDataSource(
|
|
511
|
+
args: GetDataSourceCommandInput,
|
|
512
|
+
options?: __HttpHandlerOptions
|
|
513
|
+
): Promise<GetDataSourceCommandOutput>;
|
|
514
|
+
getDataSource(
|
|
515
|
+
args: GetDataSourceCommandInput,
|
|
516
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
517
|
+
): void;
|
|
518
|
+
getDataSource(
|
|
519
|
+
args: GetDataSourceCommandInput,
|
|
520
|
+
options: __HttpHandlerOptions,
|
|
521
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
getGroup(
|
|
524
|
+
args: GetGroupCommandInput,
|
|
525
|
+
options?: __HttpHandlerOptions
|
|
526
|
+
): Promise<GetGroupCommandOutput>;
|
|
527
|
+
getGroup(
|
|
528
|
+
args: GetGroupCommandInput,
|
|
529
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
getGroup(
|
|
532
|
+
args: GetGroupCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (err: any, data?: GetGroupCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
getIndex(
|
|
537
|
+
args: GetIndexCommandInput,
|
|
538
|
+
options?: __HttpHandlerOptions
|
|
539
|
+
): Promise<GetIndexCommandOutput>;
|
|
540
|
+
getIndex(
|
|
541
|
+
args: GetIndexCommandInput,
|
|
542
|
+
cb: (err: any, data?: GetIndexCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
getIndex(
|
|
545
|
+
args: GetIndexCommandInput,
|
|
546
|
+
options: __HttpHandlerOptions,
|
|
547
|
+
cb: (err: any, data?: GetIndexCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
getPlugin(
|
|
550
|
+
args: GetPluginCommandInput,
|
|
551
|
+
options?: __HttpHandlerOptions
|
|
552
|
+
): Promise<GetPluginCommandOutput>;
|
|
553
|
+
getPlugin(
|
|
554
|
+
args: GetPluginCommandInput,
|
|
555
|
+
cb: (err: any, data?: GetPluginCommandOutput) => void
|
|
556
|
+
): void;
|
|
557
|
+
getPlugin(
|
|
558
|
+
args: GetPluginCommandInput,
|
|
559
|
+
options: __HttpHandlerOptions,
|
|
560
|
+
cb: (err: any, data?: GetPluginCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
getRetriever(
|
|
563
|
+
args: GetRetrieverCommandInput,
|
|
564
|
+
options?: __HttpHandlerOptions
|
|
565
|
+
): Promise<GetRetrieverCommandOutput>;
|
|
566
|
+
getRetriever(
|
|
567
|
+
args: GetRetrieverCommandInput,
|
|
568
|
+
cb: (err: any, data?: GetRetrieverCommandOutput) => void
|
|
569
|
+
): void;
|
|
570
|
+
getRetriever(
|
|
571
|
+
args: GetRetrieverCommandInput,
|
|
572
|
+
options: __HttpHandlerOptions,
|
|
573
|
+
cb: (err: any, data?: GetRetrieverCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
getUser(
|
|
576
|
+
args: GetUserCommandInput,
|
|
577
|
+
options?: __HttpHandlerOptions
|
|
578
|
+
): Promise<GetUserCommandOutput>;
|
|
579
|
+
getUser(
|
|
580
|
+
args: GetUserCommandInput,
|
|
581
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
582
|
+
): void;
|
|
583
|
+
getUser(
|
|
584
|
+
args: GetUserCommandInput,
|
|
585
|
+
options: __HttpHandlerOptions,
|
|
586
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
587
|
+
): void;
|
|
588
|
+
getWebExperience(
|
|
589
|
+
args: GetWebExperienceCommandInput,
|
|
590
|
+
options?: __HttpHandlerOptions
|
|
591
|
+
): Promise<GetWebExperienceCommandOutput>;
|
|
592
|
+
getWebExperience(
|
|
593
|
+
args: GetWebExperienceCommandInput,
|
|
594
|
+
cb: (err: any, data?: GetWebExperienceCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
getWebExperience(
|
|
597
|
+
args: GetWebExperienceCommandInput,
|
|
598
|
+
options: __HttpHandlerOptions,
|
|
599
|
+
cb: (err: any, data?: GetWebExperienceCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
listApplications(
|
|
602
|
+
args: ListApplicationsCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<ListApplicationsCommandOutput>;
|
|
605
|
+
listApplications(
|
|
606
|
+
args: ListApplicationsCommandInput,
|
|
607
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
listApplications(
|
|
610
|
+
args: ListApplicationsCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
listConversations(
|
|
615
|
+
args: ListConversationsCommandInput,
|
|
616
|
+
options?: __HttpHandlerOptions
|
|
617
|
+
): Promise<ListConversationsCommandOutput>;
|
|
618
|
+
listConversations(
|
|
619
|
+
args: ListConversationsCommandInput,
|
|
620
|
+
cb: (err: any, data?: ListConversationsCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
listConversations(
|
|
623
|
+
args: ListConversationsCommandInput,
|
|
624
|
+
options: __HttpHandlerOptions,
|
|
625
|
+
cb: (err: any, data?: ListConversationsCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
listDataSources(
|
|
628
|
+
args: ListDataSourcesCommandInput,
|
|
629
|
+
options?: __HttpHandlerOptions
|
|
630
|
+
): Promise<ListDataSourcesCommandOutput>;
|
|
631
|
+
listDataSources(
|
|
632
|
+
args: ListDataSourcesCommandInput,
|
|
633
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
634
|
+
): void;
|
|
635
|
+
listDataSources(
|
|
636
|
+
args: ListDataSourcesCommandInput,
|
|
637
|
+
options: __HttpHandlerOptions,
|
|
638
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
listDataSourceSyncJobs(
|
|
641
|
+
args: ListDataSourceSyncJobsCommandInput,
|
|
642
|
+
options?: __HttpHandlerOptions
|
|
643
|
+
): Promise<ListDataSourceSyncJobsCommandOutput>;
|
|
644
|
+
listDataSourceSyncJobs(
|
|
645
|
+
args: ListDataSourceSyncJobsCommandInput,
|
|
646
|
+
cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
listDataSourceSyncJobs(
|
|
649
|
+
args: ListDataSourceSyncJobsCommandInput,
|
|
650
|
+
options: __HttpHandlerOptions,
|
|
651
|
+
cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
listDocuments(
|
|
654
|
+
args: ListDocumentsCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<ListDocumentsCommandOutput>;
|
|
657
|
+
listDocuments(
|
|
658
|
+
args: ListDocumentsCommandInput,
|
|
659
|
+
cb: (err: any, data?: ListDocumentsCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
listDocuments(
|
|
662
|
+
args: ListDocumentsCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: ListDocumentsCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
listGroups(
|
|
667
|
+
args: ListGroupsCommandInput,
|
|
668
|
+
options?: __HttpHandlerOptions
|
|
669
|
+
): Promise<ListGroupsCommandOutput>;
|
|
670
|
+
listGroups(
|
|
671
|
+
args: ListGroupsCommandInput,
|
|
672
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
673
|
+
): void;
|
|
674
|
+
listGroups(
|
|
675
|
+
args: ListGroupsCommandInput,
|
|
676
|
+
options: __HttpHandlerOptions,
|
|
677
|
+
cb: (err: any, data?: ListGroupsCommandOutput) => void
|
|
678
|
+
): void;
|
|
679
|
+
listIndices(
|
|
680
|
+
args: ListIndicesCommandInput,
|
|
681
|
+
options?: __HttpHandlerOptions
|
|
682
|
+
): Promise<ListIndicesCommandOutput>;
|
|
683
|
+
listIndices(
|
|
684
|
+
args: ListIndicesCommandInput,
|
|
685
|
+
cb: (err: any, data?: ListIndicesCommandOutput) => void
|
|
686
|
+
): void;
|
|
687
|
+
listIndices(
|
|
688
|
+
args: ListIndicesCommandInput,
|
|
689
|
+
options: __HttpHandlerOptions,
|
|
690
|
+
cb: (err: any, data?: ListIndicesCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
listMessages(
|
|
693
|
+
args: ListMessagesCommandInput,
|
|
694
|
+
options?: __HttpHandlerOptions
|
|
695
|
+
): Promise<ListMessagesCommandOutput>;
|
|
696
|
+
listMessages(
|
|
697
|
+
args: ListMessagesCommandInput,
|
|
698
|
+
cb: (err: any, data?: ListMessagesCommandOutput) => void
|
|
699
|
+
): void;
|
|
700
|
+
listMessages(
|
|
701
|
+
args: ListMessagesCommandInput,
|
|
702
|
+
options: __HttpHandlerOptions,
|
|
703
|
+
cb: (err: any, data?: ListMessagesCommandOutput) => void
|
|
704
|
+
): void;
|
|
705
|
+
listPlugins(
|
|
706
|
+
args: ListPluginsCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<ListPluginsCommandOutput>;
|
|
709
|
+
listPlugins(
|
|
710
|
+
args: ListPluginsCommandInput,
|
|
711
|
+
cb: (err: any, data?: ListPluginsCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
listPlugins(
|
|
714
|
+
args: ListPluginsCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: ListPluginsCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
listRetrievers(
|
|
719
|
+
args: ListRetrieversCommandInput,
|
|
720
|
+
options?: __HttpHandlerOptions
|
|
721
|
+
): Promise<ListRetrieversCommandOutput>;
|
|
722
|
+
listRetrievers(
|
|
723
|
+
args: ListRetrieversCommandInput,
|
|
724
|
+
cb: (err: any, data?: ListRetrieversCommandOutput) => void
|
|
725
|
+
): void;
|
|
726
|
+
listRetrievers(
|
|
727
|
+
args: ListRetrieversCommandInput,
|
|
728
|
+
options: __HttpHandlerOptions,
|
|
729
|
+
cb: (err: any, data?: ListRetrieversCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
listTagsForResource(
|
|
732
|
+
args: ListTagsForResourceCommandInput,
|
|
733
|
+
options?: __HttpHandlerOptions
|
|
734
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
735
|
+
listTagsForResource(
|
|
736
|
+
args: ListTagsForResourceCommandInput,
|
|
737
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
738
|
+
): void;
|
|
739
|
+
listTagsForResource(
|
|
740
|
+
args: ListTagsForResourceCommandInput,
|
|
741
|
+
options: __HttpHandlerOptions,
|
|
742
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
743
|
+
): void;
|
|
744
|
+
listWebExperiences(
|
|
745
|
+
args: ListWebExperiencesCommandInput,
|
|
746
|
+
options?: __HttpHandlerOptions
|
|
747
|
+
): Promise<ListWebExperiencesCommandOutput>;
|
|
748
|
+
listWebExperiences(
|
|
749
|
+
args: ListWebExperiencesCommandInput,
|
|
750
|
+
cb: (err: any, data?: ListWebExperiencesCommandOutput) => void
|
|
751
|
+
): void;
|
|
752
|
+
listWebExperiences(
|
|
753
|
+
args: ListWebExperiencesCommandInput,
|
|
754
|
+
options: __HttpHandlerOptions,
|
|
755
|
+
cb: (err: any, data?: ListWebExperiencesCommandOutput) => void
|
|
756
|
+
): void;
|
|
757
|
+
putFeedback(
|
|
758
|
+
args: PutFeedbackCommandInput,
|
|
759
|
+
options?: __HttpHandlerOptions
|
|
760
|
+
): Promise<PutFeedbackCommandOutput>;
|
|
761
|
+
putFeedback(
|
|
762
|
+
args: PutFeedbackCommandInput,
|
|
763
|
+
cb: (err: any, data?: PutFeedbackCommandOutput) => void
|
|
764
|
+
): void;
|
|
765
|
+
putFeedback(
|
|
766
|
+
args: PutFeedbackCommandInput,
|
|
767
|
+
options: __HttpHandlerOptions,
|
|
768
|
+
cb: (err: any, data?: PutFeedbackCommandOutput) => void
|
|
769
|
+
): void;
|
|
770
|
+
putGroup(
|
|
771
|
+
args: PutGroupCommandInput,
|
|
772
|
+
options?: __HttpHandlerOptions
|
|
773
|
+
): Promise<PutGroupCommandOutput>;
|
|
774
|
+
putGroup(
|
|
775
|
+
args: PutGroupCommandInput,
|
|
776
|
+
cb: (err: any, data?: PutGroupCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
putGroup(
|
|
779
|
+
args: PutGroupCommandInput,
|
|
780
|
+
options: __HttpHandlerOptions,
|
|
781
|
+
cb: (err: any, data?: PutGroupCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
startDataSourceSyncJob(
|
|
784
|
+
args: StartDataSourceSyncJobCommandInput,
|
|
785
|
+
options?: __HttpHandlerOptions
|
|
786
|
+
): Promise<StartDataSourceSyncJobCommandOutput>;
|
|
787
|
+
startDataSourceSyncJob(
|
|
788
|
+
args: StartDataSourceSyncJobCommandInput,
|
|
789
|
+
cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
|
|
790
|
+
): void;
|
|
791
|
+
startDataSourceSyncJob(
|
|
792
|
+
args: StartDataSourceSyncJobCommandInput,
|
|
793
|
+
options: __HttpHandlerOptions,
|
|
794
|
+
cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
|
|
795
|
+
): void;
|
|
796
|
+
stopDataSourceSyncJob(
|
|
797
|
+
args: StopDataSourceSyncJobCommandInput,
|
|
798
|
+
options?: __HttpHandlerOptions
|
|
799
|
+
): Promise<StopDataSourceSyncJobCommandOutput>;
|
|
800
|
+
stopDataSourceSyncJob(
|
|
801
|
+
args: StopDataSourceSyncJobCommandInput,
|
|
802
|
+
cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
|
|
803
|
+
): void;
|
|
804
|
+
stopDataSourceSyncJob(
|
|
805
|
+
args: StopDataSourceSyncJobCommandInput,
|
|
806
|
+
options: __HttpHandlerOptions,
|
|
807
|
+
cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
|
|
808
|
+
): void;
|
|
809
|
+
tagResource(
|
|
810
|
+
args: TagResourceCommandInput,
|
|
811
|
+
options?: __HttpHandlerOptions
|
|
812
|
+
): Promise<TagResourceCommandOutput>;
|
|
813
|
+
tagResource(
|
|
814
|
+
args: TagResourceCommandInput,
|
|
815
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
816
|
+
): void;
|
|
817
|
+
tagResource(
|
|
818
|
+
args: TagResourceCommandInput,
|
|
819
|
+
options: __HttpHandlerOptions,
|
|
820
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
821
|
+
): void;
|
|
822
|
+
untagResource(
|
|
823
|
+
args: UntagResourceCommandInput,
|
|
824
|
+
options?: __HttpHandlerOptions
|
|
825
|
+
): Promise<UntagResourceCommandOutput>;
|
|
826
|
+
untagResource(
|
|
827
|
+
args: UntagResourceCommandInput,
|
|
828
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
829
|
+
): void;
|
|
830
|
+
untagResource(
|
|
831
|
+
args: UntagResourceCommandInput,
|
|
832
|
+
options: __HttpHandlerOptions,
|
|
833
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
834
|
+
): void;
|
|
835
|
+
updateApplication(
|
|
836
|
+
args: UpdateApplicationCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<UpdateApplicationCommandOutput>;
|
|
839
|
+
updateApplication(
|
|
840
|
+
args: UpdateApplicationCommandInput,
|
|
841
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
updateApplication(
|
|
844
|
+
args: UpdateApplicationCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
updateChatControlsConfiguration(
|
|
849
|
+
args: UpdateChatControlsConfigurationCommandInput,
|
|
850
|
+
options?: __HttpHandlerOptions
|
|
851
|
+
): Promise<UpdateChatControlsConfigurationCommandOutput>;
|
|
852
|
+
updateChatControlsConfiguration(
|
|
853
|
+
args: UpdateChatControlsConfigurationCommandInput,
|
|
854
|
+
cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void
|
|
855
|
+
): void;
|
|
856
|
+
updateChatControlsConfiguration(
|
|
857
|
+
args: UpdateChatControlsConfigurationCommandInput,
|
|
858
|
+
options: __HttpHandlerOptions,
|
|
859
|
+
cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void
|
|
860
|
+
): void;
|
|
861
|
+
updateDataSource(
|
|
862
|
+
args: UpdateDataSourceCommandInput,
|
|
863
|
+
options?: __HttpHandlerOptions
|
|
864
|
+
): Promise<UpdateDataSourceCommandOutput>;
|
|
865
|
+
updateDataSource(
|
|
866
|
+
args: UpdateDataSourceCommandInput,
|
|
867
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
868
|
+
): void;
|
|
869
|
+
updateDataSource(
|
|
870
|
+
args: UpdateDataSourceCommandInput,
|
|
871
|
+
options: __HttpHandlerOptions,
|
|
872
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
873
|
+
): void;
|
|
874
|
+
updateIndex(
|
|
875
|
+
args: UpdateIndexCommandInput,
|
|
876
|
+
options?: __HttpHandlerOptions
|
|
877
|
+
): Promise<UpdateIndexCommandOutput>;
|
|
878
|
+
updateIndex(
|
|
879
|
+
args: UpdateIndexCommandInput,
|
|
880
|
+
cb: (err: any, data?: UpdateIndexCommandOutput) => void
|
|
881
|
+
): void;
|
|
882
|
+
updateIndex(
|
|
883
|
+
args: UpdateIndexCommandInput,
|
|
884
|
+
options: __HttpHandlerOptions,
|
|
885
|
+
cb: (err: any, data?: UpdateIndexCommandOutput) => void
|
|
886
|
+
): void;
|
|
887
|
+
updatePlugin(
|
|
888
|
+
args: UpdatePluginCommandInput,
|
|
889
|
+
options?: __HttpHandlerOptions
|
|
890
|
+
): Promise<UpdatePluginCommandOutput>;
|
|
891
|
+
updatePlugin(
|
|
892
|
+
args: UpdatePluginCommandInput,
|
|
893
|
+
cb: (err: any, data?: UpdatePluginCommandOutput) => void
|
|
894
|
+
): void;
|
|
895
|
+
updatePlugin(
|
|
896
|
+
args: UpdatePluginCommandInput,
|
|
897
|
+
options: __HttpHandlerOptions,
|
|
898
|
+
cb: (err: any, data?: UpdatePluginCommandOutput) => void
|
|
899
|
+
): void;
|
|
900
|
+
updateRetriever(
|
|
901
|
+
args: UpdateRetrieverCommandInput,
|
|
902
|
+
options?: __HttpHandlerOptions
|
|
903
|
+
): Promise<UpdateRetrieverCommandOutput>;
|
|
904
|
+
updateRetriever(
|
|
905
|
+
args: UpdateRetrieverCommandInput,
|
|
906
|
+
cb: (err: any, data?: UpdateRetrieverCommandOutput) => void
|
|
907
|
+
): void;
|
|
908
|
+
updateRetriever(
|
|
909
|
+
args: UpdateRetrieverCommandInput,
|
|
910
|
+
options: __HttpHandlerOptions,
|
|
911
|
+
cb: (err: any, data?: UpdateRetrieverCommandOutput) => void
|
|
912
|
+
): void;
|
|
913
|
+
updateUser(
|
|
914
|
+
args: UpdateUserCommandInput,
|
|
915
|
+
options?: __HttpHandlerOptions
|
|
916
|
+
): Promise<UpdateUserCommandOutput>;
|
|
917
|
+
updateUser(
|
|
918
|
+
args: UpdateUserCommandInput,
|
|
919
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
920
|
+
): void;
|
|
921
|
+
updateUser(
|
|
922
|
+
args: UpdateUserCommandInput,
|
|
923
|
+
options: __HttpHandlerOptions,
|
|
924
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
925
|
+
): void;
|
|
926
|
+
updateWebExperience(
|
|
927
|
+
args: UpdateWebExperienceCommandInput,
|
|
928
|
+
options?: __HttpHandlerOptions
|
|
929
|
+
): Promise<UpdateWebExperienceCommandOutput>;
|
|
930
|
+
updateWebExperience(
|
|
931
|
+
args: UpdateWebExperienceCommandInput,
|
|
932
|
+
cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void
|
|
933
|
+
): void;
|
|
934
|
+
updateWebExperience(
|
|
935
|
+
args: UpdateWebExperienceCommandInput,
|
|
936
|
+
options: __HttpHandlerOptions,
|
|
937
|
+
cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void
|
|
938
|
+
): void;
|
|
939
|
+
}
|
|
940
|
+
export declare class QBusiness extends QBusinessClient implements QBusiness {}
|