@aws-sdk/client-comprehend 3.34.0 → 3.37.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 +952 -0
- package/dist-cjs/ComprehendClient.js +35 -0
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +36 -0
- package/dist-cjs/commands/ClassifyDocumentCommand.js +36 -0
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +36 -0
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeEndpointCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +36 -0
- package/dist-cjs/commands/DetectEntitiesCommand.js +36 -0
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +36 -0
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +36 -0
- package/dist-cjs/commands/DetectSentimentCommand.js +36 -0
- package/dist-cjs/commands/DetectSyntaxCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +36 -0
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListEndpointsCommand.js +36 -0
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +36 -0
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +36 -0
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateEndpointCommand.js +36 -0
- package/dist-cjs/endpoints.js +76 -0
- package/dist-cjs/index.js +81 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1423 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +35 -0
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +35 -0
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8048 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Comprehend.js +955 -0
- package/dist-es/ComprehendClient.js +37 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +39 -0
- package/dist-es/commands/BatchDetectEntitiesCommand.js +39 -0
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +39 -0
- package/dist-es/commands/BatchDetectSentimentCommand.js +39 -0
- package/dist-es/commands/BatchDetectSyntaxCommand.js +39 -0
- package/dist-es/commands/ClassifyDocumentCommand.js +39 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +39 -0
- package/dist-es/commands/CreateDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/CreateEndpointCommand.js +39 -0
- package/dist-es/commands/CreateEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/DeleteEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +39 -0
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeEndpointCommand.js +39 -0
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +39 -0
- package/dist-es/commands/DetectDominantLanguageCommand.js +39 -0
- package/dist-es/commands/DetectEntitiesCommand.js +39 -0
- package/dist-es/commands/DetectKeyPhrasesCommand.js +39 -0
- package/dist-es/commands/DetectPiiEntitiesCommand.js +39 -0
- package/dist-es/commands/DetectSentimentCommand.js +39 -0
- package/dist-es/commands/DetectSyntaxCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassifiersCommand.js +39 -0
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListEndpointsCommand.js +39 -0
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +39 -0
- package/dist-es/commands/ListEntityRecognizersCommand.js +39 -0
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +39 -0
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +39 -0
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateEndpointCommand.js +39 -0
- package/dist-es/endpoints.js +72 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +998 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +74 -0
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +74 -0
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +74 -0
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +74 -0
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +74 -0
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +8289 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Comprehend.d.ts +561 -0
- package/dist-types/ComprehendClient.d.ts +198 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +35 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +36 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +36 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +37 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +38 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +37 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +41 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +41 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +36 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +36 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +35 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +36 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +36 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +36 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +35 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +35 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +40 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +36 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +39 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +40 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +38 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +191 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Comprehend.d.ts +320 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2704 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Comprehend.ts +0 -2438
- package/ComprehendClient.ts +0 -574
- package/commands/BatchDetectDominantLanguageCommand.ts +0 -101
- package/commands/BatchDetectEntitiesCommand.ts +0 -96
- package/commands/BatchDetectKeyPhrasesCommand.ts +0 -94
- package/commands/BatchDetectSentimentCommand.ts +0 -96
- package/commands/BatchDetectSyntaxCommand.ts +0 -95
- package/commands/ClassifyDocumentCommand.ts +0 -95
- package/commands/ContainsPiiEntitiesCommand.ts +0 -96
- package/commands/CreateDocumentClassifierCommand.ts +0 -97
- package/commands/CreateEndpointCommand.ts +0 -96
- package/commands/CreateEntityRecognizerCommand.ts +0 -96
- package/commands/DeleteDocumentClassifierCommand.ts +0 -100
- package/commands/DeleteEndpointCommand.ts +0 -95
- package/commands/DeleteEntityRecognizerCommand.ts +0 -100
- package/commands/DescribeDocumentClassificationJobCommand.ts +0 -106
- package/commands/DescribeDocumentClassifierCommand.ts +0 -97
- package/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -106
- package/commands/DescribeEndpointCommand.ts +0 -95
- package/commands/DescribeEntitiesDetectionJobCommand.ts +0 -100
- package/commands/DescribeEntityRecognizerCommand.ts +0 -95
- package/commands/DescribeEventsDetectionJobCommand.ts +0 -97
- package/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -103
- package/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -103
- package/commands/DescribeSentimentDetectionJobCommand.ts +0 -100
- package/commands/DescribeTopicsDetectionJobCommand.ts +0 -98
- package/commands/DetectDominantLanguageCommand.ts +0 -95
- package/commands/DetectEntitiesCommand.ts +0 -95
- package/commands/DetectKeyPhrasesCommand.ts +0 -94
- package/commands/DetectPiiEntitiesCommand.ts +0 -95
- package/commands/DetectSentimentCommand.ts +0 -95
- package/commands/DetectSyntaxCommand.ts +0 -95
- package/commands/ListDocumentClassificationJobsCommand.ts +0 -102
- package/commands/ListDocumentClassifierSummariesCommand.ts +0 -102
- package/commands/ListDocumentClassifiersCommand.ts +0 -94
- package/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -105
- package/commands/ListEndpointsCommand.ts +0 -94
- package/commands/ListEntitiesDetectionJobsCommand.ts +0 -97
- package/commands/ListEntityRecognizerSummariesCommand.ts +0 -99
- package/commands/ListEntityRecognizersCommand.ts +0 -99
- package/commands/ListEventsDetectionJobsCommand.ts +0 -94
- package/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -99
- package/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -99
- package/commands/ListSentimentDetectionJobsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTopicsDetectionJobsCommand.ts +0 -94
- package/commands/StartDocumentClassificationJobCommand.ts +0 -103
- package/commands/StartDominantLanguageDetectionJobCommand.ts +0 -107
- package/commands/StartEntitiesDetectionJobCommand.ts +0 -101
- package/commands/StartEventsDetectionJobCommand.ts +0 -94
- package/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -101
- package/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -99
- package/commands/StartSentimentDetectionJobCommand.ts +0 -99
- package/commands/StartTopicsDetectionJobCommand.ts +0 -95
- package/commands/StopDominantLanguageDetectionJobCommand.ts +0 -111
- package/commands/StopEntitiesDetectionJobCommand.ts +0 -103
- package/commands/StopEventsDetectionJobCommand.ts +0 -94
- package/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -106
- package/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -99
- package/commands/StopSentimentDetectionJobCommand.ts +0 -106
- package/commands/StopTrainingDocumentClassifierCommand.ts +0 -107
- package/commands/StopTrainingEntityRecognizerCommand.ts +0 -104
- package/commands/TagResourceCommand.ts +0 -97
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateEndpointCommand.ts +0 -94
- package/dist/cjs/Comprehend.js +0 -959
- package/dist/cjs/Comprehend.js.map +0 -1
- package/dist/cjs/ComprehendClient.js +0 -47
- package/dist/cjs/ComprehendClient.js.map +0 -1
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -61
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectSentimentCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js +0 -62
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist/cjs/commands/ClassifyDocumentCommand.js +0 -62
- package/dist/cjs/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js +0 -63
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js +0 -64
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +0 -63
- package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js +0 -63
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js +0 -67
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +0 -62
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js +0 -67
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js +0 -61
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointCommand.js +0 -62
- package/dist/cjs/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js +0 -62
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DetectDominantLanguageCommand.js +0 -62
- package/dist/cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesCommand.js +0 -62
- package/dist/cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js +0 -61
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js +0 -62
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectSentimentCommand.js +0 -62
- package/dist/cjs/commands/DetectSentimentCommand.js.map +0 -1
- package/dist/cjs/commands/DetectSyntaxCommand.js +0 -62
- package/dist/cjs/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEndpointsCommand.js +0 -61
- package/dist/cjs/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -61
- package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntityRecognizersCommand.js +0 -66
- package/dist/cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js +0 -62
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js +0 -65
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -66
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -66
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -64
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEndpointCommand.js +0 -61
- package/dist/cjs/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -77
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -82
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2033
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntityRecognizersPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8054
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Comprehend.js +0 -956
- package/dist/es/Comprehend.js.map +0 -1
- package/dist/es/ComprehendClient.js +0 -38
- package/dist/es/ComprehendClient.js.map +0 -1
- package/dist/es/commands/BatchDetectDominantLanguageCommand.js +0 -40
- package/dist/es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectEntitiesCommand.js +0 -40
- package/dist/es/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectKeyPhrasesCommand.js +0 -40
- package/dist/es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectSentimentCommand.js +0 -40
- package/dist/es/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectSyntaxCommand.js +0 -40
- package/dist/es/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist/es/commands/ClassifyDocumentCommand.js +0 -40
- package/dist/es/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist/es/commands/ContainsPiiEntitiesCommand.js +0 -40
- package/dist/es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist/es/commands/CreateDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js +0 -40
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DeleteDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DescribeDocumentClassificationJobCommand.js +0 -40
- package/dist/es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeTopicsDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DetectDominantLanguageCommand.js +0 -40
- package/dist/es/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesCommand.js +0 -40
- package/dist/es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectKeyPhrasesCommand.js +0 -40
- package/dist/es/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist/es/commands/DetectPiiEntitiesCommand.js +0 -40
- package/dist/es/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectSentimentCommand.js +0 -40
- package/dist/es/commands/DetectSentimentCommand.js.map +0 -1
- package/dist/es/commands/DetectSyntaxCommand.js +0 -40
- package/dist/es/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassificationJobsCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassifierSummariesCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassifiersCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointsCommand.js +0 -40
- package/dist/es/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListEntitiesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListEntityRecognizerSummariesCommand.js +0 -40
- package/dist/es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist/es/commands/ListEntityRecognizersCommand.js +0 -40
- package/dist/es/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist/es/commands/ListEventsDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListSentimentDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTopicsDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/StartDocumentClassificationJobCommand.js +0 -40
- package/dist/es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartTopicsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopTrainingDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/StopTrainingEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEndpointCommand.js +0 -40
- package/dist/es/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -73
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -79
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -999
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -75
- package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntityRecognizersPaginator.js +0 -75
- package/dist/es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -8290
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Comprehend.d.ts +0 -561
- package/dist/types/ComprehendClient.d.ts +0 -198
- package/dist/types/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectEntitiesCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/commands/BatchDetectSentimentCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectSyntaxCommand.d.ts +0 -36
- package/dist/types/commands/ClassifyDocumentCommand.d.ts +0 -36
- package/dist/types/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
- package/dist/types/commands/CreateDocumentClassifierCommand.d.ts +0 -38
- package/dist/types/commands/CreateEndpointCommand.d.ts +0 -37
- package/dist/types/commands/CreateEntityRecognizerCommand.d.ts +0 -37
- package/dist/types/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
- package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -36
- package/dist/types/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
- package/dist/types/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DetectDominantLanguageCommand.d.ts +0 -36
- package/dist/types/commands/DetectEntitiesCommand.d.ts +0 -36
- package/dist/types/commands/DetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/commands/DetectPiiEntitiesCommand.d.ts +0 -36
- package/dist/types/commands/DetectSentimentCommand.d.ts +0 -36
- package/dist/types/commands/DetectSyntaxCommand.d.ts +0 -36
- package/dist/types/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
- package/dist/types/commands/ListDocumentClassifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
- package/dist/types/commands/ListEntityRecognizersCommand.d.ts +0 -40
- package/dist/types/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
- package/dist/types/commands/StartEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
- package/dist/types/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateEndpointCommand.d.ts +0 -35
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -191
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Comprehend.d.ts +0 -561
- package/dist/types/ts3.4/ComprehendClient.d.ts +0 -198
- package/dist/types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ClassifyDocumentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectSentimentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectSyntaxCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -5687
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -191
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -77
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6966
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDocumentClassificationJobsPaginator.ts +0 -58
- package/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -58
- package/pagination/ListDocumentClassifiersPaginator.ts +0 -58
- package/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -58
- package/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -58
- package/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -58
- package/pagination/ListEntityRecognizersPaginator.ts +0 -58
- package/pagination/ListEventsDetectionJobsPaginator.ts +0 -58
- package/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -58
- package/pagination/ListSentimentDetectionJobsPaginator.ts +0 -58
- package/pagination/ListTopicsDetectionJobsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -10157
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,1423 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DocumentClassifierOutputDataConfig = exports.DocumentClassifierMode = exports.DocumentClassifierInputDataConfig = exports.DocumentClassifierDataFormat = exports.ContainsPiiEntitiesResponse = exports.EntityLabel = exports.PiiEntityType = exports.ContainsPiiEntitiesRequest = exports.ResourceUnavailableException = exports.ClassifyDocumentResponse = exports.DocumentLabel = exports.DocumentClass = exports.ClassifyDocumentRequest = exports.ClassifierMetadata = exports.ClassifierEvaluationMetrics = exports.BatchDetectSyntaxResponse = exports.BatchDetectSyntaxItemResult = exports.SyntaxToken = exports.PartOfSpeechTag = exports.PartOfSpeechTagType = exports.BatchDetectSyntaxRequest = exports.SyntaxLanguageCode = exports.BatchDetectSentimentResponse = exports.BatchDetectSentimentItemResult = exports.SentimentScore = exports.SentimentType = exports.BatchDetectSentimentRequest = exports.BatchDetectKeyPhrasesResponse = exports.BatchDetectKeyPhrasesItemResult = exports.KeyPhrase = exports.BatchDetectKeyPhrasesRequest = exports.UnsupportedLanguageException = exports.BatchDetectEntitiesResponse = exports.BatchDetectEntitiesItemResult = exports.Entity = exports.EntityType = exports.BatchDetectEntitiesRequest = exports.LanguageCode = exports.TextSizeLimitExceededException = exports.InvalidRequestException = exports.InternalServerException = exports.BatchSizeLimitExceededException = exports.BatchDetectDominantLanguageResponse = exports.BatchDetectDominantLanguageItemResult = exports.DominantLanguage = exports.BatchItemError = exports.BatchDetectDominantLanguageRequest = exports.AugmentedManifestsListItem = exports.Split = exports.AugmentedManifestsDocumentTypeFormat = void 0;
|
|
4
|
+
exports.DescribeEntitiesDetectionJobRequest = exports.DescribeEndpointResponse = exports.EndpointProperties = exports.EndpointStatus = exports.DescribeEndpointRequest = exports.DescribeDominantLanguageDetectionJobResponse = exports.DominantLanguageDetectionJobProperties = exports.DescribeDominantLanguageDetectionJobRequest = exports.DescribeDocumentClassifierResponse = exports.DocumentClassifierProperties = exports.ModelStatus = exports.DescribeDocumentClassifierRequest = exports.JobNotFoundException = exports.DescribeDocumentClassificationJobResponse = exports.DocumentClassificationJobProperties = exports.OutputDataConfig = exports.JobStatus = exports.InputDataConfig = exports.DocumentReaderConfig = exports.DocumentReadFeatureTypes = exports.DocumentReadMode = exports.DocumentReadAction = exports.DescribeDocumentClassificationJobRequest = exports.DeleteEntityRecognizerResponse = exports.DeleteEntityRecognizerRequest = exports.DeleteEndpointResponse = exports.DeleteEndpointRequest = exports.DeleteDocumentClassifierResponse = exports.DeleteDocumentClassifierRequest = exports.CreateEntityRecognizerResponse = exports.CreateEntityRecognizerRequest = exports.EntityRecognizerInputDataConfig = exports.EntityTypesListItem = exports.EntityRecognizerEntityList = exports.EntityRecognizerDocuments = exports.InputFormat = exports.EntityRecognizerDataFormat = exports.EntityRecognizerAnnotations = exports.ResourceNotFoundException = exports.CreateEndpointResponse = exports.CreateEndpointRequest = exports.TooManyTagsException = exports.TooManyRequestsException = exports.ResourceLimitExceededException = exports.ResourceInUseException = exports.KmsKeyValidationException = exports.CreateDocumentClassifierResponse = exports.CreateDocumentClassifierRequest = exports.VpcConfig = exports.Tag = void 0;
|
|
5
|
+
exports.DocumentClassifierSummary = exports.ListDocumentClassifierSummariesRequest = exports.ListDocumentClassifiersResponse = exports.ListDocumentClassifiersRequest = exports.DocumentClassifierFilter = exports.ListDocumentClassificationJobsResponse = exports.ListDocumentClassificationJobsRequest = exports.DocumentClassificationJobFilter = exports.InvalidFilterException = exports.DetectSyntaxResponse = exports.DetectSyntaxRequest = exports.DetectSentimentResponse = exports.DetectSentimentRequest = exports.DetectPiiEntitiesResponse = exports.PiiEntity = exports.DetectPiiEntitiesRequest = exports.DetectKeyPhrasesResponse = exports.DetectKeyPhrasesRequest = exports.DetectEntitiesResponse = exports.DetectEntitiesRequest = exports.DetectDominantLanguageResponse = exports.DetectDominantLanguageRequest = exports.DescribeTopicsDetectionJobResponse = exports.TopicsDetectionJobProperties = exports.DescribeTopicsDetectionJobRequest = exports.DescribeSentimentDetectionJobResponse = exports.SentimentDetectionJobProperties = exports.DescribeSentimentDetectionJobRequest = exports.DescribePiiEntitiesDetectionJobResponse = exports.PiiEntitiesDetectionJobProperties = exports.RedactionConfig = exports.PiiEntitiesDetectionMaskMode = exports.PiiOutputDataConfig = exports.PiiEntitiesDetectionMode = exports.DescribePiiEntitiesDetectionJobRequest = exports.DescribeKeyPhrasesDetectionJobResponse = exports.KeyPhrasesDetectionJobProperties = exports.DescribeKeyPhrasesDetectionJobRequest = exports.DescribeEventsDetectionJobResponse = exports.EventsDetectionJobProperties = exports.DescribeEventsDetectionJobRequest = exports.DescribeEntityRecognizerResponse = exports.EntityRecognizerProperties = exports.EntityRecognizerMetadata = exports.EntityRecognizerEvaluationMetrics = exports.EntityRecognizerMetadataEntityTypesListItem = exports.EntityTypesEvaluationMetrics = exports.DescribeEntityRecognizerRequest = exports.DescribeEntitiesDetectionJobResponse = exports.EntitiesDetectionJobProperties = void 0;
|
|
6
|
+
exports.StopDominantLanguageDetectionJobRequest = exports.StartTopicsDetectionJobResponse = exports.StartTopicsDetectionJobRequest = exports.StartSentimentDetectionJobResponse = exports.StartSentimentDetectionJobRequest = exports.StartPiiEntitiesDetectionJobResponse = exports.StartPiiEntitiesDetectionJobRequest = exports.StartKeyPhrasesDetectionJobResponse = exports.StartKeyPhrasesDetectionJobRequest = exports.StartEventsDetectionJobResponse = exports.StartEventsDetectionJobRequest = exports.StartEntitiesDetectionJobResponse = exports.StartEntitiesDetectionJobRequest = exports.StartDominantLanguageDetectionJobResponse = exports.StartDominantLanguageDetectionJobRequest = exports.StartDocumentClassificationJobResponse = exports.StartDocumentClassificationJobRequest = exports.ListTopicsDetectionJobsResponse = exports.ListTopicsDetectionJobsRequest = exports.TopicsDetectionJobFilter = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSentimentDetectionJobsResponse = exports.ListSentimentDetectionJobsRequest = exports.SentimentDetectionJobFilter = exports.ListPiiEntitiesDetectionJobsResponse = exports.ListPiiEntitiesDetectionJobsRequest = exports.PiiEntitiesDetectionJobFilter = exports.ListKeyPhrasesDetectionJobsResponse = exports.ListKeyPhrasesDetectionJobsRequest = exports.KeyPhrasesDetectionJobFilter = exports.ListEventsDetectionJobsResponse = exports.ListEventsDetectionJobsRequest = exports.EventsDetectionJobFilter = exports.ListEntityRecognizerSummariesResponse = exports.EntityRecognizerSummary = exports.ListEntityRecognizerSummariesRequest = exports.ListEntityRecognizersResponse = exports.ListEntityRecognizersRequest = exports.EntityRecognizerFilter = exports.ListEntitiesDetectionJobsResponse = exports.ListEntitiesDetectionJobsRequest = exports.EntitiesDetectionJobFilter = exports.ListEndpointsResponse = exports.ListEndpointsRequest = exports.EndpointFilter = exports.ListDominantLanguageDetectionJobsResponse = exports.ListDominantLanguageDetectionJobsRequest = exports.DominantLanguageDetectionJobFilter = exports.ListDocumentClassifierSummariesResponse = void 0;
|
|
7
|
+
exports.UpdateEndpointResponse = exports.UpdateEndpointRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagKeysException = exports.TagResourceResponse = exports.TagResourceRequest = exports.ConcurrentModificationException = exports.StopTrainingEntityRecognizerResponse = exports.StopTrainingEntityRecognizerRequest = exports.StopTrainingDocumentClassifierResponse = exports.StopTrainingDocumentClassifierRequest = exports.StopSentimentDetectionJobResponse = exports.StopSentimentDetectionJobRequest = exports.StopPiiEntitiesDetectionJobResponse = exports.StopPiiEntitiesDetectionJobRequest = exports.StopKeyPhrasesDetectionJobResponse = exports.StopKeyPhrasesDetectionJobRequest = exports.StopEventsDetectionJobResponse = exports.StopEventsDetectionJobRequest = exports.StopEntitiesDetectionJobResponse = exports.StopEntitiesDetectionJobRequest = exports.StopDominantLanguageDetectionJobResponse = void 0;
|
|
8
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
|
+
var AugmentedManifestsDocumentTypeFormat;
|
|
10
|
+
(function (AugmentedManifestsDocumentTypeFormat) {
|
|
11
|
+
AugmentedManifestsDocumentTypeFormat["PLAIN_TEXT_DOCUMENT"] = "PLAIN_TEXT_DOCUMENT";
|
|
12
|
+
AugmentedManifestsDocumentTypeFormat["SEMI_STRUCTURED_DOCUMENT"] = "SEMI_STRUCTURED_DOCUMENT";
|
|
13
|
+
})(AugmentedManifestsDocumentTypeFormat = exports.AugmentedManifestsDocumentTypeFormat || (exports.AugmentedManifestsDocumentTypeFormat = {}));
|
|
14
|
+
var Split;
|
|
15
|
+
(function (Split) {
|
|
16
|
+
Split["TEST"] = "TEST";
|
|
17
|
+
Split["TRAIN"] = "TRAIN";
|
|
18
|
+
})(Split = exports.Split || (exports.Split = {}));
|
|
19
|
+
var AugmentedManifestsListItem;
|
|
20
|
+
(function (AugmentedManifestsListItem) {
|
|
21
|
+
AugmentedManifestsListItem.filterSensitiveLog = (obj) => ({
|
|
22
|
+
...obj,
|
|
23
|
+
});
|
|
24
|
+
})(AugmentedManifestsListItem = exports.AugmentedManifestsListItem || (exports.AugmentedManifestsListItem = {}));
|
|
25
|
+
var BatchDetectDominantLanguageRequest;
|
|
26
|
+
(function (BatchDetectDominantLanguageRequest) {
|
|
27
|
+
BatchDetectDominantLanguageRequest.filterSensitiveLog = (obj) => ({
|
|
28
|
+
...obj,
|
|
29
|
+
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
30
|
+
});
|
|
31
|
+
})(BatchDetectDominantLanguageRequest = exports.BatchDetectDominantLanguageRequest || (exports.BatchDetectDominantLanguageRequest = {}));
|
|
32
|
+
var BatchItemError;
|
|
33
|
+
(function (BatchItemError) {
|
|
34
|
+
BatchItemError.filterSensitiveLog = (obj) => ({
|
|
35
|
+
...obj,
|
|
36
|
+
});
|
|
37
|
+
})(BatchItemError = exports.BatchItemError || (exports.BatchItemError = {}));
|
|
38
|
+
var DominantLanguage;
|
|
39
|
+
(function (DominantLanguage) {
|
|
40
|
+
DominantLanguage.filterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
})(DominantLanguage = exports.DominantLanguage || (exports.DominantLanguage = {}));
|
|
44
|
+
var BatchDetectDominantLanguageItemResult;
|
|
45
|
+
(function (BatchDetectDominantLanguageItemResult) {
|
|
46
|
+
BatchDetectDominantLanguageItemResult.filterSensitiveLog = (obj) => ({
|
|
47
|
+
...obj,
|
|
48
|
+
});
|
|
49
|
+
})(BatchDetectDominantLanguageItemResult = exports.BatchDetectDominantLanguageItemResult || (exports.BatchDetectDominantLanguageItemResult = {}));
|
|
50
|
+
var BatchDetectDominantLanguageResponse;
|
|
51
|
+
(function (BatchDetectDominantLanguageResponse) {
|
|
52
|
+
BatchDetectDominantLanguageResponse.filterSensitiveLog = (obj) => ({
|
|
53
|
+
...obj,
|
|
54
|
+
});
|
|
55
|
+
})(BatchDetectDominantLanguageResponse = exports.BatchDetectDominantLanguageResponse || (exports.BatchDetectDominantLanguageResponse = {}));
|
|
56
|
+
var BatchSizeLimitExceededException;
|
|
57
|
+
(function (BatchSizeLimitExceededException) {
|
|
58
|
+
BatchSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
59
|
+
...obj,
|
|
60
|
+
});
|
|
61
|
+
})(BatchSizeLimitExceededException = exports.BatchSizeLimitExceededException || (exports.BatchSizeLimitExceededException = {}));
|
|
62
|
+
var InternalServerException;
|
|
63
|
+
(function (InternalServerException) {
|
|
64
|
+
InternalServerException.filterSensitiveLog = (obj) => ({
|
|
65
|
+
...obj,
|
|
66
|
+
});
|
|
67
|
+
})(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
|
|
68
|
+
var InvalidRequestException;
|
|
69
|
+
(function (InvalidRequestException) {
|
|
70
|
+
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
71
|
+
...obj,
|
|
72
|
+
});
|
|
73
|
+
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
74
|
+
var TextSizeLimitExceededException;
|
|
75
|
+
(function (TextSizeLimitExceededException) {
|
|
76
|
+
TextSizeLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
77
|
+
...obj,
|
|
78
|
+
});
|
|
79
|
+
})(TextSizeLimitExceededException = exports.TextSizeLimitExceededException || (exports.TextSizeLimitExceededException = {}));
|
|
80
|
+
var LanguageCode;
|
|
81
|
+
(function (LanguageCode) {
|
|
82
|
+
LanguageCode["AR"] = "ar";
|
|
83
|
+
LanguageCode["DE"] = "de";
|
|
84
|
+
LanguageCode["EN"] = "en";
|
|
85
|
+
LanguageCode["ES"] = "es";
|
|
86
|
+
LanguageCode["FR"] = "fr";
|
|
87
|
+
LanguageCode["HI"] = "hi";
|
|
88
|
+
LanguageCode["IT"] = "it";
|
|
89
|
+
LanguageCode["JA"] = "ja";
|
|
90
|
+
LanguageCode["KO"] = "ko";
|
|
91
|
+
LanguageCode["PT"] = "pt";
|
|
92
|
+
LanguageCode["ZH"] = "zh";
|
|
93
|
+
LanguageCode["ZH_TW"] = "zh-TW";
|
|
94
|
+
})(LanguageCode = exports.LanguageCode || (exports.LanguageCode = {}));
|
|
95
|
+
var BatchDetectEntitiesRequest;
|
|
96
|
+
(function (BatchDetectEntitiesRequest) {
|
|
97
|
+
BatchDetectEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
98
|
+
...obj,
|
|
99
|
+
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
100
|
+
});
|
|
101
|
+
})(BatchDetectEntitiesRequest = exports.BatchDetectEntitiesRequest || (exports.BatchDetectEntitiesRequest = {}));
|
|
102
|
+
var EntityType;
|
|
103
|
+
(function (EntityType) {
|
|
104
|
+
EntityType["COMMERCIAL_ITEM"] = "COMMERCIAL_ITEM";
|
|
105
|
+
EntityType["DATE"] = "DATE";
|
|
106
|
+
EntityType["EVENT"] = "EVENT";
|
|
107
|
+
EntityType["LOCATION"] = "LOCATION";
|
|
108
|
+
EntityType["ORGANIZATION"] = "ORGANIZATION";
|
|
109
|
+
EntityType["OTHER"] = "OTHER";
|
|
110
|
+
EntityType["PERSON"] = "PERSON";
|
|
111
|
+
EntityType["QUANTITY"] = "QUANTITY";
|
|
112
|
+
EntityType["TITLE"] = "TITLE";
|
|
113
|
+
})(EntityType = exports.EntityType || (exports.EntityType = {}));
|
|
114
|
+
var Entity;
|
|
115
|
+
(function (Entity) {
|
|
116
|
+
Entity.filterSensitiveLog = (obj) => ({
|
|
117
|
+
...obj,
|
|
118
|
+
});
|
|
119
|
+
})(Entity = exports.Entity || (exports.Entity = {}));
|
|
120
|
+
var BatchDetectEntitiesItemResult;
|
|
121
|
+
(function (BatchDetectEntitiesItemResult) {
|
|
122
|
+
BatchDetectEntitiesItemResult.filterSensitiveLog = (obj) => ({
|
|
123
|
+
...obj,
|
|
124
|
+
});
|
|
125
|
+
})(BatchDetectEntitiesItemResult = exports.BatchDetectEntitiesItemResult || (exports.BatchDetectEntitiesItemResult = {}));
|
|
126
|
+
var BatchDetectEntitiesResponse;
|
|
127
|
+
(function (BatchDetectEntitiesResponse) {
|
|
128
|
+
BatchDetectEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
129
|
+
...obj,
|
|
130
|
+
});
|
|
131
|
+
})(BatchDetectEntitiesResponse = exports.BatchDetectEntitiesResponse || (exports.BatchDetectEntitiesResponse = {}));
|
|
132
|
+
var UnsupportedLanguageException;
|
|
133
|
+
(function (UnsupportedLanguageException) {
|
|
134
|
+
UnsupportedLanguageException.filterSensitiveLog = (obj) => ({
|
|
135
|
+
...obj,
|
|
136
|
+
});
|
|
137
|
+
})(UnsupportedLanguageException = exports.UnsupportedLanguageException || (exports.UnsupportedLanguageException = {}));
|
|
138
|
+
var BatchDetectKeyPhrasesRequest;
|
|
139
|
+
(function (BatchDetectKeyPhrasesRequest) {
|
|
140
|
+
BatchDetectKeyPhrasesRequest.filterSensitiveLog = (obj) => ({
|
|
141
|
+
...obj,
|
|
142
|
+
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
143
|
+
});
|
|
144
|
+
})(BatchDetectKeyPhrasesRequest = exports.BatchDetectKeyPhrasesRequest || (exports.BatchDetectKeyPhrasesRequest = {}));
|
|
145
|
+
var KeyPhrase;
|
|
146
|
+
(function (KeyPhrase) {
|
|
147
|
+
KeyPhrase.filterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
})(KeyPhrase = exports.KeyPhrase || (exports.KeyPhrase = {}));
|
|
151
|
+
var BatchDetectKeyPhrasesItemResult;
|
|
152
|
+
(function (BatchDetectKeyPhrasesItemResult) {
|
|
153
|
+
BatchDetectKeyPhrasesItemResult.filterSensitiveLog = (obj) => ({
|
|
154
|
+
...obj,
|
|
155
|
+
});
|
|
156
|
+
})(BatchDetectKeyPhrasesItemResult = exports.BatchDetectKeyPhrasesItemResult || (exports.BatchDetectKeyPhrasesItemResult = {}));
|
|
157
|
+
var BatchDetectKeyPhrasesResponse;
|
|
158
|
+
(function (BatchDetectKeyPhrasesResponse) {
|
|
159
|
+
BatchDetectKeyPhrasesResponse.filterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
})(BatchDetectKeyPhrasesResponse = exports.BatchDetectKeyPhrasesResponse || (exports.BatchDetectKeyPhrasesResponse = {}));
|
|
163
|
+
var BatchDetectSentimentRequest;
|
|
164
|
+
(function (BatchDetectSentimentRequest) {
|
|
165
|
+
BatchDetectSentimentRequest.filterSensitiveLog = (obj) => ({
|
|
166
|
+
...obj,
|
|
167
|
+
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
168
|
+
});
|
|
169
|
+
})(BatchDetectSentimentRequest = exports.BatchDetectSentimentRequest || (exports.BatchDetectSentimentRequest = {}));
|
|
170
|
+
var SentimentType;
|
|
171
|
+
(function (SentimentType) {
|
|
172
|
+
SentimentType["MIXED"] = "MIXED";
|
|
173
|
+
SentimentType["NEGATIVE"] = "NEGATIVE";
|
|
174
|
+
SentimentType["NEUTRAL"] = "NEUTRAL";
|
|
175
|
+
SentimentType["POSITIVE"] = "POSITIVE";
|
|
176
|
+
})(SentimentType = exports.SentimentType || (exports.SentimentType = {}));
|
|
177
|
+
var SentimentScore;
|
|
178
|
+
(function (SentimentScore) {
|
|
179
|
+
SentimentScore.filterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
})(SentimentScore = exports.SentimentScore || (exports.SentimentScore = {}));
|
|
183
|
+
var BatchDetectSentimentItemResult;
|
|
184
|
+
(function (BatchDetectSentimentItemResult) {
|
|
185
|
+
BatchDetectSentimentItemResult.filterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
})(BatchDetectSentimentItemResult = exports.BatchDetectSentimentItemResult || (exports.BatchDetectSentimentItemResult = {}));
|
|
189
|
+
var BatchDetectSentimentResponse;
|
|
190
|
+
(function (BatchDetectSentimentResponse) {
|
|
191
|
+
BatchDetectSentimentResponse.filterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
});
|
|
194
|
+
})(BatchDetectSentimentResponse = exports.BatchDetectSentimentResponse || (exports.BatchDetectSentimentResponse = {}));
|
|
195
|
+
var SyntaxLanguageCode;
|
|
196
|
+
(function (SyntaxLanguageCode) {
|
|
197
|
+
SyntaxLanguageCode["DE"] = "de";
|
|
198
|
+
SyntaxLanguageCode["EN"] = "en";
|
|
199
|
+
SyntaxLanguageCode["ES"] = "es";
|
|
200
|
+
SyntaxLanguageCode["FR"] = "fr";
|
|
201
|
+
SyntaxLanguageCode["IT"] = "it";
|
|
202
|
+
SyntaxLanguageCode["PT"] = "pt";
|
|
203
|
+
})(SyntaxLanguageCode = exports.SyntaxLanguageCode || (exports.SyntaxLanguageCode = {}));
|
|
204
|
+
var BatchDetectSyntaxRequest;
|
|
205
|
+
(function (BatchDetectSyntaxRequest) {
|
|
206
|
+
BatchDetectSyntaxRequest.filterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
...(obj.TextList && { TextList: smithy_client_1.SENSITIVE_STRING }),
|
|
209
|
+
});
|
|
210
|
+
})(BatchDetectSyntaxRequest = exports.BatchDetectSyntaxRequest || (exports.BatchDetectSyntaxRequest = {}));
|
|
211
|
+
var PartOfSpeechTagType;
|
|
212
|
+
(function (PartOfSpeechTagType) {
|
|
213
|
+
PartOfSpeechTagType["ADJ"] = "ADJ";
|
|
214
|
+
PartOfSpeechTagType["ADP"] = "ADP";
|
|
215
|
+
PartOfSpeechTagType["ADV"] = "ADV";
|
|
216
|
+
PartOfSpeechTagType["AUX"] = "AUX";
|
|
217
|
+
PartOfSpeechTagType["CCONJ"] = "CCONJ";
|
|
218
|
+
PartOfSpeechTagType["CONJ"] = "CONJ";
|
|
219
|
+
PartOfSpeechTagType["DET"] = "DET";
|
|
220
|
+
PartOfSpeechTagType["INTJ"] = "INTJ";
|
|
221
|
+
PartOfSpeechTagType["NOUN"] = "NOUN";
|
|
222
|
+
PartOfSpeechTagType["NUM"] = "NUM";
|
|
223
|
+
PartOfSpeechTagType["O"] = "O";
|
|
224
|
+
PartOfSpeechTagType["PART"] = "PART";
|
|
225
|
+
PartOfSpeechTagType["PRON"] = "PRON";
|
|
226
|
+
PartOfSpeechTagType["PROPN"] = "PROPN";
|
|
227
|
+
PartOfSpeechTagType["PUNCT"] = "PUNCT";
|
|
228
|
+
PartOfSpeechTagType["SCONJ"] = "SCONJ";
|
|
229
|
+
PartOfSpeechTagType["SYM"] = "SYM";
|
|
230
|
+
PartOfSpeechTagType["VERB"] = "VERB";
|
|
231
|
+
})(PartOfSpeechTagType = exports.PartOfSpeechTagType || (exports.PartOfSpeechTagType = {}));
|
|
232
|
+
var PartOfSpeechTag;
|
|
233
|
+
(function (PartOfSpeechTag) {
|
|
234
|
+
PartOfSpeechTag.filterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
})(PartOfSpeechTag = exports.PartOfSpeechTag || (exports.PartOfSpeechTag = {}));
|
|
238
|
+
var SyntaxToken;
|
|
239
|
+
(function (SyntaxToken) {
|
|
240
|
+
SyntaxToken.filterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
});
|
|
243
|
+
})(SyntaxToken = exports.SyntaxToken || (exports.SyntaxToken = {}));
|
|
244
|
+
var BatchDetectSyntaxItemResult;
|
|
245
|
+
(function (BatchDetectSyntaxItemResult) {
|
|
246
|
+
BatchDetectSyntaxItemResult.filterSensitiveLog = (obj) => ({
|
|
247
|
+
...obj,
|
|
248
|
+
});
|
|
249
|
+
})(BatchDetectSyntaxItemResult = exports.BatchDetectSyntaxItemResult || (exports.BatchDetectSyntaxItemResult = {}));
|
|
250
|
+
var BatchDetectSyntaxResponse;
|
|
251
|
+
(function (BatchDetectSyntaxResponse) {
|
|
252
|
+
BatchDetectSyntaxResponse.filterSensitiveLog = (obj) => ({
|
|
253
|
+
...obj,
|
|
254
|
+
});
|
|
255
|
+
})(BatchDetectSyntaxResponse = exports.BatchDetectSyntaxResponse || (exports.BatchDetectSyntaxResponse = {}));
|
|
256
|
+
var ClassifierEvaluationMetrics;
|
|
257
|
+
(function (ClassifierEvaluationMetrics) {
|
|
258
|
+
ClassifierEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
})(ClassifierEvaluationMetrics = exports.ClassifierEvaluationMetrics || (exports.ClassifierEvaluationMetrics = {}));
|
|
262
|
+
var ClassifierMetadata;
|
|
263
|
+
(function (ClassifierMetadata) {
|
|
264
|
+
ClassifierMetadata.filterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
})(ClassifierMetadata = exports.ClassifierMetadata || (exports.ClassifierMetadata = {}));
|
|
268
|
+
var ClassifyDocumentRequest;
|
|
269
|
+
(function (ClassifyDocumentRequest) {
|
|
270
|
+
ClassifyDocumentRequest.filterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
273
|
+
});
|
|
274
|
+
})(ClassifyDocumentRequest = exports.ClassifyDocumentRequest || (exports.ClassifyDocumentRequest = {}));
|
|
275
|
+
var DocumentClass;
|
|
276
|
+
(function (DocumentClass) {
|
|
277
|
+
DocumentClass.filterSensitiveLog = (obj) => ({
|
|
278
|
+
...obj,
|
|
279
|
+
});
|
|
280
|
+
})(DocumentClass = exports.DocumentClass || (exports.DocumentClass = {}));
|
|
281
|
+
var DocumentLabel;
|
|
282
|
+
(function (DocumentLabel) {
|
|
283
|
+
DocumentLabel.filterSensitiveLog = (obj) => ({
|
|
284
|
+
...obj,
|
|
285
|
+
});
|
|
286
|
+
})(DocumentLabel = exports.DocumentLabel || (exports.DocumentLabel = {}));
|
|
287
|
+
var ClassifyDocumentResponse;
|
|
288
|
+
(function (ClassifyDocumentResponse) {
|
|
289
|
+
ClassifyDocumentResponse.filterSensitiveLog = (obj) => ({
|
|
290
|
+
...obj,
|
|
291
|
+
});
|
|
292
|
+
})(ClassifyDocumentResponse = exports.ClassifyDocumentResponse || (exports.ClassifyDocumentResponse = {}));
|
|
293
|
+
var ResourceUnavailableException;
|
|
294
|
+
(function (ResourceUnavailableException) {
|
|
295
|
+
ResourceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
296
|
+
...obj,
|
|
297
|
+
});
|
|
298
|
+
})(ResourceUnavailableException = exports.ResourceUnavailableException || (exports.ResourceUnavailableException = {}));
|
|
299
|
+
var ContainsPiiEntitiesRequest;
|
|
300
|
+
(function (ContainsPiiEntitiesRequest) {
|
|
301
|
+
ContainsPiiEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
302
|
+
...obj,
|
|
303
|
+
});
|
|
304
|
+
})(ContainsPiiEntitiesRequest = exports.ContainsPiiEntitiesRequest || (exports.ContainsPiiEntitiesRequest = {}));
|
|
305
|
+
var PiiEntityType;
|
|
306
|
+
(function (PiiEntityType) {
|
|
307
|
+
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
308
|
+
PiiEntityType["AGE"] = "AGE";
|
|
309
|
+
PiiEntityType["ALL"] = "ALL";
|
|
310
|
+
PiiEntityType["AWS_ACCESS_KEY"] = "AWS_ACCESS_KEY";
|
|
311
|
+
PiiEntityType["AWS_SECRET_KEY"] = "AWS_SECRET_KEY";
|
|
312
|
+
PiiEntityType["BANK_ACCOUNT_NUMBER"] = "BANK_ACCOUNT_NUMBER";
|
|
313
|
+
PiiEntityType["BANK_ROUTING"] = "BANK_ROUTING";
|
|
314
|
+
PiiEntityType["CREDIT_DEBIT_CVV"] = "CREDIT_DEBIT_CVV";
|
|
315
|
+
PiiEntityType["CREDIT_DEBIT_EXPIRY"] = "CREDIT_DEBIT_EXPIRY";
|
|
316
|
+
PiiEntityType["CREDIT_DEBIT_NUMBER"] = "CREDIT_DEBIT_NUMBER";
|
|
317
|
+
PiiEntityType["DATE_TIME"] = "DATE_TIME";
|
|
318
|
+
PiiEntityType["DRIVER_ID"] = "DRIVER_ID";
|
|
319
|
+
PiiEntityType["EMAIL"] = "EMAIL";
|
|
320
|
+
PiiEntityType["IP_ADDRESS"] = "IP_ADDRESS";
|
|
321
|
+
PiiEntityType["MAC_ADDRESS"] = "MAC_ADDRESS";
|
|
322
|
+
PiiEntityType["NAME"] = "NAME";
|
|
323
|
+
PiiEntityType["PASSPORT_NUMBER"] = "PASSPORT_NUMBER";
|
|
324
|
+
PiiEntityType["PASSWORD"] = "PASSWORD";
|
|
325
|
+
PiiEntityType["PHONE"] = "PHONE";
|
|
326
|
+
PiiEntityType["PIN"] = "PIN";
|
|
327
|
+
PiiEntityType["SSN"] = "SSN";
|
|
328
|
+
PiiEntityType["URL"] = "URL";
|
|
329
|
+
PiiEntityType["USERNAME"] = "USERNAME";
|
|
330
|
+
})(PiiEntityType = exports.PiiEntityType || (exports.PiiEntityType = {}));
|
|
331
|
+
var EntityLabel;
|
|
332
|
+
(function (EntityLabel) {
|
|
333
|
+
EntityLabel.filterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
});
|
|
336
|
+
})(EntityLabel = exports.EntityLabel || (exports.EntityLabel = {}));
|
|
337
|
+
var ContainsPiiEntitiesResponse;
|
|
338
|
+
(function (ContainsPiiEntitiesResponse) {
|
|
339
|
+
ContainsPiiEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
})(ContainsPiiEntitiesResponse = exports.ContainsPiiEntitiesResponse || (exports.ContainsPiiEntitiesResponse = {}));
|
|
343
|
+
var DocumentClassifierDataFormat;
|
|
344
|
+
(function (DocumentClassifierDataFormat) {
|
|
345
|
+
DocumentClassifierDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
346
|
+
DocumentClassifierDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
347
|
+
})(DocumentClassifierDataFormat = exports.DocumentClassifierDataFormat || (exports.DocumentClassifierDataFormat = {}));
|
|
348
|
+
var DocumentClassifierInputDataConfig;
|
|
349
|
+
(function (DocumentClassifierInputDataConfig) {
|
|
350
|
+
DocumentClassifierInputDataConfig.filterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
})(DocumentClassifierInputDataConfig = exports.DocumentClassifierInputDataConfig || (exports.DocumentClassifierInputDataConfig = {}));
|
|
354
|
+
var DocumentClassifierMode;
|
|
355
|
+
(function (DocumentClassifierMode) {
|
|
356
|
+
DocumentClassifierMode["MULTI_CLASS"] = "MULTI_CLASS";
|
|
357
|
+
DocumentClassifierMode["MULTI_LABEL"] = "MULTI_LABEL";
|
|
358
|
+
})(DocumentClassifierMode = exports.DocumentClassifierMode || (exports.DocumentClassifierMode = {}));
|
|
359
|
+
var DocumentClassifierOutputDataConfig;
|
|
360
|
+
(function (DocumentClassifierOutputDataConfig) {
|
|
361
|
+
DocumentClassifierOutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
});
|
|
364
|
+
})(DocumentClassifierOutputDataConfig = exports.DocumentClassifierOutputDataConfig || (exports.DocumentClassifierOutputDataConfig = {}));
|
|
365
|
+
var Tag;
|
|
366
|
+
(function (Tag) {
|
|
367
|
+
Tag.filterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
371
|
+
var VpcConfig;
|
|
372
|
+
(function (VpcConfig) {
|
|
373
|
+
VpcConfig.filterSensitiveLog = (obj) => ({
|
|
374
|
+
...obj,
|
|
375
|
+
});
|
|
376
|
+
})(VpcConfig = exports.VpcConfig || (exports.VpcConfig = {}));
|
|
377
|
+
var CreateDocumentClassifierRequest;
|
|
378
|
+
(function (CreateDocumentClassifierRequest) {
|
|
379
|
+
CreateDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
});
|
|
382
|
+
})(CreateDocumentClassifierRequest = exports.CreateDocumentClassifierRequest || (exports.CreateDocumentClassifierRequest = {}));
|
|
383
|
+
var CreateDocumentClassifierResponse;
|
|
384
|
+
(function (CreateDocumentClassifierResponse) {
|
|
385
|
+
CreateDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
});
|
|
388
|
+
})(CreateDocumentClassifierResponse = exports.CreateDocumentClassifierResponse || (exports.CreateDocumentClassifierResponse = {}));
|
|
389
|
+
var KmsKeyValidationException;
|
|
390
|
+
(function (KmsKeyValidationException) {
|
|
391
|
+
KmsKeyValidationException.filterSensitiveLog = (obj) => ({
|
|
392
|
+
...obj,
|
|
393
|
+
});
|
|
394
|
+
})(KmsKeyValidationException = exports.KmsKeyValidationException || (exports.KmsKeyValidationException = {}));
|
|
395
|
+
var ResourceInUseException;
|
|
396
|
+
(function (ResourceInUseException) {
|
|
397
|
+
ResourceInUseException.filterSensitiveLog = (obj) => ({
|
|
398
|
+
...obj,
|
|
399
|
+
});
|
|
400
|
+
})(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
|
|
401
|
+
var ResourceLimitExceededException;
|
|
402
|
+
(function (ResourceLimitExceededException) {
|
|
403
|
+
ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
404
|
+
...obj,
|
|
405
|
+
});
|
|
406
|
+
})(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
|
|
407
|
+
var TooManyRequestsException;
|
|
408
|
+
(function (TooManyRequestsException) {
|
|
409
|
+
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
410
|
+
...obj,
|
|
411
|
+
});
|
|
412
|
+
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
413
|
+
var TooManyTagsException;
|
|
414
|
+
(function (TooManyTagsException) {
|
|
415
|
+
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
419
|
+
var CreateEndpointRequest;
|
|
420
|
+
(function (CreateEndpointRequest) {
|
|
421
|
+
CreateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
})(CreateEndpointRequest = exports.CreateEndpointRequest || (exports.CreateEndpointRequest = {}));
|
|
425
|
+
var CreateEndpointResponse;
|
|
426
|
+
(function (CreateEndpointResponse) {
|
|
427
|
+
CreateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
})(CreateEndpointResponse = exports.CreateEndpointResponse || (exports.CreateEndpointResponse = {}));
|
|
431
|
+
var ResourceNotFoundException;
|
|
432
|
+
(function (ResourceNotFoundException) {
|
|
433
|
+
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
434
|
+
...obj,
|
|
435
|
+
});
|
|
436
|
+
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
437
|
+
var EntityRecognizerAnnotations;
|
|
438
|
+
(function (EntityRecognizerAnnotations) {
|
|
439
|
+
EntityRecognizerAnnotations.filterSensitiveLog = (obj) => ({
|
|
440
|
+
...obj,
|
|
441
|
+
});
|
|
442
|
+
})(EntityRecognizerAnnotations = exports.EntityRecognizerAnnotations || (exports.EntityRecognizerAnnotations = {}));
|
|
443
|
+
var EntityRecognizerDataFormat;
|
|
444
|
+
(function (EntityRecognizerDataFormat) {
|
|
445
|
+
EntityRecognizerDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
446
|
+
EntityRecognizerDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
447
|
+
})(EntityRecognizerDataFormat = exports.EntityRecognizerDataFormat || (exports.EntityRecognizerDataFormat = {}));
|
|
448
|
+
var InputFormat;
|
|
449
|
+
(function (InputFormat) {
|
|
450
|
+
InputFormat["ONE_DOC_PER_FILE"] = "ONE_DOC_PER_FILE";
|
|
451
|
+
InputFormat["ONE_DOC_PER_LINE"] = "ONE_DOC_PER_LINE";
|
|
452
|
+
})(InputFormat = exports.InputFormat || (exports.InputFormat = {}));
|
|
453
|
+
var EntityRecognizerDocuments;
|
|
454
|
+
(function (EntityRecognizerDocuments) {
|
|
455
|
+
EntityRecognizerDocuments.filterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
})(EntityRecognizerDocuments = exports.EntityRecognizerDocuments || (exports.EntityRecognizerDocuments = {}));
|
|
459
|
+
var EntityRecognizerEntityList;
|
|
460
|
+
(function (EntityRecognizerEntityList) {
|
|
461
|
+
EntityRecognizerEntityList.filterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
});
|
|
464
|
+
})(EntityRecognizerEntityList = exports.EntityRecognizerEntityList || (exports.EntityRecognizerEntityList = {}));
|
|
465
|
+
var EntityTypesListItem;
|
|
466
|
+
(function (EntityTypesListItem) {
|
|
467
|
+
EntityTypesListItem.filterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
})(EntityTypesListItem = exports.EntityTypesListItem || (exports.EntityTypesListItem = {}));
|
|
471
|
+
var EntityRecognizerInputDataConfig;
|
|
472
|
+
(function (EntityRecognizerInputDataConfig) {
|
|
473
|
+
EntityRecognizerInputDataConfig.filterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
})(EntityRecognizerInputDataConfig = exports.EntityRecognizerInputDataConfig || (exports.EntityRecognizerInputDataConfig = {}));
|
|
477
|
+
var CreateEntityRecognizerRequest;
|
|
478
|
+
(function (CreateEntityRecognizerRequest) {
|
|
479
|
+
CreateEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
})(CreateEntityRecognizerRequest = exports.CreateEntityRecognizerRequest || (exports.CreateEntityRecognizerRequest = {}));
|
|
483
|
+
var CreateEntityRecognizerResponse;
|
|
484
|
+
(function (CreateEntityRecognizerResponse) {
|
|
485
|
+
CreateEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
})(CreateEntityRecognizerResponse = exports.CreateEntityRecognizerResponse || (exports.CreateEntityRecognizerResponse = {}));
|
|
489
|
+
var DeleteDocumentClassifierRequest;
|
|
490
|
+
(function (DeleteDocumentClassifierRequest) {
|
|
491
|
+
DeleteDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
})(DeleteDocumentClassifierRequest = exports.DeleteDocumentClassifierRequest || (exports.DeleteDocumentClassifierRequest = {}));
|
|
495
|
+
var DeleteDocumentClassifierResponse;
|
|
496
|
+
(function (DeleteDocumentClassifierResponse) {
|
|
497
|
+
DeleteDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
});
|
|
500
|
+
})(DeleteDocumentClassifierResponse = exports.DeleteDocumentClassifierResponse || (exports.DeleteDocumentClassifierResponse = {}));
|
|
501
|
+
var DeleteEndpointRequest;
|
|
502
|
+
(function (DeleteEndpointRequest) {
|
|
503
|
+
DeleteEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
})(DeleteEndpointRequest = exports.DeleteEndpointRequest || (exports.DeleteEndpointRequest = {}));
|
|
507
|
+
var DeleteEndpointResponse;
|
|
508
|
+
(function (DeleteEndpointResponse) {
|
|
509
|
+
DeleteEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
})(DeleteEndpointResponse = exports.DeleteEndpointResponse || (exports.DeleteEndpointResponse = {}));
|
|
513
|
+
var DeleteEntityRecognizerRequest;
|
|
514
|
+
(function (DeleteEntityRecognizerRequest) {
|
|
515
|
+
DeleteEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
})(DeleteEntityRecognizerRequest = exports.DeleteEntityRecognizerRequest || (exports.DeleteEntityRecognizerRequest = {}));
|
|
519
|
+
var DeleteEntityRecognizerResponse;
|
|
520
|
+
(function (DeleteEntityRecognizerResponse) {
|
|
521
|
+
DeleteEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
})(DeleteEntityRecognizerResponse = exports.DeleteEntityRecognizerResponse || (exports.DeleteEntityRecognizerResponse = {}));
|
|
525
|
+
var DescribeDocumentClassificationJobRequest;
|
|
526
|
+
(function (DescribeDocumentClassificationJobRequest) {
|
|
527
|
+
DescribeDocumentClassificationJobRequest.filterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
})(DescribeDocumentClassificationJobRequest = exports.DescribeDocumentClassificationJobRequest || (exports.DescribeDocumentClassificationJobRequest = {}));
|
|
531
|
+
var DocumentReadAction;
|
|
532
|
+
(function (DocumentReadAction) {
|
|
533
|
+
DocumentReadAction["TEXTRACT_ANALYZE_DOCUMENT"] = "TEXTRACT_ANALYZE_DOCUMENT";
|
|
534
|
+
DocumentReadAction["TEXTRACT_DETECT_DOCUMENT_TEXT"] = "TEXTRACT_DETECT_DOCUMENT_TEXT";
|
|
535
|
+
})(DocumentReadAction = exports.DocumentReadAction || (exports.DocumentReadAction = {}));
|
|
536
|
+
var DocumentReadMode;
|
|
537
|
+
(function (DocumentReadMode) {
|
|
538
|
+
DocumentReadMode["FORCE_DOCUMENT_READ_ACTION"] = "FORCE_DOCUMENT_READ_ACTION";
|
|
539
|
+
DocumentReadMode["SERVICE_DEFAULT"] = "SERVICE_DEFAULT";
|
|
540
|
+
})(DocumentReadMode = exports.DocumentReadMode || (exports.DocumentReadMode = {}));
|
|
541
|
+
var DocumentReadFeatureTypes;
|
|
542
|
+
(function (DocumentReadFeatureTypes) {
|
|
543
|
+
DocumentReadFeatureTypes["FORMS"] = "FORMS";
|
|
544
|
+
DocumentReadFeatureTypes["TABLES"] = "TABLES";
|
|
545
|
+
})(DocumentReadFeatureTypes = exports.DocumentReadFeatureTypes || (exports.DocumentReadFeatureTypes = {}));
|
|
546
|
+
var DocumentReaderConfig;
|
|
547
|
+
(function (DocumentReaderConfig) {
|
|
548
|
+
DocumentReaderConfig.filterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
})(DocumentReaderConfig = exports.DocumentReaderConfig || (exports.DocumentReaderConfig = {}));
|
|
552
|
+
var InputDataConfig;
|
|
553
|
+
(function (InputDataConfig) {
|
|
554
|
+
InputDataConfig.filterSensitiveLog = (obj) => ({
|
|
555
|
+
...obj,
|
|
556
|
+
});
|
|
557
|
+
})(InputDataConfig = exports.InputDataConfig || (exports.InputDataConfig = {}));
|
|
558
|
+
var JobStatus;
|
|
559
|
+
(function (JobStatus) {
|
|
560
|
+
JobStatus["COMPLETED"] = "COMPLETED";
|
|
561
|
+
JobStatus["FAILED"] = "FAILED";
|
|
562
|
+
JobStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
563
|
+
JobStatus["STOPPED"] = "STOPPED";
|
|
564
|
+
JobStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
565
|
+
JobStatus["SUBMITTED"] = "SUBMITTED";
|
|
566
|
+
})(JobStatus = exports.JobStatus || (exports.JobStatus = {}));
|
|
567
|
+
var OutputDataConfig;
|
|
568
|
+
(function (OutputDataConfig) {
|
|
569
|
+
OutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
570
|
+
...obj,
|
|
571
|
+
});
|
|
572
|
+
})(OutputDataConfig = exports.OutputDataConfig || (exports.OutputDataConfig = {}));
|
|
573
|
+
var DocumentClassificationJobProperties;
|
|
574
|
+
(function (DocumentClassificationJobProperties) {
|
|
575
|
+
DocumentClassificationJobProperties.filterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
})(DocumentClassificationJobProperties = exports.DocumentClassificationJobProperties || (exports.DocumentClassificationJobProperties = {}));
|
|
579
|
+
var DescribeDocumentClassificationJobResponse;
|
|
580
|
+
(function (DescribeDocumentClassificationJobResponse) {
|
|
581
|
+
DescribeDocumentClassificationJobResponse.filterSensitiveLog = (obj) => ({
|
|
582
|
+
...obj,
|
|
583
|
+
});
|
|
584
|
+
})(DescribeDocumentClassificationJobResponse = exports.DescribeDocumentClassificationJobResponse || (exports.DescribeDocumentClassificationJobResponse = {}));
|
|
585
|
+
var JobNotFoundException;
|
|
586
|
+
(function (JobNotFoundException) {
|
|
587
|
+
JobNotFoundException.filterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
})(JobNotFoundException = exports.JobNotFoundException || (exports.JobNotFoundException = {}));
|
|
591
|
+
var DescribeDocumentClassifierRequest;
|
|
592
|
+
(function (DescribeDocumentClassifierRequest) {
|
|
593
|
+
DescribeDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
594
|
+
...obj,
|
|
595
|
+
});
|
|
596
|
+
})(DescribeDocumentClassifierRequest = exports.DescribeDocumentClassifierRequest || (exports.DescribeDocumentClassifierRequest = {}));
|
|
597
|
+
var ModelStatus;
|
|
598
|
+
(function (ModelStatus) {
|
|
599
|
+
ModelStatus["DELETING"] = "DELETING";
|
|
600
|
+
ModelStatus["IN_ERROR"] = "IN_ERROR";
|
|
601
|
+
ModelStatus["STOPPED"] = "STOPPED";
|
|
602
|
+
ModelStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
603
|
+
ModelStatus["SUBMITTED"] = "SUBMITTED";
|
|
604
|
+
ModelStatus["TRAINED"] = "TRAINED";
|
|
605
|
+
ModelStatus["TRAINING"] = "TRAINING";
|
|
606
|
+
})(ModelStatus = exports.ModelStatus || (exports.ModelStatus = {}));
|
|
607
|
+
var DocumentClassifierProperties;
|
|
608
|
+
(function (DocumentClassifierProperties) {
|
|
609
|
+
DocumentClassifierProperties.filterSensitiveLog = (obj) => ({
|
|
610
|
+
...obj,
|
|
611
|
+
...(obj.ClassifierMetadata && { ClassifierMetadata: smithy_client_1.SENSITIVE_STRING }),
|
|
612
|
+
});
|
|
613
|
+
})(DocumentClassifierProperties = exports.DocumentClassifierProperties || (exports.DocumentClassifierProperties = {}));
|
|
614
|
+
var DescribeDocumentClassifierResponse;
|
|
615
|
+
(function (DescribeDocumentClassifierResponse) {
|
|
616
|
+
DescribeDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
617
|
+
...obj,
|
|
618
|
+
...(obj.DocumentClassifierProperties && {
|
|
619
|
+
DocumentClassifierProperties: DocumentClassifierProperties.filterSensitiveLog(obj.DocumentClassifierProperties),
|
|
620
|
+
}),
|
|
621
|
+
});
|
|
622
|
+
})(DescribeDocumentClassifierResponse = exports.DescribeDocumentClassifierResponse || (exports.DescribeDocumentClassifierResponse = {}));
|
|
623
|
+
var DescribeDominantLanguageDetectionJobRequest;
|
|
624
|
+
(function (DescribeDominantLanguageDetectionJobRequest) {
|
|
625
|
+
DescribeDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
626
|
+
...obj,
|
|
627
|
+
});
|
|
628
|
+
})(DescribeDominantLanguageDetectionJobRequest = exports.DescribeDominantLanguageDetectionJobRequest || (exports.DescribeDominantLanguageDetectionJobRequest = {}));
|
|
629
|
+
var DominantLanguageDetectionJobProperties;
|
|
630
|
+
(function (DominantLanguageDetectionJobProperties) {
|
|
631
|
+
DominantLanguageDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
632
|
+
...obj,
|
|
633
|
+
});
|
|
634
|
+
})(DominantLanguageDetectionJobProperties = exports.DominantLanguageDetectionJobProperties || (exports.DominantLanguageDetectionJobProperties = {}));
|
|
635
|
+
var DescribeDominantLanguageDetectionJobResponse;
|
|
636
|
+
(function (DescribeDominantLanguageDetectionJobResponse) {
|
|
637
|
+
DescribeDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
638
|
+
...obj,
|
|
639
|
+
});
|
|
640
|
+
})(DescribeDominantLanguageDetectionJobResponse = exports.DescribeDominantLanguageDetectionJobResponse || (exports.DescribeDominantLanguageDetectionJobResponse = {}));
|
|
641
|
+
var DescribeEndpointRequest;
|
|
642
|
+
(function (DescribeEndpointRequest) {
|
|
643
|
+
DescribeEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
644
|
+
...obj,
|
|
645
|
+
});
|
|
646
|
+
})(DescribeEndpointRequest = exports.DescribeEndpointRequest || (exports.DescribeEndpointRequest = {}));
|
|
647
|
+
var EndpointStatus;
|
|
648
|
+
(function (EndpointStatus) {
|
|
649
|
+
EndpointStatus["CREATING"] = "CREATING";
|
|
650
|
+
EndpointStatus["DELETING"] = "DELETING";
|
|
651
|
+
EndpointStatus["FAILED"] = "FAILED";
|
|
652
|
+
EndpointStatus["IN_SERVICE"] = "IN_SERVICE";
|
|
653
|
+
EndpointStatus["UPDATING"] = "UPDATING";
|
|
654
|
+
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
655
|
+
var EndpointProperties;
|
|
656
|
+
(function (EndpointProperties) {
|
|
657
|
+
EndpointProperties.filterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
})(EndpointProperties = exports.EndpointProperties || (exports.EndpointProperties = {}));
|
|
661
|
+
var DescribeEndpointResponse;
|
|
662
|
+
(function (DescribeEndpointResponse) {
|
|
663
|
+
DescribeEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
})(DescribeEndpointResponse = exports.DescribeEndpointResponse || (exports.DescribeEndpointResponse = {}));
|
|
667
|
+
var DescribeEntitiesDetectionJobRequest;
|
|
668
|
+
(function (DescribeEntitiesDetectionJobRequest) {
|
|
669
|
+
DescribeEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(DescribeEntitiesDetectionJobRequest = exports.DescribeEntitiesDetectionJobRequest || (exports.DescribeEntitiesDetectionJobRequest = {}));
|
|
673
|
+
var EntitiesDetectionJobProperties;
|
|
674
|
+
(function (EntitiesDetectionJobProperties) {
|
|
675
|
+
EntitiesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
})(EntitiesDetectionJobProperties = exports.EntitiesDetectionJobProperties || (exports.EntitiesDetectionJobProperties = {}));
|
|
679
|
+
var DescribeEntitiesDetectionJobResponse;
|
|
680
|
+
(function (DescribeEntitiesDetectionJobResponse) {
|
|
681
|
+
DescribeEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
});
|
|
684
|
+
})(DescribeEntitiesDetectionJobResponse = exports.DescribeEntitiesDetectionJobResponse || (exports.DescribeEntitiesDetectionJobResponse = {}));
|
|
685
|
+
var DescribeEntityRecognizerRequest;
|
|
686
|
+
(function (DescribeEntityRecognizerRequest) {
|
|
687
|
+
DescribeEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
})(DescribeEntityRecognizerRequest = exports.DescribeEntityRecognizerRequest || (exports.DescribeEntityRecognizerRequest = {}));
|
|
691
|
+
var EntityTypesEvaluationMetrics;
|
|
692
|
+
(function (EntityTypesEvaluationMetrics) {
|
|
693
|
+
EntityTypesEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
696
|
+
})(EntityTypesEvaluationMetrics = exports.EntityTypesEvaluationMetrics || (exports.EntityTypesEvaluationMetrics = {}));
|
|
697
|
+
var EntityRecognizerMetadataEntityTypesListItem;
|
|
698
|
+
(function (EntityRecognizerMetadataEntityTypesListItem) {
|
|
699
|
+
EntityRecognizerMetadataEntityTypesListItem.filterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
})(EntityRecognizerMetadataEntityTypesListItem = exports.EntityRecognizerMetadataEntityTypesListItem || (exports.EntityRecognizerMetadataEntityTypesListItem = {}));
|
|
703
|
+
var EntityRecognizerEvaluationMetrics;
|
|
704
|
+
(function (EntityRecognizerEvaluationMetrics) {
|
|
705
|
+
EntityRecognizerEvaluationMetrics.filterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
})(EntityRecognizerEvaluationMetrics = exports.EntityRecognizerEvaluationMetrics || (exports.EntityRecognizerEvaluationMetrics = {}));
|
|
709
|
+
var EntityRecognizerMetadata;
|
|
710
|
+
(function (EntityRecognizerMetadata) {
|
|
711
|
+
EntityRecognizerMetadata.filterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
})(EntityRecognizerMetadata = exports.EntityRecognizerMetadata || (exports.EntityRecognizerMetadata = {}));
|
|
715
|
+
var EntityRecognizerProperties;
|
|
716
|
+
(function (EntityRecognizerProperties) {
|
|
717
|
+
EntityRecognizerProperties.filterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
...(obj.RecognizerMetadata && { RecognizerMetadata: smithy_client_1.SENSITIVE_STRING }),
|
|
720
|
+
});
|
|
721
|
+
})(EntityRecognizerProperties = exports.EntityRecognizerProperties || (exports.EntityRecognizerProperties = {}));
|
|
722
|
+
var DescribeEntityRecognizerResponse;
|
|
723
|
+
(function (DescribeEntityRecognizerResponse) {
|
|
724
|
+
DescribeEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
725
|
+
...obj,
|
|
726
|
+
...(obj.EntityRecognizerProperties && {
|
|
727
|
+
EntityRecognizerProperties: EntityRecognizerProperties.filterSensitiveLog(obj.EntityRecognizerProperties),
|
|
728
|
+
}),
|
|
729
|
+
});
|
|
730
|
+
})(DescribeEntityRecognizerResponse = exports.DescribeEntityRecognizerResponse || (exports.DescribeEntityRecognizerResponse = {}));
|
|
731
|
+
var DescribeEventsDetectionJobRequest;
|
|
732
|
+
(function (DescribeEventsDetectionJobRequest) {
|
|
733
|
+
DescribeEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
734
|
+
...obj,
|
|
735
|
+
});
|
|
736
|
+
})(DescribeEventsDetectionJobRequest = exports.DescribeEventsDetectionJobRequest || (exports.DescribeEventsDetectionJobRequest = {}));
|
|
737
|
+
var EventsDetectionJobProperties;
|
|
738
|
+
(function (EventsDetectionJobProperties) {
|
|
739
|
+
EventsDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
})(EventsDetectionJobProperties = exports.EventsDetectionJobProperties || (exports.EventsDetectionJobProperties = {}));
|
|
743
|
+
var DescribeEventsDetectionJobResponse;
|
|
744
|
+
(function (DescribeEventsDetectionJobResponse) {
|
|
745
|
+
DescribeEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
746
|
+
...obj,
|
|
747
|
+
});
|
|
748
|
+
})(DescribeEventsDetectionJobResponse = exports.DescribeEventsDetectionJobResponse || (exports.DescribeEventsDetectionJobResponse = {}));
|
|
749
|
+
var DescribeKeyPhrasesDetectionJobRequest;
|
|
750
|
+
(function (DescribeKeyPhrasesDetectionJobRequest) {
|
|
751
|
+
DescribeKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
752
|
+
...obj,
|
|
753
|
+
});
|
|
754
|
+
})(DescribeKeyPhrasesDetectionJobRequest = exports.DescribeKeyPhrasesDetectionJobRequest || (exports.DescribeKeyPhrasesDetectionJobRequest = {}));
|
|
755
|
+
var KeyPhrasesDetectionJobProperties;
|
|
756
|
+
(function (KeyPhrasesDetectionJobProperties) {
|
|
757
|
+
KeyPhrasesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
758
|
+
...obj,
|
|
759
|
+
});
|
|
760
|
+
})(KeyPhrasesDetectionJobProperties = exports.KeyPhrasesDetectionJobProperties || (exports.KeyPhrasesDetectionJobProperties = {}));
|
|
761
|
+
var DescribeKeyPhrasesDetectionJobResponse;
|
|
762
|
+
(function (DescribeKeyPhrasesDetectionJobResponse) {
|
|
763
|
+
DescribeKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
764
|
+
...obj,
|
|
765
|
+
});
|
|
766
|
+
})(DescribeKeyPhrasesDetectionJobResponse = exports.DescribeKeyPhrasesDetectionJobResponse || (exports.DescribeKeyPhrasesDetectionJobResponse = {}));
|
|
767
|
+
var DescribePiiEntitiesDetectionJobRequest;
|
|
768
|
+
(function (DescribePiiEntitiesDetectionJobRequest) {
|
|
769
|
+
DescribePiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
770
|
+
...obj,
|
|
771
|
+
});
|
|
772
|
+
})(DescribePiiEntitiesDetectionJobRequest = exports.DescribePiiEntitiesDetectionJobRequest || (exports.DescribePiiEntitiesDetectionJobRequest = {}));
|
|
773
|
+
var PiiEntitiesDetectionMode;
|
|
774
|
+
(function (PiiEntitiesDetectionMode) {
|
|
775
|
+
PiiEntitiesDetectionMode["ONLY_OFFSETS"] = "ONLY_OFFSETS";
|
|
776
|
+
PiiEntitiesDetectionMode["ONLY_REDACTION"] = "ONLY_REDACTION";
|
|
777
|
+
})(PiiEntitiesDetectionMode = exports.PiiEntitiesDetectionMode || (exports.PiiEntitiesDetectionMode = {}));
|
|
778
|
+
var PiiOutputDataConfig;
|
|
779
|
+
(function (PiiOutputDataConfig) {
|
|
780
|
+
PiiOutputDataConfig.filterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
})(PiiOutputDataConfig = exports.PiiOutputDataConfig || (exports.PiiOutputDataConfig = {}));
|
|
784
|
+
var PiiEntitiesDetectionMaskMode;
|
|
785
|
+
(function (PiiEntitiesDetectionMaskMode) {
|
|
786
|
+
PiiEntitiesDetectionMaskMode["MASK"] = "MASK";
|
|
787
|
+
PiiEntitiesDetectionMaskMode["REPLACE_WITH_PII_ENTITY_TYPE"] = "REPLACE_WITH_PII_ENTITY_TYPE";
|
|
788
|
+
})(PiiEntitiesDetectionMaskMode = exports.PiiEntitiesDetectionMaskMode || (exports.PiiEntitiesDetectionMaskMode = {}));
|
|
789
|
+
var RedactionConfig;
|
|
790
|
+
(function (RedactionConfig) {
|
|
791
|
+
RedactionConfig.filterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
})(RedactionConfig = exports.RedactionConfig || (exports.RedactionConfig = {}));
|
|
795
|
+
var PiiEntitiesDetectionJobProperties;
|
|
796
|
+
(function (PiiEntitiesDetectionJobProperties) {
|
|
797
|
+
PiiEntitiesDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
798
|
+
...obj,
|
|
799
|
+
});
|
|
800
|
+
})(PiiEntitiesDetectionJobProperties = exports.PiiEntitiesDetectionJobProperties || (exports.PiiEntitiesDetectionJobProperties = {}));
|
|
801
|
+
var DescribePiiEntitiesDetectionJobResponse;
|
|
802
|
+
(function (DescribePiiEntitiesDetectionJobResponse) {
|
|
803
|
+
DescribePiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
804
|
+
...obj,
|
|
805
|
+
});
|
|
806
|
+
})(DescribePiiEntitiesDetectionJobResponse = exports.DescribePiiEntitiesDetectionJobResponse || (exports.DescribePiiEntitiesDetectionJobResponse = {}));
|
|
807
|
+
var DescribeSentimentDetectionJobRequest;
|
|
808
|
+
(function (DescribeSentimentDetectionJobRequest) {
|
|
809
|
+
DescribeSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
810
|
+
...obj,
|
|
811
|
+
});
|
|
812
|
+
})(DescribeSentimentDetectionJobRequest = exports.DescribeSentimentDetectionJobRequest || (exports.DescribeSentimentDetectionJobRequest = {}));
|
|
813
|
+
var SentimentDetectionJobProperties;
|
|
814
|
+
(function (SentimentDetectionJobProperties) {
|
|
815
|
+
SentimentDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
});
|
|
818
|
+
})(SentimentDetectionJobProperties = exports.SentimentDetectionJobProperties || (exports.SentimentDetectionJobProperties = {}));
|
|
819
|
+
var DescribeSentimentDetectionJobResponse;
|
|
820
|
+
(function (DescribeSentimentDetectionJobResponse) {
|
|
821
|
+
DescribeSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
822
|
+
...obj,
|
|
823
|
+
});
|
|
824
|
+
})(DescribeSentimentDetectionJobResponse = exports.DescribeSentimentDetectionJobResponse || (exports.DescribeSentimentDetectionJobResponse = {}));
|
|
825
|
+
var DescribeTopicsDetectionJobRequest;
|
|
826
|
+
(function (DescribeTopicsDetectionJobRequest) {
|
|
827
|
+
DescribeTopicsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
});
|
|
830
|
+
})(DescribeTopicsDetectionJobRequest = exports.DescribeTopicsDetectionJobRequest || (exports.DescribeTopicsDetectionJobRequest = {}));
|
|
831
|
+
var TopicsDetectionJobProperties;
|
|
832
|
+
(function (TopicsDetectionJobProperties) {
|
|
833
|
+
TopicsDetectionJobProperties.filterSensitiveLog = (obj) => ({
|
|
834
|
+
...obj,
|
|
835
|
+
});
|
|
836
|
+
})(TopicsDetectionJobProperties = exports.TopicsDetectionJobProperties || (exports.TopicsDetectionJobProperties = {}));
|
|
837
|
+
var DescribeTopicsDetectionJobResponse;
|
|
838
|
+
(function (DescribeTopicsDetectionJobResponse) {
|
|
839
|
+
DescribeTopicsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
840
|
+
...obj,
|
|
841
|
+
});
|
|
842
|
+
})(DescribeTopicsDetectionJobResponse = exports.DescribeTopicsDetectionJobResponse || (exports.DescribeTopicsDetectionJobResponse = {}));
|
|
843
|
+
var DetectDominantLanguageRequest;
|
|
844
|
+
(function (DetectDominantLanguageRequest) {
|
|
845
|
+
DetectDominantLanguageRequest.filterSensitiveLog = (obj) => ({
|
|
846
|
+
...obj,
|
|
847
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
848
|
+
});
|
|
849
|
+
})(DetectDominantLanguageRequest = exports.DetectDominantLanguageRequest || (exports.DetectDominantLanguageRequest = {}));
|
|
850
|
+
var DetectDominantLanguageResponse;
|
|
851
|
+
(function (DetectDominantLanguageResponse) {
|
|
852
|
+
DetectDominantLanguageResponse.filterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
})(DetectDominantLanguageResponse = exports.DetectDominantLanguageResponse || (exports.DetectDominantLanguageResponse = {}));
|
|
856
|
+
var DetectEntitiesRequest;
|
|
857
|
+
(function (DetectEntitiesRequest) {
|
|
858
|
+
DetectEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
861
|
+
});
|
|
862
|
+
})(DetectEntitiesRequest = exports.DetectEntitiesRequest || (exports.DetectEntitiesRequest = {}));
|
|
863
|
+
var DetectEntitiesResponse;
|
|
864
|
+
(function (DetectEntitiesResponse) {
|
|
865
|
+
DetectEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
})(DetectEntitiesResponse = exports.DetectEntitiesResponse || (exports.DetectEntitiesResponse = {}));
|
|
869
|
+
var DetectKeyPhrasesRequest;
|
|
870
|
+
(function (DetectKeyPhrasesRequest) {
|
|
871
|
+
DetectKeyPhrasesRequest.filterSensitiveLog = (obj) => ({
|
|
872
|
+
...obj,
|
|
873
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
874
|
+
});
|
|
875
|
+
})(DetectKeyPhrasesRequest = exports.DetectKeyPhrasesRequest || (exports.DetectKeyPhrasesRequest = {}));
|
|
876
|
+
var DetectKeyPhrasesResponse;
|
|
877
|
+
(function (DetectKeyPhrasesResponse) {
|
|
878
|
+
DetectKeyPhrasesResponse.filterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
})(DetectKeyPhrasesResponse = exports.DetectKeyPhrasesResponse || (exports.DetectKeyPhrasesResponse = {}));
|
|
882
|
+
var DetectPiiEntitiesRequest;
|
|
883
|
+
(function (DetectPiiEntitiesRequest) {
|
|
884
|
+
DetectPiiEntitiesRequest.filterSensitiveLog = (obj) => ({
|
|
885
|
+
...obj,
|
|
886
|
+
});
|
|
887
|
+
})(DetectPiiEntitiesRequest = exports.DetectPiiEntitiesRequest || (exports.DetectPiiEntitiesRequest = {}));
|
|
888
|
+
var PiiEntity;
|
|
889
|
+
(function (PiiEntity) {
|
|
890
|
+
PiiEntity.filterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
})(PiiEntity = exports.PiiEntity || (exports.PiiEntity = {}));
|
|
894
|
+
var DetectPiiEntitiesResponse;
|
|
895
|
+
(function (DetectPiiEntitiesResponse) {
|
|
896
|
+
DetectPiiEntitiesResponse.filterSensitiveLog = (obj) => ({
|
|
897
|
+
...obj,
|
|
898
|
+
});
|
|
899
|
+
})(DetectPiiEntitiesResponse = exports.DetectPiiEntitiesResponse || (exports.DetectPiiEntitiesResponse = {}));
|
|
900
|
+
var DetectSentimentRequest;
|
|
901
|
+
(function (DetectSentimentRequest) {
|
|
902
|
+
DetectSentimentRequest.filterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
905
|
+
});
|
|
906
|
+
})(DetectSentimentRequest = exports.DetectSentimentRequest || (exports.DetectSentimentRequest = {}));
|
|
907
|
+
var DetectSentimentResponse;
|
|
908
|
+
(function (DetectSentimentResponse) {
|
|
909
|
+
DetectSentimentResponse.filterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
})(DetectSentimentResponse = exports.DetectSentimentResponse || (exports.DetectSentimentResponse = {}));
|
|
913
|
+
var DetectSyntaxRequest;
|
|
914
|
+
(function (DetectSyntaxRequest) {
|
|
915
|
+
DetectSyntaxRequest.filterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
...(obj.Text && { Text: smithy_client_1.SENSITIVE_STRING }),
|
|
918
|
+
});
|
|
919
|
+
})(DetectSyntaxRequest = exports.DetectSyntaxRequest || (exports.DetectSyntaxRequest = {}));
|
|
920
|
+
var DetectSyntaxResponse;
|
|
921
|
+
(function (DetectSyntaxResponse) {
|
|
922
|
+
DetectSyntaxResponse.filterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
})(DetectSyntaxResponse = exports.DetectSyntaxResponse || (exports.DetectSyntaxResponse = {}));
|
|
926
|
+
var InvalidFilterException;
|
|
927
|
+
(function (InvalidFilterException) {
|
|
928
|
+
InvalidFilterException.filterSensitiveLog = (obj) => ({
|
|
929
|
+
...obj,
|
|
930
|
+
});
|
|
931
|
+
})(InvalidFilterException = exports.InvalidFilterException || (exports.InvalidFilterException = {}));
|
|
932
|
+
var DocumentClassificationJobFilter;
|
|
933
|
+
(function (DocumentClassificationJobFilter) {
|
|
934
|
+
DocumentClassificationJobFilter.filterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
})(DocumentClassificationJobFilter = exports.DocumentClassificationJobFilter || (exports.DocumentClassificationJobFilter = {}));
|
|
938
|
+
var ListDocumentClassificationJobsRequest;
|
|
939
|
+
(function (ListDocumentClassificationJobsRequest) {
|
|
940
|
+
ListDocumentClassificationJobsRequest.filterSensitiveLog = (obj) => ({
|
|
941
|
+
...obj,
|
|
942
|
+
});
|
|
943
|
+
})(ListDocumentClassificationJobsRequest = exports.ListDocumentClassificationJobsRequest || (exports.ListDocumentClassificationJobsRequest = {}));
|
|
944
|
+
var ListDocumentClassificationJobsResponse;
|
|
945
|
+
(function (ListDocumentClassificationJobsResponse) {
|
|
946
|
+
ListDocumentClassificationJobsResponse.filterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
})(ListDocumentClassificationJobsResponse = exports.ListDocumentClassificationJobsResponse || (exports.ListDocumentClassificationJobsResponse = {}));
|
|
950
|
+
var DocumentClassifierFilter;
|
|
951
|
+
(function (DocumentClassifierFilter) {
|
|
952
|
+
DocumentClassifierFilter.filterSensitiveLog = (obj) => ({
|
|
953
|
+
...obj,
|
|
954
|
+
});
|
|
955
|
+
})(DocumentClassifierFilter = exports.DocumentClassifierFilter || (exports.DocumentClassifierFilter = {}));
|
|
956
|
+
var ListDocumentClassifiersRequest;
|
|
957
|
+
(function (ListDocumentClassifiersRequest) {
|
|
958
|
+
ListDocumentClassifiersRequest.filterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
})(ListDocumentClassifiersRequest = exports.ListDocumentClassifiersRequest || (exports.ListDocumentClassifiersRequest = {}));
|
|
962
|
+
var ListDocumentClassifiersResponse;
|
|
963
|
+
(function (ListDocumentClassifiersResponse) {
|
|
964
|
+
ListDocumentClassifiersResponse.filterSensitiveLog = (obj) => ({
|
|
965
|
+
...obj,
|
|
966
|
+
...(obj.DocumentClassifierPropertiesList && {
|
|
967
|
+
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map((item) => DocumentClassifierProperties.filterSensitiveLog(item)),
|
|
968
|
+
}),
|
|
969
|
+
});
|
|
970
|
+
})(ListDocumentClassifiersResponse = exports.ListDocumentClassifiersResponse || (exports.ListDocumentClassifiersResponse = {}));
|
|
971
|
+
var ListDocumentClassifierSummariesRequest;
|
|
972
|
+
(function (ListDocumentClassifierSummariesRequest) {
|
|
973
|
+
ListDocumentClassifierSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
974
|
+
...obj,
|
|
975
|
+
});
|
|
976
|
+
})(ListDocumentClassifierSummariesRequest = exports.ListDocumentClassifierSummariesRequest || (exports.ListDocumentClassifierSummariesRequest = {}));
|
|
977
|
+
var DocumentClassifierSummary;
|
|
978
|
+
(function (DocumentClassifierSummary) {
|
|
979
|
+
DocumentClassifierSummary.filterSensitiveLog = (obj) => ({
|
|
980
|
+
...obj,
|
|
981
|
+
});
|
|
982
|
+
})(DocumentClassifierSummary = exports.DocumentClassifierSummary || (exports.DocumentClassifierSummary = {}));
|
|
983
|
+
var ListDocumentClassifierSummariesResponse;
|
|
984
|
+
(function (ListDocumentClassifierSummariesResponse) {
|
|
985
|
+
ListDocumentClassifierSummariesResponse.filterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
})(ListDocumentClassifierSummariesResponse = exports.ListDocumentClassifierSummariesResponse || (exports.ListDocumentClassifierSummariesResponse = {}));
|
|
989
|
+
var DominantLanguageDetectionJobFilter;
|
|
990
|
+
(function (DominantLanguageDetectionJobFilter) {
|
|
991
|
+
DominantLanguageDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
994
|
+
})(DominantLanguageDetectionJobFilter = exports.DominantLanguageDetectionJobFilter || (exports.DominantLanguageDetectionJobFilter = {}));
|
|
995
|
+
var ListDominantLanguageDetectionJobsRequest;
|
|
996
|
+
(function (ListDominantLanguageDetectionJobsRequest) {
|
|
997
|
+
ListDominantLanguageDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
998
|
+
...obj,
|
|
999
|
+
});
|
|
1000
|
+
})(ListDominantLanguageDetectionJobsRequest = exports.ListDominantLanguageDetectionJobsRequest || (exports.ListDominantLanguageDetectionJobsRequest = {}));
|
|
1001
|
+
var ListDominantLanguageDetectionJobsResponse;
|
|
1002
|
+
(function (ListDominantLanguageDetectionJobsResponse) {
|
|
1003
|
+
ListDominantLanguageDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1004
|
+
...obj,
|
|
1005
|
+
});
|
|
1006
|
+
})(ListDominantLanguageDetectionJobsResponse = exports.ListDominantLanguageDetectionJobsResponse || (exports.ListDominantLanguageDetectionJobsResponse = {}));
|
|
1007
|
+
var EndpointFilter;
|
|
1008
|
+
(function (EndpointFilter) {
|
|
1009
|
+
EndpointFilter.filterSensitiveLog = (obj) => ({
|
|
1010
|
+
...obj,
|
|
1011
|
+
});
|
|
1012
|
+
})(EndpointFilter = exports.EndpointFilter || (exports.EndpointFilter = {}));
|
|
1013
|
+
var ListEndpointsRequest;
|
|
1014
|
+
(function (ListEndpointsRequest) {
|
|
1015
|
+
ListEndpointsRequest.filterSensitiveLog = (obj) => ({
|
|
1016
|
+
...obj,
|
|
1017
|
+
});
|
|
1018
|
+
})(ListEndpointsRequest = exports.ListEndpointsRequest || (exports.ListEndpointsRequest = {}));
|
|
1019
|
+
var ListEndpointsResponse;
|
|
1020
|
+
(function (ListEndpointsResponse) {
|
|
1021
|
+
ListEndpointsResponse.filterSensitiveLog = (obj) => ({
|
|
1022
|
+
...obj,
|
|
1023
|
+
});
|
|
1024
|
+
})(ListEndpointsResponse = exports.ListEndpointsResponse || (exports.ListEndpointsResponse = {}));
|
|
1025
|
+
var EntitiesDetectionJobFilter;
|
|
1026
|
+
(function (EntitiesDetectionJobFilter) {
|
|
1027
|
+
EntitiesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1028
|
+
...obj,
|
|
1029
|
+
});
|
|
1030
|
+
})(EntitiesDetectionJobFilter = exports.EntitiesDetectionJobFilter || (exports.EntitiesDetectionJobFilter = {}));
|
|
1031
|
+
var ListEntitiesDetectionJobsRequest;
|
|
1032
|
+
(function (ListEntitiesDetectionJobsRequest) {
|
|
1033
|
+
ListEntitiesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1034
|
+
...obj,
|
|
1035
|
+
});
|
|
1036
|
+
})(ListEntitiesDetectionJobsRequest = exports.ListEntitiesDetectionJobsRequest || (exports.ListEntitiesDetectionJobsRequest = {}));
|
|
1037
|
+
var ListEntitiesDetectionJobsResponse;
|
|
1038
|
+
(function (ListEntitiesDetectionJobsResponse) {
|
|
1039
|
+
ListEntitiesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1040
|
+
...obj,
|
|
1041
|
+
});
|
|
1042
|
+
})(ListEntitiesDetectionJobsResponse = exports.ListEntitiesDetectionJobsResponse || (exports.ListEntitiesDetectionJobsResponse = {}));
|
|
1043
|
+
var EntityRecognizerFilter;
|
|
1044
|
+
(function (EntityRecognizerFilter) {
|
|
1045
|
+
EntityRecognizerFilter.filterSensitiveLog = (obj) => ({
|
|
1046
|
+
...obj,
|
|
1047
|
+
});
|
|
1048
|
+
})(EntityRecognizerFilter = exports.EntityRecognizerFilter || (exports.EntityRecognizerFilter = {}));
|
|
1049
|
+
var ListEntityRecognizersRequest;
|
|
1050
|
+
(function (ListEntityRecognizersRequest) {
|
|
1051
|
+
ListEntityRecognizersRequest.filterSensitiveLog = (obj) => ({
|
|
1052
|
+
...obj,
|
|
1053
|
+
});
|
|
1054
|
+
})(ListEntityRecognizersRequest = exports.ListEntityRecognizersRequest || (exports.ListEntityRecognizersRequest = {}));
|
|
1055
|
+
var ListEntityRecognizersResponse;
|
|
1056
|
+
(function (ListEntityRecognizersResponse) {
|
|
1057
|
+
ListEntityRecognizersResponse.filterSensitiveLog = (obj) => ({
|
|
1058
|
+
...obj,
|
|
1059
|
+
...(obj.EntityRecognizerPropertiesList && {
|
|
1060
|
+
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map((item) => EntityRecognizerProperties.filterSensitiveLog(item)),
|
|
1061
|
+
}),
|
|
1062
|
+
});
|
|
1063
|
+
})(ListEntityRecognizersResponse = exports.ListEntityRecognizersResponse || (exports.ListEntityRecognizersResponse = {}));
|
|
1064
|
+
var ListEntityRecognizerSummariesRequest;
|
|
1065
|
+
(function (ListEntityRecognizerSummariesRequest) {
|
|
1066
|
+
ListEntityRecognizerSummariesRequest.filterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
})(ListEntityRecognizerSummariesRequest = exports.ListEntityRecognizerSummariesRequest || (exports.ListEntityRecognizerSummariesRequest = {}));
|
|
1070
|
+
var EntityRecognizerSummary;
|
|
1071
|
+
(function (EntityRecognizerSummary) {
|
|
1072
|
+
EntityRecognizerSummary.filterSensitiveLog = (obj) => ({
|
|
1073
|
+
...obj,
|
|
1074
|
+
});
|
|
1075
|
+
})(EntityRecognizerSummary = exports.EntityRecognizerSummary || (exports.EntityRecognizerSummary = {}));
|
|
1076
|
+
var ListEntityRecognizerSummariesResponse;
|
|
1077
|
+
(function (ListEntityRecognizerSummariesResponse) {
|
|
1078
|
+
ListEntityRecognizerSummariesResponse.filterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
})(ListEntityRecognizerSummariesResponse = exports.ListEntityRecognizerSummariesResponse || (exports.ListEntityRecognizerSummariesResponse = {}));
|
|
1082
|
+
var EventsDetectionJobFilter;
|
|
1083
|
+
(function (EventsDetectionJobFilter) {
|
|
1084
|
+
EventsDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
})(EventsDetectionJobFilter = exports.EventsDetectionJobFilter || (exports.EventsDetectionJobFilter = {}));
|
|
1088
|
+
var ListEventsDetectionJobsRequest;
|
|
1089
|
+
(function (ListEventsDetectionJobsRequest) {
|
|
1090
|
+
ListEventsDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
})(ListEventsDetectionJobsRequest = exports.ListEventsDetectionJobsRequest || (exports.ListEventsDetectionJobsRequest = {}));
|
|
1094
|
+
var ListEventsDetectionJobsResponse;
|
|
1095
|
+
(function (ListEventsDetectionJobsResponse) {
|
|
1096
|
+
ListEventsDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
})(ListEventsDetectionJobsResponse = exports.ListEventsDetectionJobsResponse || (exports.ListEventsDetectionJobsResponse = {}));
|
|
1100
|
+
var KeyPhrasesDetectionJobFilter;
|
|
1101
|
+
(function (KeyPhrasesDetectionJobFilter) {
|
|
1102
|
+
KeyPhrasesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
})(KeyPhrasesDetectionJobFilter = exports.KeyPhrasesDetectionJobFilter || (exports.KeyPhrasesDetectionJobFilter = {}));
|
|
1106
|
+
var ListKeyPhrasesDetectionJobsRequest;
|
|
1107
|
+
(function (ListKeyPhrasesDetectionJobsRequest) {
|
|
1108
|
+
ListKeyPhrasesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1109
|
+
...obj,
|
|
1110
|
+
});
|
|
1111
|
+
})(ListKeyPhrasesDetectionJobsRequest = exports.ListKeyPhrasesDetectionJobsRequest || (exports.ListKeyPhrasesDetectionJobsRequest = {}));
|
|
1112
|
+
var ListKeyPhrasesDetectionJobsResponse;
|
|
1113
|
+
(function (ListKeyPhrasesDetectionJobsResponse) {
|
|
1114
|
+
ListKeyPhrasesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
})(ListKeyPhrasesDetectionJobsResponse = exports.ListKeyPhrasesDetectionJobsResponse || (exports.ListKeyPhrasesDetectionJobsResponse = {}));
|
|
1118
|
+
var PiiEntitiesDetectionJobFilter;
|
|
1119
|
+
(function (PiiEntitiesDetectionJobFilter) {
|
|
1120
|
+
PiiEntitiesDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1121
|
+
...obj,
|
|
1122
|
+
});
|
|
1123
|
+
})(PiiEntitiesDetectionJobFilter = exports.PiiEntitiesDetectionJobFilter || (exports.PiiEntitiesDetectionJobFilter = {}));
|
|
1124
|
+
var ListPiiEntitiesDetectionJobsRequest;
|
|
1125
|
+
(function (ListPiiEntitiesDetectionJobsRequest) {
|
|
1126
|
+
ListPiiEntitiesDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
})(ListPiiEntitiesDetectionJobsRequest = exports.ListPiiEntitiesDetectionJobsRequest || (exports.ListPiiEntitiesDetectionJobsRequest = {}));
|
|
1130
|
+
var ListPiiEntitiesDetectionJobsResponse;
|
|
1131
|
+
(function (ListPiiEntitiesDetectionJobsResponse) {
|
|
1132
|
+
ListPiiEntitiesDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1133
|
+
...obj,
|
|
1134
|
+
});
|
|
1135
|
+
})(ListPiiEntitiesDetectionJobsResponse = exports.ListPiiEntitiesDetectionJobsResponse || (exports.ListPiiEntitiesDetectionJobsResponse = {}));
|
|
1136
|
+
var SentimentDetectionJobFilter;
|
|
1137
|
+
(function (SentimentDetectionJobFilter) {
|
|
1138
|
+
SentimentDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
})(SentimentDetectionJobFilter = exports.SentimentDetectionJobFilter || (exports.SentimentDetectionJobFilter = {}));
|
|
1142
|
+
var ListSentimentDetectionJobsRequest;
|
|
1143
|
+
(function (ListSentimentDetectionJobsRequest) {
|
|
1144
|
+
ListSentimentDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1145
|
+
...obj,
|
|
1146
|
+
});
|
|
1147
|
+
})(ListSentimentDetectionJobsRequest = exports.ListSentimentDetectionJobsRequest || (exports.ListSentimentDetectionJobsRequest = {}));
|
|
1148
|
+
var ListSentimentDetectionJobsResponse;
|
|
1149
|
+
(function (ListSentimentDetectionJobsResponse) {
|
|
1150
|
+
ListSentimentDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
})(ListSentimentDetectionJobsResponse = exports.ListSentimentDetectionJobsResponse || (exports.ListSentimentDetectionJobsResponse = {}));
|
|
1154
|
+
var ListTagsForResourceRequest;
|
|
1155
|
+
(function (ListTagsForResourceRequest) {
|
|
1156
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1157
|
+
...obj,
|
|
1158
|
+
});
|
|
1159
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1160
|
+
var ListTagsForResourceResponse;
|
|
1161
|
+
(function (ListTagsForResourceResponse) {
|
|
1162
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1166
|
+
var TopicsDetectionJobFilter;
|
|
1167
|
+
(function (TopicsDetectionJobFilter) {
|
|
1168
|
+
TopicsDetectionJobFilter.filterSensitiveLog = (obj) => ({
|
|
1169
|
+
...obj,
|
|
1170
|
+
});
|
|
1171
|
+
})(TopicsDetectionJobFilter = exports.TopicsDetectionJobFilter || (exports.TopicsDetectionJobFilter = {}));
|
|
1172
|
+
var ListTopicsDetectionJobsRequest;
|
|
1173
|
+
(function (ListTopicsDetectionJobsRequest) {
|
|
1174
|
+
ListTopicsDetectionJobsRequest.filterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
})(ListTopicsDetectionJobsRequest = exports.ListTopicsDetectionJobsRequest || (exports.ListTopicsDetectionJobsRequest = {}));
|
|
1178
|
+
var ListTopicsDetectionJobsResponse;
|
|
1179
|
+
(function (ListTopicsDetectionJobsResponse) {
|
|
1180
|
+
ListTopicsDetectionJobsResponse.filterSensitiveLog = (obj) => ({
|
|
1181
|
+
...obj,
|
|
1182
|
+
});
|
|
1183
|
+
})(ListTopicsDetectionJobsResponse = exports.ListTopicsDetectionJobsResponse || (exports.ListTopicsDetectionJobsResponse = {}));
|
|
1184
|
+
var StartDocumentClassificationJobRequest;
|
|
1185
|
+
(function (StartDocumentClassificationJobRequest) {
|
|
1186
|
+
StartDocumentClassificationJobRequest.filterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
})(StartDocumentClassificationJobRequest = exports.StartDocumentClassificationJobRequest || (exports.StartDocumentClassificationJobRequest = {}));
|
|
1190
|
+
var StartDocumentClassificationJobResponse;
|
|
1191
|
+
(function (StartDocumentClassificationJobResponse) {
|
|
1192
|
+
StartDocumentClassificationJobResponse.filterSensitiveLog = (obj) => ({
|
|
1193
|
+
...obj,
|
|
1194
|
+
});
|
|
1195
|
+
})(StartDocumentClassificationJobResponse = exports.StartDocumentClassificationJobResponse || (exports.StartDocumentClassificationJobResponse = {}));
|
|
1196
|
+
var StartDominantLanguageDetectionJobRequest;
|
|
1197
|
+
(function (StartDominantLanguageDetectionJobRequest) {
|
|
1198
|
+
StartDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
})(StartDominantLanguageDetectionJobRequest = exports.StartDominantLanguageDetectionJobRequest || (exports.StartDominantLanguageDetectionJobRequest = {}));
|
|
1202
|
+
var StartDominantLanguageDetectionJobResponse;
|
|
1203
|
+
(function (StartDominantLanguageDetectionJobResponse) {
|
|
1204
|
+
StartDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1205
|
+
...obj,
|
|
1206
|
+
});
|
|
1207
|
+
})(StartDominantLanguageDetectionJobResponse = exports.StartDominantLanguageDetectionJobResponse || (exports.StartDominantLanguageDetectionJobResponse = {}));
|
|
1208
|
+
var StartEntitiesDetectionJobRequest;
|
|
1209
|
+
(function (StartEntitiesDetectionJobRequest) {
|
|
1210
|
+
StartEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
})(StartEntitiesDetectionJobRequest = exports.StartEntitiesDetectionJobRequest || (exports.StartEntitiesDetectionJobRequest = {}));
|
|
1214
|
+
var StartEntitiesDetectionJobResponse;
|
|
1215
|
+
(function (StartEntitiesDetectionJobResponse) {
|
|
1216
|
+
StartEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1217
|
+
...obj,
|
|
1218
|
+
});
|
|
1219
|
+
})(StartEntitiesDetectionJobResponse = exports.StartEntitiesDetectionJobResponse || (exports.StartEntitiesDetectionJobResponse = {}));
|
|
1220
|
+
var StartEventsDetectionJobRequest;
|
|
1221
|
+
(function (StartEventsDetectionJobRequest) {
|
|
1222
|
+
StartEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
})(StartEventsDetectionJobRequest = exports.StartEventsDetectionJobRequest || (exports.StartEventsDetectionJobRequest = {}));
|
|
1226
|
+
var StartEventsDetectionJobResponse;
|
|
1227
|
+
(function (StartEventsDetectionJobResponse) {
|
|
1228
|
+
StartEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1229
|
+
...obj,
|
|
1230
|
+
});
|
|
1231
|
+
})(StartEventsDetectionJobResponse = exports.StartEventsDetectionJobResponse || (exports.StartEventsDetectionJobResponse = {}));
|
|
1232
|
+
var StartKeyPhrasesDetectionJobRequest;
|
|
1233
|
+
(function (StartKeyPhrasesDetectionJobRequest) {
|
|
1234
|
+
StartKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
})(StartKeyPhrasesDetectionJobRequest = exports.StartKeyPhrasesDetectionJobRequest || (exports.StartKeyPhrasesDetectionJobRequest = {}));
|
|
1238
|
+
var StartKeyPhrasesDetectionJobResponse;
|
|
1239
|
+
(function (StartKeyPhrasesDetectionJobResponse) {
|
|
1240
|
+
StartKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1241
|
+
...obj,
|
|
1242
|
+
});
|
|
1243
|
+
})(StartKeyPhrasesDetectionJobResponse = exports.StartKeyPhrasesDetectionJobResponse || (exports.StartKeyPhrasesDetectionJobResponse = {}));
|
|
1244
|
+
var StartPiiEntitiesDetectionJobRequest;
|
|
1245
|
+
(function (StartPiiEntitiesDetectionJobRequest) {
|
|
1246
|
+
StartPiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
});
|
|
1249
|
+
})(StartPiiEntitiesDetectionJobRequest = exports.StartPiiEntitiesDetectionJobRequest || (exports.StartPiiEntitiesDetectionJobRequest = {}));
|
|
1250
|
+
var StartPiiEntitiesDetectionJobResponse;
|
|
1251
|
+
(function (StartPiiEntitiesDetectionJobResponse) {
|
|
1252
|
+
StartPiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1253
|
+
...obj,
|
|
1254
|
+
});
|
|
1255
|
+
})(StartPiiEntitiesDetectionJobResponse = exports.StartPiiEntitiesDetectionJobResponse || (exports.StartPiiEntitiesDetectionJobResponse = {}));
|
|
1256
|
+
var StartSentimentDetectionJobRequest;
|
|
1257
|
+
(function (StartSentimentDetectionJobRequest) {
|
|
1258
|
+
StartSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
})(StartSentimentDetectionJobRequest = exports.StartSentimentDetectionJobRequest || (exports.StartSentimentDetectionJobRequest = {}));
|
|
1262
|
+
var StartSentimentDetectionJobResponse;
|
|
1263
|
+
(function (StartSentimentDetectionJobResponse) {
|
|
1264
|
+
StartSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1265
|
+
...obj,
|
|
1266
|
+
});
|
|
1267
|
+
})(StartSentimentDetectionJobResponse = exports.StartSentimentDetectionJobResponse || (exports.StartSentimentDetectionJobResponse = {}));
|
|
1268
|
+
var StartTopicsDetectionJobRequest;
|
|
1269
|
+
(function (StartTopicsDetectionJobRequest) {
|
|
1270
|
+
StartTopicsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
})(StartTopicsDetectionJobRequest = exports.StartTopicsDetectionJobRequest || (exports.StartTopicsDetectionJobRequest = {}));
|
|
1274
|
+
var StartTopicsDetectionJobResponse;
|
|
1275
|
+
(function (StartTopicsDetectionJobResponse) {
|
|
1276
|
+
StartTopicsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1277
|
+
...obj,
|
|
1278
|
+
});
|
|
1279
|
+
})(StartTopicsDetectionJobResponse = exports.StartTopicsDetectionJobResponse || (exports.StartTopicsDetectionJobResponse = {}));
|
|
1280
|
+
var StopDominantLanguageDetectionJobRequest;
|
|
1281
|
+
(function (StopDominantLanguageDetectionJobRequest) {
|
|
1282
|
+
StopDominantLanguageDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
})(StopDominantLanguageDetectionJobRequest = exports.StopDominantLanguageDetectionJobRequest || (exports.StopDominantLanguageDetectionJobRequest = {}));
|
|
1286
|
+
var StopDominantLanguageDetectionJobResponse;
|
|
1287
|
+
(function (StopDominantLanguageDetectionJobResponse) {
|
|
1288
|
+
StopDominantLanguageDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1289
|
+
...obj,
|
|
1290
|
+
});
|
|
1291
|
+
})(StopDominantLanguageDetectionJobResponse = exports.StopDominantLanguageDetectionJobResponse || (exports.StopDominantLanguageDetectionJobResponse = {}));
|
|
1292
|
+
var StopEntitiesDetectionJobRequest;
|
|
1293
|
+
(function (StopEntitiesDetectionJobRequest) {
|
|
1294
|
+
StopEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
})(StopEntitiesDetectionJobRequest = exports.StopEntitiesDetectionJobRequest || (exports.StopEntitiesDetectionJobRequest = {}));
|
|
1298
|
+
var StopEntitiesDetectionJobResponse;
|
|
1299
|
+
(function (StopEntitiesDetectionJobResponse) {
|
|
1300
|
+
StopEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1301
|
+
...obj,
|
|
1302
|
+
});
|
|
1303
|
+
})(StopEntitiesDetectionJobResponse = exports.StopEntitiesDetectionJobResponse || (exports.StopEntitiesDetectionJobResponse = {}));
|
|
1304
|
+
var StopEventsDetectionJobRequest;
|
|
1305
|
+
(function (StopEventsDetectionJobRequest) {
|
|
1306
|
+
StopEventsDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
})(StopEventsDetectionJobRequest = exports.StopEventsDetectionJobRequest || (exports.StopEventsDetectionJobRequest = {}));
|
|
1310
|
+
var StopEventsDetectionJobResponse;
|
|
1311
|
+
(function (StopEventsDetectionJobResponse) {
|
|
1312
|
+
StopEventsDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1313
|
+
...obj,
|
|
1314
|
+
});
|
|
1315
|
+
})(StopEventsDetectionJobResponse = exports.StopEventsDetectionJobResponse || (exports.StopEventsDetectionJobResponse = {}));
|
|
1316
|
+
var StopKeyPhrasesDetectionJobRequest;
|
|
1317
|
+
(function (StopKeyPhrasesDetectionJobRequest) {
|
|
1318
|
+
StopKeyPhrasesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
})(StopKeyPhrasesDetectionJobRequest = exports.StopKeyPhrasesDetectionJobRequest || (exports.StopKeyPhrasesDetectionJobRequest = {}));
|
|
1322
|
+
var StopKeyPhrasesDetectionJobResponse;
|
|
1323
|
+
(function (StopKeyPhrasesDetectionJobResponse) {
|
|
1324
|
+
StopKeyPhrasesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1325
|
+
...obj,
|
|
1326
|
+
});
|
|
1327
|
+
})(StopKeyPhrasesDetectionJobResponse = exports.StopKeyPhrasesDetectionJobResponse || (exports.StopKeyPhrasesDetectionJobResponse = {}));
|
|
1328
|
+
var StopPiiEntitiesDetectionJobRequest;
|
|
1329
|
+
(function (StopPiiEntitiesDetectionJobRequest) {
|
|
1330
|
+
StopPiiEntitiesDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
})(StopPiiEntitiesDetectionJobRequest = exports.StopPiiEntitiesDetectionJobRequest || (exports.StopPiiEntitiesDetectionJobRequest = {}));
|
|
1334
|
+
var StopPiiEntitiesDetectionJobResponse;
|
|
1335
|
+
(function (StopPiiEntitiesDetectionJobResponse) {
|
|
1336
|
+
StopPiiEntitiesDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1337
|
+
...obj,
|
|
1338
|
+
});
|
|
1339
|
+
})(StopPiiEntitiesDetectionJobResponse = exports.StopPiiEntitiesDetectionJobResponse || (exports.StopPiiEntitiesDetectionJobResponse = {}));
|
|
1340
|
+
var StopSentimentDetectionJobRequest;
|
|
1341
|
+
(function (StopSentimentDetectionJobRequest) {
|
|
1342
|
+
StopSentimentDetectionJobRequest.filterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
})(StopSentimentDetectionJobRequest = exports.StopSentimentDetectionJobRequest || (exports.StopSentimentDetectionJobRequest = {}));
|
|
1346
|
+
var StopSentimentDetectionJobResponse;
|
|
1347
|
+
(function (StopSentimentDetectionJobResponse) {
|
|
1348
|
+
StopSentimentDetectionJobResponse.filterSensitiveLog = (obj) => ({
|
|
1349
|
+
...obj,
|
|
1350
|
+
});
|
|
1351
|
+
})(StopSentimentDetectionJobResponse = exports.StopSentimentDetectionJobResponse || (exports.StopSentimentDetectionJobResponse = {}));
|
|
1352
|
+
var StopTrainingDocumentClassifierRequest;
|
|
1353
|
+
(function (StopTrainingDocumentClassifierRequest) {
|
|
1354
|
+
StopTrainingDocumentClassifierRequest.filterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
})(StopTrainingDocumentClassifierRequest = exports.StopTrainingDocumentClassifierRequest || (exports.StopTrainingDocumentClassifierRequest = {}));
|
|
1358
|
+
var StopTrainingDocumentClassifierResponse;
|
|
1359
|
+
(function (StopTrainingDocumentClassifierResponse) {
|
|
1360
|
+
StopTrainingDocumentClassifierResponse.filterSensitiveLog = (obj) => ({
|
|
1361
|
+
...obj,
|
|
1362
|
+
});
|
|
1363
|
+
})(StopTrainingDocumentClassifierResponse = exports.StopTrainingDocumentClassifierResponse || (exports.StopTrainingDocumentClassifierResponse = {}));
|
|
1364
|
+
var StopTrainingEntityRecognizerRequest;
|
|
1365
|
+
(function (StopTrainingEntityRecognizerRequest) {
|
|
1366
|
+
StopTrainingEntityRecognizerRequest.filterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
})(StopTrainingEntityRecognizerRequest = exports.StopTrainingEntityRecognizerRequest || (exports.StopTrainingEntityRecognizerRequest = {}));
|
|
1370
|
+
var StopTrainingEntityRecognizerResponse;
|
|
1371
|
+
(function (StopTrainingEntityRecognizerResponse) {
|
|
1372
|
+
StopTrainingEntityRecognizerResponse.filterSensitiveLog = (obj) => ({
|
|
1373
|
+
...obj,
|
|
1374
|
+
});
|
|
1375
|
+
})(StopTrainingEntityRecognizerResponse = exports.StopTrainingEntityRecognizerResponse || (exports.StopTrainingEntityRecognizerResponse = {}));
|
|
1376
|
+
var ConcurrentModificationException;
|
|
1377
|
+
(function (ConcurrentModificationException) {
|
|
1378
|
+
ConcurrentModificationException.filterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
})(ConcurrentModificationException = exports.ConcurrentModificationException || (exports.ConcurrentModificationException = {}));
|
|
1382
|
+
var TagResourceRequest;
|
|
1383
|
+
(function (TagResourceRequest) {
|
|
1384
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1385
|
+
...obj,
|
|
1386
|
+
});
|
|
1387
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1388
|
+
var TagResourceResponse;
|
|
1389
|
+
(function (TagResourceResponse) {
|
|
1390
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1394
|
+
var TooManyTagKeysException;
|
|
1395
|
+
(function (TooManyTagKeysException) {
|
|
1396
|
+
TooManyTagKeysException.filterSensitiveLog = (obj) => ({
|
|
1397
|
+
...obj,
|
|
1398
|
+
});
|
|
1399
|
+
})(TooManyTagKeysException = exports.TooManyTagKeysException || (exports.TooManyTagKeysException = {}));
|
|
1400
|
+
var UntagResourceRequest;
|
|
1401
|
+
(function (UntagResourceRequest) {
|
|
1402
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1406
|
+
var UntagResourceResponse;
|
|
1407
|
+
(function (UntagResourceResponse) {
|
|
1408
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
});
|
|
1411
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1412
|
+
var UpdateEndpointRequest;
|
|
1413
|
+
(function (UpdateEndpointRequest) {
|
|
1414
|
+
UpdateEndpointRequest.filterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
})(UpdateEndpointRequest = exports.UpdateEndpointRequest || (exports.UpdateEndpointRequest = {}));
|
|
1418
|
+
var UpdateEndpointResponse;
|
|
1419
|
+
(function (UpdateEndpointResponse) {
|
|
1420
|
+
UpdateEndpointResponse.filterSensitiveLog = (obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
});
|
|
1423
|
+
})(UpdateEndpointResponse = exports.UpdateEndpointResponse || (exports.UpdateEndpointResponse = {}));
|