@aws-sdk/client-kendra 3.35.0 → 3.38.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/CHANGELOG.md +49 -0
- package/dist-cjs/Kendra.js +0 -4
- package/dist-cjs/KendraClient.js +0 -9
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +0 -29
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +0 -37
- package/dist-cjs/commands/BatchPutDocumentCommand.js +0 -33
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +0 -31
- package/dist-cjs/commands/CreateDataSourceCommand.js +0 -33
- package/dist-cjs/commands/CreateFaqCommand.js +0 -25
- package/dist-cjs/commands/CreateIndexCommand.js +0 -32
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +0 -33
- package/dist-cjs/commands/CreateThesaurusCommand.js +0 -26
- package/dist-cjs/commands/DeleteDataSourceCommand.js +0 -29
- package/dist-cjs/commands/DeleteFaqCommand.js +0 -25
- package/dist-cjs/commands/DeleteIndexCommand.js +0 -29
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +0 -36
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +0 -28
- package/dist-cjs/commands/DeleteThesaurusCommand.js +0 -26
- package/dist-cjs/commands/DescribeDataSourceCommand.js +0 -25
- package/dist-cjs/commands/DescribeFaqCommand.js +0 -25
- package/dist-cjs/commands/DescribeIndexCommand.js +0 -25
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +0 -30
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +0 -27
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +0 -27
- package/dist-cjs/commands/DescribeThesaurusCommand.js +0 -25
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +0 -25
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +0 -26
- package/dist-cjs/commands/ListDataSourcesCommand.js +0 -25
- package/dist-cjs/commands/ListFaqsCommand.js +0 -25
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +0 -26
- package/dist-cjs/commands/ListIndicesCommand.js +0 -25
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +0 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ListThesauriCommand.js +0 -25
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +0 -38
- package/dist-cjs/commands/QueryCommand.js +0 -46
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +0 -27
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +0 -26
- package/dist-cjs/commands/SubmitFeedbackCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateDataSourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateIndexCommand.js +0 -25
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +0 -32
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +0 -33
- package/dist-cjs/commands/UpdateThesaurusCommand.js +0 -25
- package/dist-cjs/commands/index.js +46 -0
- package/dist-cjs/endpoints.js +23 -4
- package/dist-cjs/index.js +4 -50
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +15 -544
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDataSourcesPaginator.js +0 -11
- package/dist-cjs/pagination/ListIndicesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_1.js +29 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Kendra.js +0 -1
- package/dist-es/KendraClient.js +0 -1
- package/dist-es/commands/BatchDeleteDocumentCommand.js +0 -1
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +0 -1
- package/dist-es/commands/BatchPutDocumentCommand.js +0 -1
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +0 -1
- package/dist-es/commands/CreateDataSourceCommand.js +0 -1
- package/dist-es/commands/CreateFaqCommand.js +0 -1
- package/dist-es/commands/CreateIndexCommand.js +0 -1
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +0 -1
- package/dist-es/commands/CreateThesaurusCommand.js +0 -1
- package/dist-es/commands/DeleteDataSourceCommand.js +0 -1
- package/dist-es/commands/DeleteFaqCommand.js +0 -1
- package/dist-es/commands/DeleteIndexCommand.js +0 -1
- package/dist-es/commands/DeletePrincipalMappingCommand.js +0 -1
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +0 -1
- package/dist-es/commands/DeleteThesaurusCommand.js +0 -1
- package/dist-es/commands/DescribeDataSourceCommand.js +0 -1
- package/dist-es/commands/DescribeFaqCommand.js +0 -1
- package/dist-es/commands/DescribeIndexCommand.js +0 -1
- package/dist-es/commands/DescribePrincipalMappingCommand.js +0 -1
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +0 -1
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +0 -1
- package/dist-es/commands/DescribeThesaurusCommand.js +0 -1
- package/dist-es/commands/GetQuerySuggestionsCommand.js +0 -1
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +0 -1
- package/dist-es/commands/ListDataSourcesCommand.js +0 -1
- package/dist-es/commands/ListFaqsCommand.js +0 -1
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +0 -1
- package/dist-es/commands/ListIndicesCommand.js +0 -1
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListThesauriCommand.js +0 -1
- package/dist-es/commands/PutPrincipalMappingCommand.js +0 -1
- package/dist-es/commands/QueryCommand.js +0 -1
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +0 -1
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +0 -1
- package/dist-es/commands/SubmitFeedbackCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +0 -1
- package/dist-es/commands/UpdateIndexCommand.js +0 -1
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +0 -1
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +0 -1
- package/dist-es/commands/UpdateThesaurusCommand.js +0 -1
- package/dist-es/commands/index.js +43 -0
- package/dist-es/endpoints.js +23 -4
- package/dist-es/index.js +4 -50
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +10 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDataSourcesPaginator.js +0 -1
- package/dist-es/pagination/ListIndicesPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +31 -10
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/Kendra.d.ts +7 -6
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -4
- package/dist-types/commands/PutPrincipalMappingCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +43 -0
- package/dist-types/index.d.ts +4 -49
- package/dist-types/models/models_0.d.ts +167 -42
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/Kendra.d.ts +44 -279
- package/dist-types/ts3.4/KendraClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +2 -31
- package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +2 -33
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +43 -0
- package/dist-types/ts3.4/index.d.ts +4 -49
- package/dist-types/ts3.4/models/models_0.d.ts +959 -4225
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/Kendra.js.map +0 -1
- package/dist-cjs/KendraClient.js.map +0 -1
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js.map +0 -1
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js.map +0 -1
- package/dist-cjs/commands/BatchPutDocumentCommand.js.map +0 -1
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDataSourceCommand.js.map +0 -1
- package/dist-cjs/commands/CreateFaqCommand.js.map +0 -1
- package/dist-cjs/commands/CreateIndexCommand.js.map +0 -1
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-cjs/commands/CreateThesaurusCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteFaqCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteThesaurusCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDataSourceCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeFaqCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeIndexCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeThesaurusCommand.js.map +0 -1
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataSourcesCommand.js.map +0 -1
- package/dist-cjs/commands/ListFaqsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js.map +0 -1
- package/dist-cjs/commands/ListIndicesCommand.js.map +0 -1
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListThesauriCommand.js.map +0 -1
- package/dist-cjs/commands/PutPrincipalMappingCommand.js.map +0 -1
- package/dist-cjs/commands/QueryCommand.js.map +0 -1
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js.map +0 -1
- package/dist-cjs/commands/SubmitFeedbackCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateIndexCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateThesaurusCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDataSourceSyncJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDataSourcesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListIndicesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Kendra.js.map +0 -1
- package/dist-es/KendraClient.js.map +0 -1
- package/dist-es/commands/BatchDeleteDocumentCommand.js.map +0 -1
- package/dist-es/commands/BatchGetDocumentStatusCommand.js.map +0 -1
- package/dist-es/commands/BatchPutDocumentCommand.js.map +0 -1
- package/dist-es/commands/ClearQuerySuggestionsCommand.js.map +0 -1
- package/dist-es/commands/CreateDataSourceCommand.js.map +0 -1
- package/dist-es/commands/CreateFaqCommand.js.map +0 -1
- package/dist-es/commands/CreateIndexCommand.js.map +0 -1
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-es/commands/CreateThesaurusCommand.js.map +0 -1
- package/dist-es/commands/DeleteDataSourceCommand.js.map +0 -1
- package/dist-es/commands/DeleteFaqCommand.js.map +0 -1
- package/dist-es/commands/DeleteIndexCommand.js.map +0 -1
- package/dist-es/commands/DeletePrincipalMappingCommand.js.map +0 -1
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-es/commands/DeleteThesaurusCommand.js.map +0 -1
- package/dist-es/commands/DescribeDataSourceCommand.js.map +0 -1
- package/dist-es/commands/DescribeFaqCommand.js.map +0 -1
- package/dist-es/commands/DescribeIndexCommand.js.map +0 -1
- package/dist-es/commands/DescribePrincipalMappingCommand.js.map +0 -1
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js.map +0 -1
- package/dist-es/commands/DescribeThesaurusCommand.js.map +0 -1
- package/dist-es/commands/GetQuerySuggestionsCommand.js.map +0 -1
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDataSourcesCommand.js.map +0 -1
- package/dist-es/commands/ListFaqsCommand.js.map +0 -1
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js.map +0 -1
- package/dist-es/commands/ListIndicesCommand.js.map +0 -1
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListThesauriCommand.js.map +0 -1
- package/dist-es/commands/PutPrincipalMappingCommand.js.map +0 -1
- package/dist-es/commands/QueryCommand.js.map +0 -1
- package/dist-es/commands/StartDataSourceSyncJobCommand.js.map +0 -1
- package/dist-es/commands/StopDataSourceSyncJobCommand.js.map +0 -1
- package/dist-es/commands/SubmitFeedbackCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateDataSourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateIndexCommand.js.map +0 -1
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js.map +0 -1
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateThesaurusCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDataSourcesPaginator.js.map +0 -1
- package/dist-es/pagination/ListIndicesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Kendra.ts +0 -1643
- package/src/KendraClient.ts +0 -422
- package/src/commands/BatchDeleteDocumentCommand.ts +0 -99
- package/src/commands/BatchGetDocumentStatusCommand.ts +0 -107
- package/src/commands/BatchPutDocumentCommand.ts +0 -103
- package/src/commands/ClearQuerySuggestionsCommand.ts +0 -101
- package/src/commands/CreateDataSourceCommand.ts +0 -103
- package/src/commands/CreateFaqCommand.ts +0 -92
- package/src/commands/CreateIndexCommand.ts +0 -102
- package/src/commands/CreateQuerySuggestionsBlockListCommand.ts +0 -111
- package/src/commands/CreateThesaurusCommand.ts +0 -96
- package/src/commands/DeleteDataSourceCommand.ts +0 -99
- package/src/commands/DeleteFaqCommand.ts +0 -92
- package/src/commands/DeleteIndexCommand.ts +0 -99
- package/src/commands/DeletePrincipalMappingCommand.ts +0 -106
- package/src/commands/DeleteQuerySuggestionsBlockListCommand.ts +0 -104
- package/src/commands/DeleteThesaurusCommand.ts +0 -96
- package/src/commands/DescribeDataSourceCommand.ts +0 -95
- package/src/commands/DescribeFaqCommand.ts +0 -95
- package/src/commands/DescribeIndexCommand.ts +0 -95
- package/src/commands/DescribePrincipalMappingCommand.ts +0 -100
- package/src/commands/DescribeQuerySuggestionsBlockListCommand.ts +0 -108
- package/src/commands/DescribeQuerySuggestionsConfigCommand.ts +0 -105
- package/src/commands/DescribeThesaurusCommand.ts +0 -95
- package/src/commands/GetQuerySuggestionsCommand.ts +0 -95
- package/src/commands/ListDataSourceSyncJobsCommand.ts +0 -96
- package/src/commands/ListDataSourcesCommand.ts +0 -95
- package/src/commands/ListFaqsCommand.ts +0 -88
- package/src/commands/ListGroupsOlderThanOrderingIdCommand.ts +0 -101
- package/src/commands/ListIndicesCommand.ts +0 -95
- package/src/commands/ListQuerySuggestionsBlockListsCommand.ts +0 -106
- package/src/commands/ListTagsForResourceCommand.ts +0 -96
- package/src/commands/ListThesauriCommand.ts +0 -95
- package/src/commands/PutPrincipalMappingCommand.ts +0 -108
- package/src/commands/QueryCommand.ts +0 -109
- package/src/commands/StartDataSourceSyncJobCommand.ts +0 -97
- package/src/commands/StopDataSourceSyncJobCommand.ts +0 -96
- package/src/commands/SubmitFeedbackCommand.ts +0 -96
- package/src/commands/TagResourceCommand.ts +0 -97
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateDataSourceCommand.ts +0 -95
- package/src/commands/UpdateIndexCommand.ts +0 -95
- package/src/commands/UpdateQuerySuggestionsBlockListCommand.ts +0 -108
- package/src/commands/UpdateQuerySuggestionsConfigCommand.ts +0 -106
- package/src/commands/UpdateThesaurusCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -50
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -7376
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDataSourceSyncJobsPaginator.ts +0 -59
- package/src/pagination/ListDataSourcesPaginator.ts +0 -59
- package/src/pagination/ListIndicesPaginator.ts +0 -55
- package/src/protocols/Aws_json1_1.ts +0 -9632
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
2
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
3
|
+
export * from "./BatchPutDocumentCommand";
|
|
4
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
5
|
+
export * from "./CreateDataSourceCommand";
|
|
6
|
+
export * from "./CreateFaqCommand";
|
|
7
|
+
export * from "./CreateIndexCommand";
|
|
8
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
|
+
export * from "./CreateThesaurusCommand";
|
|
10
|
+
export * from "./DeleteDataSourceCommand";
|
|
11
|
+
export * from "./DeleteFaqCommand";
|
|
12
|
+
export * from "./DeleteIndexCommand";
|
|
13
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
14
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
|
+
export * from "./DeleteThesaurusCommand";
|
|
16
|
+
export * from "./DescribeDataSourceCommand";
|
|
17
|
+
export * from "./DescribeFaqCommand";
|
|
18
|
+
export * from "./DescribeIndexCommand";
|
|
19
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
20
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
|
+
export * from "./DescribeThesaurusCommand";
|
|
23
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
24
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
|
+
export * from "./ListDataSourcesCommand";
|
|
26
|
+
export * from "./ListFaqsCommand";
|
|
27
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
|
+
export * from "./ListIndicesCommand";
|
|
29
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ListThesauriCommand";
|
|
32
|
+
export * from "./PutPrincipalMappingCommand";
|
|
33
|
+
export * from "./QueryCommand";
|
|
34
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
35
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
36
|
+
export * from "./SubmitFeedbackCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateDataSourceCommand";
|
|
40
|
+
export * from "./UpdateIndexCommand";
|
|
41
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
43
|
+
export * from "./UpdateThesaurusCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
-
var regionHash = {
|
|
3
|
+
var regionHash = {
|
|
4
|
+
"fips-us-east-1": {
|
|
5
|
+
hostname: "kendra-fips.us-east-1.amazonaws.com",
|
|
6
|
+
signingRegion: "us-east-1",
|
|
7
|
+
},
|
|
8
|
+
"fips-us-east-2": {
|
|
9
|
+
hostname: "kendra-fips.us-east-2.amazonaws.com",
|
|
10
|
+
signingRegion: "us-east-2",
|
|
11
|
+
},
|
|
12
|
+
"fips-us-gov-west-1": {
|
|
13
|
+
hostname: "kendra-fips.us-gov-west-1.amazonaws.com",
|
|
14
|
+
signingRegion: "us-gov-west-1",
|
|
15
|
+
},
|
|
16
|
+
"fips-us-west-2": {
|
|
17
|
+
hostname: "kendra-fips.us-west-2.amazonaws.com",
|
|
18
|
+
signingRegion: "us-west-2",
|
|
19
|
+
},
|
|
20
|
+
};
|
|
4
21
|
var partitionHash = {
|
|
5
22
|
aws: {
|
|
6
23
|
regions: [
|
|
@@ -19,6 +36,9 @@ var partitionHash = {
|
|
|
19
36
|
"eu-west-1",
|
|
20
37
|
"eu-west-2",
|
|
21
38
|
"eu-west-3",
|
|
39
|
+
"fips-us-east-1",
|
|
40
|
+
"fips-us-east-2",
|
|
41
|
+
"fips-us-west-2",
|
|
22
42
|
"me-south-1",
|
|
23
43
|
"sa-east-1",
|
|
24
44
|
"us-east-1",
|
|
@@ -33,7 +53,7 @@ var partitionHash = {
|
|
|
33
53
|
hostname: "kendra.{region}.amazonaws.com.cn",
|
|
34
54
|
},
|
|
35
55
|
"aws-iso": {
|
|
36
|
-
regions: ["us-iso-east-1"],
|
|
56
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
37
57
|
hostname: "kendra.{region}.c2s.ic.gov",
|
|
38
58
|
},
|
|
39
59
|
"aws-iso-b": {
|
|
@@ -41,7 +61,7 @@ var partitionHash = {
|
|
|
41
61
|
hostname: "kendra.{region}.sc2s.sgov.gov",
|
|
42
62
|
},
|
|
43
63
|
"aws-us-gov": {
|
|
44
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
64
|
+
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
45
65
|
hostname: "kendra.{region}.amazonaws.com",
|
|
46
66
|
},
|
|
47
67
|
};
|
|
@@ -50,4 +70,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
50
70
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "kendra", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
51
71
|
});
|
|
52
72
|
}); };
|
|
53
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-es/index.js
CHANGED
|
@@ -1,51 +1,5 @@
|
|
|
1
|
-
export * from "./KendraClient";
|
|
2
1
|
export * from "./Kendra";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDataSourceCommand";
|
|
8
|
-
export * from "./commands/CreateFaqCommand";
|
|
9
|
-
export * from "./commands/CreateIndexCommand";
|
|
10
|
-
export * from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
11
|
-
export * from "./commands/CreateThesaurusCommand";
|
|
12
|
-
export * from "./commands/DeleteDataSourceCommand";
|
|
13
|
-
export * from "./commands/DeleteFaqCommand";
|
|
14
|
-
export * from "./commands/DeleteIndexCommand";
|
|
15
|
-
export * from "./commands/DeletePrincipalMappingCommand";
|
|
16
|
-
export * from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
17
|
-
export * from "./commands/DeleteThesaurusCommand";
|
|
18
|
-
export * from "./commands/DescribeDataSourceCommand";
|
|
19
|
-
export * from "./commands/DescribeFaqCommand";
|
|
20
|
-
export * from "./commands/DescribeIndexCommand";
|
|
21
|
-
export * from "./commands/DescribePrincipalMappingCommand";
|
|
22
|
-
export * from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
23
|
-
export * from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
24
|
-
export * from "./commands/DescribeThesaurusCommand";
|
|
25
|
-
export * from "./commands/GetQuerySuggestionsCommand";
|
|
26
|
-
export * from "./commands/ListDataSourcesCommand";
|
|
27
|
-
export * from "./pagination/ListDataSourcesPaginator";
|
|
28
|
-
export * from "./commands/ListDataSourceSyncJobsCommand";
|
|
29
|
-
export * from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
30
|
-
export * from "./commands/ListFaqsCommand";
|
|
31
|
-
export * from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
32
|
-
export * from "./commands/ListIndicesCommand";
|
|
33
|
-
export * from "./pagination/ListIndicesPaginator";
|
|
34
|
-
export * from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
35
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
export * from "./commands/ListThesauriCommand";
|
|
37
|
-
export * from "./commands/PutPrincipalMappingCommand";
|
|
38
|
-
export * from "./commands/QueryCommand";
|
|
39
|
-
export * from "./commands/StartDataSourceSyncJobCommand";
|
|
40
|
-
export * from "./commands/StopDataSourceSyncJobCommand";
|
|
41
|
-
export * from "./commands/SubmitFeedbackCommand";
|
|
42
|
-
export * from "./commands/TagResourceCommand";
|
|
43
|
-
export * from "./commands/UntagResourceCommand";
|
|
44
|
-
export * from "./commands/UpdateDataSourceCommand";
|
|
45
|
-
export * from "./commands/UpdateIndexCommand";
|
|
46
|
-
export * from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
47
|
-
export * from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
48
|
-
export * from "./commands/UpdateThesaurusCommand";
|
|
49
|
-
export * from "./pagination/Interfaces";
|
|
50
|
-
export * from "./models/index";
|
|
51
|
-
//# sourceMappingURL=index.js.map
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
package/dist-es/models/index.js
CHANGED
|
@@ -528,6 +528,15 @@ export var UserContextPolicy;
|
|
|
528
528
|
UserContextPolicy["ATTRIBUTE_FILTER"] = "ATTRIBUTE_FILTER";
|
|
529
529
|
UserContextPolicy["USER_TOKEN"] = "USER_TOKEN";
|
|
530
530
|
})(UserContextPolicy || (UserContextPolicy = {}));
|
|
531
|
+
export var UserGroupResolutionMode;
|
|
532
|
+
(function (UserGroupResolutionMode) {
|
|
533
|
+
UserGroupResolutionMode["AWS_SSO"] = "AWS_SSO";
|
|
534
|
+
UserGroupResolutionMode["NONE"] = "NONE";
|
|
535
|
+
})(UserGroupResolutionMode || (UserGroupResolutionMode = {}));
|
|
536
|
+
export var UserGroupResolutionConfiguration;
|
|
537
|
+
(function (UserGroupResolutionConfiguration) {
|
|
538
|
+
UserGroupResolutionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(UserGroupResolutionConfiguration || (UserGroupResolutionConfiguration = {}));
|
|
531
540
|
export var JsonTokenTypeConfiguration;
|
|
532
541
|
(function (JsonTokenTypeConfiguration) {
|
|
533
542
|
JsonTokenTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -962,6 +971,7 @@ export var ScoreConfidence;
|
|
|
962
971
|
ScoreConfidence["HIGH"] = "HIGH";
|
|
963
972
|
ScoreConfidence["LOW"] = "LOW";
|
|
964
973
|
ScoreConfidence["MEDIUM"] = "MEDIUM";
|
|
974
|
+
ScoreConfidence["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
965
975
|
ScoreConfidence["VERY_HIGH"] = "VERY_HIGH";
|
|
966
976
|
})(ScoreConfidence || (ScoreConfidence = {}));
|
|
967
977
|
export var ScoreAttributes;
|
|
@@ -1059,4 +1069,3 @@ export var QueryRequest;
|
|
|
1059
1069
|
(function (QueryRequest) {
|
|
1060
1070
|
QueryRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AttributeFilter && { AttributeFilter: AttributeFilter.filterSensitiveLog(obj.AttributeFilter) }))); };
|
|
1061
1071
|
})(QueryRequest || (QueryRequest = {}));
|
|
1062
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4910,23 +4910,26 @@ var serializeAws_json1_1ConnectionConfiguration = function (input, context) {
|
|
|
4910
4910
|
};
|
|
4911
4911
|
var serializeAws_json1_1CreateDataSourceRequest = function (input, context) {
|
|
4912
4912
|
var _a;
|
|
4913
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Configuration !== undefined &&
|
|
4913
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Configuration !== undefined &&
|
|
4914
4914
|
input.Configuration !== null && {
|
|
4915
4915
|
Configuration: serializeAws_json1_1DataSourceConfiguration(input.Configuration, context),
|
|
4916
|
-
})), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.Schedule !== undefined && input.Schedule !== null && { Schedule: input.Schedule })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) })), (input.Type !== undefined && input.Type !== null && { Type: input.Type }));
|
|
4916
|
+
})), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.Schedule !== undefined && input.Schedule !== null && { Schedule: input.Schedule })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) })), (input.Type !== undefined && input.Type !== null && { Type: input.Type }));
|
|
4917
4917
|
};
|
|
4918
4918
|
var serializeAws_json1_1CreateFaqRequest = function (input, context) {
|
|
4919
4919
|
var _a;
|
|
4920
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.FileFormat !== undefined && input.FileFormat !== null && { FileFormat: input.FileFormat })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.S3Path !== undefined &&
|
|
4920
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.FileFormat !== undefined && input.FileFormat !== null && { FileFormat: input.FileFormat })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.S3Path !== undefined &&
|
|
4921
4921
|
input.S3Path !== null && { S3Path: serializeAws_json1_1S3Path(input.S3Path, context) })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
4922
4922
|
};
|
|
4923
4923
|
var serializeAws_json1_1CreateIndexRequest = function (input, context) {
|
|
4924
4924
|
var _a;
|
|
4925
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Edition !== undefined && input.Edition !== null && { Edition: input.Edition })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.ServerSideEncryptionConfiguration !== undefined &&
|
|
4925
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({ ClientToken: (_a = input.ClientToken) !== null && _a !== void 0 ? _a : generateIdempotencyToken() }, (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Edition !== undefined && input.Edition !== null && { Edition: input.Edition })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.ServerSideEncryptionConfiguration !== undefined &&
|
|
4926
4926
|
input.ServerSideEncryptionConfiguration !== null && {
|
|
4927
4927
|
ServerSideEncryptionConfiguration: serializeAws_json1_1ServerSideEncryptionConfiguration(input.ServerSideEncryptionConfiguration, context),
|
|
4928
4928
|
})), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1TagList(input.Tags, context) })), (input.UserContextPolicy !== undefined &&
|
|
4929
|
-
input.UserContextPolicy !== null && { UserContextPolicy: input.UserContextPolicy })), (input.
|
|
4929
|
+
input.UserContextPolicy !== null && { UserContextPolicy: input.UserContextPolicy })), (input.UserGroupResolutionConfiguration !== undefined &&
|
|
4930
|
+
input.UserGroupResolutionConfiguration !== null && {
|
|
4931
|
+
UserGroupResolutionConfiguration: serializeAws_json1_1UserGroupResolutionConfiguration(input.UserGroupResolutionConfiguration, context),
|
|
4932
|
+
})), (input.UserTokenConfigurations !== undefined &&
|
|
4930
4933
|
input.UserTokenConfigurations !== null && {
|
|
4931
4934
|
UserTokenConfigurations: serializeAws_json1_1UserTokenConfigurationList(input.UserTokenConfigurations, context),
|
|
4932
4935
|
}));
|
|
@@ -5795,20 +5798,23 @@ var serializeAws_json1_1UntagResourceRequest = function (input, context) {
|
|
|
5795
5798
|
input.TagKeys !== null && { TagKeys: serializeAws_json1_1TagKeyList(input.TagKeys, context) }));
|
|
5796
5799
|
};
|
|
5797
5800
|
var serializeAws_json1_1UpdateDataSourceRequest = function (input, context) {
|
|
5798
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Configuration !== undefined &&
|
|
5801
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Configuration !== undefined &&
|
|
5799
5802
|
input.Configuration !== null && {
|
|
5800
5803
|
Configuration: serializeAws_json1_1DataSourceConfiguration(input.Configuration, context),
|
|
5801
|
-
})), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Id !== undefined && input.Id !== null && { Id: input.Id })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.Schedule !== undefined && input.Schedule !== null && { Schedule: input.Schedule }));
|
|
5804
|
+
})), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.Id !== undefined && input.Id !== null && { Id: input.Id })), (input.IndexId !== undefined && input.IndexId !== null && { IndexId: input.IndexId })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.Schedule !== undefined && input.Schedule !== null && { Schedule: input.Schedule }));
|
|
5802
5805
|
};
|
|
5803
5806
|
var serializeAws_json1_1UpdateIndexRequest = function (input, context) {
|
|
5804
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CapacityUnits !== undefined &&
|
|
5807
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.CapacityUnits !== undefined &&
|
|
5805
5808
|
input.CapacityUnits !== null && {
|
|
5806
5809
|
CapacityUnits: serializeAws_json1_1CapacityUnitsConfiguration(input.CapacityUnits, context),
|
|
5807
5810
|
})), (input.Description !== undefined && input.Description !== null && { Description: input.Description })), (input.DocumentMetadataConfigurationUpdates !== undefined &&
|
|
5808
5811
|
input.DocumentMetadataConfigurationUpdates !== null && {
|
|
5809
5812
|
DocumentMetadataConfigurationUpdates: serializeAws_json1_1DocumentMetadataConfigurationList(input.DocumentMetadataConfigurationUpdates, context),
|
|
5810
5813
|
})), (input.Id !== undefined && input.Id !== null && { Id: input.Id })), (input.Name !== undefined && input.Name !== null && { Name: input.Name })), (input.RoleArn !== undefined && input.RoleArn !== null && { RoleArn: input.RoleArn })), (input.UserContextPolicy !== undefined &&
|
|
5811
|
-
input.UserContextPolicy !== null && { UserContextPolicy: input.UserContextPolicy })), (input.
|
|
5814
|
+
input.UserContextPolicy !== null && { UserContextPolicy: input.UserContextPolicy })), (input.UserGroupResolutionConfiguration !== undefined &&
|
|
5815
|
+
input.UserGroupResolutionConfiguration !== null && {
|
|
5816
|
+
UserGroupResolutionConfiguration: serializeAws_json1_1UserGroupResolutionConfiguration(input.UserGroupResolutionConfiguration, context),
|
|
5817
|
+
})), (input.UserTokenConfigurations !== undefined &&
|
|
5812
5818
|
input.UserTokenConfigurations !== null && {
|
|
5813
5819
|
UserTokenConfigurations: serializeAws_json1_1UserTokenConfigurationList(input.UserTokenConfigurations, context),
|
|
5814
5820
|
}));
|
|
@@ -5850,6 +5856,10 @@ var serializeAws_json1_1UserContext = function (input, context) {
|
|
|
5850
5856
|
})), (input.Groups !== undefined &&
|
|
5851
5857
|
input.Groups !== null && { Groups: serializeAws_json1_1Groups(input.Groups, context) })), (input.Token !== undefined && input.Token !== null && { Token: input.Token })), (input.UserId !== undefined && input.UserId !== null && { UserId: input.UserId }));
|
|
5852
5858
|
};
|
|
5859
|
+
var serializeAws_json1_1UserGroupResolutionConfiguration = function (input, context) {
|
|
5860
|
+
return __assign({}, (input.UserGroupResolutionMode !== undefined &&
|
|
5861
|
+
input.UserGroupResolutionMode !== null && { UserGroupResolutionMode: input.UserGroupResolutionMode }));
|
|
5862
|
+
};
|
|
5853
5863
|
var serializeAws_json1_1UserTokenConfiguration = function (input, context) {
|
|
5854
5864
|
return __assign(__assign({}, (input.JsonTokenTypeConfiguration !== undefined &&
|
|
5855
5865
|
input.JsonTokenTypeConfiguration !== null && {
|
|
@@ -6333,6 +6343,7 @@ var deserializeAws_json1_1DataSourceSummary = function (output, context) {
|
|
|
6333
6343
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt)))
|
|
6334
6344
|
: undefined,
|
|
6335
6345
|
Id: __expectString(output.Id),
|
|
6346
|
+
LanguageCode: __expectString(output.LanguageCode),
|
|
6336
6347
|
Name: __expectString(output.Name),
|
|
6337
6348
|
Status: __expectString(output.Status),
|
|
6338
6349
|
Type: __expectString(output.Type),
|
|
@@ -6427,6 +6438,7 @@ var deserializeAws_json1_1DescribeDataSourceResponse = function (output, context
|
|
|
6427
6438
|
ErrorMessage: __expectString(output.ErrorMessage),
|
|
6428
6439
|
Id: __expectString(output.Id),
|
|
6429
6440
|
IndexId: __expectString(output.IndexId),
|
|
6441
|
+
LanguageCode: __expectString(output.LanguageCode),
|
|
6430
6442
|
Name: __expectString(output.Name),
|
|
6431
6443
|
RoleArn: __expectString(output.RoleArn),
|
|
6432
6444
|
Schedule: __expectString(output.Schedule),
|
|
@@ -6447,6 +6459,7 @@ var deserializeAws_json1_1DescribeFaqResponse = function (output, context) {
|
|
|
6447
6459
|
FileFormat: __expectString(output.FileFormat),
|
|
6448
6460
|
Id: __expectString(output.Id),
|
|
6449
6461
|
IndexId: __expectString(output.IndexId),
|
|
6462
|
+
LanguageCode: __expectString(output.LanguageCode),
|
|
6450
6463
|
Name: __expectString(output.Name),
|
|
6451
6464
|
RoleArn: __expectString(output.RoleArn),
|
|
6452
6465
|
S3Path: output.S3Path !== undefined && output.S3Path !== null
|
|
@@ -6486,6 +6499,9 @@ var deserializeAws_json1_1DescribeIndexResponse = function (output, context) {
|
|
|
6486
6499
|
? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt)))
|
|
6487
6500
|
: undefined,
|
|
6488
6501
|
UserContextPolicy: __expectString(output.UserContextPolicy),
|
|
6502
|
+
UserGroupResolutionConfiguration: output.UserGroupResolutionConfiguration !== undefined && output.UserGroupResolutionConfiguration !== null
|
|
6503
|
+
? deserializeAws_json1_1UserGroupResolutionConfiguration(output.UserGroupResolutionConfiguration, context)
|
|
6504
|
+
: undefined,
|
|
6489
6505
|
UserTokenConfigurations: output.UserTokenConfigurations !== undefined && output.UserTokenConfigurations !== null
|
|
6490
6506
|
? deserializeAws_json1_1UserTokenConfigurationList(output.UserTokenConfigurations, context)
|
|
6491
6507
|
: undefined,
|
|
@@ -6726,6 +6742,7 @@ var deserializeAws_json1_1FaqSummary = function (output, context) {
|
|
|
6726
6742
|
: undefined,
|
|
6727
6743
|
FileFormat: __expectString(output.FileFormat),
|
|
6728
6744
|
Id: __expectString(output.Id),
|
|
6745
|
+
LanguageCode: __expectString(output.LanguageCode),
|
|
6729
6746
|
Name: __expectString(output.Name),
|
|
6730
6747
|
Status: __expectString(output.Status),
|
|
6731
6748
|
UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
|
|
@@ -7557,6 +7574,11 @@ var deserializeAws_json1_1Urls = function (output, context) {
|
|
|
7557
7574
|
: undefined,
|
|
7558
7575
|
};
|
|
7559
7576
|
};
|
|
7577
|
+
var deserializeAws_json1_1UserGroupResolutionConfiguration = function (output, context) {
|
|
7578
|
+
return {
|
|
7579
|
+
UserGroupResolutionMode: __expectString(output.UserGroupResolutionMode),
|
|
7580
|
+
};
|
|
7581
|
+
};
|
|
7560
7582
|
var deserializeAws_json1_1UserTokenConfiguration = function (output, context) {
|
|
7561
7583
|
return {
|
|
7562
7584
|
JsonTokenTypeConfiguration: output.JsonTokenTypeConfiguration !== undefined && output.JsonTokenTypeConfiguration !== null
|
|
@@ -7705,4 +7727,3 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
7705
7727
|
}
|
|
7706
7728
|
return "";
|
|
7707
7729
|
};
|
|
7708
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
4
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
|
|
|
7
8
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
8
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
9
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
10
|
-
import packageInfo from "../package.json";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
12
|
export var getRuntimeConfig = function (config) {
|
|
13
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
14
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
import packageInfo from "../package.json";
|
|
2
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
3
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
4
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
|
|
|
6
7
|
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
|
|
7
8
|
import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
|
|
8
9
|
import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
|
|
9
|
-
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
10
10
|
import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
|
|
11
11
|
import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
|
|
12
12
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
|
-
import packageInfo from "../package.json";
|
|
15
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
|
+
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
16
|
export var getRuntimeConfig = function (config) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
package/dist-types/Kendra.d.ts
CHANGED
|
@@ -102,11 +102,10 @@ export declare class Kendra extends KendraClient {
|
|
|
102
102
|
clearQuerySuggestions(args: ClearQuerySuggestionsCommandInput, cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void): void;
|
|
103
103
|
clearQuerySuggestions(args: ClearQuerySuggestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void): void;
|
|
104
104
|
/**
|
|
105
|
-
* <p>Creates a data source that you
|
|
105
|
+
* <p>Creates a data source that you want to use with an Amazon Kendra index. </p>
|
|
106
106
|
* <p>You specify a name, data source connector type and description for
|
|
107
|
-
* your data source. You also specify configuration information
|
|
108
|
-
*
|
|
109
|
-
* information.</p>
|
|
107
|
+
* your data source. You also specify configuration information for the
|
|
108
|
+
* data source connector.</p>
|
|
110
109
|
* <p>
|
|
111
110
|
* <code>CreateDataSource</code> is a synchronous operation. The
|
|
112
111
|
* operation returns 200 if the data source was successfully created.
|
|
@@ -326,13 +325,15 @@ export declare class Kendra extends KendraClient {
|
|
|
326
325
|
listThesauri(args: ListThesauriCommandInput, cb: (err: any, data?: ListThesauriCommandOutput) => void): void;
|
|
327
326
|
listThesauri(args: ListThesauriCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThesauriCommandOutput) => void): void;
|
|
328
327
|
/**
|
|
329
|
-
* <p>Maps users to their groups
|
|
328
|
+
* <p>Maps users to their groups so that you only need to provide
|
|
329
|
+
* the user ID when you issue the query.</p>
|
|
330
|
+
* <p>You can also map sub groups to groups.
|
|
330
331
|
* For example, the group "Company Intellectual Property Teams" includes
|
|
331
332
|
* sub groups "Research" and "Engineering". These sub groups include their
|
|
332
333
|
* own list of users or people who work in these teams. Only users who work
|
|
333
334
|
* in research and engineering, and therefore belong in the intellectual
|
|
334
335
|
* property group, can see top-secret company documents in their search
|
|
335
|
-
* results
|
|
336
|
+
* results.</p>
|
|
336
337
|
* <p>You map users to their groups when you want to filter search results
|
|
337
338
|
* for different users based on their group’s access to documents. For more
|
|
338
339
|
* information on filtering search results for different users, see
|
|
@@ -7,11 +7,10 @@ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {
|
|
|
7
7
|
export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a data source that you
|
|
10
|
+
* <p>Creates a data source that you want to use with an Amazon Kendra index. </p>
|
|
11
11
|
* <p>You specify a name, data source connector type and description for
|
|
12
|
-
* your data source. You also specify configuration information
|
|
13
|
-
*
|
|
14
|
-
* information.</p>
|
|
12
|
+
* your data source. You also specify configuration information for the
|
|
13
|
+
* data source connector.</p>
|
|
15
14
|
* <p>
|
|
16
15
|
* <code>CreateDataSource</code> is a synchronous operation. The
|
|
17
16
|
* operation returns 200 if the data source was successfully created.
|
|
@@ -7,13 +7,15 @@ export interface PutPrincipalMappingCommandInput extends PutPrincipalMappingRequ
|
|
|
7
7
|
export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Maps users to their groups
|
|
10
|
+
* <p>Maps users to their groups so that you only need to provide
|
|
11
|
+
* the user ID when you issue the query.</p>
|
|
12
|
+
* <p>You can also map sub groups to groups.
|
|
11
13
|
* For example, the group "Company Intellectual Property Teams" includes
|
|
12
14
|
* sub groups "Research" and "Engineering". These sub groups include their
|
|
13
15
|
* own list of users or people who work in these teams. Only users who work
|
|
14
16
|
* in research and engineering, and therefore belong in the intellectual
|
|
15
17
|
* property group, can see top-secret company documents in their search
|
|
16
|
-
* results
|
|
18
|
+
* results.</p>
|
|
17
19
|
* <p>You map users to their groups when you want to filter search results
|
|
18
20
|
* for different users based on their group’s access to documents. For more
|
|
19
21
|
* information on filtering search results for different users, see
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export * from "./BatchDeleteDocumentCommand";
|
|
2
|
+
export * from "./BatchGetDocumentStatusCommand";
|
|
3
|
+
export * from "./BatchPutDocumentCommand";
|
|
4
|
+
export * from "./ClearQuerySuggestionsCommand";
|
|
5
|
+
export * from "./CreateDataSourceCommand";
|
|
6
|
+
export * from "./CreateFaqCommand";
|
|
7
|
+
export * from "./CreateIndexCommand";
|
|
8
|
+
export * from "./CreateQuerySuggestionsBlockListCommand";
|
|
9
|
+
export * from "./CreateThesaurusCommand";
|
|
10
|
+
export * from "./DeleteDataSourceCommand";
|
|
11
|
+
export * from "./DeleteFaqCommand";
|
|
12
|
+
export * from "./DeleteIndexCommand";
|
|
13
|
+
export * from "./DeletePrincipalMappingCommand";
|
|
14
|
+
export * from "./DeleteQuerySuggestionsBlockListCommand";
|
|
15
|
+
export * from "./DeleteThesaurusCommand";
|
|
16
|
+
export * from "./DescribeDataSourceCommand";
|
|
17
|
+
export * from "./DescribeFaqCommand";
|
|
18
|
+
export * from "./DescribeIndexCommand";
|
|
19
|
+
export * from "./DescribePrincipalMappingCommand";
|
|
20
|
+
export * from "./DescribeQuerySuggestionsBlockListCommand";
|
|
21
|
+
export * from "./DescribeQuerySuggestionsConfigCommand";
|
|
22
|
+
export * from "./DescribeThesaurusCommand";
|
|
23
|
+
export * from "./GetQuerySuggestionsCommand";
|
|
24
|
+
export * from "./ListDataSourceSyncJobsCommand";
|
|
25
|
+
export * from "./ListDataSourcesCommand";
|
|
26
|
+
export * from "./ListFaqsCommand";
|
|
27
|
+
export * from "./ListGroupsOlderThanOrderingIdCommand";
|
|
28
|
+
export * from "./ListIndicesCommand";
|
|
29
|
+
export * from "./ListQuerySuggestionsBlockListsCommand";
|
|
30
|
+
export * from "./ListTagsForResourceCommand";
|
|
31
|
+
export * from "./ListThesauriCommand";
|
|
32
|
+
export * from "./PutPrincipalMappingCommand";
|
|
33
|
+
export * from "./QueryCommand";
|
|
34
|
+
export * from "./StartDataSourceSyncJobCommand";
|
|
35
|
+
export * from "./StopDataSourceSyncJobCommand";
|
|
36
|
+
export * from "./SubmitFeedbackCommand";
|
|
37
|
+
export * from "./TagResourceCommand";
|
|
38
|
+
export * from "./UntagResourceCommand";
|
|
39
|
+
export * from "./UpdateDataSourceCommand";
|
|
40
|
+
export * from "./UpdateIndexCommand";
|
|
41
|
+
export * from "./UpdateQuerySuggestionsBlockListCommand";
|
|
42
|
+
export * from "./UpdateQuerySuggestionsConfigCommand";
|
|
43
|
+
export * from "./UpdateThesaurusCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,50 +1,5 @@
|
|
|
1
|
-
export * from "./KendraClient";
|
|
2
1
|
export * from "./Kendra";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDataSourceCommand";
|
|
8
|
-
export * from "./commands/CreateFaqCommand";
|
|
9
|
-
export * from "./commands/CreateIndexCommand";
|
|
10
|
-
export * from "./commands/CreateQuerySuggestionsBlockListCommand";
|
|
11
|
-
export * from "./commands/CreateThesaurusCommand";
|
|
12
|
-
export * from "./commands/DeleteDataSourceCommand";
|
|
13
|
-
export * from "./commands/DeleteFaqCommand";
|
|
14
|
-
export * from "./commands/DeleteIndexCommand";
|
|
15
|
-
export * from "./commands/DeletePrincipalMappingCommand";
|
|
16
|
-
export * from "./commands/DeleteQuerySuggestionsBlockListCommand";
|
|
17
|
-
export * from "./commands/DeleteThesaurusCommand";
|
|
18
|
-
export * from "./commands/DescribeDataSourceCommand";
|
|
19
|
-
export * from "./commands/DescribeFaqCommand";
|
|
20
|
-
export * from "./commands/DescribeIndexCommand";
|
|
21
|
-
export * from "./commands/DescribePrincipalMappingCommand";
|
|
22
|
-
export * from "./commands/DescribeQuerySuggestionsBlockListCommand";
|
|
23
|
-
export * from "./commands/DescribeQuerySuggestionsConfigCommand";
|
|
24
|
-
export * from "./commands/DescribeThesaurusCommand";
|
|
25
|
-
export * from "./commands/GetQuerySuggestionsCommand";
|
|
26
|
-
export * from "./commands/ListDataSourcesCommand";
|
|
27
|
-
export * from "./pagination/ListDataSourcesPaginator";
|
|
28
|
-
export * from "./commands/ListDataSourceSyncJobsCommand";
|
|
29
|
-
export * from "./pagination/ListDataSourceSyncJobsPaginator";
|
|
30
|
-
export * from "./commands/ListFaqsCommand";
|
|
31
|
-
export * from "./commands/ListGroupsOlderThanOrderingIdCommand";
|
|
32
|
-
export * from "./commands/ListIndicesCommand";
|
|
33
|
-
export * from "./pagination/ListIndicesPaginator";
|
|
34
|
-
export * from "./commands/ListQuerySuggestionsBlockListsCommand";
|
|
35
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
export * from "./commands/ListThesauriCommand";
|
|
37
|
-
export * from "./commands/PutPrincipalMappingCommand";
|
|
38
|
-
export * from "./commands/QueryCommand";
|
|
39
|
-
export * from "./commands/StartDataSourceSyncJobCommand";
|
|
40
|
-
export * from "./commands/StopDataSourceSyncJobCommand";
|
|
41
|
-
export * from "./commands/SubmitFeedbackCommand";
|
|
42
|
-
export * from "./commands/TagResourceCommand";
|
|
43
|
-
export * from "./commands/UntagResourceCommand";
|
|
44
|
-
export * from "./commands/UpdateDataSourceCommand";
|
|
45
|
-
export * from "./commands/UpdateIndexCommand";
|
|
46
|
-
export * from "./commands/UpdateQuerySuggestionsBlockListCommand";
|
|
47
|
-
export * from "./commands/UpdateQuerySuggestionsConfigCommand";
|
|
48
|
-
export * from "./commands/UpdateThesaurusCommand";
|
|
49
|
-
export * from "./pagination/Interfaces";
|
|
50
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./KendraClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|