@aws-sdk/client-kendra 3.477.0 → 3.481.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/commands/AssociateEntitiesToExperienceCommand.js +18 -41
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +18 -41
- package/dist-cjs/commands/BatchPutDocumentCommand.js +18 -41
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +18 -41
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateExperienceCommand.js +18 -41
- package/dist-cjs/commands/CreateFaqCommand.js +18 -41
- package/dist-cjs/commands/CreateFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/CreateIndexCommand.js +18 -41
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/CreateThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteExperienceCommand.js +18 -41
- package/dist-cjs/commands/DeleteFaqCommand.js +18 -41
- package/dist-cjs/commands/DeleteIndexCommand.js +18 -41
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/DeleteThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DescribeExperienceCommand.js +18 -41
- package/dist-cjs/commands/DescribeFaqCommand.js +18 -41
- package/dist-cjs/commands/DescribeFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/DescribeIndexCommand.js +18 -41
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
- package/dist-cjs/commands/DescribeThesaurusCommand.js +18 -41
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +18 -41
- package/dist-cjs/commands/GetSnapshotsCommand.js +18 -41
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListEntityPersonasCommand.js +18 -41
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +18 -41
- package/dist-cjs/commands/ListExperiencesCommand.js +18 -41
- package/dist-cjs/commands/ListFaqsCommand.js +18 -41
- package/dist-cjs/commands/ListFeaturedResultsSetsCommand.js +18 -41
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
- package/dist-cjs/commands/ListIndicesCommand.js +18 -41
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListThesauriCommand.js +18 -41
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +18 -41
- package/dist-cjs/commands/QueryCommand.js +18 -41
- package/dist-cjs/commands/RetrieveCommand.js +18 -41
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +18 -41
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +18 -41
- package/dist-cjs/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateExperienceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFeaturedResultsSetCommand.js +18 -41
- package/dist-cjs/commands/UpdateIndexCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdateThesaurusCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAccessControlConfigurationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +2 -24
- package/dist-cjs/pagination/ListEntityPersonasPaginator.js +2 -24
- package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +2 -23
- package/dist-cjs/pagination/ListExperiencesPaginator.js +2 -24
- package/dist-cjs/pagination/ListFaqsPaginator.js +2 -24
- package/dist-cjs/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -24
- package/dist-cjs/pagination/ListIndicesPaginator.js +2 -24
- package/dist-cjs/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -24
- package/dist-cjs/pagination/ListThesauriPaginator.js +2 -24
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +18 -41
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +18 -41
- package/dist-es/commands/BatchDeleteDocumentCommand.js +18 -41
- package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +18 -41
- package/dist-es/commands/BatchPutDocumentCommand.js +18 -41
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +18 -41
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/CreateDataSourceCommand.js +18 -41
- package/dist-es/commands/CreateExperienceCommand.js +18 -41
- package/dist-es/commands/CreateFaqCommand.js +18 -41
- package/dist-es/commands/CreateFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/CreateIndexCommand.js +18 -41
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/CreateThesaurusCommand.js +18 -41
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteExperienceCommand.js +18 -41
- package/dist-es/commands/DeleteFaqCommand.js +18 -41
- package/dist-es/commands/DeleteIndexCommand.js +18 -41
- package/dist-es/commands/DeletePrincipalMappingCommand.js +18 -41
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/DeleteThesaurusCommand.js +18 -41
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeDataSourceCommand.js +18 -41
- package/dist-es/commands/DescribeExperienceCommand.js +18 -41
- package/dist-es/commands/DescribeFaqCommand.js +18 -41
- package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/DescribeIndexCommand.js +18 -41
- package/dist-es/commands/DescribePrincipalMappingCommand.js +18 -41
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +18 -41
- package/dist-es/commands/DescribeThesaurusCommand.js +18 -41
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +18 -41
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +18 -41
- package/dist-es/commands/GetQuerySuggestionsCommand.js +18 -41
- package/dist-es/commands/GetSnapshotsCommand.js +18 -41
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListEntityPersonasCommand.js +18 -41
- package/dist-es/commands/ListExperienceEntitiesCommand.js +18 -41
- package/dist-es/commands/ListExperiencesCommand.js +18 -41
- package/dist-es/commands/ListFaqsCommand.js +18 -41
- package/dist-es/commands/ListFeaturedResultsSetsCommand.js +18 -41
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +18 -41
- package/dist-es/commands/ListIndicesCommand.js +18 -41
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListThesauriCommand.js +18 -41
- package/dist-es/commands/PutPrincipalMappingCommand.js +18 -41
- package/dist-es/commands/QueryCommand.js +18 -41
- package/dist-es/commands/RetrieveCommand.js +18 -41
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +18 -41
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +18 -41
- package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateExperienceCommand.js +18 -41
- package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +18 -41
- package/dist-es/commands/UpdateIndexCommand.js +18 -41
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +18 -41
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +18 -41
- package/dist-es/commands/UpdateThesaurusCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/ListAccessControlConfigurationsPaginator.js +2 -23
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +2 -23
- package/dist-es/pagination/ListDataSourcesPaginator.js +2 -23
- package/dist-es/pagination/ListEntityPersonasPaginator.js +2 -23
- package/dist-es/pagination/ListExperienceEntitiesPaginator.js +2 -22
- package/dist-es/pagination/ListExperiencesPaginator.js +2 -23
- package/dist-es/pagination/ListFaqsPaginator.js +2 -23
- package/dist-es/pagination/ListGroupsOlderThanOrderingIdPaginator.js +2 -23
- package/dist-es/pagination/ListIndicesPaginator.js +2 -23
- package/dist-es/pagination/ListQuerySuggestionsBlockListsPaginator.js +2 -23
- package/dist-es/pagination/ListThesauriPaginator.js +2 -23
- package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +6 -21
- package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +6 -21
- package/dist-types/commands/BatchPutDocumentCommand.d.ts +6 -21
- package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +6 -21
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateExperienceCommand.d.ts +6 -21
- package/dist-types/commands/CreateFaqCommand.d.ts +6 -21
- package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/CreateIndexCommand.d.ts +6 -21
- package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/CreateThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFaqCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIndexCommand.d.ts +6 -21
- package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/DeleteThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFaqCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeIndexCommand.d.ts +6 -21
- package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +6 -21
- package/dist-types/commands/DescribeThesaurusCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +6 -21
- package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +6 -21
- package/dist-types/commands/GetSnapshotsCommand.d.ts +6 -21
- package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListEntityPersonasCommand.d.ts +6 -21
- package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/ListExperiencesCommand.d.ts +6 -21
- package/dist-types/commands/ListFaqsCommand.d.ts +6 -21
- package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +6 -21
- package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +6 -21
- package/dist-types/commands/ListIndicesCommand.d.ts +6 -21
- package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListThesauriCommand.d.ts +6 -21
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +6 -21
- package/dist-types/commands/QueryCommand.d.ts +6 -21
- package/dist-types/commands/RetrieveCommand.d.ts +6 -21
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +6 -21
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateExperienceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIndexCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +6 -21
- package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdateThesaurusCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccessControlConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceSyncJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperiencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFaqsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIndicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThesauriPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeFeaturedResultsSetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DescribeFeaturedResultsSetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DescribeFeaturedResultsSet",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeFeaturedResultsSetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeFeaturedResultsSetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeFeaturedResultsSetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
|
|
22
|
+
.n("KendraClient", "DescribeFeaturedResultsSetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeFeaturedResultsSetCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeFeaturedResultsSetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeFeaturedResultsSetCommand = DescribeFeaturedResultsSetCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class DescribeIndexCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "KendraClient";
|
|
30
|
-
const commandName = "DescribeIndexCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.DescribeIndexResponseFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "AWSKendraFrontendService",
|
|
39
|
-
operation: "DescribeIndex",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_DescribeIndexCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_DescribeIndexCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class DescribeIndexCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("AWSKendraFrontendService", "DescribeIndex", {})
|
|
23
|
+
.n("KendraClient", "DescribeIndexCommand")
|
|
24
|
+
.f(void 0, models_0_1.DescribeIndexResponseFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_DescribeIndexCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_DescribeIndexCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.DescribeIndexCommand = DescribeIndexCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribePrincipalMappingCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DescribePrincipalMappingCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DescribePrincipalMapping",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribePrincipalMappingCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribePrincipalMappingCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribePrincipalMappingCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
|
|
22
|
+
.n("KendraClient", "DescribePrincipalMappingCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribePrincipalMappingCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribePrincipalMappingCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribePrincipalMappingCommand = DescribePrincipalMappingCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeQuerySuggestionsBlockListCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DescribeQuerySuggestionsBlockListCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DescribeQuerySuggestionsBlockList",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeQuerySuggestionsBlockListCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeQuerySuggestionsBlockListCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeQuerySuggestionsBlockListCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
|
|
22
|
+
.n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeQuerySuggestionsBlockListCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeQuerySuggestionsBlockListCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeQuerySuggestionsBlockListCommand = DescribeQuerySuggestionsBlockListCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeQuerySuggestionsConfigCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DescribeQuerySuggestionsConfigCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DescribeQuerySuggestionsConfig",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeQuerySuggestionsConfigCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeQuerySuggestionsConfigCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeQuerySuggestionsConfigCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
|
|
22
|
+
.n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeQuerySuggestionsConfigCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeQuerySuggestionsConfigCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeQuerySuggestionsConfigCommand = DescribeQuerySuggestionsConfigCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeThesaurusCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DescribeThesaurusCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DescribeThesaurus",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DescribeThesaurusCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DescribeThesaurusCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DescribeThesaurusCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DescribeThesaurus", {})
|
|
22
|
+
.n("KendraClient", "DescribeThesaurusCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DescribeThesaurusCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DescribeThesaurusCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DescribeThesaurusCommand = DescribeThesaurusCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisassociateEntitiesFromExperienceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DisassociateEntitiesFromExperienceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DisassociateEntitiesFromExperience",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DisassociateEntitiesFromExperienceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DisassociateEntitiesFromExperienceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisassociateEntitiesFromExperienceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
|
|
22
|
+
.n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DisassociateEntitiesFromExperienceCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DisassociateEntitiesFromExperienceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisassociateEntitiesFromExperienceCommand = DisassociateEntitiesFromExperienceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DisassociatePersonasFromEntitiesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "DisassociatePersonasFromEntitiesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "DisassociatePersonasFromEntities",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_DisassociatePersonasFromEntitiesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_DisassociatePersonasFromEntitiesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class DisassociatePersonasFromEntitiesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
|
|
22
|
+
.n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_DisassociatePersonasFromEntitiesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_DisassociatePersonasFromEntitiesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.DisassociatePersonasFromEntitiesCommand = DisassociatePersonasFromEntitiesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class GetQuerySuggestionsCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "KendraClient";
|
|
29
|
-
const commandName = "GetQuerySuggestionsCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "AWSKendraFrontendService",
|
|
38
|
-
operation: "GetQuerySuggestions",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_GetQuerySuggestionsCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_GetQuerySuggestionsCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class GetQuerySuggestionsCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("AWSKendraFrontendService", "GetQuerySuggestions", {})
|
|
22
|
+
.n("KendraClient", "GetQuerySuggestionsCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_GetQuerySuggestionsCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_GetQuerySuggestionsCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.GetQuerySuggestionsCommand = GetQuerySuggestionsCommand;
|