@aws-sdk/client-qbusiness 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/QBusiness.d.ts +289 -376
- package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +16 -48
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +41 -41