@aws-sdk/client-kendra 3.1087.0 → 3.1088.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/Kendra.d.ts +220 -280
- package/dist-types/ts3.4/KendraClient.d.ts +25 -65
- 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/AssociateEntitiesToExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +4 -6
- 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/ListEntityPersonasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -2
- 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/UpdateAccessControlConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -2
- 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 +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +11 -36
- package/dist-types/ts3.4/models/models_0.d.ts +26 -78
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.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/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38