@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,448 @@
|
|
|
1
|
+
import {
|
|
2
|
+
HostHeaderInputConfig,
|
|
3
|
+
HostHeaderResolvedConfig,
|
|
4
|
+
} from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import {
|
|
6
|
+
AwsAuthInputConfig,
|
|
7
|
+
AwsAuthResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-signing";
|
|
9
|
+
import {
|
|
10
|
+
UserAgentInputConfig,
|
|
11
|
+
UserAgentResolvedConfig,
|
|
12
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
13
|
+
import { Credentials as __Credentials } from "@aws-sdk/types";
|
|
14
|
+
import {
|
|
15
|
+
RegionInputConfig,
|
|
16
|
+
RegionResolvedConfig,
|
|
17
|
+
} from "@smithy/config-resolver";
|
|
18
|
+
import {
|
|
19
|
+
EndpointInputConfig,
|
|
20
|
+
EndpointResolvedConfig,
|
|
21
|
+
} from "@smithy/middleware-endpoint";
|
|
22
|
+
import {
|
|
23
|
+
RetryInputConfig,
|
|
24
|
+
RetryResolvedConfig,
|
|
25
|
+
} from "@smithy/middleware-retry";
|
|
26
|
+
import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
|
|
27
|
+
import {
|
|
28
|
+
Client as __Client,
|
|
29
|
+
DefaultsMode as __DefaultsMode,
|
|
30
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
31
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
32
|
+
} from "@smithy/smithy-client";
|
|
33
|
+
import {
|
|
34
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
35
|
+
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
36
|
+
ChecksumConstructor as __ChecksumConstructor,
|
|
37
|
+
Decoder as __Decoder,
|
|
38
|
+
Encoder as __Encoder,
|
|
39
|
+
HashConstructor as __HashConstructor,
|
|
40
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
41
|
+
Logger as __Logger,
|
|
42
|
+
Provider as __Provider,
|
|
43
|
+
Provider,
|
|
44
|
+
StreamCollector as __StreamCollector,
|
|
45
|
+
UrlParser as __UrlParser,
|
|
46
|
+
UserAgent as __UserAgent,
|
|
47
|
+
} from "@smithy/types";
|
|
48
|
+
import {
|
|
49
|
+
BatchDeleteDocumentCommandInput,
|
|
50
|
+
BatchDeleteDocumentCommandOutput,
|
|
51
|
+
} from "./commands/BatchDeleteDocumentCommand";
|
|
52
|
+
import {
|
|
53
|
+
BatchPutDocumentCommandInput,
|
|
54
|
+
BatchPutDocumentCommandOutput,
|
|
55
|
+
} from "./commands/BatchPutDocumentCommand";
|
|
56
|
+
import {
|
|
57
|
+
ChatSyncCommandInput,
|
|
58
|
+
ChatSyncCommandOutput,
|
|
59
|
+
} from "./commands/ChatSyncCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateApplicationCommandInput,
|
|
62
|
+
CreateApplicationCommandOutput,
|
|
63
|
+
} from "./commands/CreateApplicationCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateDataSourceCommandInput,
|
|
66
|
+
CreateDataSourceCommandOutput,
|
|
67
|
+
} from "./commands/CreateDataSourceCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateIndexCommandInput,
|
|
70
|
+
CreateIndexCommandOutput,
|
|
71
|
+
} from "./commands/CreateIndexCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreatePluginCommandInput,
|
|
74
|
+
CreatePluginCommandOutput,
|
|
75
|
+
} from "./commands/CreatePluginCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateRetrieverCommandInput,
|
|
78
|
+
CreateRetrieverCommandOutput,
|
|
79
|
+
} from "./commands/CreateRetrieverCommand";
|
|
80
|
+
import {
|
|
81
|
+
CreateUserCommandInput,
|
|
82
|
+
CreateUserCommandOutput,
|
|
83
|
+
} from "./commands/CreateUserCommand";
|
|
84
|
+
import {
|
|
85
|
+
CreateWebExperienceCommandInput,
|
|
86
|
+
CreateWebExperienceCommandOutput,
|
|
87
|
+
} from "./commands/CreateWebExperienceCommand";
|
|
88
|
+
import {
|
|
89
|
+
DeleteApplicationCommandInput,
|
|
90
|
+
DeleteApplicationCommandOutput,
|
|
91
|
+
} from "./commands/DeleteApplicationCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteChatControlsConfigurationCommandInput,
|
|
94
|
+
DeleteChatControlsConfigurationCommandOutput,
|
|
95
|
+
} from "./commands/DeleteChatControlsConfigurationCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteConversationCommandInput,
|
|
98
|
+
DeleteConversationCommandOutput,
|
|
99
|
+
} from "./commands/DeleteConversationCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteDataSourceCommandInput,
|
|
102
|
+
DeleteDataSourceCommandOutput,
|
|
103
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteGroupCommandInput,
|
|
106
|
+
DeleteGroupCommandOutput,
|
|
107
|
+
} from "./commands/DeleteGroupCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteIndexCommandInput,
|
|
110
|
+
DeleteIndexCommandOutput,
|
|
111
|
+
} from "./commands/DeleteIndexCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeletePluginCommandInput,
|
|
114
|
+
DeletePluginCommandOutput,
|
|
115
|
+
} from "./commands/DeletePluginCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteRetrieverCommandInput,
|
|
118
|
+
DeleteRetrieverCommandOutput,
|
|
119
|
+
} from "./commands/DeleteRetrieverCommand";
|
|
120
|
+
import {
|
|
121
|
+
DeleteUserCommandInput,
|
|
122
|
+
DeleteUserCommandOutput,
|
|
123
|
+
} from "./commands/DeleteUserCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteWebExperienceCommandInput,
|
|
126
|
+
DeleteWebExperienceCommandOutput,
|
|
127
|
+
} from "./commands/DeleteWebExperienceCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetApplicationCommandInput,
|
|
130
|
+
GetApplicationCommandOutput,
|
|
131
|
+
} from "./commands/GetApplicationCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetChatControlsConfigurationCommandInput,
|
|
134
|
+
GetChatControlsConfigurationCommandOutput,
|
|
135
|
+
} from "./commands/GetChatControlsConfigurationCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetDataSourceCommandInput,
|
|
138
|
+
GetDataSourceCommandOutput,
|
|
139
|
+
} from "./commands/GetDataSourceCommand";
|
|
140
|
+
import {
|
|
141
|
+
GetGroupCommandInput,
|
|
142
|
+
GetGroupCommandOutput,
|
|
143
|
+
} from "./commands/GetGroupCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetIndexCommandInput,
|
|
146
|
+
GetIndexCommandOutput,
|
|
147
|
+
} from "./commands/GetIndexCommand";
|
|
148
|
+
import {
|
|
149
|
+
GetPluginCommandInput,
|
|
150
|
+
GetPluginCommandOutput,
|
|
151
|
+
} from "./commands/GetPluginCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetRetrieverCommandInput,
|
|
154
|
+
GetRetrieverCommandOutput,
|
|
155
|
+
} from "./commands/GetRetrieverCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetUserCommandInput,
|
|
158
|
+
GetUserCommandOutput,
|
|
159
|
+
} from "./commands/GetUserCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetWebExperienceCommandInput,
|
|
162
|
+
GetWebExperienceCommandOutput,
|
|
163
|
+
} from "./commands/GetWebExperienceCommand";
|
|
164
|
+
import {
|
|
165
|
+
ListApplicationsCommandInput,
|
|
166
|
+
ListApplicationsCommandOutput,
|
|
167
|
+
} from "./commands/ListApplicationsCommand";
|
|
168
|
+
import {
|
|
169
|
+
ListConversationsCommandInput,
|
|
170
|
+
ListConversationsCommandOutput,
|
|
171
|
+
} from "./commands/ListConversationsCommand";
|
|
172
|
+
import {
|
|
173
|
+
ListDataSourcesCommandInput,
|
|
174
|
+
ListDataSourcesCommandOutput,
|
|
175
|
+
} from "./commands/ListDataSourcesCommand";
|
|
176
|
+
import {
|
|
177
|
+
ListDataSourceSyncJobsCommandInput,
|
|
178
|
+
ListDataSourceSyncJobsCommandOutput,
|
|
179
|
+
} from "./commands/ListDataSourceSyncJobsCommand";
|
|
180
|
+
import {
|
|
181
|
+
ListDocumentsCommandInput,
|
|
182
|
+
ListDocumentsCommandOutput,
|
|
183
|
+
} from "./commands/ListDocumentsCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListGroupsCommandInput,
|
|
186
|
+
ListGroupsCommandOutput,
|
|
187
|
+
} from "./commands/ListGroupsCommand";
|
|
188
|
+
import {
|
|
189
|
+
ListIndicesCommandInput,
|
|
190
|
+
ListIndicesCommandOutput,
|
|
191
|
+
} from "./commands/ListIndicesCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListMessagesCommandInput,
|
|
194
|
+
ListMessagesCommandOutput,
|
|
195
|
+
} from "./commands/ListMessagesCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListPluginsCommandInput,
|
|
198
|
+
ListPluginsCommandOutput,
|
|
199
|
+
} from "./commands/ListPluginsCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListRetrieversCommandInput,
|
|
202
|
+
ListRetrieversCommandOutput,
|
|
203
|
+
} from "./commands/ListRetrieversCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListTagsForResourceCommandInput,
|
|
206
|
+
ListTagsForResourceCommandOutput,
|
|
207
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListWebExperiencesCommandInput,
|
|
210
|
+
ListWebExperiencesCommandOutput,
|
|
211
|
+
} from "./commands/ListWebExperiencesCommand";
|
|
212
|
+
import {
|
|
213
|
+
PutFeedbackCommandInput,
|
|
214
|
+
PutFeedbackCommandOutput,
|
|
215
|
+
} from "./commands/PutFeedbackCommand";
|
|
216
|
+
import {
|
|
217
|
+
PutGroupCommandInput,
|
|
218
|
+
PutGroupCommandOutput,
|
|
219
|
+
} from "./commands/PutGroupCommand";
|
|
220
|
+
import {
|
|
221
|
+
StartDataSourceSyncJobCommandInput,
|
|
222
|
+
StartDataSourceSyncJobCommandOutput,
|
|
223
|
+
} from "./commands/StartDataSourceSyncJobCommand";
|
|
224
|
+
import {
|
|
225
|
+
StopDataSourceSyncJobCommandInput,
|
|
226
|
+
StopDataSourceSyncJobCommandOutput,
|
|
227
|
+
} from "./commands/StopDataSourceSyncJobCommand";
|
|
228
|
+
import {
|
|
229
|
+
TagResourceCommandInput,
|
|
230
|
+
TagResourceCommandOutput,
|
|
231
|
+
} from "./commands/TagResourceCommand";
|
|
232
|
+
import {
|
|
233
|
+
UntagResourceCommandInput,
|
|
234
|
+
UntagResourceCommandOutput,
|
|
235
|
+
} from "./commands/UntagResourceCommand";
|
|
236
|
+
import {
|
|
237
|
+
UpdateApplicationCommandInput,
|
|
238
|
+
UpdateApplicationCommandOutput,
|
|
239
|
+
} from "./commands/UpdateApplicationCommand";
|
|
240
|
+
import {
|
|
241
|
+
UpdateChatControlsConfigurationCommandInput,
|
|
242
|
+
UpdateChatControlsConfigurationCommandOutput,
|
|
243
|
+
} from "./commands/UpdateChatControlsConfigurationCommand";
|
|
244
|
+
import {
|
|
245
|
+
UpdateDataSourceCommandInput,
|
|
246
|
+
UpdateDataSourceCommandOutput,
|
|
247
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
248
|
+
import {
|
|
249
|
+
UpdateIndexCommandInput,
|
|
250
|
+
UpdateIndexCommandOutput,
|
|
251
|
+
} from "./commands/UpdateIndexCommand";
|
|
252
|
+
import {
|
|
253
|
+
UpdatePluginCommandInput,
|
|
254
|
+
UpdatePluginCommandOutput,
|
|
255
|
+
} from "./commands/UpdatePluginCommand";
|
|
256
|
+
import {
|
|
257
|
+
UpdateRetrieverCommandInput,
|
|
258
|
+
UpdateRetrieverCommandOutput,
|
|
259
|
+
} from "./commands/UpdateRetrieverCommand";
|
|
260
|
+
import {
|
|
261
|
+
UpdateUserCommandInput,
|
|
262
|
+
UpdateUserCommandOutput,
|
|
263
|
+
} from "./commands/UpdateUserCommand";
|
|
264
|
+
import {
|
|
265
|
+
UpdateWebExperienceCommandInput,
|
|
266
|
+
UpdateWebExperienceCommandOutput,
|
|
267
|
+
} from "./commands/UpdateWebExperienceCommand";
|
|
268
|
+
import {
|
|
269
|
+
ClientInputEndpointParameters,
|
|
270
|
+
ClientResolvedEndpointParameters,
|
|
271
|
+
EndpointParameters,
|
|
272
|
+
} from "./endpoint/EndpointParameters";
|
|
273
|
+
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
274
|
+
export { __Client };
|
|
275
|
+
export type ServiceInputTypes =
|
|
276
|
+
| BatchDeleteDocumentCommandInput
|
|
277
|
+
| BatchPutDocumentCommandInput
|
|
278
|
+
| ChatSyncCommandInput
|
|
279
|
+
| CreateApplicationCommandInput
|
|
280
|
+
| CreateDataSourceCommandInput
|
|
281
|
+
| CreateIndexCommandInput
|
|
282
|
+
| CreatePluginCommandInput
|
|
283
|
+
| CreateRetrieverCommandInput
|
|
284
|
+
| CreateUserCommandInput
|
|
285
|
+
| CreateWebExperienceCommandInput
|
|
286
|
+
| DeleteApplicationCommandInput
|
|
287
|
+
| DeleteChatControlsConfigurationCommandInput
|
|
288
|
+
| DeleteConversationCommandInput
|
|
289
|
+
| DeleteDataSourceCommandInput
|
|
290
|
+
| DeleteGroupCommandInput
|
|
291
|
+
| DeleteIndexCommandInput
|
|
292
|
+
| DeletePluginCommandInput
|
|
293
|
+
| DeleteRetrieverCommandInput
|
|
294
|
+
| DeleteUserCommandInput
|
|
295
|
+
| DeleteWebExperienceCommandInput
|
|
296
|
+
| GetApplicationCommandInput
|
|
297
|
+
| GetChatControlsConfigurationCommandInput
|
|
298
|
+
| GetDataSourceCommandInput
|
|
299
|
+
| GetGroupCommandInput
|
|
300
|
+
| GetIndexCommandInput
|
|
301
|
+
| GetPluginCommandInput
|
|
302
|
+
| GetRetrieverCommandInput
|
|
303
|
+
| GetUserCommandInput
|
|
304
|
+
| GetWebExperienceCommandInput
|
|
305
|
+
| ListApplicationsCommandInput
|
|
306
|
+
| ListConversationsCommandInput
|
|
307
|
+
| ListDataSourceSyncJobsCommandInput
|
|
308
|
+
| ListDataSourcesCommandInput
|
|
309
|
+
| ListDocumentsCommandInput
|
|
310
|
+
| ListGroupsCommandInput
|
|
311
|
+
| ListIndicesCommandInput
|
|
312
|
+
| ListMessagesCommandInput
|
|
313
|
+
| ListPluginsCommandInput
|
|
314
|
+
| ListRetrieversCommandInput
|
|
315
|
+
| ListTagsForResourceCommandInput
|
|
316
|
+
| ListWebExperiencesCommandInput
|
|
317
|
+
| PutFeedbackCommandInput
|
|
318
|
+
| PutGroupCommandInput
|
|
319
|
+
| StartDataSourceSyncJobCommandInput
|
|
320
|
+
| StopDataSourceSyncJobCommandInput
|
|
321
|
+
| TagResourceCommandInput
|
|
322
|
+
| UntagResourceCommandInput
|
|
323
|
+
| UpdateApplicationCommandInput
|
|
324
|
+
| UpdateChatControlsConfigurationCommandInput
|
|
325
|
+
| UpdateDataSourceCommandInput
|
|
326
|
+
| UpdateIndexCommandInput
|
|
327
|
+
| UpdatePluginCommandInput
|
|
328
|
+
| UpdateRetrieverCommandInput
|
|
329
|
+
| UpdateUserCommandInput
|
|
330
|
+
| UpdateWebExperienceCommandInput;
|
|
331
|
+
export type ServiceOutputTypes =
|
|
332
|
+
| BatchDeleteDocumentCommandOutput
|
|
333
|
+
| BatchPutDocumentCommandOutput
|
|
334
|
+
| ChatSyncCommandOutput
|
|
335
|
+
| CreateApplicationCommandOutput
|
|
336
|
+
| CreateDataSourceCommandOutput
|
|
337
|
+
| CreateIndexCommandOutput
|
|
338
|
+
| CreatePluginCommandOutput
|
|
339
|
+
| CreateRetrieverCommandOutput
|
|
340
|
+
| CreateUserCommandOutput
|
|
341
|
+
| CreateWebExperienceCommandOutput
|
|
342
|
+
| DeleteApplicationCommandOutput
|
|
343
|
+
| DeleteChatControlsConfigurationCommandOutput
|
|
344
|
+
| DeleteConversationCommandOutput
|
|
345
|
+
| DeleteDataSourceCommandOutput
|
|
346
|
+
| DeleteGroupCommandOutput
|
|
347
|
+
| DeleteIndexCommandOutput
|
|
348
|
+
| DeletePluginCommandOutput
|
|
349
|
+
| DeleteRetrieverCommandOutput
|
|
350
|
+
| DeleteUserCommandOutput
|
|
351
|
+
| DeleteWebExperienceCommandOutput
|
|
352
|
+
| GetApplicationCommandOutput
|
|
353
|
+
| GetChatControlsConfigurationCommandOutput
|
|
354
|
+
| GetDataSourceCommandOutput
|
|
355
|
+
| GetGroupCommandOutput
|
|
356
|
+
| GetIndexCommandOutput
|
|
357
|
+
| GetPluginCommandOutput
|
|
358
|
+
| GetRetrieverCommandOutput
|
|
359
|
+
| GetUserCommandOutput
|
|
360
|
+
| GetWebExperienceCommandOutput
|
|
361
|
+
| ListApplicationsCommandOutput
|
|
362
|
+
| ListConversationsCommandOutput
|
|
363
|
+
| ListDataSourceSyncJobsCommandOutput
|
|
364
|
+
| ListDataSourcesCommandOutput
|
|
365
|
+
| ListDocumentsCommandOutput
|
|
366
|
+
| ListGroupsCommandOutput
|
|
367
|
+
| ListIndicesCommandOutput
|
|
368
|
+
| ListMessagesCommandOutput
|
|
369
|
+
| ListPluginsCommandOutput
|
|
370
|
+
| ListRetrieversCommandOutput
|
|
371
|
+
| ListTagsForResourceCommandOutput
|
|
372
|
+
| ListWebExperiencesCommandOutput
|
|
373
|
+
| PutFeedbackCommandOutput
|
|
374
|
+
| PutGroupCommandOutput
|
|
375
|
+
| StartDataSourceSyncJobCommandOutput
|
|
376
|
+
| StopDataSourceSyncJobCommandOutput
|
|
377
|
+
| TagResourceCommandOutput
|
|
378
|
+
| UntagResourceCommandOutput
|
|
379
|
+
| UpdateApplicationCommandOutput
|
|
380
|
+
| UpdateChatControlsConfigurationCommandOutput
|
|
381
|
+
| UpdateDataSourceCommandOutput
|
|
382
|
+
| UpdateIndexCommandOutput
|
|
383
|
+
| UpdatePluginCommandOutput
|
|
384
|
+
| UpdateRetrieverCommandOutput
|
|
385
|
+
| UpdateUserCommandOutput
|
|
386
|
+
| UpdateWebExperienceCommandOutput;
|
|
387
|
+
export interface ClientDefaults
|
|
388
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
389
|
+
requestHandler?: __HttpHandler;
|
|
390
|
+
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
391
|
+
urlParser?: __UrlParser;
|
|
392
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
393
|
+
streamCollector?: __StreamCollector;
|
|
394
|
+
base64Decoder?: __Decoder;
|
|
395
|
+
base64Encoder?: __Encoder;
|
|
396
|
+
utf8Decoder?: __Decoder;
|
|
397
|
+
utf8Encoder?: __Encoder;
|
|
398
|
+
runtime?: string;
|
|
399
|
+
disableHostPrefix?: boolean;
|
|
400
|
+
serviceId?: string;
|
|
401
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
402
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
403
|
+
region?: string | __Provider<string>;
|
|
404
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
405
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
406
|
+
maxAttempts?: number | __Provider<number>;
|
|
407
|
+
retryMode?: string | __Provider<string>;
|
|
408
|
+
logger?: __Logger;
|
|
409
|
+
extensions?: RuntimeExtension[];
|
|
410
|
+
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
411
|
+
}
|
|
412
|
+
export type QBusinessClientConfigType = Partial<
|
|
413
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
414
|
+
> &
|
|
415
|
+
ClientDefaults &
|
|
416
|
+
RegionInputConfig &
|
|
417
|
+
EndpointInputConfig<EndpointParameters> &
|
|
418
|
+
RetryInputConfig &
|
|
419
|
+
HostHeaderInputConfig &
|
|
420
|
+
AwsAuthInputConfig &
|
|
421
|
+
UserAgentInputConfig &
|
|
422
|
+
ClientInputEndpointParameters;
|
|
423
|
+
export interface QBusinessClientConfig extends QBusinessClientConfigType {}
|
|
424
|
+
export type QBusinessClientResolvedConfigType =
|
|
425
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
426
|
+
Required<ClientDefaults> &
|
|
427
|
+
RuntimeExtensionsConfig &
|
|
428
|
+
RegionResolvedConfig &
|
|
429
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
430
|
+
RetryResolvedConfig &
|
|
431
|
+
HostHeaderResolvedConfig &
|
|
432
|
+
AwsAuthResolvedConfig &
|
|
433
|
+
UserAgentResolvedConfig &
|
|
434
|
+
ClientResolvedEndpointParameters;
|
|
435
|
+
export interface QBusinessClientResolvedConfig
|
|
436
|
+
extends QBusinessClientResolvedConfigType {}
|
|
437
|
+
export declare class QBusinessClient extends __Client<
|
|
438
|
+
__HttpHandlerOptions,
|
|
439
|
+
ServiceInputTypes,
|
|
440
|
+
ServiceOutputTypes,
|
|
441
|
+
QBusinessClientResolvedConfig
|
|
442
|
+
> {
|
|
443
|
+
readonly config: QBusinessClientResolvedConfig;
|
|
444
|
+
constructor(
|
|
445
|
+
...[configuration]: __CheckOptionalClientConfig<QBusinessClientConfig>
|
|
446
|
+
);
|
|
447
|
+
destroy(): void;
|
|
448
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchDeleteDocumentRequest,
|
|
11
|
+
BatchDeleteDocumentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
QBusinessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QBusinessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchDeleteDocumentCommandInput
|
|
20
|
+
extends BatchDeleteDocumentRequest {}
|
|
21
|
+
export interface BatchDeleteDocumentCommandOutput
|
|
22
|
+
extends BatchDeleteDocumentResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class BatchDeleteDocumentCommand extends $Command<
|
|
25
|
+
BatchDeleteDocumentCommandInput,
|
|
26
|
+
BatchDeleteDocumentCommandOutput,
|
|
27
|
+
QBusinessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: BatchDeleteDocumentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: BatchDeleteDocumentCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QBusinessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
BatchPutDocumentRequest,
|
|
11
|
+
BatchPutDocumentResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
QBusinessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QBusinessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
|
|
20
|
+
export interface BatchPutDocumentCommandOutput
|
|
21
|
+
extends BatchPutDocumentResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class BatchPutDocumentCommand extends $Command<
|
|
24
|
+
BatchPutDocumentCommandInput,
|
|
25
|
+
BatchPutDocumentCommandOutput,
|
|
26
|
+
QBusinessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchPutDocumentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: BatchPutDocumentCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QBusinessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { ChatSyncInput, ChatSyncOutput } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
QBusinessClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../QBusinessClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface ChatSyncCommandInput extends ChatSyncInput {}
|
|
17
|
+
export interface ChatSyncCommandOutput
|
|
18
|
+
extends ChatSyncOutput,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class ChatSyncCommand extends $Command<
|
|
21
|
+
ChatSyncCommandInput,
|
|
22
|
+
ChatSyncCommandOutput,
|
|
23
|
+
QBusinessClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: ChatSyncCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: ChatSyncCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QBusinessClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ChatSyncCommandInput, ChatSyncCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateApplicationRequest,
|
|
11
|
+
CreateApplicationResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
QBusinessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QBusinessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateApplicationCommandInput
|
|
20
|
+
extends CreateApplicationRequest {}
|
|
21
|
+
export interface CreateApplicationCommandOutput
|
|
22
|
+
extends CreateApplicationResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
25
|
+
CreateApplicationCommandInput,
|
|
26
|
+
CreateApplicationCommandOutput,
|
|
27
|
+
QBusinessClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateApplicationCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateApplicationCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QBusinessClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateDataSourceRequest,
|
|
11
|
+
CreateDataSourceResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
QBusinessClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QBusinessClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
20
|
+
export interface CreateDataSourceCommandOutput
|
|
21
|
+
extends CreateDataSourceResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateDataSourceCommand extends $Command<
|
|
24
|
+
CreateDataSourceCommandInput,
|
|
25
|
+
CreateDataSourceCommandOutput,
|
|
26
|
+
QBusinessClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDataSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateDataSourceCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QBusinessClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
|
|
10
|
+
import {
|
|
11
|
+
QBusinessClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../QBusinessClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface CreateIndexCommandInput extends CreateIndexRequest {}
|
|
17
|
+
export interface CreateIndexCommandOutput
|
|
18
|
+
extends CreateIndexResponse,
|
|
19
|
+
__MetadataBearer {}
|
|
20
|
+
export declare class CreateIndexCommand extends $Command<
|
|
21
|
+
CreateIndexCommandInput,
|
|
22
|
+
CreateIndexCommandOutput,
|
|
23
|
+
QBusinessClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: CreateIndexCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: CreateIndexCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: QBusinessClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|