@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,665 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@smithy/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteDocumentCommandInput,
|
|
8
|
+
BatchDeleteDocumentCommandOutput,
|
|
9
|
+
} from "../commands/BatchDeleteDocumentCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchPutDocumentCommandInput,
|
|
12
|
+
BatchPutDocumentCommandOutput,
|
|
13
|
+
} from "../commands/BatchPutDocumentCommand";
|
|
14
|
+
import {
|
|
15
|
+
ChatSyncCommandInput,
|
|
16
|
+
ChatSyncCommandOutput,
|
|
17
|
+
} from "../commands/ChatSyncCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateApplicationCommandInput,
|
|
20
|
+
CreateApplicationCommandOutput,
|
|
21
|
+
} from "../commands/CreateApplicationCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDataSourceCommandInput,
|
|
24
|
+
CreateDataSourceCommandOutput,
|
|
25
|
+
} from "../commands/CreateDataSourceCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateIndexCommandInput,
|
|
28
|
+
CreateIndexCommandOutput,
|
|
29
|
+
} from "../commands/CreateIndexCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreatePluginCommandInput,
|
|
32
|
+
CreatePluginCommandOutput,
|
|
33
|
+
} from "../commands/CreatePluginCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateRetrieverCommandInput,
|
|
36
|
+
CreateRetrieverCommandOutput,
|
|
37
|
+
} from "../commands/CreateRetrieverCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateUserCommandInput,
|
|
40
|
+
CreateUserCommandOutput,
|
|
41
|
+
} from "../commands/CreateUserCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateWebExperienceCommandInput,
|
|
44
|
+
CreateWebExperienceCommandOutput,
|
|
45
|
+
} from "../commands/CreateWebExperienceCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteApplicationCommandInput,
|
|
48
|
+
DeleteApplicationCommandOutput,
|
|
49
|
+
} from "../commands/DeleteApplicationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteChatControlsConfigurationCommandInput,
|
|
52
|
+
DeleteChatControlsConfigurationCommandOutput,
|
|
53
|
+
} from "../commands/DeleteChatControlsConfigurationCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteConversationCommandInput,
|
|
56
|
+
DeleteConversationCommandOutput,
|
|
57
|
+
} from "../commands/DeleteConversationCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteDataSourceCommandInput,
|
|
60
|
+
DeleteDataSourceCommandOutput,
|
|
61
|
+
} from "../commands/DeleteDataSourceCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteGroupCommandInput,
|
|
64
|
+
DeleteGroupCommandOutput,
|
|
65
|
+
} from "../commands/DeleteGroupCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteIndexCommandInput,
|
|
68
|
+
DeleteIndexCommandOutput,
|
|
69
|
+
} from "../commands/DeleteIndexCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeletePluginCommandInput,
|
|
72
|
+
DeletePluginCommandOutput,
|
|
73
|
+
} from "../commands/DeletePluginCommand";
|
|
74
|
+
import {
|
|
75
|
+
DeleteRetrieverCommandInput,
|
|
76
|
+
DeleteRetrieverCommandOutput,
|
|
77
|
+
} from "../commands/DeleteRetrieverCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteUserCommandInput,
|
|
80
|
+
DeleteUserCommandOutput,
|
|
81
|
+
} from "../commands/DeleteUserCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteWebExperienceCommandInput,
|
|
84
|
+
DeleteWebExperienceCommandOutput,
|
|
85
|
+
} from "../commands/DeleteWebExperienceCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetApplicationCommandInput,
|
|
88
|
+
GetApplicationCommandOutput,
|
|
89
|
+
} from "../commands/GetApplicationCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetChatControlsConfigurationCommandInput,
|
|
92
|
+
GetChatControlsConfigurationCommandOutput,
|
|
93
|
+
} from "../commands/GetChatControlsConfigurationCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetDataSourceCommandInput,
|
|
96
|
+
GetDataSourceCommandOutput,
|
|
97
|
+
} from "../commands/GetDataSourceCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetGroupCommandInput,
|
|
100
|
+
GetGroupCommandOutput,
|
|
101
|
+
} from "../commands/GetGroupCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetIndexCommandInput,
|
|
104
|
+
GetIndexCommandOutput,
|
|
105
|
+
} from "../commands/GetIndexCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetPluginCommandInput,
|
|
108
|
+
GetPluginCommandOutput,
|
|
109
|
+
} from "../commands/GetPluginCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetRetrieverCommandInput,
|
|
112
|
+
GetRetrieverCommandOutput,
|
|
113
|
+
} from "../commands/GetRetrieverCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetUserCommandInput,
|
|
116
|
+
GetUserCommandOutput,
|
|
117
|
+
} from "../commands/GetUserCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetWebExperienceCommandInput,
|
|
120
|
+
GetWebExperienceCommandOutput,
|
|
121
|
+
} from "../commands/GetWebExperienceCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListApplicationsCommandInput,
|
|
124
|
+
ListApplicationsCommandOutput,
|
|
125
|
+
} from "../commands/ListApplicationsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListConversationsCommandInput,
|
|
128
|
+
ListConversationsCommandOutput,
|
|
129
|
+
} from "../commands/ListConversationsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListDataSourcesCommandInput,
|
|
132
|
+
ListDataSourcesCommandOutput,
|
|
133
|
+
} from "../commands/ListDataSourcesCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListDataSourceSyncJobsCommandInput,
|
|
136
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
137
|
+
} from "../commands/ListDataSourceSyncJobsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListDocumentsCommandInput,
|
|
140
|
+
ListDocumentsCommandOutput,
|
|
141
|
+
} from "../commands/ListDocumentsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListGroupsCommandInput,
|
|
144
|
+
ListGroupsCommandOutput,
|
|
145
|
+
} from "../commands/ListGroupsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListIndicesCommandInput,
|
|
148
|
+
ListIndicesCommandOutput,
|
|
149
|
+
} from "../commands/ListIndicesCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListMessagesCommandInput,
|
|
152
|
+
ListMessagesCommandOutput,
|
|
153
|
+
} from "../commands/ListMessagesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListPluginsCommandInput,
|
|
156
|
+
ListPluginsCommandOutput,
|
|
157
|
+
} from "../commands/ListPluginsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListRetrieversCommandInput,
|
|
160
|
+
ListRetrieversCommandOutput,
|
|
161
|
+
} from "../commands/ListRetrieversCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListTagsForResourceCommandInput,
|
|
164
|
+
ListTagsForResourceCommandOutput,
|
|
165
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListWebExperiencesCommandInput,
|
|
168
|
+
ListWebExperiencesCommandOutput,
|
|
169
|
+
} from "../commands/ListWebExperiencesCommand";
|
|
170
|
+
import {
|
|
171
|
+
PutFeedbackCommandInput,
|
|
172
|
+
PutFeedbackCommandOutput,
|
|
173
|
+
} from "../commands/PutFeedbackCommand";
|
|
174
|
+
import {
|
|
175
|
+
PutGroupCommandInput,
|
|
176
|
+
PutGroupCommandOutput,
|
|
177
|
+
} from "../commands/PutGroupCommand";
|
|
178
|
+
import {
|
|
179
|
+
StartDataSourceSyncJobCommandInput,
|
|
180
|
+
StartDataSourceSyncJobCommandOutput,
|
|
181
|
+
} from "../commands/StartDataSourceSyncJobCommand";
|
|
182
|
+
import {
|
|
183
|
+
StopDataSourceSyncJobCommandInput,
|
|
184
|
+
StopDataSourceSyncJobCommandOutput,
|
|
185
|
+
} from "../commands/StopDataSourceSyncJobCommand";
|
|
186
|
+
import {
|
|
187
|
+
TagResourceCommandInput,
|
|
188
|
+
TagResourceCommandOutput,
|
|
189
|
+
} from "../commands/TagResourceCommand";
|
|
190
|
+
import {
|
|
191
|
+
UntagResourceCommandInput,
|
|
192
|
+
UntagResourceCommandOutput,
|
|
193
|
+
} from "../commands/UntagResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateApplicationCommandInput,
|
|
196
|
+
UpdateApplicationCommandOutput,
|
|
197
|
+
} from "../commands/UpdateApplicationCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateChatControlsConfigurationCommandInput,
|
|
200
|
+
UpdateChatControlsConfigurationCommandOutput,
|
|
201
|
+
} from "../commands/UpdateChatControlsConfigurationCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateDataSourceCommandInput,
|
|
204
|
+
UpdateDataSourceCommandOutput,
|
|
205
|
+
} from "../commands/UpdateDataSourceCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateIndexCommandInput,
|
|
208
|
+
UpdateIndexCommandOutput,
|
|
209
|
+
} from "../commands/UpdateIndexCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdatePluginCommandInput,
|
|
212
|
+
UpdatePluginCommandOutput,
|
|
213
|
+
} from "../commands/UpdatePluginCommand";
|
|
214
|
+
import {
|
|
215
|
+
UpdateRetrieverCommandInput,
|
|
216
|
+
UpdateRetrieverCommandOutput,
|
|
217
|
+
} from "../commands/UpdateRetrieverCommand";
|
|
218
|
+
import {
|
|
219
|
+
UpdateUserCommandInput,
|
|
220
|
+
UpdateUserCommandOutput,
|
|
221
|
+
} from "../commands/UpdateUserCommand";
|
|
222
|
+
import {
|
|
223
|
+
UpdateWebExperienceCommandInput,
|
|
224
|
+
UpdateWebExperienceCommandOutput,
|
|
225
|
+
} from "../commands/UpdateWebExperienceCommand";
|
|
226
|
+
export declare const se_BatchDeleteDocumentCommand: (
|
|
227
|
+
input: BatchDeleteDocumentCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const se_BatchPutDocumentCommand: (
|
|
231
|
+
input: BatchPutDocumentCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_ChatSyncCommand: (
|
|
235
|
+
input: ChatSyncCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const se_CreateApplicationCommand: (
|
|
239
|
+
input: CreateApplicationCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_CreateDataSourceCommand: (
|
|
243
|
+
input: CreateDataSourceCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const se_CreateIndexCommand: (
|
|
247
|
+
input: CreateIndexCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const se_CreatePluginCommand: (
|
|
251
|
+
input: CreatePluginCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const se_CreateRetrieverCommand: (
|
|
255
|
+
input: CreateRetrieverCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const se_CreateUserCommand: (
|
|
259
|
+
input: CreateUserCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const se_CreateWebExperienceCommand: (
|
|
263
|
+
input: CreateWebExperienceCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const se_DeleteApplicationCommand: (
|
|
267
|
+
input: DeleteApplicationCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const se_DeleteChatControlsConfigurationCommand: (
|
|
271
|
+
input: DeleteChatControlsConfigurationCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const se_DeleteConversationCommand: (
|
|
275
|
+
input: DeleteConversationCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const se_DeleteDataSourceCommand: (
|
|
279
|
+
input: DeleteDataSourceCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const se_DeleteGroupCommand: (
|
|
283
|
+
input: DeleteGroupCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const se_DeleteIndexCommand: (
|
|
287
|
+
input: DeleteIndexCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const se_DeletePluginCommand: (
|
|
291
|
+
input: DeletePluginCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const se_DeleteRetrieverCommand: (
|
|
295
|
+
input: DeleteRetrieverCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const se_DeleteUserCommand: (
|
|
299
|
+
input: DeleteUserCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const se_DeleteWebExperienceCommand: (
|
|
303
|
+
input: DeleteWebExperienceCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const se_GetApplicationCommand: (
|
|
307
|
+
input: GetApplicationCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const se_GetChatControlsConfigurationCommand: (
|
|
311
|
+
input: GetChatControlsConfigurationCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const se_GetDataSourceCommand: (
|
|
315
|
+
input: GetDataSourceCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const se_GetGroupCommand: (
|
|
319
|
+
input: GetGroupCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const se_GetIndexCommand: (
|
|
323
|
+
input: GetIndexCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const se_GetPluginCommand: (
|
|
327
|
+
input: GetPluginCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const se_GetRetrieverCommand: (
|
|
331
|
+
input: GetRetrieverCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const se_GetUserCommand: (
|
|
335
|
+
input: GetUserCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const se_GetWebExperienceCommand: (
|
|
339
|
+
input: GetWebExperienceCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const se_ListApplicationsCommand: (
|
|
343
|
+
input: ListApplicationsCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const se_ListConversationsCommand: (
|
|
347
|
+
input: ListConversationsCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const se_ListDataSourcesCommand: (
|
|
351
|
+
input: ListDataSourcesCommandInput,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<__HttpRequest>;
|
|
354
|
+
export declare const se_ListDataSourceSyncJobsCommand: (
|
|
355
|
+
input: ListDataSourceSyncJobsCommandInput,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<__HttpRequest>;
|
|
358
|
+
export declare const se_ListDocumentsCommand: (
|
|
359
|
+
input: ListDocumentsCommandInput,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<__HttpRequest>;
|
|
362
|
+
export declare const se_ListGroupsCommand: (
|
|
363
|
+
input: ListGroupsCommandInput,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<__HttpRequest>;
|
|
366
|
+
export declare const se_ListIndicesCommand: (
|
|
367
|
+
input: ListIndicesCommandInput,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<__HttpRequest>;
|
|
370
|
+
export declare const se_ListMessagesCommand: (
|
|
371
|
+
input: ListMessagesCommandInput,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<__HttpRequest>;
|
|
374
|
+
export declare const se_ListPluginsCommand: (
|
|
375
|
+
input: ListPluginsCommandInput,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<__HttpRequest>;
|
|
378
|
+
export declare const se_ListRetrieversCommand: (
|
|
379
|
+
input: ListRetrieversCommandInput,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<__HttpRequest>;
|
|
382
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
383
|
+
input: ListTagsForResourceCommandInput,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_ListWebExperiencesCommand: (
|
|
387
|
+
input: ListWebExperiencesCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_PutFeedbackCommand: (
|
|
391
|
+
input: PutFeedbackCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const se_PutGroupCommand: (
|
|
395
|
+
input: PutGroupCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const se_StartDataSourceSyncJobCommand: (
|
|
399
|
+
input: StartDataSourceSyncJobCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const se_StopDataSourceSyncJobCommand: (
|
|
403
|
+
input: StopDataSourceSyncJobCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const se_TagResourceCommand: (
|
|
407
|
+
input: TagResourceCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const se_UntagResourceCommand: (
|
|
411
|
+
input: UntagResourceCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const se_UpdateApplicationCommand: (
|
|
415
|
+
input: UpdateApplicationCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_UpdateChatControlsConfigurationCommand: (
|
|
419
|
+
input: UpdateChatControlsConfigurationCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const se_UpdateDataSourceCommand: (
|
|
423
|
+
input: UpdateDataSourceCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const se_UpdateIndexCommand: (
|
|
427
|
+
input: UpdateIndexCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const se_UpdatePluginCommand: (
|
|
431
|
+
input: UpdatePluginCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const se_UpdateRetrieverCommand: (
|
|
435
|
+
input: UpdateRetrieverCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const se_UpdateUserCommand: (
|
|
439
|
+
input: UpdateUserCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const se_UpdateWebExperienceCommand: (
|
|
443
|
+
input: UpdateWebExperienceCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const de_BatchDeleteDocumentCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<BatchDeleteDocumentCommandOutput>;
|
|
450
|
+
export declare const de_BatchPutDocumentCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<BatchPutDocumentCommandOutput>;
|
|
454
|
+
export declare const de_ChatSyncCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<ChatSyncCommandOutput>;
|
|
458
|
+
export declare const de_CreateApplicationCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<CreateApplicationCommandOutput>;
|
|
462
|
+
export declare const de_CreateDataSourceCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<CreateDataSourceCommandOutput>;
|
|
466
|
+
export declare const de_CreateIndexCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<CreateIndexCommandOutput>;
|
|
470
|
+
export declare const de_CreatePluginCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<CreatePluginCommandOutput>;
|
|
474
|
+
export declare const de_CreateRetrieverCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<CreateRetrieverCommandOutput>;
|
|
478
|
+
export declare const de_CreateUserCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<CreateUserCommandOutput>;
|
|
482
|
+
export declare const de_CreateWebExperienceCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<CreateWebExperienceCommandOutput>;
|
|
486
|
+
export declare const de_DeleteApplicationCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<DeleteApplicationCommandOutput>;
|
|
490
|
+
export declare const de_DeleteChatControlsConfigurationCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<DeleteChatControlsConfigurationCommandOutput>;
|
|
494
|
+
export declare const de_DeleteConversationCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<DeleteConversationCommandOutput>;
|
|
498
|
+
export declare const de_DeleteDataSourceCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<DeleteDataSourceCommandOutput>;
|
|
502
|
+
export declare const de_DeleteGroupCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<DeleteGroupCommandOutput>;
|
|
506
|
+
export declare const de_DeleteIndexCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<DeleteIndexCommandOutput>;
|
|
510
|
+
export declare const de_DeletePluginCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<DeletePluginCommandOutput>;
|
|
514
|
+
export declare const de_DeleteRetrieverCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<DeleteRetrieverCommandOutput>;
|
|
518
|
+
export declare const de_DeleteUserCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<DeleteUserCommandOutput>;
|
|
522
|
+
export declare const de_DeleteWebExperienceCommand: (
|
|
523
|
+
output: __HttpResponse,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<DeleteWebExperienceCommandOutput>;
|
|
526
|
+
export declare const de_GetApplicationCommand: (
|
|
527
|
+
output: __HttpResponse,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<GetApplicationCommandOutput>;
|
|
530
|
+
export declare const de_GetChatControlsConfigurationCommand: (
|
|
531
|
+
output: __HttpResponse,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<GetChatControlsConfigurationCommandOutput>;
|
|
534
|
+
export declare const de_GetDataSourceCommand: (
|
|
535
|
+
output: __HttpResponse,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<GetDataSourceCommandOutput>;
|
|
538
|
+
export declare const de_GetGroupCommand: (
|
|
539
|
+
output: __HttpResponse,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<GetGroupCommandOutput>;
|
|
542
|
+
export declare const de_GetIndexCommand: (
|
|
543
|
+
output: __HttpResponse,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<GetIndexCommandOutput>;
|
|
546
|
+
export declare const de_GetPluginCommand: (
|
|
547
|
+
output: __HttpResponse,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<GetPluginCommandOutput>;
|
|
550
|
+
export declare const de_GetRetrieverCommand: (
|
|
551
|
+
output: __HttpResponse,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<GetRetrieverCommandOutput>;
|
|
554
|
+
export declare const de_GetUserCommand: (
|
|
555
|
+
output: __HttpResponse,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<GetUserCommandOutput>;
|
|
558
|
+
export declare const de_GetWebExperienceCommand: (
|
|
559
|
+
output: __HttpResponse,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<GetWebExperienceCommandOutput>;
|
|
562
|
+
export declare const de_ListApplicationsCommand: (
|
|
563
|
+
output: __HttpResponse,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<ListApplicationsCommandOutput>;
|
|
566
|
+
export declare const de_ListConversationsCommand: (
|
|
567
|
+
output: __HttpResponse,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<ListConversationsCommandOutput>;
|
|
570
|
+
export declare const de_ListDataSourcesCommand: (
|
|
571
|
+
output: __HttpResponse,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<ListDataSourcesCommandOutput>;
|
|
574
|
+
export declare const de_ListDataSourceSyncJobsCommand: (
|
|
575
|
+
output: __HttpResponse,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<ListDataSourceSyncJobsCommandOutput>;
|
|
578
|
+
export declare const de_ListDocumentsCommand: (
|
|
579
|
+
output: __HttpResponse,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<ListDocumentsCommandOutput>;
|
|
582
|
+
export declare const de_ListGroupsCommand: (
|
|
583
|
+
output: __HttpResponse,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<ListGroupsCommandOutput>;
|
|
586
|
+
export declare const de_ListIndicesCommand: (
|
|
587
|
+
output: __HttpResponse,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<ListIndicesCommandOutput>;
|
|
590
|
+
export declare const de_ListMessagesCommand: (
|
|
591
|
+
output: __HttpResponse,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<ListMessagesCommandOutput>;
|
|
594
|
+
export declare const de_ListPluginsCommand: (
|
|
595
|
+
output: __HttpResponse,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<ListPluginsCommandOutput>;
|
|
598
|
+
export declare const de_ListRetrieversCommand: (
|
|
599
|
+
output: __HttpResponse,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<ListRetrieversCommandOutput>;
|
|
602
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
603
|
+
output: __HttpResponse,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
606
|
+
export declare const de_ListWebExperiencesCommand: (
|
|
607
|
+
output: __HttpResponse,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<ListWebExperiencesCommandOutput>;
|
|
610
|
+
export declare const de_PutFeedbackCommand: (
|
|
611
|
+
output: __HttpResponse,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<PutFeedbackCommandOutput>;
|
|
614
|
+
export declare const de_PutGroupCommand: (
|
|
615
|
+
output: __HttpResponse,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<PutGroupCommandOutput>;
|
|
618
|
+
export declare const de_StartDataSourceSyncJobCommand: (
|
|
619
|
+
output: __HttpResponse,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<StartDataSourceSyncJobCommandOutput>;
|
|
622
|
+
export declare const de_StopDataSourceSyncJobCommand: (
|
|
623
|
+
output: __HttpResponse,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<StopDataSourceSyncJobCommandOutput>;
|
|
626
|
+
export declare const de_TagResourceCommand: (
|
|
627
|
+
output: __HttpResponse,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<TagResourceCommandOutput>;
|
|
630
|
+
export declare const de_UntagResourceCommand: (
|
|
631
|
+
output: __HttpResponse,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
634
|
+
export declare const de_UpdateApplicationCommand: (
|
|
635
|
+
output: __HttpResponse,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<UpdateApplicationCommandOutput>;
|
|
638
|
+
export declare const de_UpdateChatControlsConfigurationCommand: (
|
|
639
|
+
output: __HttpResponse,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<UpdateChatControlsConfigurationCommandOutput>;
|
|
642
|
+
export declare const de_UpdateDataSourceCommand: (
|
|
643
|
+
output: __HttpResponse,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<UpdateDataSourceCommandOutput>;
|
|
646
|
+
export declare const de_UpdateIndexCommand: (
|
|
647
|
+
output: __HttpResponse,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<UpdateIndexCommandOutput>;
|
|
650
|
+
export declare const de_UpdatePluginCommand: (
|
|
651
|
+
output: __HttpResponse,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<UpdatePluginCommandOutput>;
|
|
654
|
+
export declare const de_UpdateRetrieverCommand: (
|
|
655
|
+
output: __HttpResponse,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<UpdateRetrieverCommandOutput>;
|
|
658
|
+
export declare const de_UpdateUserCommand: (
|
|
659
|
+
output: __HttpResponse,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<UpdateUserCommandOutput>;
|
|
662
|
+
export declare const de_UpdateWebExperienceCommand: (
|
|
663
|
+
output: __HttpResponse,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<UpdateWebExperienceCommandOutput>;
|