@aws-sdk/client-comprehend 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 +47 -0
- package/dist-cjs/Comprehend.js +0 -7
- package/dist-cjs/ComprehendClient.js +0 -12
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -25
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -26
- package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -26
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -27
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -28
- package/dist-cjs/commands/CreateEndpointCommand.js +0 -27
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -27
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -31
- package/dist-cjs/commands/DeleteEndpointCommand.js +0 -26
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -31
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -25
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeEndpointCommand.js +0 -26
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -26
- package/dist-cjs/commands/DetectEntitiesCommand.js +0 -26
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -25
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -26
- package/dist-cjs/commands/DetectSentimentCommand.js +0 -26
- package/dist-cjs/commands/DetectSyntaxCommand.js +0 -26
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -25
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -25
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -25
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -25
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -30
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -26
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -29
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -30
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -30
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateEndpointCommand.js +0 -25
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -78
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -610
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -11
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -11
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -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/Comprehend.js +0 -1
- package/dist-es/ComprehendClient.js +0 -1
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +0 -1
- package/dist-es/commands/BatchDetectEntitiesCommand.js +0 -1
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +0 -1
- package/dist-es/commands/BatchDetectSentimentCommand.js +0 -1
- package/dist-es/commands/BatchDetectSyntaxCommand.js +0 -1
- package/dist-es/commands/ClassifyDocumentCommand.js +0 -1
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +0 -1
- package/dist-es/commands/CreateDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/CreateEndpointCommand.js +0 -1
- package/dist-es/commands/CreateEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/DeleteEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +0 -1
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +0 -1
- package/dist-es/commands/DetectDominantLanguageCommand.js +0 -1
- package/dist-es/commands/DetectEntitiesCommand.js +0 -1
- package/dist-es/commands/DetectKeyPhrasesCommand.js +0 -1
- package/dist-es/commands/DetectPiiEntitiesCommand.js +0 -1
- package/dist-es/commands/DetectSentimentCommand.js +0 -1
- package/dist-es/commands/DetectSyntaxCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassifiersCommand.js +0 -1
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListEndpointsCommand.js +0 -1
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +0 -1
- package/dist-es/commands/ListEntityRecognizersCommand.js +0 -1
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +0 -1
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +0 -1
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateEndpointCommand.js +0 -1
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -78
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -1
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +0 -1
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -1
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +0 -1
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- 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/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +4 -77
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/Comprehend.d.ts +64 -305
- package/dist-types/ts3.4/ComprehendClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +4 -77
- package/dist-types/ts3.4/models/models_0.d.ts +884 -3867
- package/dist-types/ts3.4/pagination/index.d.ts +12 -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/Comprehend.js.map +0 -1
- package/dist-cjs/ComprehendClient.js.map +0 -1
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist-cjs/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist-cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectSentimentCommand.js.map +0 -1
- package/dist-cjs/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.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/UpdateEndpointCommand.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/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.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/Comprehend.js.map +0 -1
- package/dist-es/ComprehendClient.js.map +0 -1
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist-es/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist-es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist-es/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist-es/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist-es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist-es/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist-es/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist-es/commands/DetectSentimentCommand.js.map +0 -1
- package/dist-es/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist-es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.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/UpdateEndpointCommand.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/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.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/Comprehend.ts +0 -2439
- package/src/ComprehendClient.ts +0 -575
- package/src/commands/BatchDetectDominantLanguageCommand.ts +0 -102
- package/src/commands/BatchDetectEntitiesCommand.ts +0 -97
- package/src/commands/BatchDetectKeyPhrasesCommand.ts +0 -95
- package/src/commands/BatchDetectSentimentCommand.ts +0 -97
- package/src/commands/BatchDetectSyntaxCommand.ts +0 -96
- package/src/commands/ClassifyDocumentCommand.ts +0 -96
- package/src/commands/ContainsPiiEntitiesCommand.ts +0 -97
- package/src/commands/CreateDocumentClassifierCommand.ts +0 -98
- package/src/commands/CreateEndpointCommand.ts +0 -97
- package/src/commands/CreateEntityRecognizerCommand.ts +0 -97
- package/src/commands/DeleteDocumentClassifierCommand.ts +0 -101
- package/src/commands/DeleteEndpointCommand.ts +0 -96
- package/src/commands/DeleteEntityRecognizerCommand.ts +0 -101
- package/src/commands/DescribeDocumentClassificationJobCommand.ts +0 -107
- package/src/commands/DescribeDocumentClassifierCommand.ts +0 -98
- package/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -107
- package/src/commands/DescribeEndpointCommand.ts +0 -96
- package/src/commands/DescribeEntitiesDetectionJobCommand.ts +0 -101
- package/src/commands/DescribeEntityRecognizerCommand.ts +0 -96
- package/src/commands/DescribeEventsDetectionJobCommand.ts +0 -98
- package/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -104
- package/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -104
- package/src/commands/DescribeSentimentDetectionJobCommand.ts +0 -101
- package/src/commands/DescribeTopicsDetectionJobCommand.ts +0 -99
- package/src/commands/DetectDominantLanguageCommand.ts +0 -96
- package/src/commands/DetectEntitiesCommand.ts +0 -96
- package/src/commands/DetectKeyPhrasesCommand.ts +0 -95
- package/src/commands/DetectPiiEntitiesCommand.ts +0 -96
- package/src/commands/DetectSentimentCommand.ts +0 -96
- package/src/commands/DetectSyntaxCommand.ts +0 -96
- package/src/commands/ListDocumentClassificationJobsCommand.ts +0 -103
- package/src/commands/ListDocumentClassifierSummariesCommand.ts +0 -103
- package/src/commands/ListDocumentClassifiersCommand.ts +0 -95
- package/src/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -106
- package/src/commands/ListEndpointsCommand.ts +0 -95
- package/src/commands/ListEntitiesDetectionJobsCommand.ts +0 -98
- package/src/commands/ListEntityRecognizerSummariesCommand.ts +0 -100
- package/src/commands/ListEntityRecognizersCommand.ts +0 -100
- package/src/commands/ListEventsDetectionJobsCommand.ts +0 -95
- package/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -100
- package/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -100
- package/src/commands/ListSentimentDetectionJobsCommand.ts +0 -98
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTopicsDetectionJobsCommand.ts +0 -95
- package/src/commands/StartDocumentClassificationJobCommand.ts +0 -104
- package/src/commands/StartDominantLanguageDetectionJobCommand.ts +0 -108
- package/src/commands/StartEntitiesDetectionJobCommand.ts +0 -102
- package/src/commands/StartEventsDetectionJobCommand.ts +0 -95
- package/src/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -102
- package/src/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -100
- package/src/commands/StartSentimentDetectionJobCommand.ts +0 -100
- package/src/commands/StartTopicsDetectionJobCommand.ts +0 -96
- package/src/commands/StopDominantLanguageDetectionJobCommand.ts +0 -112
- package/src/commands/StopEntitiesDetectionJobCommand.ts +0 -104
- package/src/commands/StopEventsDetectionJobCommand.ts +0 -95
- package/src/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -107
- package/src/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -100
- package/src/commands/StopSentimentDetectionJobCommand.ts +0 -107
- package/src/commands/StopTrainingDocumentClassifierCommand.ts +0 -108
- package/src/commands/StopTrainingEntityRecognizerCommand.ts +0 -105
- package/src/commands/TagResourceCommand.ts +0 -98
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateEndpointCommand.ts +0 -95
- package/src/endpoints.ts +0 -77
- package/src/index.ts +0 -78
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -6966
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDocumentClassificationJobsPaginator.ts +0 -59
- package/src/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -59
- package/src/pagination/ListDocumentClassifiersPaginator.ts +0 -59
- package/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -59
- package/src/pagination/ListEntityRecognizersPaginator.ts +0 -59
- package/src/pagination/ListEventsDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListSentimentDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListTopicsDetectionJobsPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -10158
- 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
|
@@ -18,18 +18,12 @@ var Split;
|
|
|
18
18
|
})(Split = exports.Split || (exports.Split = {}));
|
|
19
19
|
var AugmentedManifestsListItem;
|
|
20
20
|
(function (AugmentedManifestsListItem) {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
21
|
AugmentedManifestsListItem.filterSensitiveLog = (obj) => ({
|
|
25
22
|
...obj,
|
|
26
23
|
});
|
|
27
24
|
})(AugmentedManifestsListItem = exports.AugmentedManifestsListItem || (exports.AugmentedManifestsListItem = {}));
|
|
28
25
|
var BatchDetectDominantLanguageRequest;
|
|
29
26
|
(function (BatchDetectDominantLanguageRequest) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
27
|
BatchDetectDominantLanguageRequest.filterSensitiveLog = (obj) => ({
|
|
34
28
|
...obj,
|
|
35
29
|
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -37,72 +31,48 @@ var BatchDetectDominantLanguageRequest;
|
|
|
37
31
|
})(BatchDetectDominantLanguageRequest = exports.BatchDetectDominantLanguageRequest || (exports.BatchDetectDominantLanguageRequest = {}));
|
|
38
32
|
var BatchItemError;
|
|
39
33
|
(function (BatchItemError) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
34
|
BatchItemError.filterSensitiveLog = (obj) => ({
|
|
44
35
|
...obj,
|
|
45
36
|
});
|
|
46
37
|
})(BatchItemError = exports.BatchItemError || (exports.BatchItemError = {}));
|
|
47
38
|
var DominantLanguage;
|
|
48
39
|
(function (DominantLanguage) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
40
|
DominantLanguage.filterSensitiveLog = (obj) => ({
|
|
53
41
|
...obj,
|
|
54
42
|
});
|
|
55
43
|
})(DominantLanguage = exports.DominantLanguage || (exports.DominantLanguage = {}));
|
|
56
44
|
var BatchDetectDominantLanguageItemResult;
|
|
57
45
|
(function (BatchDetectDominantLanguageItemResult) {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
46
|
BatchDetectDominantLanguageItemResult.filterSensitiveLog = (obj) => ({
|
|
62
47
|
...obj,
|
|
63
48
|
});
|
|
64
49
|
})(BatchDetectDominantLanguageItemResult = exports.BatchDetectDominantLanguageItemResult || (exports.BatchDetectDominantLanguageItemResult = {}));
|
|
65
50
|
var BatchDetectDominantLanguageResponse;
|
|
66
51
|
(function (BatchDetectDominantLanguageResponse) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
52
|
BatchDetectDominantLanguageResponse.filterSensitiveLog = (obj) => ({
|
|
71
53
|
...obj,
|
|
72
54
|
});
|
|
73
55
|
})(BatchDetectDominantLanguageResponse = exports.BatchDetectDominantLanguageResponse || (exports.BatchDetectDominantLanguageResponse = {}));
|
|
74
56
|
var BatchSizeLimitExceededException;
|
|
75
57
|
(function (BatchSizeLimitExceededException) {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
58
|
BatchSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
80
59
|
...obj,
|
|
81
60
|
});
|
|
82
61
|
})(BatchSizeLimitExceededException = exports.BatchSizeLimitExceededException || (exports.BatchSizeLimitExceededException = {}));
|
|
83
62
|
var InternalServerException;
|
|
84
63
|
(function (InternalServerException) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
64
|
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
89
65
|
...obj,
|
|
90
66
|
});
|
|
91
67
|
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
92
68
|
var InvalidRequestException;
|
|
93
69
|
(function (InvalidRequestException) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
70
|
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
98
71
|
...obj,
|
|
99
72
|
});
|
|
100
73
|
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
101
74
|
var TextSizeLimitExceededException;
|
|
102
75
|
(function (TextSizeLimitExceededException) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
76
|
TextSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
107
77
|
...obj,
|
|
108
78
|
});
|
|
@@ -124,9 +94,6 @@ var LanguageCode;
|
|
|
124
94
|
})(LanguageCode = exports.LanguageCode || (exports.LanguageCode = {}));
|
|
125
95
|
var BatchDetectEntitiesRequest;
|
|
126
96
|
(function (BatchDetectEntitiesRequest) {
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
97
|
BatchDetectEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
131
98
|
...obj,
|
|
132
99
|
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -146,45 +113,30 @@ var EntityType;
|
|
|
146
113
|
})(EntityType = exports.EntityType || (exports.EntityType = {}));
|
|
147
114
|
var Entity;
|
|
148
115
|
(function (Entity) {
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
116
|
Entity.filterSensitiveLog = (obj) => ({
|
|
153
117
|
...obj,
|
|
154
118
|
});
|
|
155
119
|
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
156
120
|
var BatchDetectEntitiesItemResult;
|
|
157
121
|
(function (BatchDetectEntitiesItemResult) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
122
|
BatchDetectEntitiesItemResult.filterSensitiveLog = (obj) => ({
|
|
162
123
|
...obj,
|
|
163
124
|
});
|
|
164
125
|
})(BatchDetectEntitiesItemResult = exports.BatchDetectEntitiesItemResult || (exports.BatchDetectEntitiesItemResult = {}));
|
|
165
126
|
var BatchDetectEntitiesResponse;
|
|
166
127
|
(function (BatchDetectEntitiesResponse) {
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
128
|
BatchDetectEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
171
129
|
...obj,
|
|
172
130
|
});
|
|
173
131
|
})(BatchDetectEntitiesResponse = exports.BatchDetectEntitiesResponse || (exports.BatchDetectEntitiesResponse = {}));
|
|
174
132
|
var UnsupportedLanguageException;
|
|
175
133
|
(function (UnsupportedLanguageException) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
134
|
UnsupportedLanguageException.filterSensitiveLog = (obj) => ({
|
|
180
135
|
...obj,
|
|
181
136
|
});
|
|
182
137
|
})(UnsupportedLanguageException = exports.UnsupportedLanguageException || (exports.UnsupportedLanguageException = {}));
|
|
183
138
|
var BatchDetectKeyPhrasesRequest;
|
|
184
139
|
(function (BatchDetectKeyPhrasesRequest) {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
140
|
BatchDetectKeyPhrasesRequest.filterSensitiveLog = (obj) => ({
|
|
189
141
|
...obj,
|
|
190
142
|
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -192,36 +144,24 @@ var BatchDetectKeyPhrasesRequest;
|
|
|
192
144
|
})(BatchDetectKeyPhrasesRequest = exports.BatchDetectKeyPhrasesRequest || (exports.BatchDetectKeyPhrasesRequest = {}));
|
|
193
145
|
var KeyPhrase;
|
|
194
146
|
(function (KeyPhrase) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
147
|
KeyPhrase.filterSensitiveLog = (obj) => ({
|
|
199
148
|
...obj,
|
|
200
149
|
});
|
|
201
150
|
})(KeyPhrase = exports.KeyPhrase || (exports.KeyPhrase = {}));
|
|
202
151
|
var BatchDetectKeyPhrasesItemResult;
|
|
203
152
|
(function (BatchDetectKeyPhrasesItemResult) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
153
|
BatchDetectKeyPhrasesItemResult.filterSensitiveLog = (obj) => ({
|
|
208
154
|
...obj,
|
|
209
155
|
});
|
|
210
156
|
})(BatchDetectKeyPhrasesItemResult = exports.BatchDetectKeyPhrasesItemResult || (exports.BatchDetectKeyPhrasesItemResult = {}));
|
|
211
157
|
var BatchDetectKeyPhrasesResponse;
|
|
212
158
|
(function (BatchDetectKeyPhrasesResponse) {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
159
|
BatchDetectKeyPhrasesResponse.filterSensitiveLog = (obj) => ({
|
|
217
160
|
...obj,
|
|
218
161
|
});
|
|
219
162
|
})(BatchDetectKeyPhrasesResponse = exports.BatchDetectKeyPhrasesResponse || (exports.BatchDetectKeyPhrasesResponse = {}));
|
|
220
163
|
var BatchDetectSentimentRequest;
|
|
221
164
|
(function (BatchDetectSentimentRequest) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
165
|
BatchDetectSentimentRequest.filterSensitiveLog = (obj) => ({
|
|
226
166
|
...obj,
|
|
227
167
|
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -236,27 +176,18 @@ var SentimentType;
|
|
|
236
176
|
})(SentimentType = exports.SentimentType || (exports.SentimentType = {}));
|
|
237
177
|
var SentimentScore;
|
|
238
178
|
(function (SentimentScore) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
179
|
SentimentScore.filterSensitiveLog = (obj) => ({
|
|
243
180
|
...obj,
|
|
244
181
|
});
|
|
245
182
|
})(SentimentScore = exports.SentimentScore || (exports.SentimentScore = {}));
|
|
246
183
|
var BatchDetectSentimentItemResult;
|
|
247
184
|
(function (BatchDetectSentimentItemResult) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
185
|
BatchDetectSentimentItemResult.filterSensitiveLog = (obj) => ({
|
|
252
186
|
...obj,
|
|
253
187
|
});
|
|
254
188
|
})(BatchDetectSentimentItemResult = exports.BatchDetectSentimentItemResult || (exports.BatchDetectSentimentItemResult = {}));
|
|
255
189
|
var BatchDetectSentimentResponse;
|
|
256
190
|
(function (BatchDetectSentimentResponse) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
191
|
BatchDetectSentimentResponse.filterSensitiveLog = (obj) => ({
|
|
261
192
|
...obj,
|
|
262
193
|
});
|
|
@@ -272,9 +203,6 @@ var SyntaxLanguageCode;
|
|
|
272
203
|
})(SyntaxLanguageCode = exports.SyntaxLanguageCode || (exports.SyntaxLanguageCode = {}));
|
|
273
204
|
var BatchDetectSyntaxRequest;
|
|
274
205
|
(function (BatchDetectSyntaxRequest) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
206
|
BatchDetectSyntaxRequest.filterSensitiveLog = (obj) => ({
|
|
279
207
|
...obj,
|
|
280
208
|
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -303,63 +231,42 @@ var PartOfSpeechTagType;
|
|
|
303
231
|
})(PartOfSpeechTagType = exports.PartOfSpeechTagType || (exports.PartOfSpeechTagType = {}));
|
|
304
232
|
var PartOfSpeechTag;
|
|
305
233
|
(function (PartOfSpeechTag) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
234
|
PartOfSpeechTag.filterSensitiveLog = (obj) => ({
|
|
310
235
|
...obj,
|
|
311
236
|
});
|
|
312
237
|
})(PartOfSpeechTag = exports.PartOfSpeechTag || (exports.PartOfSpeechTag = {}));
|
|
313
238
|
var SyntaxToken;
|
|
314
239
|
(function (SyntaxToken) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
240
|
SyntaxToken.filterSensitiveLog = (obj) => ({
|
|
319
241
|
...obj,
|
|
320
242
|
});
|
|
321
243
|
})(SyntaxToken = exports.SyntaxToken || (exports.SyntaxToken = {}));
|
|
322
244
|
var BatchDetectSyntaxItemResult;
|
|
323
245
|
(function (BatchDetectSyntaxItemResult) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
246
|
BatchDetectSyntaxItemResult.filterSensitiveLog = (obj) => ({
|
|
328
247
|
...obj,
|
|
329
248
|
});
|
|
330
249
|
})(BatchDetectSyntaxItemResult = exports.BatchDetectSyntaxItemResult || (exports.BatchDetectSyntaxItemResult = {}));
|
|
331
250
|
var BatchDetectSyntaxResponse;
|
|
332
251
|
(function (BatchDetectSyntaxResponse) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
252
|
BatchDetectSyntaxResponse.filterSensitiveLog = (obj) => ({
|
|
337
253
|
...obj,
|
|
338
254
|
});
|
|
339
255
|
})(BatchDetectSyntaxResponse = exports.BatchDetectSyntaxResponse || (exports.BatchDetectSyntaxResponse = {}));
|
|
340
256
|
var ClassifierEvaluationMetrics;
|
|
341
257
|
(function (ClassifierEvaluationMetrics) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
258
|
ClassifierEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
346
259
|
...obj,
|
|
347
260
|
});
|
|
348
261
|
})(ClassifierEvaluationMetrics = exports.ClassifierEvaluationMetrics || (exports.ClassifierEvaluationMetrics = {}));
|
|
349
262
|
var ClassifierMetadata;
|
|
350
263
|
(function (ClassifierMetadata) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
264
|
ClassifierMetadata.filterSensitiveLog = (obj) => ({
|
|
355
265
|
...obj,
|
|
356
266
|
});
|
|
357
267
|
})(ClassifierMetadata = exports.ClassifierMetadata || (exports.ClassifierMetadata = {}));
|
|
358
268
|
var ClassifyDocumentRequest;
|
|
359
269
|
(function (ClassifyDocumentRequest) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
270
|
ClassifyDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
364
271
|
...obj,
|
|
365
272
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -367,45 +274,30 @@ var ClassifyDocumentRequest;
|
|
|
367
274
|
})(ClassifyDocumentRequest = exports.ClassifyDocumentRequest || (exports.ClassifyDocumentRequest = {}));
|
|
368
275
|
var DocumentClass;
|
|
369
276
|
(function (DocumentClass) {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
277
|
DocumentClass.filterSensitiveLog = (obj) => ({
|
|
374
278
|
...obj,
|
|
375
279
|
});
|
|
376
280
|
})(DocumentClass = exports.DocumentClass || (exports.DocumentClass = {}));
|
|
377
281
|
var DocumentLabel;
|
|
378
282
|
(function (DocumentLabel) {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
283
|
DocumentLabel.filterSensitiveLog = (obj) => ({
|
|
383
284
|
...obj,
|
|
384
285
|
});
|
|
385
286
|
})(DocumentLabel = exports.DocumentLabel || (exports.DocumentLabel = {}));
|
|
386
287
|
var ClassifyDocumentResponse;
|
|
387
288
|
(function (ClassifyDocumentResponse) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
289
|
ClassifyDocumentResponse.filterSensitiveLog = (obj) => ({
|
|
392
290
|
...obj,
|
|
393
291
|
});
|
|
394
292
|
})(ClassifyDocumentResponse = exports.ClassifyDocumentResponse || (exports.ClassifyDocumentResponse = {}));
|
|
395
293
|
var ResourceUnavailableException;
|
|
396
294
|
(function (ResourceUnavailableException) {
|
|
397
|
-
/**
|
|
398
|
-
* @internal
|
|
399
|
-
*/
|
|
400
295
|
ResourceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
401
296
|
...obj,
|
|
402
297
|
});
|
|
403
298
|
})(ResourceUnavailableException = exports.ResourceUnavailableException || (exports.ResourceUnavailableException = {}));
|
|
404
299
|
var ContainsPiiEntitiesRequest;
|
|
405
300
|
(function (ContainsPiiEntitiesRequest) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
301
|
ContainsPiiEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
410
302
|
...obj,
|
|
411
303
|
});
|
|
@@ -438,18 +330,12 @@ var PiiEntityType;
|
|
|
438
330
|
})(PiiEntityType = exports.PiiEntityType || (exports.PiiEntityType = {}));
|
|
439
331
|
var EntityLabel;
|
|
440
332
|
(function (EntityLabel) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
333
|
EntityLabel.filterSensitiveLog = (obj) => ({
|
|
445
334
|
...obj,
|
|
446
335
|
});
|
|
447
336
|
})(EntityLabel = exports.EntityLabel || (exports.EntityLabel = {}));
|
|
448
337
|
var ContainsPiiEntitiesResponse;
|
|
449
338
|
(function (ContainsPiiEntitiesResponse) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
339
|
ContainsPiiEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
454
340
|
...obj,
|
|
455
341
|
});
|
|
@@ -461,9 +347,6 @@ var DocumentClassifierDataFormat;
|
|
|
461
347
|
})(DocumentClassifierDataFormat = exports.DocumentClassifierDataFormat || (exports.DocumentClassifierDataFormat = {}));
|
|
462
348
|
var DocumentClassifierInputDataConfig;
|
|
463
349
|
(function (DocumentClassifierInputDataConfig) {
|
|
464
|
-
/**
|
|
465
|
-
* @internal
|
|
466
|
-
*/
|
|
467
350
|
DocumentClassifierInputDataConfig.filterSensitiveLog = (obj) => ({
|
|
468
351
|
...obj,
|
|
469
352
|
});
|
|
@@ -475,126 +358,84 @@ var DocumentClassifierMode;
|
|
|
475
358
|
})(DocumentClassifierMode = exports.DocumentClassifierMode || (exports.DocumentClassifierMode = {}));
|
|
476
359
|
var DocumentClassifierOutputDataConfig;
|
|
477
360
|
(function (DocumentClassifierOutputDataConfig) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
361
|
DocumentClassifierOutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
482
362
|
...obj,
|
|
483
363
|
});
|
|
484
364
|
})(DocumentClassifierOutputDataConfig = exports.DocumentClassifierOutputDataConfig || (exports.DocumentClassifierOutputDataConfig = {}));
|
|
485
365
|
var Tag;
|
|
486
366
|
(function (Tag) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
367
|
Tag.filterSensitiveLog = (obj) => ({
|
|
491
368
|
...obj,
|
|
492
369
|
});
|
|
493
370
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
494
371
|
var VpcConfig;
|
|
495
372
|
(function (VpcConfig) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
373
|
VpcConfig.filterSensitiveLog = (obj) => ({
|
|
500
374
|
...obj,
|
|
501
375
|
});
|
|
502
376
|
})(VpcConfig = exports.VpcConfig || (exports.VpcConfig = {}));
|
|
503
377
|
var CreateDocumentClassifierRequest;
|
|
504
378
|
(function (CreateDocumentClassifierRequest) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
379
|
CreateDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
509
380
|
...obj,
|
|
510
381
|
});
|
|
511
382
|
})(CreateDocumentClassifierRequest = exports.CreateDocumentClassifierRequest || (exports.CreateDocumentClassifierRequest = {}));
|
|
512
383
|
var CreateDocumentClassifierResponse;
|
|
513
384
|
(function (CreateDocumentClassifierResponse) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
385
|
CreateDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
518
386
|
...obj,
|
|
519
387
|
});
|
|
520
388
|
})(CreateDocumentClassifierResponse = exports.CreateDocumentClassifierResponse || (exports.CreateDocumentClassifierResponse = {}));
|
|
521
389
|
var KmsKeyValidationException;
|
|
522
390
|
(function (KmsKeyValidationException) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
391
|
KmsKeyValidationException.filterSensitiveLog = (obj) => ({
|
|
527
392
|
...obj,
|
|
528
393
|
});
|
|
529
394
|
})(KmsKeyValidationException = exports.KmsKeyValidationException || (exports.KmsKeyValidationException = {}));
|
|
530
395
|
var ResourceInUseException;
|
|
531
396
|
(function (ResourceInUseException) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
397
|
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
536
398
|
...obj,
|
|
537
399
|
});
|
|
538
400
|
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
539
401
|
var ResourceLimitExceededException;
|
|
540
402
|
(function (ResourceLimitExceededException) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
403
|
ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
545
404
|
...obj,
|
|
546
405
|
});
|
|
547
406
|
})(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
|
|
548
407
|
var TooManyRequestsException;
|
|
549
408
|
(function (TooManyRequestsException) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
409
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
554
410
|
...obj,
|
|
555
411
|
});
|
|
556
412
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
557
413
|
var TooManyTagsException;
|
|
558
414
|
(function (TooManyTagsException) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
415
|
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
563
416
|
...obj,
|
|
564
417
|
});
|
|
565
418
|
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
566
419
|
var CreateEndpointRequest;
|
|
567
420
|
(function (CreateEndpointRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
421
|
CreateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
572
422
|
...obj,
|
|
573
423
|
});
|
|
574
424
|
})(CreateEndpointRequest = exports.CreateEndpointRequest || (exports.CreateEndpointRequest = {}));
|
|
575
425
|
var CreateEndpointResponse;
|
|
576
426
|
(function (CreateEndpointResponse) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
427
|
CreateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
581
428
|
...obj,
|
|
582
429
|
});
|
|
583
430
|
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
584
431
|
var ResourceNotFoundException;
|
|
585
432
|
(function (ResourceNotFoundException) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
433
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
590
434
|
...obj,
|
|
591
435
|
});
|
|
592
436
|
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
593
437
|
var EntityRecognizerAnnotations;
|
|
594
438
|
(function (EntityRecognizerAnnotations) {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
439
|
EntityRecognizerAnnotations.filterSensitiveLog = (obj) => ({
|
|
599
440
|
...obj,
|
|
600
441
|
});
|
|
@@ -611,117 +452,78 @@ var InputFormat;
|
|
|
611
452
|
})(InputFormat = exports.InputFormat || (exports.InputFormat = {}));
|
|
612
453
|
var EntityRecognizerDocuments;
|
|
613
454
|
(function (EntityRecognizerDocuments) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
455
|
EntityRecognizerDocuments.filterSensitiveLog = (obj) => ({
|
|
618
456
|
...obj,
|
|
619
457
|
});
|
|
620
458
|
})(EntityRecognizerDocuments = exports.EntityRecognizerDocuments || (exports.EntityRecognizerDocuments = {}));
|
|
621
459
|
var EntityRecognizerEntityList;
|
|
622
460
|
(function (EntityRecognizerEntityList) {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
461
|
EntityRecognizerEntityList.filterSensitiveLog = (obj) => ({
|
|
627
462
|
...obj,
|
|
628
463
|
});
|
|
629
464
|
})(EntityRecognizerEntityList = exports.EntityRecognizerEntityList || (exports.EntityRecognizerEntityList = {}));
|
|
630
465
|
var EntityTypesListItem;
|
|
631
466
|
(function (EntityTypesListItem) {
|
|
632
|
-
/**
|
|
633
|
-
* @internal
|
|
634
|
-
*/
|
|
635
467
|
EntityTypesListItem.filterSensitiveLog = (obj) => ({
|
|
636
468
|
...obj,
|
|
637
469
|
});
|
|
638
470
|
})(EntityTypesListItem = exports.EntityTypesListItem || (exports.EntityTypesListItem = {}));
|
|
639
471
|
var EntityRecognizerInputDataConfig;
|
|
640
472
|
(function (EntityRecognizerInputDataConfig) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
473
|
EntityRecognizerInputDataConfig.filterSensitiveLog = (obj) => ({
|
|
645
474
|
...obj,
|
|
646
475
|
});
|
|
647
476
|
})(EntityRecognizerInputDataConfig = exports.EntityRecognizerInputDataConfig || (exports.EntityRecognizerInputDataConfig = {}));
|
|
648
477
|
var CreateEntityRecognizerRequest;
|
|
649
478
|
(function (CreateEntityRecognizerRequest) {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
479
|
CreateEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
654
480
|
...obj,
|
|
655
481
|
});
|
|
656
482
|
})(CreateEntityRecognizerRequest = exports.CreateEntityRecognizerRequest || (exports.CreateEntityRecognizerRequest = {}));
|
|
657
483
|
var CreateEntityRecognizerResponse;
|
|
658
484
|
(function (CreateEntityRecognizerResponse) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
485
|
CreateEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
663
486
|
...obj,
|
|
664
487
|
});
|
|
665
488
|
})(CreateEntityRecognizerResponse = exports.CreateEntityRecognizerResponse || (exports.CreateEntityRecognizerResponse = {}));
|
|
666
489
|
var DeleteDocumentClassifierRequest;
|
|
667
490
|
(function (DeleteDocumentClassifierRequest) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
491
|
DeleteDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
672
492
|
...obj,
|
|
673
493
|
});
|
|
674
494
|
})(DeleteDocumentClassifierRequest = exports.DeleteDocumentClassifierRequest || (exports.DeleteDocumentClassifierRequest = {}));
|
|
675
495
|
var DeleteDocumentClassifierResponse;
|
|
676
496
|
(function (DeleteDocumentClassifierResponse) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
497
|
DeleteDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
681
498
|
...obj,
|
|
682
499
|
});
|
|
683
500
|
})(DeleteDocumentClassifierResponse = exports.DeleteDocumentClassifierResponse || (exports.DeleteDocumentClassifierResponse = {}));
|
|
684
501
|
var DeleteEndpointRequest;
|
|
685
502
|
(function (DeleteEndpointRequest) {
|
|
686
|
-
/**
|
|
687
|
-
* @internal
|
|
688
|
-
*/
|
|
689
503
|
DeleteEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
690
504
|
...obj,
|
|
691
505
|
});
|
|
692
506
|
})(DeleteEndpointRequest = exports.DeleteEndpointRequest || (exports.DeleteEndpointRequest = {}));
|
|
693
507
|
var DeleteEndpointResponse;
|
|
694
508
|
(function (DeleteEndpointResponse) {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
509
|
DeleteEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
699
510
|
...obj,
|
|
700
511
|
});
|
|
701
512
|
})(DeleteEndpointResponse = exports.DeleteEndpointResponse || (exports.DeleteEndpointResponse = {}));
|
|
702
513
|
var DeleteEntityRecognizerRequest;
|
|
703
514
|
(function (DeleteEntityRecognizerRequest) {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
515
|
DeleteEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
708
516
|
...obj,
|
|
709
517
|
});
|
|
710
518
|
})(DeleteEntityRecognizerRequest = exports.DeleteEntityRecognizerRequest || (exports.DeleteEntityRecognizerRequest = {}));
|
|
711
519
|
var DeleteEntityRecognizerResponse;
|
|
712
520
|
(function (DeleteEntityRecognizerResponse) {
|
|
713
|
-
/**
|
|
714
|
-
* @internal
|
|
715
|
-
*/
|
|
716
521
|
DeleteEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
717
522
|
...obj,
|
|
718
523
|
});
|
|
719
524
|
})(DeleteEntityRecognizerResponse = exports.DeleteEntityRecognizerResponse || (exports.DeleteEntityRecognizerResponse = {}));
|
|
720
525
|
var DescribeDocumentClassificationJobRequest;
|
|
721
526
|
(function (DescribeDocumentClassificationJobRequest) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
527
|
DescribeDocumentClassificationJobRequest.filterSensitiveLog = (obj) => ({
|
|
726
528
|
...obj,
|
|
727
529
|
});
|
|
@@ -743,18 +545,12 @@ var DocumentReadFeatureTypes;
|
|
|
743
545
|
})(DocumentReadFeatureTypes = exports.DocumentReadFeatureTypes || (exports.DocumentReadFeatureTypes = {}));
|
|
744
546
|
var DocumentReaderConfig;
|
|
745
547
|
(function (DocumentReaderConfig) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
548
|
DocumentReaderConfig.filterSensitiveLog = (obj) => ({
|
|
750
549
|
...obj,
|
|
751
550
|
});
|
|
752
551
|
})(DocumentReaderConfig = exports.DocumentReaderConfig || (exports.DocumentReaderConfig = {}));
|
|
753
552
|
var InputDataConfig;
|
|
754
553
|
(function (InputDataConfig) {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
554
|
InputDataConfig.filterSensitiveLog = (obj) => ({
|
|
759
555
|
...obj,
|
|
760
556
|
});
|
|
@@ -770,45 +566,30 @@ var JobStatus;
|
|
|
770
566
|
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
771
567
|
var OutputDataConfig;
|
|
772
568
|
(function (OutputDataConfig) {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
569
|
OutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
777
570
|
...obj,
|
|
778
571
|
});
|
|
779
572
|
})(OutputDataConfig = exports.OutputDataConfig || (exports.OutputDataConfig = {}));
|
|
780
573
|
var DocumentClassificationJobProperties;
|
|
781
574
|
(function (DocumentClassificationJobProperties) {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
575
|
DocumentClassificationJobProperties.filterSensitiveLog = (obj) => ({
|
|
786
576
|
...obj,
|
|
787
577
|
});
|
|
788
578
|
})(DocumentClassificationJobProperties = exports.DocumentClassificationJobProperties || (exports.DocumentClassificationJobProperties = {}));
|
|
789
579
|
var DescribeDocumentClassificationJobResponse;
|
|
790
580
|
(function (DescribeDocumentClassificationJobResponse) {
|
|
791
|
-
/**
|
|
792
|
-
* @internal
|
|
793
|
-
*/
|
|
794
581
|
DescribeDocumentClassificationJobResponse.filterSensitiveLog = (obj) => ({
|
|
795
582
|
...obj,
|
|
796
583
|
});
|
|
797
584
|
})(DescribeDocumentClassificationJobResponse = exports.DescribeDocumentClassificationJobResponse || (exports.DescribeDocumentClassificationJobResponse = {}));
|
|
798
585
|
var JobNotFoundException;
|
|
799
586
|
(function (JobNotFoundException) {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
587
|
JobNotFoundException.filterSensitiveLog = (obj) => ({
|
|
804
588
|
...obj,
|
|
805
589
|
});
|
|
806
590
|
})(JobNotFoundException = exports.JobNotFoundException || (exports.JobNotFoundException = {}));
|
|
807
591
|
var DescribeDocumentClassifierRequest;
|
|
808
592
|
(function (DescribeDocumentClassifierRequest) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
593
|
DescribeDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
813
594
|
...obj,
|
|
814
595
|
});
|
|
@@ -825,9 +606,6 @@ var ModelStatus;
|
|
|
825
606
|
})(ModelStatus = exports.ModelStatus || (exports.ModelStatus = {}));
|
|
826
607
|
var DocumentClassifierProperties;
|
|
827
608
|
(function (DocumentClassifierProperties) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
609
|
DocumentClassifierProperties.filterSensitiveLog = (obj) => ({
|
|
832
610
|
...obj,
|
|
833
611
|
...(obj.ClassifierMetadata && { ClassifierMetadata: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -835,9 +613,6 @@ var DocumentClassifierProperties;
|
|
|
835
613
|
})(DocumentClassifierProperties = exports.DocumentClassifierProperties || (exports.DocumentClassifierProperties = {}));
|
|
836
614
|
var DescribeDocumentClassifierResponse;
|
|
837
615
|
(function (DescribeDocumentClassifierResponse) {
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
841
616
|
DescribeDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
842
617
|
...obj,
|
|
843
618
|
...(obj.DocumentClassifierProperties && {
|
|
@@ -847,36 +622,24 @@ var DescribeDocumentClassifierResponse;
|
|
|
847
622
|
})(DescribeDocumentClassifierResponse = exports.DescribeDocumentClassifierResponse || (exports.DescribeDocumentClassifierResponse = {}));
|
|
848
623
|
var DescribeDominantLanguageDetectionJobRequest;
|
|
849
624
|
(function (DescribeDominantLanguageDetectionJobRequest) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
625
|
DescribeDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
854
626
|
...obj,
|
|
855
627
|
});
|
|
856
628
|
})(DescribeDominantLanguageDetectionJobRequest = exports.DescribeDominantLanguageDetectionJobRequest || (exports.DescribeDominantLanguageDetectionJobRequest = {}));
|
|
857
629
|
var DominantLanguageDetectionJobProperties;
|
|
858
630
|
(function (DominantLanguageDetectionJobProperties) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
631
|
DominantLanguageDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
863
632
|
...obj,
|
|
864
633
|
});
|
|
865
634
|
})(DominantLanguageDetectionJobProperties = exports.DominantLanguageDetectionJobProperties || (exports.DominantLanguageDetectionJobProperties = {}));
|
|
866
635
|
var DescribeDominantLanguageDetectionJobResponse;
|
|
867
636
|
(function (DescribeDominantLanguageDetectionJobResponse) {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
637
|
DescribeDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
872
638
|
...obj,
|
|
873
639
|
});
|
|
874
640
|
})(DescribeDominantLanguageDetectionJobResponse = exports.DescribeDominantLanguageDetectionJobResponse || (exports.DescribeDominantLanguageDetectionJobResponse = {}));
|
|
875
641
|
var DescribeEndpointRequest;
|
|
876
642
|
(function (DescribeEndpointRequest) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
643
|
DescribeEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
881
644
|
...obj,
|
|
882
645
|
});
|
|
@@ -891,99 +654,66 @@ var EndpointStatus;
|
|
|
891
654
|
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
892
655
|
var EndpointProperties;
|
|
893
656
|
(function (EndpointProperties) {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
657
|
EndpointProperties.filterSensitiveLog = (obj) => ({
|
|
898
658
|
...obj,
|
|
899
659
|
});
|
|
900
660
|
})(EndpointProperties = exports.EndpointProperties || (exports.EndpointProperties = {}));
|
|
901
661
|
var DescribeEndpointResponse;
|
|
902
662
|
(function (DescribeEndpointResponse) {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
663
|
DescribeEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
907
664
|
...obj,
|
|
908
665
|
});
|
|
909
666
|
})(DescribeEndpointResponse = exports.DescribeEndpointResponse || (exports.DescribeEndpointResponse = {}));
|
|
910
667
|
var DescribeEntitiesDetectionJobRequest;
|
|
911
668
|
(function (DescribeEntitiesDetectionJobRequest) {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
669
|
DescribeEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
916
670
|
...obj,
|
|
917
671
|
});
|
|
918
672
|
})(DescribeEntitiesDetectionJobRequest = exports.DescribeEntitiesDetectionJobRequest || (exports.DescribeEntitiesDetectionJobRequest = {}));
|
|
919
673
|
var EntitiesDetectionJobProperties;
|
|
920
674
|
(function (EntitiesDetectionJobProperties) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
675
|
EntitiesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
925
676
|
...obj,
|
|
926
677
|
});
|
|
927
678
|
})(EntitiesDetectionJobProperties = exports.EntitiesDetectionJobProperties || (exports.EntitiesDetectionJobProperties = {}));
|
|
928
679
|
var DescribeEntitiesDetectionJobResponse;
|
|
929
680
|
(function (DescribeEntitiesDetectionJobResponse) {
|
|
930
|
-
/**
|
|
931
|
-
* @internal
|
|
932
|
-
*/
|
|
933
681
|
DescribeEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
934
682
|
...obj,
|
|
935
683
|
});
|
|
936
684
|
})(DescribeEntitiesDetectionJobResponse = exports.DescribeEntitiesDetectionJobResponse || (exports.DescribeEntitiesDetectionJobResponse = {}));
|
|
937
685
|
var DescribeEntityRecognizerRequest;
|
|
938
686
|
(function (DescribeEntityRecognizerRequest) {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
687
|
DescribeEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
943
688
|
...obj,
|
|
944
689
|
});
|
|
945
690
|
})(DescribeEntityRecognizerRequest = exports.DescribeEntityRecognizerRequest || (exports.DescribeEntityRecognizerRequest = {}));
|
|
946
691
|
var EntityTypesEvaluationMetrics;
|
|
947
692
|
(function (EntityTypesEvaluationMetrics) {
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
693
|
EntityTypesEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
952
694
|
...obj,
|
|
953
695
|
});
|
|
954
696
|
})(EntityTypesEvaluationMetrics = exports.EntityTypesEvaluationMetrics || (exports.EntityTypesEvaluationMetrics = {}));
|
|
955
697
|
var EntityRecognizerMetadataEntityTypesListItem;
|
|
956
698
|
(function (EntityRecognizerMetadataEntityTypesListItem) {
|
|
957
|
-
/**
|
|
958
|
-
* @internal
|
|
959
|
-
*/
|
|
960
699
|
EntityRecognizerMetadataEntityTypesListItem.filterSensitiveLog = (obj) => ({
|
|
961
700
|
...obj,
|
|
962
701
|
});
|
|
963
702
|
})(EntityRecognizerMetadataEntityTypesListItem = exports.EntityRecognizerMetadataEntityTypesListItem || (exports.EntityRecognizerMetadataEntityTypesListItem = {}));
|
|
964
703
|
var EntityRecognizerEvaluationMetrics;
|
|
965
704
|
(function (EntityRecognizerEvaluationMetrics) {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
705
|
EntityRecognizerEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
970
706
|
...obj,
|
|
971
707
|
});
|
|
972
708
|
})(EntityRecognizerEvaluationMetrics = exports.EntityRecognizerEvaluationMetrics || (exports.EntityRecognizerEvaluationMetrics = {}));
|
|
973
709
|
var EntityRecognizerMetadata;
|
|
974
710
|
(function (EntityRecognizerMetadata) {
|
|
975
|
-
/**
|
|
976
|
-
* @internal
|
|
977
|
-
*/
|
|
978
711
|
EntityRecognizerMetadata.filterSensitiveLog = (obj) => ({
|
|
979
712
|
...obj,
|
|
980
713
|
});
|
|
981
714
|
})(EntityRecognizerMetadata = exports.EntityRecognizerMetadata || (exports.EntityRecognizerMetadata = {}));
|
|
982
715
|
var EntityRecognizerProperties;
|
|
983
716
|
(function (EntityRecognizerProperties) {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
717
|
EntityRecognizerProperties.filterSensitiveLog = (obj) => ({
|
|
988
718
|
...obj,
|
|
989
719
|
...(obj.RecognizerMetadata && { RecognizerMetadata: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -991,9 +721,6 @@ var EntityRecognizerProperties;
|
|
|
991
721
|
})(EntityRecognizerProperties = exports.EntityRecognizerProperties || (exports.EntityRecognizerProperties = {}));
|
|
992
722
|
var DescribeEntityRecognizerResponse;
|
|
993
723
|
(function (DescribeEntityRecognizerResponse) {
|
|
994
|
-
/**
|
|
995
|
-
* @internal
|
|
996
|
-
*/
|
|
997
724
|
DescribeEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
998
725
|
...obj,
|
|
999
726
|
...(obj.EntityRecognizerProperties && {
|
|
@@ -1003,63 +730,42 @@ var DescribeEntityRecognizerResponse;
|
|
|
1003
730
|
})(DescribeEntityRecognizerResponse = exports.DescribeEntityRecognizerResponse || (exports.DescribeEntityRecognizerResponse = {}));
|
|
1004
731
|
var DescribeEventsDetectionJobRequest;
|
|
1005
732
|
(function (DescribeEventsDetectionJobRequest) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
733
|
DescribeEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1010
734
|
...obj,
|
|
1011
735
|
});
|
|
1012
736
|
})(DescribeEventsDetectionJobRequest = exports.DescribeEventsDetectionJobRequest || (exports.DescribeEventsDetectionJobRequest = {}));
|
|
1013
737
|
var EventsDetectionJobProperties;
|
|
1014
738
|
(function (EventsDetectionJobProperties) {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
739
|
EventsDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
1019
740
|
...obj,
|
|
1020
741
|
});
|
|
1021
742
|
})(EventsDetectionJobProperties = exports.EventsDetectionJobProperties || (exports.EventsDetectionJobProperties = {}));
|
|
1022
743
|
var DescribeEventsDetectionJobResponse;
|
|
1023
744
|
(function (DescribeEventsDetectionJobResponse) {
|
|
1024
|
-
/**
|
|
1025
|
-
* @internal
|
|
1026
|
-
*/
|
|
1027
745
|
DescribeEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1028
746
|
...obj,
|
|
1029
747
|
});
|
|
1030
748
|
})(DescribeEventsDetectionJobResponse = exports.DescribeEventsDetectionJobResponse || (exports.DescribeEventsDetectionJobResponse = {}));
|
|
1031
749
|
var DescribeKeyPhrasesDetectionJobRequest;
|
|
1032
750
|
(function (DescribeKeyPhrasesDetectionJobRequest) {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
751
|
DescribeKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1037
752
|
...obj,
|
|
1038
753
|
});
|
|
1039
754
|
})(DescribeKeyPhrasesDetectionJobRequest = exports.DescribeKeyPhrasesDetectionJobRequest || (exports.DescribeKeyPhrasesDetectionJobRequest = {}));
|
|
1040
755
|
var KeyPhrasesDetectionJobProperties;
|
|
1041
756
|
(function (KeyPhrasesDetectionJobProperties) {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
757
|
KeyPhrasesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
1046
758
|
...obj,
|
|
1047
759
|
});
|
|
1048
760
|
})(KeyPhrasesDetectionJobProperties = exports.KeyPhrasesDetectionJobProperties || (exports.KeyPhrasesDetectionJobProperties = {}));
|
|
1049
761
|
var DescribeKeyPhrasesDetectionJobResponse;
|
|
1050
762
|
(function (DescribeKeyPhrasesDetectionJobResponse) {
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
763
|
DescribeKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1055
764
|
...obj,
|
|
1056
765
|
});
|
|
1057
766
|
})(DescribeKeyPhrasesDetectionJobResponse = exports.DescribeKeyPhrasesDetectionJobResponse || (exports.DescribeKeyPhrasesDetectionJobResponse = {}));
|
|
1058
767
|
var DescribePiiEntitiesDetectionJobRequest;
|
|
1059
768
|
(function (DescribePiiEntitiesDetectionJobRequest) {
|
|
1060
|
-
/**
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
1063
769
|
DescribePiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1064
770
|
...obj,
|
|
1065
771
|
});
|
|
@@ -1071,9 +777,6 @@ var PiiEntitiesDetectionMode;
|
|
|
1071
777
|
})(PiiEntitiesDetectionMode = exports.PiiEntitiesDetectionMode || (exports.PiiEntitiesDetectionMode = {}));
|
|
1072
778
|
var PiiOutputDataConfig;
|
|
1073
779
|
(function (PiiOutputDataConfig) {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
780
|
PiiOutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
1078
781
|
...obj,
|
|
1079
782
|
});
|
|
@@ -1085,90 +788,60 @@ var PiiEntitiesDetectionMaskMode;
|
|
|
1085
788
|
})(PiiEntitiesDetectionMaskMode = exports.PiiEntitiesDetectionMaskMode || (exports.PiiEntitiesDetectionMaskMode = {}));
|
|
1086
789
|
var RedactionConfig;
|
|
1087
790
|
(function (RedactionConfig) {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
791
|
RedactionConfig.filterSensitiveLog = (obj) => ({
|
|
1092
792
|
...obj,
|
|
1093
793
|
});
|
|
1094
794
|
})(RedactionConfig = exports.RedactionConfig || (exports.RedactionConfig = {}));
|
|
1095
795
|
var PiiEntitiesDetectionJobProperties;
|
|
1096
796
|
(function (PiiEntitiesDetectionJobProperties) {
|
|
1097
|
-
/**
|
|
1098
|
-
* @internal
|
|
1099
|
-
*/
|
|
1100
797
|
PiiEntitiesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
1101
798
|
...obj,
|
|
1102
799
|
});
|
|
1103
800
|
})(PiiEntitiesDetectionJobProperties = exports.PiiEntitiesDetectionJobProperties || (exports.PiiEntitiesDetectionJobProperties = {}));
|
|
1104
801
|
var DescribePiiEntitiesDetectionJobResponse;
|
|
1105
802
|
(function (DescribePiiEntitiesDetectionJobResponse) {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
803
|
DescribePiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1110
804
|
...obj,
|
|
1111
805
|
});
|
|
1112
806
|
})(DescribePiiEntitiesDetectionJobResponse = exports.DescribePiiEntitiesDetectionJobResponse || (exports.DescribePiiEntitiesDetectionJobResponse = {}));
|
|
1113
807
|
var DescribeSentimentDetectionJobRequest;
|
|
1114
808
|
(function (DescribeSentimentDetectionJobRequest) {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
809
|
DescribeSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1119
810
|
...obj,
|
|
1120
811
|
});
|
|
1121
812
|
})(DescribeSentimentDetectionJobRequest = exports.DescribeSentimentDetectionJobRequest || (exports.DescribeSentimentDetectionJobRequest = {}));
|
|
1122
813
|
var SentimentDetectionJobProperties;
|
|
1123
814
|
(function (SentimentDetectionJobProperties) {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
815
|
SentimentDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
1128
816
|
...obj,
|
|
1129
817
|
});
|
|
1130
818
|
})(SentimentDetectionJobProperties = exports.SentimentDetectionJobProperties || (exports.SentimentDetectionJobProperties = {}));
|
|
1131
819
|
var DescribeSentimentDetectionJobResponse;
|
|
1132
820
|
(function (DescribeSentimentDetectionJobResponse) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
821
|
DescribeSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1137
822
|
...obj,
|
|
1138
823
|
});
|
|
1139
824
|
})(DescribeSentimentDetectionJobResponse = exports.DescribeSentimentDetectionJobResponse || (exports.DescribeSentimentDetectionJobResponse = {}));
|
|
1140
825
|
var DescribeTopicsDetectionJobRequest;
|
|
1141
826
|
(function (DescribeTopicsDetectionJobRequest) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
827
|
DescribeTopicsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1146
828
|
...obj,
|
|
1147
829
|
});
|
|
1148
830
|
})(DescribeTopicsDetectionJobRequest = exports.DescribeTopicsDetectionJobRequest || (exports.DescribeTopicsDetectionJobRequest = {}));
|
|
1149
831
|
var TopicsDetectionJobProperties;
|
|
1150
832
|
(function (TopicsDetectionJobProperties) {
|
|
1151
|
-
/**
|
|
1152
|
-
* @internal
|
|
1153
|
-
*/
|
|
1154
833
|
TopicsDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
1155
834
|
...obj,
|
|
1156
835
|
});
|
|
1157
836
|
})(TopicsDetectionJobProperties = exports.TopicsDetectionJobProperties || (exports.TopicsDetectionJobProperties = {}));
|
|
1158
837
|
var DescribeTopicsDetectionJobResponse;
|
|
1159
838
|
(function (DescribeTopicsDetectionJobResponse) {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
839
|
DescribeTopicsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1164
840
|
...obj,
|
|
1165
841
|
});
|
|
1166
842
|
})(DescribeTopicsDetectionJobResponse = exports.DescribeTopicsDetectionJobResponse || (exports.DescribeTopicsDetectionJobResponse = {}));
|
|
1167
843
|
var DetectDominantLanguageRequest;
|
|
1168
844
|
(function (DetectDominantLanguageRequest) {
|
|
1169
|
-
/**
|
|
1170
|
-
* @internal
|
|
1171
|
-
*/
|
|
1172
845
|
DetectDominantLanguageRequest.filterSensitiveLog = (obj) => ({
|
|
1173
846
|
...obj,
|
|
1174
847
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1176,18 +849,12 @@ var DetectDominantLanguageRequest;
|
|
|
1176
849
|
})(DetectDominantLanguageRequest = exports.DetectDominantLanguageRequest || (exports.DetectDominantLanguageRequest = {}));
|
|
1177
850
|
var DetectDominantLanguageResponse;
|
|
1178
851
|
(function (DetectDominantLanguageResponse) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
852
|
DetectDominantLanguageResponse.filterSensitiveLog = (obj) => ({
|
|
1183
853
|
...obj,
|
|
1184
854
|
});
|
|
1185
855
|
})(DetectDominantLanguageResponse = exports.DetectDominantLanguageResponse || (exports.DetectDominantLanguageResponse = {}));
|
|
1186
856
|
var DetectEntitiesRequest;
|
|
1187
857
|
(function (DetectEntitiesRequest) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
858
|
DetectEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
1192
859
|
...obj,
|
|
1193
860
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1195,18 +862,12 @@ var DetectEntitiesRequest;
|
|
|
1195
862
|
})(DetectEntitiesRequest = exports.DetectEntitiesRequest || (exports.DetectEntitiesRequest = {}));
|
|
1196
863
|
var DetectEntitiesResponse;
|
|
1197
864
|
(function (DetectEntitiesResponse) {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
865
|
DetectEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
1202
866
|
...obj,
|
|
1203
867
|
});
|
|
1204
868
|
})(DetectEntitiesResponse = exports.DetectEntitiesResponse || (exports.DetectEntitiesResponse = {}));
|
|
1205
869
|
var DetectKeyPhrasesRequest;
|
|
1206
870
|
(function (DetectKeyPhrasesRequest) {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
871
|
DetectKeyPhrasesRequest.filterSensitiveLog = (obj) => ({
|
|
1211
872
|
...obj,
|
|
1212
873
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1214,45 +875,30 @@ var DetectKeyPhrasesRequest;
|
|
|
1214
875
|
})(DetectKeyPhrasesRequest = exports.DetectKeyPhrasesRequest || (exports.DetectKeyPhrasesRequest = {}));
|
|
1215
876
|
var DetectKeyPhrasesResponse;
|
|
1216
877
|
(function (DetectKeyPhrasesResponse) {
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
878
|
DetectKeyPhrasesResponse.filterSensitiveLog = (obj) => ({
|
|
1221
879
|
...obj,
|
|
1222
880
|
});
|
|
1223
881
|
})(DetectKeyPhrasesResponse = exports.DetectKeyPhrasesResponse || (exports.DetectKeyPhrasesResponse = {}));
|
|
1224
882
|
var DetectPiiEntitiesRequest;
|
|
1225
883
|
(function (DetectPiiEntitiesRequest) {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
884
|
DetectPiiEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
1230
885
|
...obj,
|
|
1231
886
|
});
|
|
1232
887
|
})(DetectPiiEntitiesRequest = exports.DetectPiiEntitiesRequest || (exports.DetectPiiEntitiesRequest = {}));
|
|
1233
888
|
var PiiEntity;
|
|
1234
889
|
(function (PiiEntity) {
|
|
1235
|
-
/**
|
|
1236
|
-
* @internal
|
|
1237
|
-
*/
|
|
1238
890
|
PiiEntity.filterSensitiveLog = (obj) => ({
|
|
1239
891
|
...obj,
|
|
1240
892
|
});
|
|
1241
893
|
})(PiiEntity = exports.PiiEntity || (exports.PiiEntity = {}));
|
|
1242
894
|
var DetectPiiEntitiesResponse;
|
|
1243
895
|
(function (DetectPiiEntitiesResponse) {
|
|
1244
|
-
/**
|
|
1245
|
-
* @internal
|
|
1246
|
-
*/
|
|
1247
896
|
DetectPiiEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
1248
897
|
...obj,
|
|
1249
898
|
});
|
|
1250
899
|
})(DetectPiiEntitiesResponse = exports.DetectPiiEntitiesResponse || (exports.DetectPiiEntitiesResponse = {}));
|
|
1251
900
|
var DetectSentimentRequest;
|
|
1252
901
|
(function (DetectSentimentRequest) {
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
902
|
DetectSentimentRequest.filterSensitiveLog = (obj) => ({
|
|
1257
903
|
...obj,
|
|
1258
904
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1260,18 +906,12 @@ var DetectSentimentRequest;
|
|
|
1260
906
|
})(DetectSentimentRequest = exports.DetectSentimentRequest || (exports.DetectSentimentRequest = {}));
|
|
1261
907
|
var DetectSentimentResponse;
|
|
1262
908
|
(function (DetectSentimentResponse) {
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
909
|
DetectSentimentResponse.filterSensitiveLog = (obj) => ({
|
|
1267
910
|
...obj,
|
|
1268
911
|
});
|
|
1269
912
|
})(DetectSentimentResponse = exports.DetectSentimentResponse || (exports.DetectSentimentResponse = {}));
|
|
1270
913
|
var DetectSyntaxRequest;
|
|
1271
914
|
(function (DetectSyntaxRequest) {
|
|
1272
|
-
/**
|
|
1273
|
-
* @internal
|
|
1274
|
-
*/
|
|
1275
915
|
DetectSyntaxRequest.filterSensitiveLog = (obj) => ({
|
|
1276
916
|
...obj,
|
|
1277
917
|
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1279,72 +919,48 @@ var DetectSyntaxRequest;
|
|
|
1279
919
|
})(DetectSyntaxRequest = exports.DetectSyntaxRequest || (exports.DetectSyntaxRequest = {}));
|
|
1280
920
|
var DetectSyntaxResponse;
|
|
1281
921
|
(function (DetectSyntaxResponse) {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
922
|
DetectSyntaxResponse.filterSensitiveLog = (obj) => ({
|
|
1286
923
|
...obj,
|
|
1287
924
|
});
|
|
1288
925
|
})(DetectSyntaxResponse = exports.DetectSyntaxResponse || (exports.DetectSyntaxResponse = {}));
|
|
1289
926
|
var InvalidFilterException;
|
|
1290
927
|
(function (InvalidFilterException) {
|
|
1291
|
-
/**
|
|
1292
|
-
* @internal
|
|
1293
|
-
*/
|
|
1294
928
|
InvalidFilterException.filterSensitiveLog = (obj) => ({
|
|
1295
929
|
...obj,
|
|
1296
930
|
});
|
|
1297
931
|
})(InvalidFilterException = exports.InvalidFilterException || (exports.InvalidFilterException = {}));
|
|
1298
932
|
var DocumentClassificationJobFilter;
|
|
1299
933
|
(function (DocumentClassificationJobFilter) {
|
|
1300
|
-
/**
|
|
1301
|
-
* @internal
|
|
1302
|
-
*/
|
|
1303
934
|
DocumentClassificationJobFilter.filterSensitiveLog = (obj) => ({
|
|
1304
935
|
...obj,
|
|
1305
936
|
});
|
|
1306
937
|
})(DocumentClassificationJobFilter = exports.DocumentClassificationJobFilter || (exports.DocumentClassificationJobFilter = {}));
|
|
1307
938
|
var ListDocumentClassificationJobsRequest;
|
|
1308
939
|
(function (ListDocumentClassificationJobsRequest) {
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
940
|
ListDocumentClassificationJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1313
941
|
...obj,
|
|
1314
942
|
});
|
|
1315
943
|
})(ListDocumentClassificationJobsRequest = exports.ListDocumentClassificationJobsRequest || (exports.ListDocumentClassificationJobsRequest = {}));
|
|
1316
944
|
var ListDocumentClassificationJobsResponse;
|
|
1317
945
|
(function (ListDocumentClassificationJobsResponse) {
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
946
|
ListDocumentClassificationJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1322
947
|
...obj,
|
|
1323
948
|
});
|
|
1324
949
|
})(ListDocumentClassificationJobsResponse = exports.ListDocumentClassificationJobsResponse || (exports.ListDocumentClassificationJobsResponse = {}));
|
|
1325
950
|
var DocumentClassifierFilter;
|
|
1326
951
|
(function (DocumentClassifierFilter) {
|
|
1327
|
-
/**
|
|
1328
|
-
* @internal
|
|
1329
|
-
*/
|
|
1330
952
|
DocumentClassifierFilter.filterSensitiveLog = (obj) => ({
|
|
1331
953
|
...obj,
|
|
1332
954
|
});
|
|
1333
955
|
})(DocumentClassifierFilter = exports.DocumentClassifierFilter || (exports.DocumentClassifierFilter = {}));
|
|
1334
956
|
var ListDocumentClassifiersRequest;
|
|
1335
957
|
(function (ListDocumentClassifiersRequest) {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
958
|
ListDocumentClassifiersRequest.filterSensitiveLog = (obj) => ({
|
|
1340
959
|
...obj,
|
|
1341
960
|
});
|
|
1342
961
|
})(ListDocumentClassifiersRequest = exports.ListDocumentClassifiersRequest || (exports.ListDocumentClassifiersRequest = {}));
|
|
1343
962
|
var ListDocumentClassifiersResponse;
|
|
1344
963
|
(function (ListDocumentClassifiersResponse) {
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
964
|
ListDocumentClassifiersResponse.filterSensitiveLog = (obj) => ({
|
|
1349
965
|
...obj,
|
|
1350
966
|
...(obj.DocumentClassifierPropertiesList && {
|
|
@@ -1354,135 +970,90 @@ var ListDocumentClassifiersResponse;
|
|
|
1354
970
|
})(ListDocumentClassifiersResponse = exports.ListDocumentClassifiersResponse || (exports.ListDocumentClassifiersResponse = {}));
|
|
1355
971
|
var ListDocumentClassifierSummariesRequest;
|
|
1356
972
|
(function (ListDocumentClassifierSummariesRequest) {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
973
|
ListDocumentClassifierSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
1361
974
|
...obj,
|
|
1362
975
|
});
|
|
1363
976
|
})(ListDocumentClassifierSummariesRequest = exports.ListDocumentClassifierSummariesRequest || (exports.ListDocumentClassifierSummariesRequest = {}));
|
|
1364
977
|
var DocumentClassifierSummary;
|
|
1365
978
|
(function (DocumentClassifierSummary) {
|
|
1366
|
-
/**
|
|
1367
|
-
* @internal
|
|
1368
|
-
*/
|
|
1369
979
|
DocumentClassifierSummary.filterSensitiveLog = (obj) => ({
|
|
1370
980
|
...obj,
|
|
1371
981
|
});
|
|
1372
982
|
})(DocumentClassifierSummary = exports.DocumentClassifierSummary || (exports.DocumentClassifierSummary = {}));
|
|
1373
983
|
var ListDocumentClassifierSummariesResponse;
|
|
1374
984
|
(function (ListDocumentClassifierSummariesResponse) {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
985
|
ListDocumentClassifierSummariesResponse.filterSensitiveLog = (obj) => ({
|
|
1379
986
|
...obj,
|
|
1380
987
|
});
|
|
1381
988
|
})(ListDocumentClassifierSummariesResponse = exports.ListDocumentClassifierSummariesResponse || (exports.ListDocumentClassifierSummariesResponse = {}));
|
|
1382
989
|
var DominantLanguageDetectionJobFilter;
|
|
1383
990
|
(function (DominantLanguageDetectionJobFilter) {
|
|
1384
|
-
/**
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
1387
991
|
DominantLanguageDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1388
992
|
...obj,
|
|
1389
993
|
});
|
|
1390
994
|
})(DominantLanguageDetectionJobFilter = exports.DominantLanguageDetectionJobFilter || (exports.DominantLanguageDetectionJobFilter = {}));
|
|
1391
995
|
var ListDominantLanguageDetectionJobsRequest;
|
|
1392
996
|
(function (ListDominantLanguageDetectionJobsRequest) {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
997
|
ListDominantLanguageDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1397
998
|
...obj,
|
|
1398
999
|
});
|
|
1399
1000
|
})(ListDominantLanguageDetectionJobsRequest = exports.ListDominantLanguageDetectionJobsRequest || (exports.ListDominantLanguageDetectionJobsRequest = {}));
|
|
1400
1001
|
var ListDominantLanguageDetectionJobsResponse;
|
|
1401
1002
|
(function (ListDominantLanguageDetectionJobsResponse) {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
1003
|
ListDominantLanguageDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1406
1004
|
...obj,
|
|
1407
1005
|
});
|
|
1408
1006
|
})(ListDominantLanguageDetectionJobsResponse = exports.ListDominantLanguageDetectionJobsResponse || (exports.ListDominantLanguageDetectionJobsResponse = {}));
|
|
1409
1007
|
var EndpointFilter;
|
|
1410
1008
|
(function (EndpointFilter) {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
1009
|
EndpointFilter.filterSensitiveLog = (obj) => ({
|
|
1415
1010
|
...obj,
|
|
1416
1011
|
});
|
|
1417
1012
|
})(EndpointFilter = exports.EndpointFilter || (exports.EndpointFilter = {}));
|
|
1418
1013
|
var ListEndpointsRequest;
|
|
1419
1014
|
(function (ListEndpointsRequest) {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
1015
|
ListEndpointsRequest.filterSensitiveLog = (obj) => ({
|
|
1424
1016
|
...obj,
|
|
1425
1017
|
});
|
|
1426
1018
|
})(ListEndpointsRequest = exports.ListEndpointsRequest || (exports.ListEndpointsRequest = {}));
|
|
1427
1019
|
var ListEndpointsResponse;
|
|
1428
1020
|
(function (ListEndpointsResponse) {
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
1021
|
ListEndpointsResponse.filterSensitiveLog = (obj) => ({
|
|
1433
1022
|
...obj,
|
|
1434
1023
|
});
|
|
1435
1024
|
})(ListEndpointsResponse = exports.ListEndpointsResponse || (exports.ListEndpointsResponse = {}));
|
|
1436
1025
|
var EntitiesDetectionJobFilter;
|
|
1437
1026
|
(function (EntitiesDetectionJobFilter) {
|
|
1438
|
-
/**
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
1441
1027
|
EntitiesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1442
1028
|
...obj,
|
|
1443
1029
|
});
|
|
1444
1030
|
})(EntitiesDetectionJobFilter = exports.EntitiesDetectionJobFilter || (exports.EntitiesDetectionJobFilter = {}));
|
|
1445
1031
|
var ListEntitiesDetectionJobsRequest;
|
|
1446
1032
|
(function (ListEntitiesDetectionJobsRequest) {
|
|
1447
|
-
/**
|
|
1448
|
-
* @internal
|
|
1449
|
-
*/
|
|
1450
1033
|
ListEntitiesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1451
1034
|
...obj,
|
|
1452
1035
|
});
|
|
1453
1036
|
})(ListEntitiesDetectionJobsRequest = exports.ListEntitiesDetectionJobsRequest || (exports.ListEntitiesDetectionJobsRequest = {}));
|
|
1454
1037
|
var ListEntitiesDetectionJobsResponse;
|
|
1455
1038
|
(function (ListEntitiesDetectionJobsResponse) {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
1039
|
ListEntitiesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1460
1040
|
...obj,
|
|
1461
1041
|
});
|
|
1462
1042
|
})(ListEntitiesDetectionJobsResponse = exports.ListEntitiesDetectionJobsResponse || (exports.ListEntitiesDetectionJobsResponse = {}));
|
|
1463
1043
|
var EntityRecognizerFilter;
|
|
1464
1044
|
(function (EntityRecognizerFilter) {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
1045
|
EntityRecognizerFilter.filterSensitiveLog = (obj) => ({
|
|
1469
1046
|
...obj,
|
|
1470
1047
|
});
|
|
1471
1048
|
})(EntityRecognizerFilter = exports.EntityRecognizerFilter || (exports.EntityRecognizerFilter = {}));
|
|
1472
1049
|
var ListEntityRecognizersRequest;
|
|
1473
1050
|
(function (ListEntityRecognizersRequest) {
|
|
1474
|
-
/**
|
|
1475
|
-
* @internal
|
|
1476
|
-
*/
|
|
1477
1051
|
ListEntityRecognizersRequest.filterSensitiveLog = (obj) => ({
|
|
1478
1052
|
...obj,
|
|
1479
1053
|
});
|
|
1480
1054
|
})(ListEntityRecognizersRequest = exports.ListEntityRecognizersRequest || (exports.ListEntityRecognizersRequest = {}));
|
|
1481
1055
|
var ListEntityRecognizersResponse;
|
|
1482
1056
|
(function (ListEntityRecognizersResponse) {
|
|
1483
|
-
/**
|
|
1484
|
-
* @internal
|
|
1485
|
-
*/
|
|
1486
1057
|
ListEntityRecognizersResponse.filterSensitiveLog = (obj) => ({
|
|
1487
1058
|
...obj,
|
|
1488
1059
|
...(obj.EntityRecognizerPropertiesList && {
|
|
@@ -1492,542 +1063,361 @@ var ListEntityRecognizersResponse;
|
|
|
1492
1063
|
})(ListEntityRecognizersResponse = exports.ListEntityRecognizersResponse || (exports.ListEntityRecognizersResponse = {}));
|
|
1493
1064
|
var ListEntityRecognizerSummariesRequest;
|
|
1494
1065
|
(function (ListEntityRecognizerSummariesRequest) {
|
|
1495
|
-
/**
|
|
1496
|
-
* @internal
|
|
1497
|
-
*/
|
|
1498
1066
|
ListEntityRecognizerSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
1499
1067
|
...obj,
|
|
1500
1068
|
});
|
|
1501
1069
|
})(ListEntityRecognizerSummariesRequest = exports.ListEntityRecognizerSummariesRequest || (exports.ListEntityRecognizerSummariesRequest = {}));
|
|
1502
1070
|
var EntityRecognizerSummary;
|
|
1503
1071
|
(function (EntityRecognizerSummary) {
|
|
1504
|
-
/**
|
|
1505
|
-
* @internal
|
|
1506
|
-
*/
|
|
1507
1072
|
EntityRecognizerSummary.filterSensitiveLog = (obj) => ({
|
|
1508
1073
|
...obj,
|
|
1509
1074
|
});
|
|
1510
1075
|
})(EntityRecognizerSummary = exports.EntityRecognizerSummary || (exports.EntityRecognizerSummary = {}));
|
|
1511
1076
|
var ListEntityRecognizerSummariesResponse;
|
|
1512
1077
|
(function (ListEntityRecognizerSummariesResponse) {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
1078
|
ListEntityRecognizerSummariesResponse.filterSensitiveLog = (obj) => ({
|
|
1517
1079
|
...obj,
|
|
1518
1080
|
});
|
|
1519
1081
|
})(ListEntityRecognizerSummariesResponse = exports.ListEntityRecognizerSummariesResponse || (exports.ListEntityRecognizerSummariesResponse = {}));
|
|
1520
1082
|
var EventsDetectionJobFilter;
|
|
1521
1083
|
(function (EventsDetectionJobFilter) {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
1084
|
EventsDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1526
1085
|
...obj,
|
|
1527
1086
|
});
|
|
1528
1087
|
})(EventsDetectionJobFilter = exports.EventsDetectionJobFilter || (exports.EventsDetectionJobFilter = {}));
|
|
1529
1088
|
var ListEventsDetectionJobsRequest;
|
|
1530
1089
|
(function (ListEventsDetectionJobsRequest) {
|
|
1531
|
-
/**
|
|
1532
|
-
* @internal
|
|
1533
|
-
*/
|
|
1534
1090
|
ListEventsDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1535
1091
|
...obj,
|
|
1536
1092
|
});
|
|
1537
1093
|
})(ListEventsDetectionJobsRequest = exports.ListEventsDetectionJobsRequest || (exports.ListEventsDetectionJobsRequest = {}));
|
|
1538
1094
|
var ListEventsDetectionJobsResponse;
|
|
1539
1095
|
(function (ListEventsDetectionJobsResponse) {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
1096
|
ListEventsDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1544
1097
|
...obj,
|
|
1545
1098
|
});
|
|
1546
1099
|
})(ListEventsDetectionJobsResponse = exports.ListEventsDetectionJobsResponse || (exports.ListEventsDetectionJobsResponse = {}));
|
|
1547
1100
|
var KeyPhrasesDetectionJobFilter;
|
|
1548
1101
|
(function (KeyPhrasesDetectionJobFilter) {
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
1102
|
KeyPhrasesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1553
1103
|
...obj,
|
|
1554
1104
|
});
|
|
1555
1105
|
})(KeyPhrasesDetectionJobFilter = exports.KeyPhrasesDetectionJobFilter || (exports.KeyPhrasesDetectionJobFilter = {}));
|
|
1556
1106
|
var ListKeyPhrasesDetectionJobsRequest;
|
|
1557
1107
|
(function (ListKeyPhrasesDetectionJobsRequest) {
|
|
1558
|
-
/**
|
|
1559
|
-
* @internal
|
|
1560
|
-
*/
|
|
1561
1108
|
ListKeyPhrasesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1562
1109
|
...obj,
|
|
1563
1110
|
});
|
|
1564
1111
|
})(ListKeyPhrasesDetectionJobsRequest = exports.ListKeyPhrasesDetectionJobsRequest || (exports.ListKeyPhrasesDetectionJobsRequest = {}));
|
|
1565
1112
|
var ListKeyPhrasesDetectionJobsResponse;
|
|
1566
1113
|
(function (ListKeyPhrasesDetectionJobsResponse) {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
1114
|
ListKeyPhrasesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1571
1115
|
...obj,
|
|
1572
1116
|
});
|
|
1573
1117
|
})(ListKeyPhrasesDetectionJobsResponse = exports.ListKeyPhrasesDetectionJobsResponse || (exports.ListKeyPhrasesDetectionJobsResponse = {}));
|
|
1574
1118
|
var PiiEntitiesDetectionJobFilter;
|
|
1575
1119
|
(function (PiiEntitiesDetectionJobFilter) {
|
|
1576
|
-
/**
|
|
1577
|
-
* @internal
|
|
1578
|
-
*/
|
|
1579
1120
|
PiiEntitiesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1580
1121
|
...obj,
|
|
1581
1122
|
});
|
|
1582
1123
|
})(PiiEntitiesDetectionJobFilter = exports.PiiEntitiesDetectionJobFilter || (exports.PiiEntitiesDetectionJobFilter = {}));
|
|
1583
1124
|
var ListPiiEntitiesDetectionJobsRequest;
|
|
1584
1125
|
(function (ListPiiEntitiesDetectionJobsRequest) {
|
|
1585
|
-
/**
|
|
1586
|
-
* @internal
|
|
1587
|
-
*/
|
|
1588
1126
|
ListPiiEntitiesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1589
1127
|
...obj,
|
|
1590
1128
|
});
|
|
1591
1129
|
})(ListPiiEntitiesDetectionJobsRequest = exports.ListPiiEntitiesDetectionJobsRequest || (exports.ListPiiEntitiesDetectionJobsRequest = {}));
|
|
1592
1130
|
var ListPiiEntitiesDetectionJobsResponse;
|
|
1593
1131
|
(function (ListPiiEntitiesDetectionJobsResponse) {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
1132
|
ListPiiEntitiesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1598
1133
|
...obj,
|
|
1599
1134
|
});
|
|
1600
1135
|
})(ListPiiEntitiesDetectionJobsResponse = exports.ListPiiEntitiesDetectionJobsResponse || (exports.ListPiiEntitiesDetectionJobsResponse = {}));
|
|
1601
1136
|
var SentimentDetectionJobFilter;
|
|
1602
1137
|
(function (SentimentDetectionJobFilter) {
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
1138
|
SentimentDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1607
1139
|
...obj,
|
|
1608
1140
|
});
|
|
1609
1141
|
})(SentimentDetectionJobFilter = exports.SentimentDetectionJobFilter || (exports.SentimentDetectionJobFilter = {}));
|
|
1610
1142
|
var ListSentimentDetectionJobsRequest;
|
|
1611
1143
|
(function (ListSentimentDetectionJobsRequest) {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
1144
|
ListSentimentDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1616
1145
|
...obj,
|
|
1617
1146
|
});
|
|
1618
1147
|
})(ListSentimentDetectionJobsRequest = exports.ListSentimentDetectionJobsRequest || (exports.ListSentimentDetectionJobsRequest = {}));
|
|
1619
1148
|
var ListSentimentDetectionJobsResponse;
|
|
1620
1149
|
(function (ListSentimentDetectionJobsResponse) {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
1150
|
ListSentimentDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1625
1151
|
...obj,
|
|
1626
1152
|
});
|
|
1627
1153
|
})(ListSentimentDetectionJobsResponse = exports.ListSentimentDetectionJobsResponse || (exports.ListSentimentDetectionJobsResponse = {}));
|
|
1628
1154
|
var ListTagsForResourceRequest;
|
|
1629
1155
|
(function (ListTagsForResourceRequest) {
|
|
1630
|
-
/**
|
|
1631
|
-
* @internal
|
|
1632
|
-
*/
|
|
1633
1156
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1634
1157
|
...obj,
|
|
1635
1158
|
});
|
|
1636
1159
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1637
1160
|
var ListTagsForResourceResponse;
|
|
1638
1161
|
(function (ListTagsForResourceResponse) {
|
|
1639
|
-
/**
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
1642
1162
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1643
1163
|
...obj,
|
|
1644
1164
|
});
|
|
1645
1165
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1646
1166
|
var TopicsDetectionJobFilter;
|
|
1647
1167
|
(function (TopicsDetectionJobFilter) {
|
|
1648
|
-
/**
|
|
1649
|
-
* @internal
|
|
1650
|
-
*/
|
|
1651
1168
|
TopicsDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1652
1169
|
...obj,
|
|
1653
1170
|
});
|
|
1654
1171
|
})(TopicsDetectionJobFilter = exports.TopicsDetectionJobFilter || (exports.TopicsDetectionJobFilter = {}));
|
|
1655
1172
|
var ListTopicsDetectionJobsRequest;
|
|
1656
1173
|
(function (ListTopicsDetectionJobsRequest) {
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
1174
|
ListTopicsDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1661
1175
|
...obj,
|
|
1662
1176
|
});
|
|
1663
1177
|
})(ListTopicsDetectionJobsRequest = exports.ListTopicsDetectionJobsRequest || (exports.ListTopicsDetectionJobsRequest = {}));
|
|
1664
1178
|
var ListTopicsDetectionJobsResponse;
|
|
1665
1179
|
(function (ListTopicsDetectionJobsResponse) {
|
|
1666
|
-
/**
|
|
1667
|
-
* @internal
|
|
1668
|
-
*/
|
|
1669
1180
|
ListTopicsDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1670
1181
|
...obj,
|
|
1671
1182
|
});
|
|
1672
1183
|
})(ListTopicsDetectionJobsResponse = exports.ListTopicsDetectionJobsResponse || (exports.ListTopicsDetectionJobsResponse = {}));
|
|
1673
1184
|
var StartDocumentClassificationJobRequest;
|
|
1674
1185
|
(function (StartDocumentClassificationJobRequest) {
|
|
1675
|
-
/**
|
|
1676
|
-
* @internal
|
|
1677
|
-
*/
|
|
1678
1186
|
StartDocumentClassificationJobRequest.filterSensitiveLog = (obj) => ({
|
|
1679
1187
|
...obj,
|
|
1680
1188
|
});
|
|
1681
1189
|
})(StartDocumentClassificationJobRequest = exports.StartDocumentClassificationJobRequest || (exports.StartDocumentClassificationJobRequest = {}));
|
|
1682
1190
|
var StartDocumentClassificationJobResponse;
|
|
1683
1191
|
(function (StartDocumentClassificationJobResponse) {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
1192
|
StartDocumentClassificationJobResponse.filterSensitiveLog = (obj) => ({
|
|
1688
1193
|
...obj,
|
|
1689
1194
|
});
|
|
1690
1195
|
})(StartDocumentClassificationJobResponse = exports.StartDocumentClassificationJobResponse || (exports.StartDocumentClassificationJobResponse = {}));
|
|
1691
1196
|
var StartDominantLanguageDetectionJobRequest;
|
|
1692
1197
|
(function (StartDominantLanguageDetectionJobRequest) {
|
|
1693
|
-
/**
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
1696
1198
|
StartDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1697
1199
|
...obj,
|
|
1698
1200
|
});
|
|
1699
1201
|
})(StartDominantLanguageDetectionJobRequest = exports.StartDominantLanguageDetectionJobRequest || (exports.StartDominantLanguageDetectionJobRequest = {}));
|
|
1700
1202
|
var StartDominantLanguageDetectionJobResponse;
|
|
1701
1203
|
(function (StartDominantLanguageDetectionJobResponse) {
|
|
1702
|
-
/**
|
|
1703
|
-
* @internal
|
|
1704
|
-
*/
|
|
1705
1204
|
StartDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1706
1205
|
...obj,
|
|
1707
1206
|
});
|
|
1708
1207
|
})(StartDominantLanguageDetectionJobResponse = exports.StartDominantLanguageDetectionJobResponse || (exports.StartDominantLanguageDetectionJobResponse = {}));
|
|
1709
1208
|
var StartEntitiesDetectionJobRequest;
|
|
1710
1209
|
(function (StartEntitiesDetectionJobRequest) {
|
|
1711
|
-
/**
|
|
1712
|
-
* @internal
|
|
1713
|
-
*/
|
|
1714
1210
|
StartEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1715
1211
|
...obj,
|
|
1716
1212
|
});
|
|
1717
1213
|
})(StartEntitiesDetectionJobRequest = exports.StartEntitiesDetectionJobRequest || (exports.StartEntitiesDetectionJobRequest = {}));
|
|
1718
1214
|
var StartEntitiesDetectionJobResponse;
|
|
1719
1215
|
(function (StartEntitiesDetectionJobResponse) {
|
|
1720
|
-
/**
|
|
1721
|
-
* @internal
|
|
1722
|
-
*/
|
|
1723
1216
|
StartEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1724
1217
|
...obj,
|
|
1725
1218
|
});
|
|
1726
1219
|
})(StartEntitiesDetectionJobResponse = exports.StartEntitiesDetectionJobResponse || (exports.StartEntitiesDetectionJobResponse = {}));
|
|
1727
1220
|
var StartEventsDetectionJobRequest;
|
|
1728
1221
|
(function (StartEventsDetectionJobRequest) {
|
|
1729
|
-
/**
|
|
1730
|
-
* @internal
|
|
1731
|
-
*/
|
|
1732
1222
|
StartEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1733
1223
|
...obj,
|
|
1734
1224
|
});
|
|
1735
1225
|
})(StartEventsDetectionJobRequest = exports.StartEventsDetectionJobRequest || (exports.StartEventsDetectionJobRequest = {}));
|
|
1736
1226
|
var StartEventsDetectionJobResponse;
|
|
1737
1227
|
(function (StartEventsDetectionJobResponse) {
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
1228
|
StartEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1742
1229
|
...obj,
|
|
1743
1230
|
});
|
|
1744
1231
|
})(StartEventsDetectionJobResponse = exports.StartEventsDetectionJobResponse || (exports.StartEventsDetectionJobResponse = {}));
|
|
1745
1232
|
var StartKeyPhrasesDetectionJobRequest;
|
|
1746
1233
|
(function (StartKeyPhrasesDetectionJobRequest) {
|
|
1747
|
-
/**
|
|
1748
|
-
* @internal
|
|
1749
|
-
*/
|
|
1750
1234
|
StartKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1751
1235
|
...obj,
|
|
1752
1236
|
});
|
|
1753
1237
|
})(StartKeyPhrasesDetectionJobRequest = exports.StartKeyPhrasesDetectionJobRequest || (exports.StartKeyPhrasesDetectionJobRequest = {}));
|
|
1754
1238
|
var StartKeyPhrasesDetectionJobResponse;
|
|
1755
1239
|
(function (StartKeyPhrasesDetectionJobResponse) {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
1240
|
StartKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1760
1241
|
...obj,
|
|
1761
1242
|
});
|
|
1762
1243
|
})(StartKeyPhrasesDetectionJobResponse = exports.StartKeyPhrasesDetectionJobResponse || (exports.StartKeyPhrasesDetectionJobResponse = {}));
|
|
1763
1244
|
var StartPiiEntitiesDetectionJobRequest;
|
|
1764
1245
|
(function (StartPiiEntitiesDetectionJobRequest) {
|
|
1765
|
-
/**
|
|
1766
|
-
* @internal
|
|
1767
|
-
*/
|
|
1768
1246
|
StartPiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1769
1247
|
...obj,
|
|
1770
1248
|
});
|
|
1771
1249
|
})(StartPiiEntitiesDetectionJobRequest = exports.StartPiiEntitiesDetectionJobRequest || (exports.StartPiiEntitiesDetectionJobRequest = {}));
|
|
1772
1250
|
var StartPiiEntitiesDetectionJobResponse;
|
|
1773
1251
|
(function (StartPiiEntitiesDetectionJobResponse) {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
1252
|
StartPiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1778
1253
|
...obj,
|
|
1779
1254
|
});
|
|
1780
1255
|
})(StartPiiEntitiesDetectionJobResponse = exports.StartPiiEntitiesDetectionJobResponse || (exports.StartPiiEntitiesDetectionJobResponse = {}));
|
|
1781
1256
|
var StartSentimentDetectionJobRequest;
|
|
1782
1257
|
(function (StartSentimentDetectionJobRequest) {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
1258
|
StartSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1787
1259
|
...obj,
|
|
1788
1260
|
});
|
|
1789
1261
|
})(StartSentimentDetectionJobRequest = exports.StartSentimentDetectionJobRequest || (exports.StartSentimentDetectionJobRequest = {}));
|
|
1790
1262
|
var StartSentimentDetectionJobResponse;
|
|
1791
1263
|
(function (StartSentimentDetectionJobResponse) {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
1264
|
StartSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1796
1265
|
...obj,
|
|
1797
1266
|
});
|
|
1798
1267
|
})(StartSentimentDetectionJobResponse = exports.StartSentimentDetectionJobResponse || (exports.StartSentimentDetectionJobResponse = {}));
|
|
1799
1268
|
var StartTopicsDetectionJobRequest;
|
|
1800
1269
|
(function (StartTopicsDetectionJobRequest) {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
1270
|
StartTopicsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1805
1271
|
...obj,
|
|
1806
1272
|
});
|
|
1807
1273
|
})(StartTopicsDetectionJobRequest = exports.StartTopicsDetectionJobRequest || (exports.StartTopicsDetectionJobRequest = {}));
|
|
1808
1274
|
var StartTopicsDetectionJobResponse;
|
|
1809
1275
|
(function (StartTopicsDetectionJobResponse) {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
1276
|
StartTopicsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1814
1277
|
...obj,
|
|
1815
1278
|
});
|
|
1816
1279
|
})(StartTopicsDetectionJobResponse = exports.StartTopicsDetectionJobResponse || (exports.StartTopicsDetectionJobResponse = {}));
|
|
1817
1280
|
var StopDominantLanguageDetectionJobRequest;
|
|
1818
1281
|
(function (StopDominantLanguageDetectionJobRequest) {
|
|
1819
|
-
/**
|
|
1820
|
-
* @internal
|
|
1821
|
-
*/
|
|
1822
1282
|
StopDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1823
1283
|
...obj,
|
|
1824
1284
|
});
|
|
1825
1285
|
})(StopDominantLanguageDetectionJobRequest = exports.StopDominantLanguageDetectionJobRequest || (exports.StopDominantLanguageDetectionJobRequest = {}));
|
|
1826
1286
|
var StopDominantLanguageDetectionJobResponse;
|
|
1827
1287
|
(function (StopDominantLanguageDetectionJobResponse) {
|
|
1828
|
-
/**
|
|
1829
|
-
* @internal
|
|
1830
|
-
*/
|
|
1831
1288
|
StopDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1832
1289
|
...obj,
|
|
1833
1290
|
});
|
|
1834
1291
|
})(StopDominantLanguageDetectionJobResponse = exports.StopDominantLanguageDetectionJobResponse || (exports.StopDominantLanguageDetectionJobResponse = {}));
|
|
1835
1292
|
var StopEntitiesDetectionJobRequest;
|
|
1836
1293
|
(function (StopEntitiesDetectionJobRequest) {
|
|
1837
|
-
/**
|
|
1838
|
-
* @internal
|
|
1839
|
-
*/
|
|
1840
1294
|
StopEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1841
1295
|
...obj,
|
|
1842
1296
|
});
|
|
1843
1297
|
})(StopEntitiesDetectionJobRequest = exports.StopEntitiesDetectionJobRequest || (exports.StopEntitiesDetectionJobRequest = {}));
|
|
1844
1298
|
var StopEntitiesDetectionJobResponse;
|
|
1845
1299
|
(function (StopEntitiesDetectionJobResponse) {
|
|
1846
|
-
/**
|
|
1847
|
-
* @internal
|
|
1848
|
-
*/
|
|
1849
1300
|
StopEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1850
1301
|
...obj,
|
|
1851
1302
|
});
|
|
1852
1303
|
})(StopEntitiesDetectionJobResponse = exports.StopEntitiesDetectionJobResponse || (exports.StopEntitiesDetectionJobResponse = {}));
|
|
1853
1304
|
var StopEventsDetectionJobRequest;
|
|
1854
1305
|
(function (StopEventsDetectionJobRequest) {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
1306
|
StopEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1859
1307
|
...obj,
|
|
1860
1308
|
});
|
|
1861
1309
|
})(StopEventsDetectionJobRequest = exports.StopEventsDetectionJobRequest || (exports.StopEventsDetectionJobRequest = {}));
|
|
1862
1310
|
var StopEventsDetectionJobResponse;
|
|
1863
1311
|
(function (StopEventsDetectionJobResponse) {
|
|
1864
|
-
/**
|
|
1865
|
-
* @internal
|
|
1866
|
-
*/
|
|
1867
1312
|
StopEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1868
1313
|
...obj,
|
|
1869
1314
|
});
|
|
1870
1315
|
})(StopEventsDetectionJobResponse = exports.StopEventsDetectionJobResponse || (exports.StopEventsDetectionJobResponse = {}));
|
|
1871
1316
|
var StopKeyPhrasesDetectionJobRequest;
|
|
1872
1317
|
(function (StopKeyPhrasesDetectionJobRequest) {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
1318
|
StopKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1877
1319
|
...obj,
|
|
1878
1320
|
});
|
|
1879
1321
|
})(StopKeyPhrasesDetectionJobRequest = exports.StopKeyPhrasesDetectionJobRequest || (exports.StopKeyPhrasesDetectionJobRequest = {}));
|
|
1880
1322
|
var StopKeyPhrasesDetectionJobResponse;
|
|
1881
1323
|
(function (StopKeyPhrasesDetectionJobResponse) {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
1324
|
StopKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1886
1325
|
...obj,
|
|
1887
1326
|
});
|
|
1888
1327
|
})(StopKeyPhrasesDetectionJobResponse = exports.StopKeyPhrasesDetectionJobResponse || (exports.StopKeyPhrasesDetectionJobResponse = {}));
|
|
1889
1328
|
var StopPiiEntitiesDetectionJobRequest;
|
|
1890
1329
|
(function (StopPiiEntitiesDetectionJobRequest) {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
1330
|
StopPiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1895
1331
|
...obj,
|
|
1896
1332
|
});
|
|
1897
1333
|
})(StopPiiEntitiesDetectionJobRequest = exports.StopPiiEntitiesDetectionJobRequest || (exports.StopPiiEntitiesDetectionJobRequest = {}));
|
|
1898
1334
|
var StopPiiEntitiesDetectionJobResponse;
|
|
1899
1335
|
(function (StopPiiEntitiesDetectionJobResponse) {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
1336
|
StopPiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1904
1337
|
...obj,
|
|
1905
1338
|
});
|
|
1906
1339
|
})(StopPiiEntitiesDetectionJobResponse = exports.StopPiiEntitiesDetectionJobResponse || (exports.StopPiiEntitiesDetectionJobResponse = {}));
|
|
1907
1340
|
var StopSentimentDetectionJobRequest;
|
|
1908
1341
|
(function (StopSentimentDetectionJobRequest) {
|
|
1909
|
-
/**
|
|
1910
|
-
* @internal
|
|
1911
|
-
*/
|
|
1912
1342
|
StopSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1913
1343
|
...obj,
|
|
1914
1344
|
});
|
|
1915
1345
|
})(StopSentimentDetectionJobRequest = exports.StopSentimentDetectionJobRequest || (exports.StopSentimentDetectionJobRequest = {}));
|
|
1916
1346
|
var StopSentimentDetectionJobResponse;
|
|
1917
1347
|
(function (StopSentimentDetectionJobResponse) {
|
|
1918
|
-
/**
|
|
1919
|
-
* @internal
|
|
1920
|
-
*/
|
|
1921
1348
|
StopSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1922
1349
|
...obj,
|
|
1923
1350
|
});
|
|
1924
1351
|
})(StopSentimentDetectionJobResponse = exports.StopSentimentDetectionJobResponse || (exports.StopSentimentDetectionJobResponse = {}));
|
|
1925
1352
|
var StopTrainingDocumentClassifierRequest;
|
|
1926
1353
|
(function (StopTrainingDocumentClassifierRequest) {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
1354
|
StopTrainingDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
1931
1355
|
...obj,
|
|
1932
1356
|
});
|
|
1933
1357
|
})(StopTrainingDocumentClassifierRequest = exports.StopTrainingDocumentClassifierRequest || (exports.StopTrainingDocumentClassifierRequest = {}));
|
|
1934
1358
|
var StopTrainingDocumentClassifierResponse;
|
|
1935
1359
|
(function (StopTrainingDocumentClassifierResponse) {
|
|
1936
|
-
/**
|
|
1937
|
-
* @internal
|
|
1938
|
-
*/
|
|
1939
1360
|
StopTrainingDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
1940
1361
|
...obj,
|
|
1941
1362
|
});
|
|
1942
1363
|
})(StopTrainingDocumentClassifierResponse = exports.StopTrainingDocumentClassifierResponse || (exports.StopTrainingDocumentClassifierResponse = {}));
|
|
1943
1364
|
var StopTrainingEntityRecognizerRequest;
|
|
1944
1365
|
(function (StopTrainingEntityRecognizerRequest) {
|
|
1945
|
-
/**
|
|
1946
|
-
* @internal
|
|
1947
|
-
*/
|
|
1948
1366
|
StopTrainingEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
1949
1367
|
...obj,
|
|
1950
1368
|
});
|
|
1951
1369
|
})(StopTrainingEntityRecognizerRequest = exports.StopTrainingEntityRecognizerRequest || (exports.StopTrainingEntityRecognizerRequest = {}));
|
|
1952
1370
|
var StopTrainingEntityRecognizerResponse;
|
|
1953
1371
|
(function (StopTrainingEntityRecognizerResponse) {
|
|
1954
|
-
/**
|
|
1955
|
-
* @internal
|
|
1956
|
-
*/
|
|
1957
1372
|
StopTrainingEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
1958
1373
|
...obj,
|
|
1959
1374
|
});
|
|
1960
1375
|
})(StopTrainingEntityRecognizerResponse = exports.StopTrainingEntityRecognizerResponse || (exports.StopTrainingEntityRecognizerResponse = {}));
|
|
1961
1376
|
var ConcurrentModificationException;
|
|
1962
1377
|
(function (ConcurrentModificationException) {
|
|
1963
|
-
/**
|
|
1964
|
-
* @internal
|
|
1965
|
-
*/
|
|
1966
1378
|
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
1967
1379
|
...obj,
|
|
1968
1380
|
});
|
|
1969
1381
|
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
1970
1382
|
var TagResourceRequest;
|
|
1971
1383
|
(function (TagResourceRequest) {
|
|
1972
|
-
/**
|
|
1973
|
-
* @internal
|
|
1974
|
-
*/
|
|
1975
1384
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1976
1385
|
...obj,
|
|
1977
1386
|
});
|
|
1978
1387
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1979
1388
|
var TagResourceResponse;
|
|
1980
1389
|
(function (TagResourceResponse) {
|
|
1981
|
-
/**
|
|
1982
|
-
* @internal
|
|
1983
|
-
*/
|
|
1984
1390
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1985
1391
|
...obj,
|
|
1986
1392
|
});
|
|
1987
1393
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1988
1394
|
var TooManyTagKeysException;
|
|
1989
1395
|
(function (TooManyTagKeysException) {
|
|
1990
|
-
/**
|
|
1991
|
-
* @internal
|
|
1992
|
-
*/
|
|
1993
1396
|
TooManyTagKeysException.filterSensitiveLog = (obj) => ({
|
|
1994
1397
|
...obj,
|
|
1995
1398
|
});
|
|
1996
1399
|
})(TooManyTagKeysException = exports.TooManyTagKeysException || (exports.TooManyTagKeysException = {}));
|
|
1997
1400
|
var UntagResourceRequest;
|
|
1998
1401
|
(function (UntagResourceRequest) {
|
|
1999
|
-
/**
|
|
2000
|
-
* @internal
|
|
2001
|
-
*/
|
|
2002
1402
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
2003
1403
|
...obj,
|
|
2004
1404
|
});
|
|
2005
1405
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
2006
1406
|
var UntagResourceResponse;
|
|
2007
1407
|
(function (UntagResourceResponse) {
|
|
2008
|
-
/**
|
|
2009
|
-
* @internal
|
|
2010
|
-
*/
|
|
2011
1408
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
2012
1409
|
...obj,
|
|
2013
1410
|
});
|
|
2014
1411
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
2015
1412
|
var UpdateEndpointRequest;
|
|
2016
1413
|
(function (UpdateEndpointRequest) {
|
|
2017
|
-
/**
|
|
2018
|
-
* @internal
|
|
2019
|
-
*/
|
|
2020
1414
|
UpdateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
2021
1415
|
...obj,
|
|
2022
1416
|
});
|
|
2023
1417
|
})(UpdateEndpointRequest = exports.UpdateEndpointRequest || (exports.UpdateEndpointRequest = {}));
|
|
2024
1418
|
var UpdateEndpointResponse;
|
|
2025
1419
|
(function (UpdateEndpointResponse) {
|
|
2026
|
-
/**
|
|
2027
|
-
* @internal
|
|
2028
|
-
*/
|
|
2029
1420
|
UpdateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
2030
1421
|
...obj,
|
|
2031
1422
|
});
|
|
2032
1423
|
})(UpdateEndpointResponse = exports.UpdateEndpointResponse || (exports.UpdateEndpointResponse = {}));
|
|
2033
|
-
//# sourceMappingURL=models_0.js.map
|