@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
|
@@ -2,33 +2,24 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConfluencePageConfiguration = exports.ConfluencePageToIndexFieldMapping = exports.ConfluencePageFieldName = exports.ConfluenceBlogConfiguration = exports.ConfluenceBlogToIndexFieldMapping = exports.ConfluenceBlogFieldName = exports.ConfluenceAttachmentConfiguration = exports.ConfluenceAttachmentToIndexFieldMapping = exports.ConfluenceAttachmentFieldName = exports.ClearQuerySuggestionsRequest = exports.ServiceQuotaExceededException = exports.BatchPutDocumentResponse = exports.BatchPutDocumentResponseFailedDocument = exports.BatchPutDocumentRequest = exports.Document = exports.S3Path = exports.HierarchicalPrincipal = exports.ContentType = exports.Principal = exports.PrincipalType = exports.ReadAccessType = exports.BatchGetDocumentStatusResponse = exports.BatchGetDocumentStatusResponseError = exports.Status = exports.DocumentStatus = exports.BatchGetDocumentStatusRequest = exports.DocumentInfo = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.BatchDeleteDocumentResponse = exports.BatchDeleteDocumentResponseFailedDocument = exports.ErrorCode = exports.BatchDeleteDocumentRequest = exports.DataSourceSyncJobMetricTarget = exports.AuthenticationConfiguration = exports.BasicAuthenticationConfiguration = exports.DocumentAttribute = exports.DocumentAttributeValue = exports.AdditionalResultAttribute = exports.AdditionalResultAttributeValueType = exports.AdditionalResultAttributeValue = exports.TextWithHighlights = exports.Highlight = exports.HighlightType = exports.AclConfiguration = exports.AccessDeniedException = exports.AccessControlListConfiguration = void 0;
|
|
4
4
|
exports.CreateFaqRequest = exports.FaqFileFormat = exports.ResourceAlreadyExistException = exports.CreateDataSourceResponse = exports.CreateDataSourceRequest = exports.DataSourceType = exports.Tag = exports.DataSourceConfiguration = exports.WorkDocsConfiguration = exports.WebCrawlerConfiguration = exports.Urls = exports.SiteMapsConfiguration = exports.SeedUrlConfiguration = exports.WebCrawlerMode = exports.ProxyConfiguration = exports.SharePointConfiguration = exports.SharePointVersion = exports.ServiceNowConfiguration = exports.ServiceNowBuildVersionType = exports.ServiceNowServiceCatalogConfiguration = exports.ServiceNowKnowledgeArticleConfiguration = exports.ServiceNowAuthenticationType = exports.SalesforceConfiguration = exports.SalesforceStandardObjectConfiguration = exports.SalesforceStandardObjectName = exports.SalesforceStandardObjectAttachmentConfiguration = exports.SalesforceKnowledgeArticleConfiguration = exports.SalesforceStandardKnowledgeArticleTypeConfiguration = exports.SalesforceKnowledgeArticleState = exports.SalesforceCustomKnowledgeArticleTypeConfiguration = exports.SalesforceChatterFeedConfiguration = exports.SalesforceChatterFeedIncludeFilterType = exports.S3DataSourceConfiguration = exports.DocumentsMetadataConfiguration = exports.OneDriveConfiguration = exports.OneDriveUsers = exports.GoogleDriveConfiguration = exports.DatabaseConfiguration = exports.SqlConfiguration = exports.QueryIdentifiersEnclosingOption = exports.DatabaseEngineType = exports.ConnectionConfiguration = exports.ColumnConfiguration = exports.DataSourceToIndexFieldMapping = exports.ConfluenceConfiguration = exports.DataSourceVpcConfiguration = exports.ConfluenceVersion = exports.ConfluenceSpaceConfiguration = exports.ConfluenceSpaceToIndexFieldMapping = exports.ConfluenceSpaceFieldName = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.QueryRequest = exports.AttributeFilter = exports.UpdateThesaurusRequest = exports.UpdateQuerySuggestionsConfigRequest = exports.UpdateQuerySuggestionsBlockListRequest = exports.UpdateIndexRequest = exports.UpdateDataSourceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SubmitFeedbackRequest = exports.RelevanceFeedback = exports.RelevanceType = exports.ClickFeedback = exports.StopDataSourceSyncJobRequest = exports.StartDataSourceSyncJobResponse = exports.StartDataSourceSyncJobRequest = exports.ResourceInUseException = exports.QueryResult = exports.QueryResultItem = void 0;
|
|
5
|
+
exports.QuerySuggestionsStatus = exports.Mode = exports.DescribeQuerySuggestionsConfigRequest = exports.DescribeQuerySuggestionsBlockListResponse = exports.QuerySuggestionsBlockListStatus = exports.DescribeQuerySuggestionsBlockListRequest = exports.DescribePrincipalMappingResponse = exports.GroupOrderingIdSummary = exports.PrincipalMappingStatus = exports.DescribePrincipalMappingRequest = exports.DescribeIndexResponse = exports.IndexStatus = exports.IndexStatistics = exports.TextDocumentStatistics = exports.FaqStatistics = exports.DocumentMetadataConfiguration = exports.DocumentAttributeValueType = exports.Search = exports.Relevance = exports.Order = exports.CapacityUnitsConfiguration = exports.DescribeIndexRequest = exports.DescribeFaqResponse = exports.FaqStatus = exports.DescribeFaqRequest = exports.DescribeDataSourceResponse = exports.DataSourceStatus = exports.DescribeDataSourceRequest = exports.DeleteThesaurusRequest = exports.DeleteQuerySuggestionsBlockListRequest = exports.DeletePrincipalMappingRequest = exports.DeleteIndexRequest = exports.DeleteFaqRequest = exports.DeleteDataSourceRequest = exports.CreateThesaurusResponse = exports.CreateThesaurusRequest = exports.CreateQuerySuggestionsBlockListResponse = exports.CreateQuerySuggestionsBlockListRequest = exports.CreateIndexResponse = exports.CreateIndexRequest = exports.UserTokenConfiguration = exports.JwtTokenTypeConfiguration = exports.KeyLocation = exports.JsonTokenTypeConfiguration = exports.UserGroupResolutionConfiguration = exports.UserGroupResolutionMode = exports.UserContextPolicy = exports.ServerSideEncryptionConfiguration = exports.IndexEdition = exports.CreateFaqResponse = void 0;
|
|
6
|
+
exports.FacetResult = exports.DocumentAttributeValueCountPair = exports.UserContext = exports.DataSourceGroup = exports.SortingConfiguration = exports.SortOrder = exports.QueryResultType = exports.Facet = exports.DocumentRelevanceConfiguration = exports.PutPrincipalMappingRequest = exports.GroupMembers = exports.MemberUser = exports.MemberGroup = exports.ListThesauriResponse = exports.ThesaurusSummary = exports.ListThesauriRequest = exports.ResourceUnavailableException = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListQuerySuggestionsBlockListsResponse = exports.QuerySuggestionsBlockListSummary = exports.ListQuerySuggestionsBlockListsRequest = exports.ListIndicesResponse = exports.IndexConfigurationSummary = exports.ListIndicesRequest = exports.ListGroupsOlderThanOrderingIdResponse = exports.GroupSummary = exports.ListGroupsOlderThanOrderingIdRequest = exports.ListFaqsResponse = exports.FaqSummary = exports.ListFaqsRequest = exports.ListDataSourceSyncJobsResponse = exports.DataSourceSyncJob = exports.DataSourceSyncJobMetrics = exports.ListDataSourceSyncJobsRequest = exports.DataSourceSyncJobStatus = exports.TimeRange = exports.ListDataSourcesResponse = exports.DataSourceSummary = exports.ListDataSourcesRequest = exports.GetQuerySuggestionsResponse = exports.Suggestion = exports.SuggestionValue = exports.SuggestionTextWithHighlights = exports.SuggestionHighlight = exports.GetQuerySuggestionsRequest = exports.DescribeThesaurusResponse = exports.ThesaurusStatus = exports.DescribeThesaurusRequest = exports.DescribeQuerySuggestionsConfigResponse = void 0;
|
|
7
|
+
exports.QueryRequest = exports.AttributeFilter = exports.UpdateThesaurusRequest = exports.UpdateQuerySuggestionsConfigRequest = exports.UpdateQuerySuggestionsBlockListRequest = exports.UpdateIndexRequest = exports.UpdateDataSourceRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.SubmitFeedbackRequest = exports.RelevanceFeedback = exports.RelevanceType = exports.ClickFeedback = exports.StopDataSourceSyncJobRequest = exports.StartDataSourceSyncJobResponse = exports.StartDataSourceSyncJobRequest = exports.ResourceInUseException = exports.QueryResult = exports.QueryResultItem = exports.ScoreAttributes = exports.ScoreConfidence = void 0;
|
|
8
8
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
9
|
var AccessControlListConfiguration;
|
|
10
10
|
(function (AccessControlListConfiguration) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
11
|
AccessControlListConfiguration.filterSensitiveLog = (obj) => ({
|
|
15
12
|
...obj,
|
|
16
13
|
});
|
|
17
14
|
})(AccessControlListConfiguration = exports.AccessControlListConfiguration || (exports.AccessControlListConfiguration = {}));
|
|
18
15
|
var AccessDeniedException;
|
|
19
16
|
(function (AccessDeniedException) {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
17
|
AccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
24
18
|
...obj,
|
|
25
19
|
});
|
|
26
20
|
})(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
|
|
27
21
|
var AclConfiguration;
|
|
28
22
|
(function (AclConfiguration) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
23
|
AclConfiguration.filterSensitiveLog = (obj) => ({
|
|
33
24
|
...obj,
|
|
34
25
|
});
|
|
@@ -40,27 +31,18 @@ var HighlightType;
|
|
|
40
31
|
})(HighlightType = exports.HighlightType || (exports.HighlightType = {}));
|
|
41
32
|
var Highlight;
|
|
42
33
|
(function (Highlight) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
34
|
Highlight.filterSensitiveLog = (obj) => ({
|
|
47
35
|
...obj,
|
|
48
36
|
});
|
|
49
37
|
})(Highlight = exports.Highlight || (exports.Highlight = {}));
|
|
50
38
|
var TextWithHighlights;
|
|
51
39
|
(function (TextWithHighlights) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
40
|
TextWithHighlights.filterSensitiveLog = (obj) => ({
|
|
56
41
|
...obj,
|
|
57
42
|
});
|
|
58
43
|
})(TextWithHighlights = exports.TextWithHighlights || (exports.TextWithHighlights = {}));
|
|
59
44
|
var AdditionalResultAttributeValue;
|
|
60
45
|
(function (AdditionalResultAttributeValue) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
46
|
AdditionalResultAttributeValue.filterSensitiveLog = (obj) => ({
|
|
65
47
|
...obj,
|
|
66
48
|
});
|
|
@@ -71,9 +53,6 @@ var AdditionalResultAttributeValueType;
|
|
|
71
53
|
})(AdditionalResultAttributeValueType = exports.AdditionalResultAttributeValueType || (exports.AdditionalResultAttributeValueType = {}));
|
|
72
54
|
var AdditionalResultAttribute;
|
|
73
55
|
(function (AdditionalResultAttribute) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
56
|
AdditionalResultAttribute.filterSensitiveLog = (obj) => ({
|
|
78
57
|
...obj,
|
|
79
58
|
});
|
|
@@ -91,9 +70,6 @@ var DocumentAttributeValue;
|
|
|
91
70
|
return visitor.DateValue(value.DateValue);
|
|
92
71
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
93
72
|
};
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
73
|
DocumentAttributeValue.filterSensitiveLog = (obj) => {
|
|
98
74
|
if (obj.StringValue !== undefined)
|
|
99
75
|
return { StringValue: obj.StringValue };
|
|
@@ -109,9 +85,6 @@ var DocumentAttributeValue;
|
|
|
109
85
|
})(DocumentAttributeValue = exports.DocumentAttributeValue || (exports.DocumentAttributeValue = {}));
|
|
110
86
|
var DocumentAttribute;
|
|
111
87
|
(function (DocumentAttribute) {
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
88
|
DocumentAttribute.filterSensitiveLog = (obj) => ({
|
|
116
89
|
...obj,
|
|
117
90
|
...(obj.Value && { Value: DocumentAttributeValue.filterSensitiveLog(obj.Value) }),
|
|
@@ -119,36 +92,24 @@ var DocumentAttribute;
|
|
|
119
92
|
})(DocumentAttribute = exports.DocumentAttribute || (exports.DocumentAttribute = {}));
|
|
120
93
|
var BasicAuthenticationConfiguration;
|
|
121
94
|
(function (BasicAuthenticationConfiguration) {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
95
|
BasicAuthenticationConfiguration.filterSensitiveLog = (obj) => ({
|
|
126
96
|
...obj,
|
|
127
97
|
});
|
|
128
98
|
})(BasicAuthenticationConfiguration = exports.BasicAuthenticationConfiguration || (exports.BasicAuthenticationConfiguration = {}));
|
|
129
99
|
var AuthenticationConfiguration;
|
|
130
100
|
(function (AuthenticationConfiguration) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
101
|
AuthenticationConfiguration.filterSensitiveLog = (obj) => ({
|
|
135
102
|
...obj,
|
|
136
103
|
});
|
|
137
104
|
})(AuthenticationConfiguration = exports.AuthenticationConfiguration || (exports.AuthenticationConfiguration = {}));
|
|
138
105
|
var DataSourceSyncJobMetricTarget;
|
|
139
106
|
(function (DataSourceSyncJobMetricTarget) {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
107
|
DataSourceSyncJobMetricTarget.filterSensitiveLog = (obj) => ({
|
|
144
108
|
...obj,
|
|
145
109
|
});
|
|
146
110
|
})(DataSourceSyncJobMetricTarget = exports.DataSourceSyncJobMetricTarget || (exports.DataSourceSyncJobMetricTarget = {}));
|
|
147
111
|
var BatchDeleteDocumentRequest;
|
|
148
112
|
(function (BatchDeleteDocumentRequest) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
113
|
BatchDeleteDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
153
114
|
...obj,
|
|
154
115
|
});
|
|
@@ -160,72 +121,48 @@ var ErrorCode;
|
|
|
160
121
|
})(ErrorCode = exports.ErrorCode || (exports.ErrorCode = {}));
|
|
161
122
|
var BatchDeleteDocumentResponseFailedDocument;
|
|
162
123
|
(function (BatchDeleteDocumentResponseFailedDocument) {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
124
|
BatchDeleteDocumentResponseFailedDocument.filterSensitiveLog = (obj) => ({
|
|
167
125
|
...obj,
|
|
168
126
|
});
|
|
169
127
|
})(BatchDeleteDocumentResponseFailedDocument = exports.BatchDeleteDocumentResponseFailedDocument || (exports.BatchDeleteDocumentResponseFailedDocument = {}));
|
|
170
128
|
var BatchDeleteDocumentResponse;
|
|
171
129
|
(function (BatchDeleteDocumentResponse) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
130
|
BatchDeleteDocumentResponse.filterSensitiveLog = (obj) => ({
|
|
176
131
|
...obj,
|
|
177
132
|
});
|
|
178
133
|
})(BatchDeleteDocumentResponse = exports.BatchDeleteDocumentResponse || (exports.BatchDeleteDocumentResponse = {}));
|
|
179
134
|
var ConflictException;
|
|
180
135
|
(function (ConflictException) {
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
136
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
185
137
|
...obj,
|
|
186
138
|
});
|
|
187
139
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
188
140
|
var InternalServerException;
|
|
189
141
|
(function (InternalServerException) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
142
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
194
143
|
...obj,
|
|
195
144
|
});
|
|
196
145
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
197
146
|
var ResourceNotFoundException;
|
|
198
147
|
(function (ResourceNotFoundException) {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
148
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
203
149
|
...obj,
|
|
204
150
|
});
|
|
205
151
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
206
152
|
var ThrottlingException;
|
|
207
153
|
(function (ThrottlingException) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
154
|
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
212
155
|
...obj,
|
|
213
156
|
});
|
|
214
157
|
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
215
158
|
var ValidationException;
|
|
216
159
|
(function (ValidationException) {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
160
|
ValidationException.filterSensitiveLog = (obj) => ({
|
|
221
161
|
...obj,
|
|
222
162
|
});
|
|
223
163
|
})(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
|
|
224
164
|
var DocumentInfo;
|
|
225
165
|
(function (DocumentInfo) {
|
|
226
|
-
/**
|
|
227
|
-
* @internal
|
|
228
|
-
*/
|
|
229
166
|
DocumentInfo.filterSensitiveLog = (obj) => ({
|
|
230
167
|
...obj,
|
|
231
168
|
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => DocumentAttribute.filterSensitiveLog(item)) }),
|
|
@@ -233,9 +170,6 @@ var DocumentInfo;
|
|
|
233
170
|
})(DocumentInfo = exports.DocumentInfo || (exports.DocumentInfo = {}));
|
|
234
171
|
var BatchGetDocumentStatusRequest;
|
|
235
172
|
(function (BatchGetDocumentStatusRequest) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
173
|
BatchGetDocumentStatusRequest.filterSensitiveLog = (obj) => ({
|
|
240
174
|
...obj,
|
|
241
175
|
});
|
|
@@ -251,27 +185,18 @@ var DocumentStatus;
|
|
|
251
185
|
})(DocumentStatus = exports.DocumentStatus || (exports.DocumentStatus = {}));
|
|
252
186
|
var Status;
|
|
253
187
|
(function (Status) {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
188
|
Status.filterSensitiveLog = (obj) => ({
|
|
258
189
|
...obj,
|
|
259
190
|
});
|
|
260
191
|
})(Status = exports.Status || (exports.Status = {}));
|
|
261
192
|
var BatchGetDocumentStatusResponseError;
|
|
262
193
|
(function (BatchGetDocumentStatusResponseError) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
194
|
BatchGetDocumentStatusResponseError.filterSensitiveLog = (obj) => ({
|
|
267
195
|
...obj,
|
|
268
196
|
});
|
|
269
197
|
})(BatchGetDocumentStatusResponseError = exports.BatchGetDocumentStatusResponseError || (exports.BatchGetDocumentStatusResponseError = {}));
|
|
270
198
|
var BatchGetDocumentStatusResponse;
|
|
271
199
|
(function (BatchGetDocumentStatusResponse) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
200
|
BatchGetDocumentStatusResponse.filterSensitiveLog = (obj) => ({
|
|
276
201
|
...obj,
|
|
277
202
|
});
|
|
@@ -288,9 +213,6 @@ var PrincipalType;
|
|
|
288
213
|
})(PrincipalType = exports.PrincipalType || (exports.PrincipalType = {}));
|
|
289
214
|
var Principal;
|
|
290
215
|
(function (Principal) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
216
|
Principal.filterSensitiveLog = (obj) => ({
|
|
295
217
|
...obj,
|
|
296
218
|
});
|
|
@@ -305,27 +227,18 @@ var ContentType;
|
|
|
305
227
|
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
306
228
|
var HierarchicalPrincipal;
|
|
307
229
|
(function (HierarchicalPrincipal) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
230
|
HierarchicalPrincipal.filterSensitiveLog = (obj) => ({
|
|
312
231
|
...obj,
|
|
313
232
|
});
|
|
314
233
|
})(HierarchicalPrincipal = exports.HierarchicalPrincipal || (exports.HierarchicalPrincipal = {}));
|
|
315
234
|
var S3Path;
|
|
316
235
|
(function (S3Path) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
236
|
S3Path.filterSensitiveLog = (obj) => ({
|
|
321
237
|
...obj,
|
|
322
238
|
});
|
|
323
239
|
})(S3Path = exports.S3Path || (exports.S3Path = {}));
|
|
324
240
|
var Document;
|
|
325
241
|
(function (Document) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
242
|
Document.filterSensitiveLog = (obj) => ({
|
|
330
243
|
...obj,
|
|
331
244
|
...(obj.Attributes && { Attributes: obj.Attributes.map((item) => DocumentAttribute.filterSensitiveLog(item)) }),
|
|
@@ -333,45 +246,30 @@ var Document;
|
|
|
333
246
|
})(Document = exports.Document || (exports.Document = {}));
|
|
334
247
|
var BatchPutDocumentRequest;
|
|
335
248
|
(function (BatchPutDocumentRequest) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
249
|
BatchPutDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
340
250
|
...obj,
|
|
341
251
|
});
|
|
342
252
|
})(BatchPutDocumentRequest = exports.BatchPutDocumentRequest || (exports.BatchPutDocumentRequest = {}));
|
|
343
253
|
var BatchPutDocumentResponseFailedDocument;
|
|
344
254
|
(function (BatchPutDocumentResponseFailedDocument) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
255
|
BatchPutDocumentResponseFailedDocument.filterSensitiveLog = (obj) => ({
|
|
349
256
|
...obj,
|
|
350
257
|
});
|
|
351
258
|
})(BatchPutDocumentResponseFailedDocument = exports.BatchPutDocumentResponseFailedDocument || (exports.BatchPutDocumentResponseFailedDocument = {}));
|
|
352
259
|
var BatchPutDocumentResponse;
|
|
353
260
|
(function (BatchPutDocumentResponse) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
261
|
BatchPutDocumentResponse.filterSensitiveLog = (obj) => ({
|
|
358
262
|
...obj,
|
|
359
263
|
});
|
|
360
264
|
})(BatchPutDocumentResponse = exports.BatchPutDocumentResponse || (exports.BatchPutDocumentResponse = {}));
|
|
361
265
|
var ServiceQuotaExceededException;
|
|
362
266
|
(function (ServiceQuotaExceededException) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
267
|
ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
|
|
367
268
|
...obj,
|
|
368
269
|
});
|
|
369
270
|
})(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
|
|
370
271
|
var ClearQuerySuggestionsRequest;
|
|
371
272
|
(function (ClearQuerySuggestionsRequest) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
273
|
ClearQuerySuggestionsRequest.filterSensitiveLog = (obj) => ({
|
|
376
274
|
...obj,
|
|
377
275
|
});
|
|
@@ -392,18 +290,12 @@ var ConfluenceAttachmentFieldName;
|
|
|
392
290
|
})(ConfluenceAttachmentFieldName = exports.ConfluenceAttachmentFieldName || (exports.ConfluenceAttachmentFieldName = {}));
|
|
393
291
|
var ConfluenceAttachmentToIndexFieldMapping;
|
|
394
292
|
(function (ConfluenceAttachmentToIndexFieldMapping) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
293
|
ConfluenceAttachmentToIndexFieldMapping.filterSensitiveLog = (obj) => ({
|
|
399
294
|
...obj,
|
|
400
295
|
});
|
|
401
296
|
})(ConfluenceAttachmentToIndexFieldMapping = exports.ConfluenceAttachmentToIndexFieldMapping || (exports.ConfluenceAttachmentToIndexFieldMapping = {}));
|
|
402
297
|
var ConfluenceAttachmentConfiguration;
|
|
403
298
|
(function (ConfluenceAttachmentConfiguration) {
|
|
404
|
-
/**
|
|
405
|
-
* @internal
|
|
406
|
-
*/
|
|
407
299
|
ConfluenceAttachmentConfiguration.filterSensitiveLog = (obj) => ({
|
|
408
300
|
...obj,
|
|
409
301
|
});
|
|
@@ -422,18 +314,12 @@ var ConfluenceBlogFieldName;
|
|
|
422
314
|
})(ConfluenceBlogFieldName = exports.ConfluenceBlogFieldName || (exports.ConfluenceBlogFieldName = {}));
|
|
423
315
|
var ConfluenceBlogToIndexFieldMapping;
|
|
424
316
|
(function (ConfluenceBlogToIndexFieldMapping) {
|
|
425
|
-
/**
|
|
426
|
-
* @internal
|
|
427
|
-
*/
|
|
428
317
|
ConfluenceBlogToIndexFieldMapping.filterSensitiveLog = (obj) => ({
|
|
429
318
|
...obj,
|
|
430
319
|
});
|
|
431
320
|
})(ConfluenceBlogToIndexFieldMapping = exports.ConfluenceBlogToIndexFieldMapping || (exports.ConfluenceBlogToIndexFieldMapping = {}));
|
|
432
321
|
var ConfluenceBlogConfiguration;
|
|
433
322
|
(function (ConfluenceBlogConfiguration) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
323
|
ConfluenceBlogConfiguration.filterSensitiveLog = (obj) => ({
|
|
438
324
|
...obj,
|
|
439
325
|
});
|
|
@@ -455,18 +341,12 @@ var ConfluencePageFieldName;
|
|
|
455
341
|
})(ConfluencePageFieldName = exports.ConfluencePageFieldName || (exports.ConfluencePageFieldName = {}));
|
|
456
342
|
var ConfluencePageToIndexFieldMapping;
|
|
457
343
|
(function (ConfluencePageToIndexFieldMapping) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
344
|
ConfluencePageToIndexFieldMapping.filterSensitiveLog = (obj) => ({
|
|
462
345
|
...obj,
|
|
463
346
|
});
|
|
464
347
|
})(ConfluencePageToIndexFieldMapping = exports.ConfluencePageToIndexFieldMapping || (exports.ConfluencePageToIndexFieldMapping = {}));
|
|
465
348
|
var ConfluencePageConfiguration;
|
|
466
349
|
(function (ConfluencePageConfiguration) {
|
|
467
|
-
/**
|
|
468
|
-
* @internal
|
|
469
|
-
*/
|
|
470
350
|
ConfluencePageConfiguration.filterSensitiveLog = (obj) => ({
|
|
471
351
|
...obj,
|
|
472
352
|
});
|
|
@@ -480,18 +360,12 @@ var ConfluenceSpaceFieldName;
|
|
|
480
360
|
})(ConfluenceSpaceFieldName = exports.ConfluenceSpaceFieldName || (exports.ConfluenceSpaceFieldName = {}));
|
|
481
361
|
var ConfluenceSpaceToIndexFieldMapping;
|
|
482
362
|
(function (ConfluenceSpaceToIndexFieldMapping) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
363
|
ConfluenceSpaceToIndexFieldMapping.filterSensitiveLog = (obj) => ({
|
|
487
364
|
...obj,
|
|
488
365
|
});
|
|
489
366
|
})(ConfluenceSpaceToIndexFieldMapping = exports.ConfluenceSpaceToIndexFieldMapping || (exports.ConfluenceSpaceToIndexFieldMapping = {}));
|
|
490
367
|
var ConfluenceSpaceConfiguration;
|
|
491
368
|
(function (ConfluenceSpaceConfiguration) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
369
|
ConfluenceSpaceConfiguration.filterSensitiveLog = (obj) => ({
|
|
496
370
|
...obj,
|
|
497
371
|
});
|
|
@@ -503,45 +377,30 @@ var ConfluenceVersion;
|
|
|
503
377
|
})(ConfluenceVersion = exports.ConfluenceVersion || (exports.ConfluenceVersion = {}));
|
|
504
378
|
var DataSourceVpcConfiguration;
|
|
505
379
|
(function (DataSourceVpcConfiguration) {
|
|
506
|
-
/**
|
|
507
|
-
* @internal
|
|
508
|
-
*/
|
|
509
380
|
DataSourceVpcConfiguration.filterSensitiveLog = (obj) => ({
|
|
510
381
|
...obj,
|
|
511
382
|
});
|
|
512
383
|
})(DataSourceVpcConfiguration = exports.DataSourceVpcConfiguration || (exports.DataSourceVpcConfiguration = {}));
|
|
513
384
|
var ConfluenceConfiguration;
|
|
514
385
|
(function (ConfluenceConfiguration) {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
386
|
ConfluenceConfiguration.filterSensitiveLog = (obj) => ({
|
|
519
387
|
...obj,
|
|
520
388
|
});
|
|
521
389
|
})(ConfluenceConfiguration = exports.ConfluenceConfiguration || (exports.ConfluenceConfiguration = {}));
|
|
522
390
|
var DataSourceToIndexFieldMapping;
|
|
523
391
|
(function (DataSourceToIndexFieldMapping) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
392
|
DataSourceToIndexFieldMapping.filterSensitiveLog = (obj) => ({
|
|
528
393
|
...obj,
|
|
529
394
|
});
|
|
530
395
|
})(DataSourceToIndexFieldMapping = exports.DataSourceToIndexFieldMapping || (exports.DataSourceToIndexFieldMapping = {}));
|
|
531
396
|
var ColumnConfiguration;
|
|
532
397
|
(function (ColumnConfiguration) {
|
|
533
|
-
/**
|
|
534
|
-
* @internal
|
|
535
|
-
*/
|
|
536
398
|
ColumnConfiguration.filterSensitiveLog = (obj) => ({
|
|
537
399
|
...obj,
|
|
538
400
|
});
|
|
539
401
|
})(ColumnConfiguration = exports.ColumnConfiguration || (exports.ColumnConfiguration = {}));
|
|
540
402
|
var ConnectionConfiguration;
|
|
541
403
|
(function (ConnectionConfiguration) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
404
|
ConnectionConfiguration.filterSensitiveLog = (obj) => ({
|
|
546
405
|
...obj,
|
|
547
406
|
});
|
|
@@ -560,63 +419,42 @@ var QueryIdentifiersEnclosingOption;
|
|
|
560
419
|
})(QueryIdentifiersEnclosingOption = exports.QueryIdentifiersEnclosingOption || (exports.QueryIdentifiersEnclosingOption = {}));
|
|
561
420
|
var SqlConfiguration;
|
|
562
421
|
(function (SqlConfiguration) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
422
|
SqlConfiguration.filterSensitiveLog = (obj) => ({
|
|
567
423
|
...obj,
|
|
568
424
|
});
|
|
569
425
|
})(SqlConfiguration = exports.SqlConfiguration || (exports.SqlConfiguration = {}));
|
|
570
426
|
var DatabaseConfiguration;
|
|
571
427
|
(function (DatabaseConfiguration) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
428
|
DatabaseConfiguration.filterSensitiveLog = (obj) => ({
|
|
576
429
|
...obj,
|
|
577
430
|
});
|
|
578
431
|
})(DatabaseConfiguration = exports.DatabaseConfiguration || (exports.DatabaseConfiguration = {}));
|
|
579
432
|
var GoogleDriveConfiguration;
|
|
580
433
|
(function (GoogleDriveConfiguration) {
|
|
581
|
-
/**
|
|
582
|
-
* @internal
|
|
583
|
-
*/
|
|
584
434
|
GoogleDriveConfiguration.filterSensitiveLog = (obj) => ({
|
|
585
435
|
...obj,
|
|
586
436
|
});
|
|
587
437
|
})(GoogleDriveConfiguration = exports.GoogleDriveConfiguration || (exports.GoogleDriveConfiguration = {}));
|
|
588
438
|
var OneDriveUsers;
|
|
589
439
|
(function (OneDriveUsers) {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
440
|
OneDriveUsers.filterSensitiveLog = (obj) => ({
|
|
594
441
|
...obj,
|
|
595
442
|
});
|
|
596
443
|
})(OneDriveUsers = exports.OneDriveUsers || (exports.OneDriveUsers = {}));
|
|
597
444
|
var OneDriveConfiguration;
|
|
598
445
|
(function (OneDriveConfiguration) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
446
|
OneDriveConfiguration.filterSensitiveLog = (obj) => ({
|
|
603
447
|
...obj,
|
|
604
448
|
});
|
|
605
449
|
})(OneDriveConfiguration = exports.OneDriveConfiguration || (exports.OneDriveConfiguration = {}));
|
|
606
450
|
var DocumentsMetadataConfiguration;
|
|
607
451
|
(function (DocumentsMetadataConfiguration) {
|
|
608
|
-
/**
|
|
609
|
-
* @internal
|
|
610
|
-
*/
|
|
611
452
|
DocumentsMetadataConfiguration.filterSensitiveLog = (obj) => ({
|
|
612
453
|
...obj,
|
|
613
454
|
});
|
|
614
455
|
})(DocumentsMetadataConfiguration = exports.DocumentsMetadataConfiguration || (exports.DocumentsMetadataConfiguration = {}));
|
|
615
456
|
var S3DataSourceConfiguration;
|
|
616
457
|
(function (S3DataSourceConfiguration) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
458
|
S3DataSourceConfiguration.filterSensitiveLog = (obj) => ({
|
|
621
459
|
...obj,
|
|
622
460
|
});
|
|
@@ -628,18 +466,12 @@ var SalesforceChatterFeedIncludeFilterType;
|
|
|
628
466
|
})(SalesforceChatterFeedIncludeFilterType = exports.SalesforceChatterFeedIncludeFilterType || (exports.SalesforceChatterFeedIncludeFilterType = {}));
|
|
629
467
|
var SalesforceChatterFeedConfiguration;
|
|
630
468
|
(function (SalesforceChatterFeedConfiguration) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
469
|
SalesforceChatterFeedConfiguration.filterSensitiveLog = (obj) => ({
|
|
635
470
|
...obj,
|
|
636
471
|
});
|
|
637
472
|
})(SalesforceChatterFeedConfiguration = exports.SalesforceChatterFeedConfiguration || (exports.SalesforceChatterFeedConfiguration = {}));
|
|
638
473
|
var SalesforceCustomKnowledgeArticleTypeConfiguration;
|
|
639
474
|
(function (SalesforceCustomKnowledgeArticleTypeConfiguration) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
475
|
SalesforceCustomKnowledgeArticleTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
644
476
|
...obj,
|
|
645
477
|
});
|
|
@@ -652,27 +484,18 @@ var SalesforceKnowledgeArticleState;
|
|
|
652
484
|
})(SalesforceKnowledgeArticleState = exports.SalesforceKnowledgeArticleState || (exports.SalesforceKnowledgeArticleState = {}));
|
|
653
485
|
var SalesforceStandardKnowledgeArticleTypeConfiguration;
|
|
654
486
|
(function (SalesforceStandardKnowledgeArticleTypeConfiguration) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
487
|
SalesforceStandardKnowledgeArticleTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
659
488
|
...obj,
|
|
660
489
|
});
|
|
661
490
|
})(SalesforceStandardKnowledgeArticleTypeConfiguration = exports.SalesforceStandardKnowledgeArticleTypeConfiguration || (exports.SalesforceStandardKnowledgeArticleTypeConfiguration = {}));
|
|
662
491
|
var SalesforceKnowledgeArticleConfiguration;
|
|
663
492
|
(function (SalesforceKnowledgeArticleConfiguration) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
493
|
SalesforceKnowledgeArticleConfiguration.filterSensitiveLog = (obj) => ({
|
|
668
494
|
...obj,
|
|
669
495
|
});
|
|
670
496
|
})(SalesforceKnowledgeArticleConfiguration = exports.SalesforceKnowledgeArticleConfiguration || (exports.SalesforceKnowledgeArticleConfiguration = {}));
|
|
671
497
|
var SalesforceStandardObjectAttachmentConfiguration;
|
|
672
498
|
(function (SalesforceStandardObjectAttachmentConfiguration) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
499
|
SalesforceStandardObjectAttachmentConfiguration.filterSensitiveLog = (obj) => ({
|
|
677
500
|
...obj,
|
|
678
501
|
});
|
|
@@ -699,18 +522,12 @@ var SalesforceStandardObjectName;
|
|
|
699
522
|
})(SalesforceStandardObjectName = exports.SalesforceStandardObjectName || (exports.SalesforceStandardObjectName = {}));
|
|
700
523
|
var SalesforceStandardObjectConfiguration;
|
|
701
524
|
(function (SalesforceStandardObjectConfiguration) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
525
|
SalesforceStandardObjectConfiguration.filterSensitiveLog = (obj) => ({
|
|
706
526
|
...obj,
|
|
707
527
|
});
|
|
708
528
|
})(SalesforceStandardObjectConfiguration = exports.SalesforceStandardObjectConfiguration || (exports.SalesforceStandardObjectConfiguration = {}));
|
|
709
529
|
var SalesforceConfiguration;
|
|
710
530
|
(function (SalesforceConfiguration) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
531
|
SalesforceConfiguration.filterSensitiveLog = (obj) => ({
|
|
715
532
|
...obj,
|
|
716
533
|
});
|
|
@@ -722,18 +539,12 @@ var ServiceNowAuthenticationType;
|
|
|
722
539
|
})(ServiceNowAuthenticationType = exports.ServiceNowAuthenticationType || (exports.ServiceNowAuthenticationType = {}));
|
|
723
540
|
var ServiceNowKnowledgeArticleConfiguration;
|
|
724
541
|
(function (ServiceNowKnowledgeArticleConfiguration) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
542
|
ServiceNowKnowledgeArticleConfiguration.filterSensitiveLog = (obj) => ({
|
|
729
543
|
...obj,
|
|
730
544
|
});
|
|
731
545
|
})(ServiceNowKnowledgeArticleConfiguration = exports.ServiceNowKnowledgeArticleConfiguration || (exports.ServiceNowKnowledgeArticleConfiguration = {}));
|
|
732
546
|
var ServiceNowServiceCatalogConfiguration;
|
|
733
547
|
(function (ServiceNowServiceCatalogConfiguration) {
|
|
734
|
-
/**
|
|
735
|
-
* @internal
|
|
736
|
-
*/
|
|
737
548
|
ServiceNowServiceCatalogConfiguration.filterSensitiveLog = (obj) => ({
|
|
738
549
|
...obj,
|
|
739
550
|
});
|
|
@@ -745,9 +556,6 @@ var ServiceNowBuildVersionType;
|
|
|
745
556
|
})(ServiceNowBuildVersionType = exports.ServiceNowBuildVersionType || (exports.ServiceNowBuildVersionType = {}));
|
|
746
557
|
var ServiceNowConfiguration;
|
|
747
558
|
(function (ServiceNowConfiguration) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
559
|
ServiceNowConfiguration.filterSensitiveLog = (obj) => ({
|
|
752
560
|
...obj,
|
|
753
561
|
});
|
|
@@ -760,18 +568,12 @@ var SharePointVersion;
|
|
|
760
568
|
})(SharePointVersion = exports.SharePointVersion || (exports.SharePointVersion = {}));
|
|
761
569
|
var SharePointConfiguration;
|
|
762
570
|
(function (SharePointConfiguration) {
|
|
763
|
-
/**
|
|
764
|
-
* @internal
|
|
765
|
-
*/
|
|
766
571
|
SharePointConfiguration.filterSensitiveLog = (obj) => ({
|
|
767
572
|
...obj,
|
|
768
573
|
});
|
|
769
574
|
})(SharePointConfiguration = exports.SharePointConfiguration || (exports.SharePointConfiguration = {}));
|
|
770
575
|
var ProxyConfiguration;
|
|
771
576
|
(function (ProxyConfiguration) {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
577
|
ProxyConfiguration.filterSensitiveLog = (obj) => ({
|
|
776
578
|
...obj,
|
|
777
579
|
});
|
|
@@ -784,63 +586,42 @@ var WebCrawlerMode;
|
|
|
784
586
|
})(WebCrawlerMode = exports.WebCrawlerMode || (exports.WebCrawlerMode = {}));
|
|
785
587
|
var SeedUrlConfiguration;
|
|
786
588
|
(function (SeedUrlConfiguration) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
589
|
SeedUrlConfiguration.filterSensitiveLog = (obj) => ({
|
|
791
590
|
...obj,
|
|
792
591
|
});
|
|
793
592
|
})(SeedUrlConfiguration = exports.SeedUrlConfiguration || (exports.SeedUrlConfiguration = {}));
|
|
794
593
|
var SiteMapsConfiguration;
|
|
795
594
|
(function (SiteMapsConfiguration) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
595
|
SiteMapsConfiguration.filterSensitiveLog = (obj) => ({
|
|
800
596
|
...obj,
|
|
801
597
|
});
|
|
802
598
|
})(SiteMapsConfiguration = exports.SiteMapsConfiguration || (exports.SiteMapsConfiguration = {}));
|
|
803
599
|
var Urls;
|
|
804
600
|
(function (Urls) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
601
|
Urls.filterSensitiveLog = (obj) => ({
|
|
809
602
|
...obj,
|
|
810
603
|
});
|
|
811
604
|
})(Urls = exports.Urls || (exports.Urls = {}));
|
|
812
605
|
var WebCrawlerConfiguration;
|
|
813
606
|
(function (WebCrawlerConfiguration) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
607
|
WebCrawlerConfiguration.filterSensitiveLog = (obj) => ({
|
|
818
608
|
...obj,
|
|
819
609
|
});
|
|
820
610
|
})(WebCrawlerConfiguration = exports.WebCrawlerConfiguration || (exports.WebCrawlerConfiguration = {}));
|
|
821
611
|
var WorkDocsConfiguration;
|
|
822
612
|
(function (WorkDocsConfiguration) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
613
|
WorkDocsConfiguration.filterSensitiveLog = (obj) => ({
|
|
827
614
|
...obj,
|
|
828
615
|
});
|
|
829
616
|
})(WorkDocsConfiguration = exports.WorkDocsConfiguration || (exports.WorkDocsConfiguration = {}));
|
|
830
617
|
var DataSourceConfiguration;
|
|
831
618
|
(function (DataSourceConfiguration) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
619
|
DataSourceConfiguration.filterSensitiveLog = (obj) => ({
|
|
836
620
|
...obj,
|
|
837
621
|
});
|
|
838
622
|
})(DataSourceConfiguration = exports.DataSourceConfiguration || (exports.DataSourceConfiguration = {}));
|
|
839
623
|
var Tag;
|
|
840
624
|
(function (Tag) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
625
|
Tag.filterSensitiveLog = (obj) => ({
|
|
845
626
|
...obj,
|
|
846
627
|
});
|
|
@@ -861,27 +642,18 @@ var DataSourceType;
|
|
|
861
642
|
})(DataSourceType = exports.DataSourceType || (exports.DataSourceType = {}));
|
|
862
643
|
var CreateDataSourceRequest;
|
|
863
644
|
(function (CreateDataSourceRequest) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
645
|
CreateDataSourceRequest.filterSensitiveLog = (obj) => ({
|
|
868
646
|
...obj,
|
|
869
647
|
});
|
|
870
648
|
})(CreateDataSourceRequest = exports.CreateDataSourceRequest || (exports.CreateDataSourceRequest = {}));
|
|
871
649
|
var CreateDataSourceResponse;
|
|
872
650
|
(function (CreateDataSourceResponse) {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
651
|
CreateDataSourceResponse.filterSensitiveLog = (obj) => ({
|
|
877
652
|
...obj,
|
|
878
653
|
});
|
|
879
654
|
})(CreateDataSourceResponse = exports.CreateDataSourceResponse || (exports.CreateDataSourceResponse = {}));
|
|
880
655
|
var ResourceAlreadyExistException;
|
|
881
656
|
(function (ResourceAlreadyExistException) {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
657
|
ResourceAlreadyExistException.filterSensitiveLog = (obj) => ({
|
|
886
658
|
...obj,
|
|
887
659
|
});
|
|
@@ -894,18 +666,12 @@ var FaqFileFormat;
|
|
|
894
666
|
})(FaqFileFormat = exports.FaqFileFormat || (exports.FaqFileFormat = {}));
|
|
895
667
|
var CreateFaqRequest;
|
|
896
668
|
(function (CreateFaqRequest) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
669
|
CreateFaqRequest.filterSensitiveLog = (obj) => ({
|
|
901
670
|
...obj,
|
|
902
671
|
});
|
|
903
672
|
})(CreateFaqRequest = exports.CreateFaqRequest || (exports.CreateFaqRequest = {}));
|
|
904
673
|
var CreateFaqResponse;
|
|
905
674
|
(function (CreateFaqResponse) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
675
|
CreateFaqResponse.filterSensitiveLog = (obj) => ({
|
|
910
676
|
...obj,
|
|
911
677
|
});
|
|
@@ -917,9 +683,6 @@ var IndexEdition;
|
|
|
917
683
|
})(IndexEdition = exports.IndexEdition || (exports.IndexEdition = {}));
|
|
918
684
|
var ServerSideEncryptionConfiguration;
|
|
919
685
|
(function (ServerSideEncryptionConfiguration) {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
686
|
ServerSideEncryptionConfiguration.filterSensitiveLog = (obj) => ({
|
|
924
687
|
...obj,
|
|
925
688
|
...(obj.KmsKeyId && { KmsKeyId: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -930,11 +693,19 @@ var UserContextPolicy;
|
|
|
930
693
|
UserContextPolicy["ATTRIBUTE_FILTER"] = "ATTRIBUTE_FILTER";
|
|
931
694
|
UserContextPolicy["USER_TOKEN"] = "USER_TOKEN";
|
|
932
695
|
})(UserContextPolicy = exports.UserContextPolicy || (exports.UserContextPolicy = {}));
|
|
696
|
+
var UserGroupResolutionMode;
|
|
697
|
+
(function (UserGroupResolutionMode) {
|
|
698
|
+
UserGroupResolutionMode["AWS_SSO"] = "AWS_SSO";
|
|
699
|
+
UserGroupResolutionMode["NONE"] = "NONE";
|
|
700
|
+
})(UserGroupResolutionMode = exports.UserGroupResolutionMode || (exports.UserGroupResolutionMode = {}));
|
|
701
|
+
var UserGroupResolutionConfiguration;
|
|
702
|
+
(function (UserGroupResolutionConfiguration) {
|
|
703
|
+
UserGroupResolutionConfiguration.filterSensitiveLog = (obj) => ({
|
|
704
|
+
...obj,
|
|
705
|
+
});
|
|
706
|
+
})(UserGroupResolutionConfiguration = exports.UserGroupResolutionConfiguration || (exports.UserGroupResolutionConfiguration = {}));
|
|
933
707
|
var JsonTokenTypeConfiguration;
|
|
934
708
|
(function (JsonTokenTypeConfiguration) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
709
|
JsonTokenTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
939
710
|
...obj,
|
|
940
711
|
});
|
|
@@ -946,27 +717,18 @@ var KeyLocation;
|
|
|
946
717
|
})(KeyLocation = exports.KeyLocation || (exports.KeyLocation = {}));
|
|
947
718
|
var JwtTokenTypeConfiguration;
|
|
948
719
|
(function (JwtTokenTypeConfiguration) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
720
|
JwtTokenTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
953
721
|
...obj,
|
|
954
722
|
});
|
|
955
723
|
})(JwtTokenTypeConfiguration = exports.JwtTokenTypeConfiguration || (exports.JwtTokenTypeConfiguration = {}));
|
|
956
724
|
var UserTokenConfiguration;
|
|
957
725
|
(function (UserTokenConfiguration) {
|
|
958
|
-
/**
|
|
959
|
-
* @internal
|
|
960
|
-
*/
|
|
961
726
|
UserTokenConfiguration.filterSensitiveLog = (obj) => ({
|
|
962
727
|
...obj,
|
|
963
728
|
});
|
|
964
729
|
})(UserTokenConfiguration = exports.UserTokenConfiguration || (exports.UserTokenConfiguration = {}));
|
|
965
730
|
var CreateIndexRequest;
|
|
966
731
|
(function (CreateIndexRequest) {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
732
|
CreateIndexRequest.filterSensitiveLog = (obj) => ({
|
|
971
733
|
...obj,
|
|
972
734
|
...(obj.ServerSideEncryptionConfiguration && {
|
|
@@ -976,108 +738,72 @@ var CreateIndexRequest;
|
|
|
976
738
|
})(CreateIndexRequest = exports.CreateIndexRequest || (exports.CreateIndexRequest = {}));
|
|
977
739
|
var CreateIndexResponse;
|
|
978
740
|
(function (CreateIndexResponse) {
|
|
979
|
-
/**
|
|
980
|
-
* @internal
|
|
981
|
-
*/
|
|
982
741
|
CreateIndexResponse.filterSensitiveLog = (obj) => ({
|
|
983
742
|
...obj,
|
|
984
743
|
});
|
|
985
744
|
})(CreateIndexResponse = exports.CreateIndexResponse || (exports.CreateIndexResponse = {}));
|
|
986
745
|
var CreateQuerySuggestionsBlockListRequest;
|
|
987
746
|
(function (CreateQuerySuggestionsBlockListRequest) {
|
|
988
|
-
/**
|
|
989
|
-
* @internal
|
|
990
|
-
*/
|
|
991
747
|
CreateQuerySuggestionsBlockListRequest.filterSensitiveLog = (obj) => ({
|
|
992
748
|
...obj,
|
|
993
749
|
});
|
|
994
750
|
})(CreateQuerySuggestionsBlockListRequest = exports.CreateQuerySuggestionsBlockListRequest || (exports.CreateQuerySuggestionsBlockListRequest = {}));
|
|
995
751
|
var CreateQuerySuggestionsBlockListResponse;
|
|
996
752
|
(function (CreateQuerySuggestionsBlockListResponse) {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
753
|
CreateQuerySuggestionsBlockListResponse.filterSensitiveLog = (obj) => ({
|
|
1001
754
|
...obj,
|
|
1002
755
|
});
|
|
1003
756
|
})(CreateQuerySuggestionsBlockListResponse = exports.CreateQuerySuggestionsBlockListResponse || (exports.CreateQuerySuggestionsBlockListResponse = {}));
|
|
1004
757
|
var CreateThesaurusRequest;
|
|
1005
758
|
(function (CreateThesaurusRequest) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
759
|
CreateThesaurusRequest.filterSensitiveLog = (obj) => ({
|
|
1010
760
|
...obj,
|
|
1011
761
|
});
|
|
1012
762
|
})(CreateThesaurusRequest = exports.CreateThesaurusRequest || (exports.CreateThesaurusRequest = {}));
|
|
1013
763
|
var CreateThesaurusResponse;
|
|
1014
764
|
(function (CreateThesaurusResponse) {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
765
|
CreateThesaurusResponse.filterSensitiveLog = (obj) => ({
|
|
1019
766
|
...obj,
|
|
1020
767
|
});
|
|
1021
768
|
})(CreateThesaurusResponse = exports.CreateThesaurusResponse || (exports.CreateThesaurusResponse = {}));
|
|
1022
769
|
var DeleteDataSourceRequest;
|
|
1023
770
|
(function (DeleteDataSourceRequest) {
|
|
1024
|
-
/**
|
|
1025
|
-
* @internal
|
|
1026
|
-
*/
|
|
1027
771
|
DeleteDataSourceRequest.filterSensitiveLog = (obj) => ({
|
|
1028
772
|
...obj,
|
|
1029
773
|
});
|
|
1030
774
|
})(DeleteDataSourceRequest = exports.DeleteDataSourceRequest || (exports.DeleteDataSourceRequest = {}));
|
|
1031
775
|
var DeleteFaqRequest;
|
|
1032
776
|
(function (DeleteFaqRequest) {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
777
|
DeleteFaqRequest.filterSensitiveLog = (obj) => ({
|
|
1037
778
|
...obj,
|
|
1038
779
|
});
|
|
1039
780
|
})(DeleteFaqRequest = exports.DeleteFaqRequest || (exports.DeleteFaqRequest = {}));
|
|
1040
781
|
var DeleteIndexRequest;
|
|
1041
782
|
(function (DeleteIndexRequest) {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
783
|
DeleteIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1046
784
|
...obj,
|
|
1047
785
|
});
|
|
1048
786
|
})(DeleteIndexRequest = exports.DeleteIndexRequest || (exports.DeleteIndexRequest = {}));
|
|
1049
787
|
var DeletePrincipalMappingRequest;
|
|
1050
788
|
(function (DeletePrincipalMappingRequest) {
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
789
|
DeletePrincipalMappingRequest.filterSensitiveLog = (obj) => ({
|
|
1055
790
|
...obj,
|
|
1056
791
|
});
|
|
1057
792
|
})(DeletePrincipalMappingRequest = exports.DeletePrincipalMappingRequest || (exports.DeletePrincipalMappingRequest = {}));
|
|
1058
793
|
var DeleteQuerySuggestionsBlockListRequest;
|
|
1059
794
|
(function (DeleteQuerySuggestionsBlockListRequest) {
|
|
1060
|
-
/**
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
1063
795
|
DeleteQuerySuggestionsBlockListRequest.filterSensitiveLog = (obj) => ({
|
|
1064
796
|
...obj,
|
|
1065
797
|
});
|
|
1066
798
|
})(DeleteQuerySuggestionsBlockListRequest = exports.DeleteQuerySuggestionsBlockListRequest || (exports.DeleteQuerySuggestionsBlockListRequest = {}));
|
|
1067
799
|
var DeleteThesaurusRequest;
|
|
1068
800
|
(function (DeleteThesaurusRequest) {
|
|
1069
|
-
/**
|
|
1070
|
-
* @internal
|
|
1071
|
-
*/
|
|
1072
801
|
DeleteThesaurusRequest.filterSensitiveLog = (obj) => ({
|
|
1073
802
|
...obj,
|
|
1074
803
|
});
|
|
1075
804
|
})(DeleteThesaurusRequest = exports.DeleteThesaurusRequest || (exports.DeleteThesaurusRequest = {}));
|
|
1076
805
|
var DescribeDataSourceRequest;
|
|
1077
806
|
(function (DescribeDataSourceRequest) {
|
|
1078
|
-
/**
|
|
1079
|
-
* @internal
|
|
1080
|
-
*/
|
|
1081
807
|
DescribeDataSourceRequest.filterSensitiveLog = (obj) => ({
|
|
1082
808
|
...obj,
|
|
1083
809
|
});
|
|
@@ -1092,18 +818,12 @@ var DataSourceStatus;
|
|
|
1092
818
|
})(DataSourceStatus = exports.DataSourceStatus || (exports.DataSourceStatus = {}));
|
|
1093
819
|
var DescribeDataSourceResponse;
|
|
1094
820
|
(function (DescribeDataSourceResponse) {
|
|
1095
|
-
/**
|
|
1096
|
-
* @internal
|
|
1097
|
-
*/
|
|
1098
821
|
DescribeDataSourceResponse.filterSensitiveLog = (obj) => ({
|
|
1099
822
|
...obj,
|
|
1100
823
|
});
|
|
1101
824
|
})(DescribeDataSourceResponse = exports.DescribeDataSourceResponse || (exports.DescribeDataSourceResponse = {}));
|
|
1102
825
|
var DescribeFaqRequest;
|
|
1103
826
|
(function (DescribeFaqRequest) {
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
827
|
DescribeFaqRequest.filterSensitiveLog = (obj) => ({
|
|
1108
828
|
...obj,
|
|
1109
829
|
});
|
|
@@ -1118,27 +838,18 @@ var FaqStatus;
|
|
|
1118
838
|
})(FaqStatus = exports.FaqStatus || (exports.FaqStatus = {}));
|
|
1119
839
|
var DescribeFaqResponse;
|
|
1120
840
|
(function (DescribeFaqResponse) {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
841
|
DescribeFaqResponse.filterSensitiveLog = (obj) => ({
|
|
1125
842
|
...obj,
|
|
1126
843
|
});
|
|
1127
844
|
})(DescribeFaqResponse = exports.DescribeFaqResponse || (exports.DescribeFaqResponse = {}));
|
|
1128
845
|
var DescribeIndexRequest;
|
|
1129
846
|
(function (DescribeIndexRequest) {
|
|
1130
|
-
/**
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
1133
847
|
DescribeIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1134
848
|
...obj,
|
|
1135
849
|
});
|
|
1136
850
|
})(DescribeIndexRequest = exports.DescribeIndexRequest || (exports.DescribeIndexRequest = {}));
|
|
1137
851
|
var CapacityUnitsConfiguration;
|
|
1138
852
|
(function (CapacityUnitsConfiguration) {
|
|
1139
|
-
/**
|
|
1140
|
-
* @internal
|
|
1141
|
-
*/
|
|
1142
853
|
CapacityUnitsConfiguration.filterSensitiveLog = (obj) => ({
|
|
1143
854
|
...obj,
|
|
1144
855
|
});
|
|
@@ -1150,18 +861,12 @@ var Order;
|
|
|
1150
861
|
})(Order = exports.Order || (exports.Order = {}));
|
|
1151
862
|
var Relevance;
|
|
1152
863
|
(function (Relevance) {
|
|
1153
|
-
/**
|
|
1154
|
-
* @internal
|
|
1155
|
-
*/
|
|
1156
864
|
Relevance.filterSensitiveLog = (obj) => ({
|
|
1157
865
|
...obj,
|
|
1158
866
|
});
|
|
1159
867
|
})(Relevance = exports.Relevance || (exports.Relevance = {}));
|
|
1160
868
|
var Search;
|
|
1161
869
|
(function (Search) {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
870
|
Search.filterSensitiveLog = (obj) => ({
|
|
1166
871
|
...obj,
|
|
1167
872
|
});
|
|
@@ -1175,36 +880,24 @@ var DocumentAttributeValueType;
|
|
|
1175
880
|
})(DocumentAttributeValueType = exports.DocumentAttributeValueType || (exports.DocumentAttributeValueType = {}));
|
|
1176
881
|
var DocumentMetadataConfiguration;
|
|
1177
882
|
(function (DocumentMetadataConfiguration) {
|
|
1178
|
-
/**
|
|
1179
|
-
* @internal
|
|
1180
|
-
*/
|
|
1181
883
|
DocumentMetadataConfiguration.filterSensitiveLog = (obj) => ({
|
|
1182
884
|
...obj,
|
|
1183
885
|
});
|
|
1184
886
|
})(DocumentMetadataConfiguration = exports.DocumentMetadataConfiguration || (exports.DocumentMetadataConfiguration = {}));
|
|
1185
887
|
var FaqStatistics;
|
|
1186
888
|
(function (FaqStatistics) {
|
|
1187
|
-
/**
|
|
1188
|
-
* @internal
|
|
1189
|
-
*/
|
|
1190
889
|
FaqStatistics.filterSensitiveLog = (obj) => ({
|
|
1191
890
|
...obj,
|
|
1192
891
|
});
|
|
1193
892
|
})(FaqStatistics = exports.FaqStatistics || (exports.FaqStatistics = {}));
|
|
1194
893
|
var TextDocumentStatistics;
|
|
1195
894
|
(function (TextDocumentStatistics) {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
895
|
TextDocumentStatistics.filterSensitiveLog = (obj) => ({
|
|
1200
896
|
...obj,
|
|
1201
897
|
});
|
|
1202
898
|
})(TextDocumentStatistics = exports.TextDocumentStatistics || (exports.TextDocumentStatistics = {}));
|
|
1203
899
|
var IndexStatistics;
|
|
1204
900
|
(function (IndexStatistics) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
901
|
IndexStatistics.filterSensitiveLog = (obj) => ({
|
|
1209
902
|
...obj,
|
|
1210
903
|
});
|
|
@@ -1220,9 +913,6 @@ var IndexStatus;
|
|
|
1220
913
|
})(IndexStatus = exports.IndexStatus || (exports.IndexStatus = {}));
|
|
1221
914
|
var DescribeIndexResponse;
|
|
1222
915
|
(function (DescribeIndexResponse) {
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
916
|
DescribeIndexResponse.filterSensitiveLog = (obj) => ({
|
|
1227
917
|
...obj,
|
|
1228
918
|
...(obj.ServerSideEncryptionConfiguration && {
|
|
@@ -1232,9 +922,6 @@ var DescribeIndexResponse;
|
|
|
1232
922
|
})(DescribeIndexResponse = exports.DescribeIndexResponse || (exports.DescribeIndexResponse = {}));
|
|
1233
923
|
var DescribePrincipalMappingRequest;
|
|
1234
924
|
(function (DescribePrincipalMappingRequest) {
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
925
|
DescribePrincipalMappingRequest.filterSensitiveLog = (obj) => ({
|
|
1239
926
|
...obj,
|
|
1240
927
|
});
|
|
@@ -1249,27 +936,18 @@ var PrincipalMappingStatus;
|
|
|
1249
936
|
})(PrincipalMappingStatus = exports.PrincipalMappingStatus || (exports.PrincipalMappingStatus = {}));
|
|
1250
937
|
var GroupOrderingIdSummary;
|
|
1251
938
|
(function (GroupOrderingIdSummary) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
939
|
GroupOrderingIdSummary.filterSensitiveLog = (obj) => ({
|
|
1256
940
|
...obj,
|
|
1257
941
|
});
|
|
1258
942
|
})(GroupOrderingIdSummary = exports.GroupOrderingIdSummary || (exports.GroupOrderingIdSummary = {}));
|
|
1259
943
|
var DescribePrincipalMappingResponse;
|
|
1260
944
|
(function (DescribePrincipalMappingResponse) {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
945
|
DescribePrincipalMappingResponse.filterSensitiveLog = (obj) => ({
|
|
1265
946
|
...obj,
|
|
1266
947
|
});
|
|
1267
948
|
})(DescribePrincipalMappingResponse = exports.DescribePrincipalMappingResponse || (exports.DescribePrincipalMappingResponse = {}));
|
|
1268
949
|
var DescribeQuerySuggestionsBlockListRequest;
|
|
1269
950
|
(function (DescribeQuerySuggestionsBlockListRequest) {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
951
|
DescribeQuerySuggestionsBlockListRequest.filterSensitiveLog = (obj) => ({
|
|
1274
952
|
...obj,
|
|
1275
953
|
});
|
|
@@ -1285,18 +963,12 @@ var QuerySuggestionsBlockListStatus;
|
|
|
1285
963
|
})(QuerySuggestionsBlockListStatus = exports.QuerySuggestionsBlockListStatus || (exports.QuerySuggestionsBlockListStatus = {}));
|
|
1286
964
|
var DescribeQuerySuggestionsBlockListResponse;
|
|
1287
965
|
(function (DescribeQuerySuggestionsBlockListResponse) {
|
|
1288
|
-
/**
|
|
1289
|
-
* @internal
|
|
1290
|
-
*/
|
|
1291
966
|
DescribeQuerySuggestionsBlockListResponse.filterSensitiveLog = (obj) => ({
|
|
1292
967
|
...obj,
|
|
1293
968
|
});
|
|
1294
969
|
})(DescribeQuerySuggestionsBlockListResponse = exports.DescribeQuerySuggestionsBlockListResponse || (exports.DescribeQuerySuggestionsBlockListResponse = {}));
|
|
1295
970
|
var DescribeQuerySuggestionsConfigRequest;
|
|
1296
971
|
(function (DescribeQuerySuggestionsConfigRequest) {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
972
|
DescribeQuerySuggestionsConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1301
973
|
...obj,
|
|
1302
974
|
});
|
|
@@ -1313,18 +985,12 @@ var QuerySuggestionsStatus;
|
|
|
1313
985
|
})(QuerySuggestionsStatus = exports.QuerySuggestionsStatus || (exports.QuerySuggestionsStatus = {}));
|
|
1314
986
|
var DescribeQuerySuggestionsConfigResponse;
|
|
1315
987
|
(function (DescribeQuerySuggestionsConfigResponse) {
|
|
1316
|
-
/**
|
|
1317
|
-
* @internal
|
|
1318
|
-
*/
|
|
1319
988
|
DescribeQuerySuggestionsConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1320
989
|
...obj,
|
|
1321
990
|
});
|
|
1322
991
|
})(DescribeQuerySuggestionsConfigResponse = exports.DescribeQuerySuggestionsConfigResponse || (exports.DescribeQuerySuggestionsConfigResponse = {}));
|
|
1323
992
|
var DescribeThesaurusRequest;
|
|
1324
993
|
(function (DescribeThesaurusRequest) {
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
994
|
DescribeThesaurusRequest.filterSensitiveLog = (obj) => ({
|
|
1329
995
|
...obj,
|
|
1330
996
|
});
|
|
@@ -1340,99 +1006,66 @@ var ThesaurusStatus;
|
|
|
1340
1006
|
})(ThesaurusStatus = exports.ThesaurusStatus || (exports.ThesaurusStatus = {}));
|
|
1341
1007
|
var DescribeThesaurusResponse;
|
|
1342
1008
|
(function (DescribeThesaurusResponse) {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
1009
|
DescribeThesaurusResponse.filterSensitiveLog = (obj) => ({
|
|
1347
1010
|
...obj,
|
|
1348
1011
|
});
|
|
1349
1012
|
})(DescribeThesaurusResponse = exports.DescribeThesaurusResponse || (exports.DescribeThesaurusResponse = {}));
|
|
1350
1013
|
var GetQuerySuggestionsRequest;
|
|
1351
1014
|
(function (GetQuerySuggestionsRequest) {
|
|
1352
|
-
/**
|
|
1353
|
-
* @internal
|
|
1354
|
-
*/
|
|
1355
1015
|
GetQuerySuggestionsRequest.filterSensitiveLog = (obj) => ({
|
|
1356
1016
|
...obj,
|
|
1357
1017
|
});
|
|
1358
1018
|
})(GetQuerySuggestionsRequest = exports.GetQuerySuggestionsRequest || (exports.GetQuerySuggestionsRequest = {}));
|
|
1359
1019
|
var SuggestionHighlight;
|
|
1360
1020
|
(function (SuggestionHighlight) {
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
1021
|
SuggestionHighlight.filterSensitiveLog = (obj) => ({
|
|
1365
1022
|
...obj,
|
|
1366
1023
|
});
|
|
1367
1024
|
})(SuggestionHighlight = exports.SuggestionHighlight || (exports.SuggestionHighlight = {}));
|
|
1368
1025
|
var SuggestionTextWithHighlights;
|
|
1369
1026
|
(function (SuggestionTextWithHighlights) {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
1027
|
SuggestionTextWithHighlights.filterSensitiveLog = (obj) => ({
|
|
1374
1028
|
...obj,
|
|
1375
1029
|
});
|
|
1376
1030
|
})(SuggestionTextWithHighlights = exports.SuggestionTextWithHighlights || (exports.SuggestionTextWithHighlights = {}));
|
|
1377
1031
|
var SuggestionValue;
|
|
1378
1032
|
(function (SuggestionValue) {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
1033
|
SuggestionValue.filterSensitiveLog = (obj) => ({
|
|
1383
1034
|
...obj,
|
|
1384
1035
|
});
|
|
1385
1036
|
})(SuggestionValue = exports.SuggestionValue || (exports.SuggestionValue = {}));
|
|
1386
1037
|
var Suggestion;
|
|
1387
1038
|
(function (Suggestion) {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
1039
|
Suggestion.filterSensitiveLog = (obj) => ({
|
|
1392
1040
|
...obj,
|
|
1393
1041
|
});
|
|
1394
1042
|
})(Suggestion = exports.Suggestion || (exports.Suggestion = {}));
|
|
1395
1043
|
var GetQuerySuggestionsResponse;
|
|
1396
1044
|
(function (GetQuerySuggestionsResponse) {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
1045
|
GetQuerySuggestionsResponse.filterSensitiveLog = (obj) => ({
|
|
1401
1046
|
...obj,
|
|
1402
1047
|
});
|
|
1403
1048
|
})(GetQuerySuggestionsResponse = exports.GetQuerySuggestionsResponse || (exports.GetQuerySuggestionsResponse = {}));
|
|
1404
1049
|
var ListDataSourcesRequest;
|
|
1405
1050
|
(function (ListDataSourcesRequest) {
|
|
1406
|
-
/**
|
|
1407
|
-
* @internal
|
|
1408
|
-
*/
|
|
1409
1051
|
ListDataSourcesRequest.filterSensitiveLog = (obj) => ({
|
|
1410
1052
|
...obj,
|
|
1411
1053
|
});
|
|
1412
1054
|
})(ListDataSourcesRequest = exports.ListDataSourcesRequest || (exports.ListDataSourcesRequest = {}));
|
|
1413
1055
|
var DataSourceSummary;
|
|
1414
1056
|
(function (DataSourceSummary) {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
1057
|
DataSourceSummary.filterSensitiveLog = (obj) => ({
|
|
1419
1058
|
...obj,
|
|
1420
1059
|
});
|
|
1421
1060
|
})(DataSourceSummary = exports.DataSourceSummary || (exports.DataSourceSummary = {}));
|
|
1422
1061
|
var ListDataSourcesResponse;
|
|
1423
1062
|
(function (ListDataSourcesResponse) {
|
|
1424
|
-
/**
|
|
1425
|
-
* @internal
|
|
1426
|
-
*/
|
|
1427
1063
|
ListDataSourcesResponse.filterSensitiveLog = (obj) => ({
|
|
1428
1064
|
...obj,
|
|
1429
1065
|
});
|
|
1430
1066
|
})(ListDataSourcesResponse = exports.ListDataSourcesResponse || (exports.ListDataSourcesResponse = {}));
|
|
1431
1067
|
var TimeRange;
|
|
1432
1068
|
(function (TimeRange) {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
1069
|
TimeRange.filterSensitiveLog = (obj) => ({
|
|
1437
1070
|
...obj,
|
|
1438
1071
|
});
|
|
@@ -1449,252 +1082,168 @@ var DataSourceSyncJobStatus;
|
|
|
1449
1082
|
})(DataSourceSyncJobStatus = exports.DataSourceSyncJobStatus || (exports.DataSourceSyncJobStatus = {}));
|
|
1450
1083
|
var ListDataSourceSyncJobsRequest;
|
|
1451
1084
|
(function (ListDataSourceSyncJobsRequest) {
|
|
1452
|
-
/**
|
|
1453
|
-
* @internal
|
|
1454
|
-
*/
|
|
1455
1085
|
ListDataSourceSyncJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1456
1086
|
...obj,
|
|
1457
1087
|
});
|
|
1458
1088
|
})(ListDataSourceSyncJobsRequest = exports.ListDataSourceSyncJobsRequest || (exports.ListDataSourceSyncJobsRequest = {}));
|
|
1459
1089
|
var DataSourceSyncJobMetrics;
|
|
1460
1090
|
(function (DataSourceSyncJobMetrics) {
|
|
1461
|
-
/**
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
1091
|
DataSourceSyncJobMetrics.filterSensitiveLog = (obj) => ({
|
|
1465
1092
|
...obj,
|
|
1466
1093
|
});
|
|
1467
1094
|
})(DataSourceSyncJobMetrics = exports.DataSourceSyncJobMetrics || (exports.DataSourceSyncJobMetrics = {}));
|
|
1468
1095
|
var DataSourceSyncJob;
|
|
1469
1096
|
(function (DataSourceSyncJob) {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
1097
|
DataSourceSyncJob.filterSensitiveLog = (obj) => ({
|
|
1474
1098
|
...obj,
|
|
1475
1099
|
});
|
|
1476
1100
|
})(DataSourceSyncJob = exports.DataSourceSyncJob || (exports.DataSourceSyncJob = {}));
|
|
1477
1101
|
var ListDataSourceSyncJobsResponse;
|
|
1478
1102
|
(function (ListDataSourceSyncJobsResponse) {
|
|
1479
|
-
/**
|
|
1480
|
-
* @internal
|
|
1481
|
-
*/
|
|
1482
1103
|
ListDataSourceSyncJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1483
1104
|
...obj,
|
|
1484
1105
|
});
|
|
1485
1106
|
})(ListDataSourceSyncJobsResponse = exports.ListDataSourceSyncJobsResponse || (exports.ListDataSourceSyncJobsResponse = {}));
|
|
1486
1107
|
var ListFaqsRequest;
|
|
1487
1108
|
(function (ListFaqsRequest) {
|
|
1488
|
-
/**
|
|
1489
|
-
* @internal
|
|
1490
|
-
*/
|
|
1491
1109
|
ListFaqsRequest.filterSensitiveLog = (obj) => ({
|
|
1492
1110
|
...obj,
|
|
1493
1111
|
});
|
|
1494
1112
|
})(ListFaqsRequest = exports.ListFaqsRequest || (exports.ListFaqsRequest = {}));
|
|
1495
1113
|
var FaqSummary;
|
|
1496
1114
|
(function (FaqSummary) {
|
|
1497
|
-
/**
|
|
1498
|
-
* @internal
|
|
1499
|
-
*/
|
|
1500
1115
|
FaqSummary.filterSensitiveLog = (obj) => ({
|
|
1501
1116
|
...obj,
|
|
1502
1117
|
});
|
|
1503
1118
|
})(FaqSummary = exports.FaqSummary || (exports.FaqSummary = {}));
|
|
1504
1119
|
var ListFaqsResponse;
|
|
1505
1120
|
(function (ListFaqsResponse) {
|
|
1506
|
-
/**
|
|
1507
|
-
* @internal
|
|
1508
|
-
*/
|
|
1509
1121
|
ListFaqsResponse.filterSensitiveLog = (obj) => ({
|
|
1510
1122
|
...obj,
|
|
1511
1123
|
});
|
|
1512
1124
|
})(ListFaqsResponse = exports.ListFaqsResponse || (exports.ListFaqsResponse = {}));
|
|
1513
1125
|
var ListGroupsOlderThanOrderingIdRequest;
|
|
1514
1126
|
(function (ListGroupsOlderThanOrderingIdRequest) {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
1127
|
ListGroupsOlderThanOrderingIdRequest.filterSensitiveLog = (obj) => ({
|
|
1519
1128
|
...obj,
|
|
1520
1129
|
});
|
|
1521
1130
|
})(ListGroupsOlderThanOrderingIdRequest = exports.ListGroupsOlderThanOrderingIdRequest || (exports.ListGroupsOlderThanOrderingIdRequest = {}));
|
|
1522
1131
|
var GroupSummary;
|
|
1523
1132
|
(function (GroupSummary) {
|
|
1524
|
-
/**
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
1527
1133
|
GroupSummary.filterSensitiveLog = (obj) => ({
|
|
1528
1134
|
...obj,
|
|
1529
1135
|
});
|
|
1530
1136
|
})(GroupSummary = exports.GroupSummary || (exports.GroupSummary = {}));
|
|
1531
1137
|
var ListGroupsOlderThanOrderingIdResponse;
|
|
1532
1138
|
(function (ListGroupsOlderThanOrderingIdResponse) {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
1139
|
ListGroupsOlderThanOrderingIdResponse.filterSensitiveLog = (obj) => ({
|
|
1537
1140
|
...obj,
|
|
1538
1141
|
});
|
|
1539
1142
|
})(ListGroupsOlderThanOrderingIdResponse = exports.ListGroupsOlderThanOrderingIdResponse || (exports.ListGroupsOlderThanOrderingIdResponse = {}));
|
|
1540
1143
|
var ListIndicesRequest;
|
|
1541
1144
|
(function (ListIndicesRequest) {
|
|
1542
|
-
/**
|
|
1543
|
-
* @internal
|
|
1544
|
-
*/
|
|
1545
1145
|
ListIndicesRequest.filterSensitiveLog = (obj) => ({
|
|
1546
1146
|
...obj,
|
|
1547
1147
|
});
|
|
1548
1148
|
})(ListIndicesRequest = exports.ListIndicesRequest || (exports.ListIndicesRequest = {}));
|
|
1549
1149
|
var IndexConfigurationSummary;
|
|
1550
1150
|
(function (IndexConfigurationSummary) {
|
|
1551
|
-
/**
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
1554
1151
|
IndexConfigurationSummary.filterSensitiveLog = (obj) => ({
|
|
1555
1152
|
...obj,
|
|
1556
1153
|
});
|
|
1557
1154
|
})(IndexConfigurationSummary = exports.IndexConfigurationSummary || (exports.IndexConfigurationSummary = {}));
|
|
1558
1155
|
var ListIndicesResponse;
|
|
1559
1156
|
(function (ListIndicesResponse) {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
1157
|
ListIndicesResponse.filterSensitiveLog = (obj) => ({
|
|
1564
1158
|
...obj,
|
|
1565
1159
|
});
|
|
1566
1160
|
})(ListIndicesResponse = exports.ListIndicesResponse || (exports.ListIndicesResponse = {}));
|
|
1567
1161
|
var ListQuerySuggestionsBlockListsRequest;
|
|
1568
1162
|
(function (ListQuerySuggestionsBlockListsRequest) {
|
|
1569
|
-
/**
|
|
1570
|
-
* @internal
|
|
1571
|
-
*/
|
|
1572
1163
|
ListQuerySuggestionsBlockListsRequest.filterSensitiveLog = (obj) => ({
|
|
1573
1164
|
...obj,
|
|
1574
1165
|
});
|
|
1575
1166
|
})(ListQuerySuggestionsBlockListsRequest = exports.ListQuerySuggestionsBlockListsRequest || (exports.ListQuerySuggestionsBlockListsRequest = {}));
|
|
1576
1167
|
var QuerySuggestionsBlockListSummary;
|
|
1577
1168
|
(function (QuerySuggestionsBlockListSummary) {
|
|
1578
|
-
/**
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1581
1169
|
QuerySuggestionsBlockListSummary.filterSensitiveLog = (obj) => ({
|
|
1582
1170
|
...obj,
|
|
1583
1171
|
});
|
|
1584
1172
|
})(QuerySuggestionsBlockListSummary = exports.QuerySuggestionsBlockListSummary || (exports.QuerySuggestionsBlockListSummary = {}));
|
|
1585
1173
|
var ListQuerySuggestionsBlockListsResponse;
|
|
1586
1174
|
(function (ListQuerySuggestionsBlockListsResponse) {
|
|
1587
|
-
/**
|
|
1588
|
-
* @internal
|
|
1589
|
-
*/
|
|
1590
1175
|
ListQuerySuggestionsBlockListsResponse.filterSensitiveLog = (obj) => ({
|
|
1591
1176
|
...obj,
|
|
1592
1177
|
});
|
|
1593
1178
|
})(ListQuerySuggestionsBlockListsResponse = exports.ListQuerySuggestionsBlockListsResponse || (exports.ListQuerySuggestionsBlockListsResponse = {}));
|
|
1594
1179
|
var ListTagsForResourceRequest;
|
|
1595
1180
|
(function (ListTagsForResourceRequest) {
|
|
1596
|
-
/**
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
1599
1181
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1600
1182
|
...obj,
|
|
1601
1183
|
});
|
|
1602
1184
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1603
1185
|
var ListTagsForResourceResponse;
|
|
1604
1186
|
(function (ListTagsForResourceResponse) {
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
*/
|
|
1608
1187
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1609
1188
|
...obj,
|
|
1610
1189
|
});
|
|
1611
1190
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1612
1191
|
var ResourceUnavailableException;
|
|
1613
1192
|
(function (ResourceUnavailableException) {
|
|
1614
|
-
/**
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
1617
1193
|
ResourceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
1618
1194
|
...obj,
|
|
1619
1195
|
});
|
|
1620
1196
|
})(ResourceUnavailableException = exports.ResourceUnavailableException || (exports.ResourceUnavailableException = {}));
|
|
1621
1197
|
var ListThesauriRequest;
|
|
1622
1198
|
(function (ListThesauriRequest) {
|
|
1623
|
-
/**
|
|
1624
|
-
* @internal
|
|
1625
|
-
*/
|
|
1626
1199
|
ListThesauriRequest.filterSensitiveLog = (obj) => ({
|
|
1627
1200
|
...obj,
|
|
1628
1201
|
});
|
|
1629
1202
|
})(ListThesauriRequest = exports.ListThesauriRequest || (exports.ListThesauriRequest = {}));
|
|
1630
1203
|
var ThesaurusSummary;
|
|
1631
1204
|
(function (ThesaurusSummary) {
|
|
1632
|
-
/**
|
|
1633
|
-
* @internal
|
|
1634
|
-
*/
|
|
1635
1205
|
ThesaurusSummary.filterSensitiveLog = (obj) => ({
|
|
1636
1206
|
...obj,
|
|
1637
1207
|
});
|
|
1638
1208
|
})(ThesaurusSummary = exports.ThesaurusSummary || (exports.ThesaurusSummary = {}));
|
|
1639
1209
|
var ListThesauriResponse;
|
|
1640
1210
|
(function (ListThesauriResponse) {
|
|
1641
|
-
/**
|
|
1642
|
-
* @internal
|
|
1643
|
-
*/
|
|
1644
1211
|
ListThesauriResponse.filterSensitiveLog = (obj) => ({
|
|
1645
1212
|
...obj,
|
|
1646
1213
|
});
|
|
1647
1214
|
})(ListThesauriResponse = exports.ListThesauriResponse || (exports.ListThesauriResponse = {}));
|
|
1648
1215
|
var MemberGroup;
|
|
1649
1216
|
(function (MemberGroup) {
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
1217
|
MemberGroup.filterSensitiveLog = (obj) => ({
|
|
1654
1218
|
...obj,
|
|
1655
1219
|
});
|
|
1656
1220
|
})(MemberGroup = exports.MemberGroup || (exports.MemberGroup = {}));
|
|
1657
1221
|
var MemberUser;
|
|
1658
1222
|
(function (MemberUser) {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
1223
|
MemberUser.filterSensitiveLog = (obj) => ({
|
|
1663
1224
|
...obj,
|
|
1664
1225
|
});
|
|
1665
1226
|
})(MemberUser = exports.MemberUser || (exports.MemberUser = {}));
|
|
1666
1227
|
var GroupMembers;
|
|
1667
1228
|
(function (GroupMembers) {
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
1229
|
GroupMembers.filterSensitiveLog = (obj) => ({
|
|
1672
1230
|
...obj,
|
|
1673
1231
|
});
|
|
1674
1232
|
})(GroupMembers = exports.GroupMembers || (exports.GroupMembers = {}));
|
|
1675
1233
|
var PutPrincipalMappingRequest;
|
|
1676
1234
|
(function (PutPrincipalMappingRequest) {
|
|
1677
|
-
/**
|
|
1678
|
-
* @internal
|
|
1679
|
-
*/
|
|
1680
1235
|
PutPrincipalMappingRequest.filterSensitiveLog = (obj) => ({
|
|
1681
1236
|
...obj,
|
|
1682
1237
|
});
|
|
1683
1238
|
})(PutPrincipalMappingRequest = exports.PutPrincipalMappingRequest || (exports.PutPrincipalMappingRequest = {}));
|
|
1684
1239
|
var DocumentRelevanceConfiguration;
|
|
1685
1240
|
(function (DocumentRelevanceConfiguration) {
|
|
1686
|
-
/**
|
|
1687
|
-
* @internal
|
|
1688
|
-
*/
|
|
1689
1241
|
DocumentRelevanceConfiguration.filterSensitiveLog = (obj) => ({
|
|
1690
1242
|
...obj,
|
|
1691
1243
|
});
|
|
1692
1244
|
})(DocumentRelevanceConfiguration = exports.DocumentRelevanceConfiguration || (exports.DocumentRelevanceConfiguration = {}));
|
|
1693
1245
|
var Facet;
|
|
1694
1246
|
(function (Facet) {
|
|
1695
|
-
/**
|
|
1696
|
-
* @internal
|
|
1697
|
-
*/
|
|
1698
1247
|
Facet.filterSensitiveLog = (obj) => ({
|
|
1699
1248
|
...obj,
|
|
1700
1249
|
});
|
|
@@ -1712,36 +1261,24 @@ var SortOrder;
|
|
|
1712
1261
|
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
1713
1262
|
var SortingConfiguration;
|
|
1714
1263
|
(function (SortingConfiguration) {
|
|
1715
|
-
/**
|
|
1716
|
-
* @internal
|
|
1717
|
-
*/
|
|
1718
1264
|
SortingConfiguration.filterSensitiveLog = (obj) => ({
|
|
1719
1265
|
...obj,
|
|
1720
1266
|
});
|
|
1721
1267
|
})(SortingConfiguration = exports.SortingConfiguration || (exports.SortingConfiguration = {}));
|
|
1722
1268
|
var DataSourceGroup;
|
|
1723
1269
|
(function (DataSourceGroup) {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
1270
|
DataSourceGroup.filterSensitiveLog = (obj) => ({
|
|
1728
1271
|
...obj,
|
|
1729
1272
|
});
|
|
1730
1273
|
})(DataSourceGroup = exports.DataSourceGroup || (exports.DataSourceGroup = {}));
|
|
1731
1274
|
var UserContext;
|
|
1732
1275
|
(function (UserContext) {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
1276
|
UserContext.filterSensitiveLog = (obj) => ({
|
|
1737
1277
|
...obj,
|
|
1738
1278
|
});
|
|
1739
1279
|
})(UserContext = exports.UserContext || (exports.UserContext = {}));
|
|
1740
1280
|
var DocumentAttributeValueCountPair;
|
|
1741
1281
|
(function (DocumentAttributeValueCountPair) {
|
|
1742
|
-
/**
|
|
1743
|
-
* @internal
|
|
1744
|
-
*/
|
|
1745
1282
|
DocumentAttributeValueCountPair.filterSensitiveLog = (obj) => ({
|
|
1746
1283
|
...obj,
|
|
1747
1284
|
...(obj.DocumentAttributeValue && {
|
|
@@ -1751,9 +1288,6 @@ var DocumentAttributeValueCountPair;
|
|
|
1751
1288
|
})(DocumentAttributeValueCountPair = exports.DocumentAttributeValueCountPair || (exports.DocumentAttributeValueCountPair = {}));
|
|
1752
1289
|
var FacetResult;
|
|
1753
1290
|
(function (FacetResult) {
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
1291
|
FacetResult.filterSensitiveLog = (obj) => ({
|
|
1758
1292
|
...obj,
|
|
1759
1293
|
...(obj.DocumentAttributeValueCountPairs && {
|
|
@@ -1766,22 +1300,17 @@ var ScoreConfidence;
|
|
|
1766
1300
|
ScoreConfidence["HIGH"] = "HIGH";
|
|
1767
1301
|
ScoreConfidence["LOW"] = "LOW";
|
|
1768
1302
|
ScoreConfidence["MEDIUM"] = "MEDIUM";
|
|
1303
|
+
ScoreConfidence["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
1769
1304
|
ScoreConfidence["VERY_HIGH"] = "VERY_HIGH";
|
|
1770
1305
|
})(ScoreConfidence = exports.ScoreConfidence || (exports.ScoreConfidence = {}));
|
|
1771
1306
|
var ScoreAttributes;
|
|
1772
1307
|
(function (ScoreAttributes) {
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
1308
|
ScoreAttributes.filterSensitiveLog = (obj) => ({
|
|
1777
1309
|
...obj,
|
|
1778
1310
|
});
|
|
1779
1311
|
})(ScoreAttributes = exports.ScoreAttributes || (exports.ScoreAttributes = {}));
|
|
1780
1312
|
var QueryResultItem;
|
|
1781
1313
|
(function (QueryResultItem) {
|
|
1782
|
-
/**
|
|
1783
|
-
* @internal
|
|
1784
|
-
*/
|
|
1785
1314
|
QueryResultItem.filterSensitiveLog = (obj) => ({
|
|
1786
1315
|
...obj,
|
|
1787
1316
|
...(obj.DocumentAttributes && {
|
|
@@ -1791,54 +1320,36 @@ var QueryResultItem;
|
|
|
1791
1320
|
})(QueryResultItem = exports.QueryResultItem || (exports.QueryResultItem = {}));
|
|
1792
1321
|
var QueryResult;
|
|
1793
1322
|
(function (QueryResult) {
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
1323
|
QueryResult.filterSensitiveLog = (obj) => ({
|
|
1798
1324
|
...obj,
|
|
1799
1325
|
});
|
|
1800
1326
|
})(QueryResult = exports.QueryResult || (exports.QueryResult = {}));
|
|
1801
1327
|
var ResourceInUseException;
|
|
1802
1328
|
(function (ResourceInUseException) {
|
|
1803
|
-
/**
|
|
1804
|
-
* @internal
|
|
1805
|
-
*/
|
|
1806
1329
|
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
1807
1330
|
...obj,
|
|
1808
1331
|
});
|
|
1809
1332
|
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
1810
1333
|
var StartDataSourceSyncJobRequest;
|
|
1811
1334
|
(function (StartDataSourceSyncJobRequest) {
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
1335
|
StartDataSourceSyncJobRequest.filterSensitiveLog = (obj) => ({
|
|
1816
1336
|
...obj,
|
|
1817
1337
|
});
|
|
1818
1338
|
})(StartDataSourceSyncJobRequest = exports.StartDataSourceSyncJobRequest || (exports.StartDataSourceSyncJobRequest = {}));
|
|
1819
1339
|
var StartDataSourceSyncJobResponse;
|
|
1820
1340
|
(function (StartDataSourceSyncJobResponse) {
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
1341
|
StartDataSourceSyncJobResponse.filterSensitiveLog = (obj) => ({
|
|
1825
1342
|
...obj,
|
|
1826
1343
|
});
|
|
1827
1344
|
})(StartDataSourceSyncJobResponse = exports.StartDataSourceSyncJobResponse || (exports.StartDataSourceSyncJobResponse = {}));
|
|
1828
1345
|
var StopDataSourceSyncJobRequest;
|
|
1829
1346
|
(function (StopDataSourceSyncJobRequest) {
|
|
1830
|
-
/**
|
|
1831
|
-
* @internal
|
|
1832
|
-
*/
|
|
1833
1347
|
StopDataSourceSyncJobRequest.filterSensitiveLog = (obj) => ({
|
|
1834
1348
|
...obj,
|
|
1835
1349
|
});
|
|
1836
1350
|
})(StopDataSourceSyncJobRequest = exports.StopDataSourceSyncJobRequest || (exports.StopDataSourceSyncJobRequest = {}));
|
|
1837
1351
|
var ClickFeedback;
|
|
1838
1352
|
(function (ClickFeedback) {
|
|
1839
|
-
/**
|
|
1840
|
-
* @internal
|
|
1841
|
-
*/
|
|
1842
1353
|
ClickFeedback.filterSensitiveLog = (obj) => ({
|
|
1843
1354
|
...obj,
|
|
1844
1355
|
});
|
|
@@ -1850,108 +1361,72 @@ var RelevanceType;
|
|
|
1850
1361
|
})(RelevanceType = exports.RelevanceType || (exports.RelevanceType = {}));
|
|
1851
1362
|
var RelevanceFeedback;
|
|
1852
1363
|
(function (RelevanceFeedback) {
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
1364
|
RelevanceFeedback.filterSensitiveLog = (obj) => ({
|
|
1857
1365
|
...obj,
|
|
1858
1366
|
});
|
|
1859
1367
|
})(RelevanceFeedback = exports.RelevanceFeedback || (exports.RelevanceFeedback = {}));
|
|
1860
1368
|
var SubmitFeedbackRequest;
|
|
1861
1369
|
(function (SubmitFeedbackRequest) {
|
|
1862
|
-
/**
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
1865
1370
|
SubmitFeedbackRequest.filterSensitiveLog = (obj) => ({
|
|
1866
1371
|
...obj,
|
|
1867
1372
|
});
|
|
1868
1373
|
})(SubmitFeedbackRequest = exports.SubmitFeedbackRequest || (exports.SubmitFeedbackRequest = {}));
|
|
1869
1374
|
var TagResourceRequest;
|
|
1870
1375
|
(function (TagResourceRequest) {
|
|
1871
|
-
/**
|
|
1872
|
-
* @internal
|
|
1873
|
-
*/
|
|
1874
1376
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1875
1377
|
...obj,
|
|
1876
1378
|
});
|
|
1877
1379
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1878
1380
|
var TagResourceResponse;
|
|
1879
1381
|
(function (TagResourceResponse) {
|
|
1880
|
-
/**
|
|
1881
|
-
* @internal
|
|
1882
|
-
*/
|
|
1883
1382
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1884
1383
|
...obj,
|
|
1885
1384
|
});
|
|
1886
1385
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1887
1386
|
var UntagResourceRequest;
|
|
1888
1387
|
(function (UntagResourceRequest) {
|
|
1889
|
-
/**
|
|
1890
|
-
* @internal
|
|
1891
|
-
*/
|
|
1892
1388
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1893
1389
|
...obj,
|
|
1894
1390
|
});
|
|
1895
1391
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1896
1392
|
var UntagResourceResponse;
|
|
1897
1393
|
(function (UntagResourceResponse) {
|
|
1898
|
-
/**
|
|
1899
|
-
* @internal
|
|
1900
|
-
*/
|
|
1901
1394
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1902
1395
|
...obj,
|
|
1903
1396
|
});
|
|
1904
1397
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1905
1398
|
var UpdateDataSourceRequest;
|
|
1906
1399
|
(function (UpdateDataSourceRequest) {
|
|
1907
|
-
/**
|
|
1908
|
-
* @internal
|
|
1909
|
-
*/
|
|
1910
1400
|
UpdateDataSourceRequest.filterSensitiveLog = (obj) => ({
|
|
1911
1401
|
...obj,
|
|
1912
1402
|
});
|
|
1913
1403
|
})(UpdateDataSourceRequest = exports.UpdateDataSourceRequest || (exports.UpdateDataSourceRequest = {}));
|
|
1914
1404
|
var UpdateIndexRequest;
|
|
1915
1405
|
(function (UpdateIndexRequest) {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
1406
|
UpdateIndexRequest.filterSensitiveLog = (obj) => ({
|
|
1920
1407
|
...obj,
|
|
1921
1408
|
});
|
|
1922
1409
|
})(UpdateIndexRequest = exports.UpdateIndexRequest || (exports.UpdateIndexRequest = {}));
|
|
1923
1410
|
var UpdateQuerySuggestionsBlockListRequest;
|
|
1924
1411
|
(function (UpdateQuerySuggestionsBlockListRequest) {
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
1412
|
UpdateQuerySuggestionsBlockListRequest.filterSensitiveLog = (obj) => ({
|
|
1929
1413
|
...obj,
|
|
1930
1414
|
});
|
|
1931
1415
|
})(UpdateQuerySuggestionsBlockListRequest = exports.UpdateQuerySuggestionsBlockListRequest || (exports.UpdateQuerySuggestionsBlockListRequest = {}));
|
|
1932
1416
|
var UpdateQuerySuggestionsConfigRequest;
|
|
1933
1417
|
(function (UpdateQuerySuggestionsConfigRequest) {
|
|
1934
|
-
/**
|
|
1935
|
-
* @internal
|
|
1936
|
-
*/
|
|
1937
1418
|
UpdateQuerySuggestionsConfigRequest.filterSensitiveLog = (obj) => ({
|
|
1938
1419
|
...obj,
|
|
1939
1420
|
});
|
|
1940
1421
|
})(UpdateQuerySuggestionsConfigRequest = exports.UpdateQuerySuggestionsConfigRequest || (exports.UpdateQuerySuggestionsConfigRequest = {}));
|
|
1941
1422
|
var UpdateThesaurusRequest;
|
|
1942
1423
|
(function (UpdateThesaurusRequest) {
|
|
1943
|
-
/**
|
|
1944
|
-
* @internal
|
|
1945
|
-
*/
|
|
1946
1424
|
UpdateThesaurusRequest.filterSensitiveLog = (obj) => ({
|
|
1947
1425
|
...obj,
|
|
1948
1426
|
});
|
|
1949
1427
|
})(UpdateThesaurusRequest = exports.UpdateThesaurusRequest || (exports.UpdateThesaurusRequest = {}));
|
|
1950
1428
|
var AttributeFilter;
|
|
1951
1429
|
(function (AttributeFilter) {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
1430
|
AttributeFilter.filterSensitiveLog = (obj) => ({
|
|
1956
1431
|
...obj,
|
|
1957
1432
|
...(obj.AndAllFilters && {
|
|
@@ -1972,12 +1447,8 @@ var AttributeFilter;
|
|
|
1972
1447
|
})(AttributeFilter = exports.AttributeFilter || (exports.AttributeFilter = {}));
|
|
1973
1448
|
var QueryRequest;
|
|
1974
1449
|
(function (QueryRequest) {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
1450
|
QueryRequest.filterSensitiveLog = (obj) => ({
|
|
1979
1451
|
...obj,
|
|
1980
1452
|
...(obj.AttributeFilter && { AttributeFilter: AttributeFilter.filterSensitiveLog(obj.AttributeFilter) }),
|
|
1981
1453
|
});
|
|
1982
1454
|
})(QueryRequest = exports.QueryRequest || (exports.QueryRequest = {}));
|
|
1983
|
-
//# sourceMappingURL=models_0.js.map
|