@aws-sdk/client-wisdom 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/Wisdom.d.ts +136 -145
- package/dist-types/ts3.4/WisdomClient.d.ts +18 -37
- 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 -18
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +4 -9
- 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/UpdateContentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.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 +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- 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 +38 -38