@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
|
@@ -1,999 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var AugmentedManifestsDocumentTypeFormat;
|
|
4
|
-
(function (AugmentedManifestsDocumentTypeFormat) {
|
|
5
|
-
AugmentedManifestsDocumentTypeFormat["PLAIN_TEXT_DOCUMENT"] = "PLAIN_TEXT_DOCUMENT";
|
|
6
|
-
AugmentedManifestsDocumentTypeFormat["SEMI_STRUCTURED_DOCUMENT"] = "SEMI_STRUCTURED_DOCUMENT";
|
|
7
|
-
})(AugmentedManifestsDocumentTypeFormat || (AugmentedManifestsDocumentTypeFormat = {}));
|
|
8
|
-
export var Split;
|
|
9
|
-
(function (Split) {
|
|
10
|
-
Split["TEST"] = "TEST";
|
|
11
|
-
Split["TRAIN"] = "TRAIN";
|
|
12
|
-
})(Split || (Split = {}));
|
|
13
|
-
export var AugmentedManifestsListItem;
|
|
14
|
-
(function (AugmentedManifestsListItem) {
|
|
15
|
-
AugmentedManifestsListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(AugmentedManifestsListItem || (AugmentedManifestsListItem = {}));
|
|
17
|
-
export var BatchDetectDominantLanguageRequest;
|
|
18
|
-
(function (BatchDetectDominantLanguageRequest) {
|
|
19
|
-
BatchDetectDominantLanguageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
20
|
-
})(BatchDetectDominantLanguageRequest || (BatchDetectDominantLanguageRequest = {}));
|
|
21
|
-
export var BatchItemError;
|
|
22
|
-
(function (BatchItemError) {
|
|
23
|
-
BatchItemError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
-
})(BatchItemError || (BatchItemError = {}));
|
|
25
|
-
export var DominantLanguage;
|
|
26
|
-
(function (DominantLanguage) {
|
|
27
|
-
DominantLanguage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(DominantLanguage || (DominantLanguage = {}));
|
|
29
|
-
export var BatchDetectDominantLanguageItemResult;
|
|
30
|
-
(function (BatchDetectDominantLanguageItemResult) {
|
|
31
|
-
BatchDetectDominantLanguageItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(BatchDetectDominantLanguageItemResult || (BatchDetectDominantLanguageItemResult = {}));
|
|
33
|
-
export var BatchDetectDominantLanguageResponse;
|
|
34
|
-
(function (BatchDetectDominantLanguageResponse) {
|
|
35
|
-
BatchDetectDominantLanguageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
|
-
})(BatchDetectDominantLanguageResponse || (BatchDetectDominantLanguageResponse = {}));
|
|
37
|
-
export var BatchSizeLimitExceededException;
|
|
38
|
-
(function (BatchSizeLimitExceededException) {
|
|
39
|
-
BatchSizeLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(BatchSizeLimitExceededException || (BatchSizeLimitExceededException = {}));
|
|
41
|
-
export var InternalServerException;
|
|
42
|
-
(function (InternalServerException) {
|
|
43
|
-
InternalServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(InternalServerException || (InternalServerException = {}));
|
|
45
|
-
export var InvalidRequestException;
|
|
46
|
-
(function (InvalidRequestException) {
|
|
47
|
-
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
|
-
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
49
|
-
export var TextSizeLimitExceededException;
|
|
50
|
-
(function (TextSizeLimitExceededException) {
|
|
51
|
-
TextSizeLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
-
})(TextSizeLimitExceededException || (TextSizeLimitExceededException = {}));
|
|
53
|
-
export var LanguageCode;
|
|
54
|
-
(function (LanguageCode) {
|
|
55
|
-
LanguageCode["AR"] = "ar";
|
|
56
|
-
LanguageCode["DE"] = "de";
|
|
57
|
-
LanguageCode["EN"] = "en";
|
|
58
|
-
LanguageCode["ES"] = "es";
|
|
59
|
-
LanguageCode["FR"] = "fr";
|
|
60
|
-
LanguageCode["HI"] = "hi";
|
|
61
|
-
LanguageCode["IT"] = "it";
|
|
62
|
-
LanguageCode["JA"] = "ja";
|
|
63
|
-
LanguageCode["KO"] = "ko";
|
|
64
|
-
LanguageCode["PT"] = "pt";
|
|
65
|
-
LanguageCode["ZH"] = "zh";
|
|
66
|
-
LanguageCode["ZH_TW"] = "zh-TW";
|
|
67
|
-
})(LanguageCode || (LanguageCode = {}));
|
|
68
|
-
export var BatchDetectEntitiesRequest;
|
|
69
|
-
(function (BatchDetectEntitiesRequest) {
|
|
70
|
-
BatchDetectEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
71
|
-
})(BatchDetectEntitiesRequest || (BatchDetectEntitiesRequest = {}));
|
|
72
|
-
export var EntityType;
|
|
73
|
-
(function (EntityType) {
|
|
74
|
-
EntityType["COMMERCIAL_ITEM"] = "COMMERCIAL_ITEM";
|
|
75
|
-
EntityType["DATE"] = "DATE";
|
|
76
|
-
EntityType["EVENT"] = "EVENT";
|
|
77
|
-
EntityType["LOCATION"] = "LOCATION";
|
|
78
|
-
EntityType["ORGANIZATION"] = "ORGANIZATION";
|
|
79
|
-
EntityType["OTHER"] = "OTHER";
|
|
80
|
-
EntityType["PERSON"] = "PERSON";
|
|
81
|
-
EntityType["QUANTITY"] = "QUANTITY";
|
|
82
|
-
EntityType["TITLE"] = "TITLE";
|
|
83
|
-
})(EntityType || (EntityType = {}));
|
|
84
|
-
export var Entity;
|
|
85
|
-
(function (Entity) {
|
|
86
|
-
Entity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
-
})(Entity || (Entity = {}));
|
|
88
|
-
export var BatchDetectEntitiesItemResult;
|
|
89
|
-
(function (BatchDetectEntitiesItemResult) {
|
|
90
|
-
BatchDetectEntitiesItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(BatchDetectEntitiesItemResult || (BatchDetectEntitiesItemResult = {}));
|
|
92
|
-
export var BatchDetectEntitiesResponse;
|
|
93
|
-
(function (BatchDetectEntitiesResponse) {
|
|
94
|
-
BatchDetectEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
-
})(BatchDetectEntitiesResponse || (BatchDetectEntitiesResponse = {}));
|
|
96
|
-
export var UnsupportedLanguageException;
|
|
97
|
-
(function (UnsupportedLanguageException) {
|
|
98
|
-
UnsupportedLanguageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
-
})(UnsupportedLanguageException || (UnsupportedLanguageException = {}));
|
|
100
|
-
export var BatchDetectKeyPhrasesRequest;
|
|
101
|
-
(function (BatchDetectKeyPhrasesRequest) {
|
|
102
|
-
BatchDetectKeyPhrasesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
103
|
-
})(BatchDetectKeyPhrasesRequest || (BatchDetectKeyPhrasesRequest = {}));
|
|
104
|
-
export var KeyPhrase;
|
|
105
|
-
(function (KeyPhrase) {
|
|
106
|
-
KeyPhrase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(KeyPhrase || (KeyPhrase = {}));
|
|
108
|
-
export var BatchDetectKeyPhrasesItemResult;
|
|
109
|
-
(function (BatchDetectKeyPhrasesItemResult) {
|
|
110
|
-
BatchDetectKeyPhrasesItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(BatchDetectKeyPhrasesItemResult || (BatchDetectKeyPhrasesItemResult = {}));
|
|
112
|
-
export var BatchDetectKeyPhrasesResponse;
|
|
113
|
-
(function (BatchDetectKeyPhrasesResponse) {
|
|
114
|
-
BatchDetectKeyPhrasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(BatchDetectKeyPhrasesResponse || (BatchDetectKeyPhrasesResponse = {}));
|
|
116
|
-
export var BatchDetectSentimentRequest;
|
|
117
|
-
(function (BatchDetectSentimentRequest) {
|
|
118
|
-
BatchDetectSentimentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
119
|
-
})(BatchDetectSentimentRequest || (BatchDetectSentimentRequest = {}));
|
|
120
|
-
export var SentimentType;
|
|
121
|
-
(function (SentimentType) {
|
|
122
|
-
SentimentType["MIXED"] = "MIXED";
|
|
123
|
-
SentimentType["NEGATIVE"] = "NEGATIVE";
|
|
124
|
-
SentimentType["NEUTRAL"] = "NEUTRAL";
|
|
125
|
-
SentimentType["POSITIVE"] = "POSITIVE";
|
|
126
|
-
})(SentimentType || (SentimentType = {}));
|
|
127
|
-
export var SentimentScore;
|
|
128
|
-
(function (SentimentScore) {
|
|
129
|
-
SentimentScore.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(SentimentScore || (SentimentScore = {}));
|
|
131
|
-
export var BatchDetectSentimentItemResult;
|
|
132
|
-
(function (BatchDetectSentimentItemResult) {
|
|
133
|
-
BatchDetectSentimentItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(BatchDetectSentimentItemResult || (BatchDetectSentimentItemResult = {}));
|
|
135
|
-
export var BatchDetectSentimentResponse;
|
|
136
|
-
(function (BatchDetectSentimentResponse) {
|
|
137
|
-
BatchDetectSentimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(BatchDetectSentimentResponse || (BatchDetectSentimentResponse = {}));
|
|
139
|
-
export var SyntaxLanguageCode;
|
|
140
|
-
(function (SyntaxLanguageCode) {
|
|
141
|
-
SyntaxLanguageCode["DE"] = "de";
|
|
142
|
-
SyntaxLanguageCode["EN"] = "en";
|
|
143
|
-
SyntaxLanguageCode["ES"] = "es";
|
|
144
|
-
SyntaxLanguageCode["FR"] = "fr";
|
|
145
|
-
SyntaxLanguageCode["IT"] = "it";
|
|
146
|
-
SyntaxLanguageCode["PT"] = "pt";
|
|
147
|
-
})(SyntaxLanguageCode || (SyntaxLanguageCode = {}));
|
|
148
|
-
export var BatchDetectSyntaxRequest;
|
|
149
|
-
(function (BatchDetectSyntaxRequest) {
|
|
150
|
-
BatchDetectSyntaxRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TextList && { TextList: SENSITIVE_STRING }))); };
|
|
151
|
-
})(BatchDetectSyntaxRequest || (BatchDetectSyntaxRequest = {}));
|
|
152
|
-
export var PartOfSpeechTagType;
|
|
153
|
-
(function (PartOfSpeechTagType) {
|
|
154
|
-
PartOfSpeechTagType["ADJ"] = "ADJ";
|
|
155
|
-
PartOfSpeechTagType["ADP"] = "ADP";
|
|
156
|
-
PartOfSpeechTagType["ADV"] = "ADV";
|
|
157
|
-
PartOfSpeechTagType["AUX"] = "AUX";
|
|
158
|
-
PartOfSpeechTagType["CCONJ"] = "CCONJ";
|
|
159
|
-
PartOfSpeechTagType["CONJ"] = "CONJ";
|
|
160
|
-
PartOfSpeechTagType["DET"] = "DET";
|
|
161
|
-
PartOfSpeechTagType["INTJ"] = "INTJ";
|
|
162
|
-
PartOfSpeechTagType["NOUN"] = "NOUN";
|
|
163
|
-
PartOfSpeechTagType["NUM"] = "NUM";
|
|
164
|
-
PartOfSpeechTagType["O"] = "O";
|
|
165
|
-
PartOfSpeechTagType["PART"] = "PART";
|
|
166
|
-
PartOfSpeechTagType["PRON"] = "PRON";
|
|
167
|
-
PartOfSpeechTagType["PROPN"] = "PROPN";
|
|
168
|
-
PartOfSpeechTagType["PUNCT"] = "PUNCT";
|
|
169
|
-
PartOfSpeechTagType["SCONJ"] = "SCONJ";
|
|
170
|
-
PartOfSpeechTagType["SYM"] = "SYM";
|
|
171
|
-
PartOfSpeechTagType["VERB"] = "VERB";
|
|
172
|
-
})(PartOfSpeechTagType || (PartOfSpeechTagType = {}));
|
|
173
|
-
export var PartOfSpeechTag;
|
|
174
|
-
(function (PartOfSpeechTag) {
|
|
175
|
-
PartOfSpeechTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(PartOfSpeechTag || (PartOfSpeechTag = {}));
|
|
177
|
-
export var SyntaxToken;
|
|
178
|
-
(function (SyntaxToken) {
|
|
179
|
-
SyntaxToken.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(SyntaxToken || (SyntaxToken = {}));
|
|
181
|
-
export var BatchDetectSyntaxItemResult;
|
|
182
|
-
(function (BatchDetectSyntaxItemResult) {
|
|
183
|
-
BatchDetectSyntaxItemResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(BatchDetectSyntaxItemResult || (BatchDetectSyntaxItemResult = {}));
|
|
185
|
-
export var BatchDetectSyntaxResponse;
|
|
186
|
-
(function (BatchDetectSyntaxResponse) {
|
|
187
|
-
BatchDetectSyntaxResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(BatchDetectSyntaxResponse || (BatchDetectSyntaxResponse = {}));
|
|
189
|
-
export var ClassifierEvaluationMetrics;
|
|
190
|
-
(function (ClassifierEvaluationMetrics) {
|
|
191
|
-
ClassifierEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(ClassifierEvaluationMetrics || (ClassifierEvaluationMetrics = {}));
|
|
193
|
-
export var ClassifierMetadata;
|
|
194
|
-
(function (ClassifierMetadata) {
|
|
195
|
-
ClassifierMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(ClassifierMetadata || (ClassifierMetadata = {}));
|
|
197
|
-
export var ClassifyDocumentRequest;
|
|
198
|
-
(function (ClassifyDocumentRequest) {
|
|
199
|
-
ClassifyDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
200
|
-
})(ClassifyDocumentRequest || (ClassifyDocumentRequest = {}));
|
|
201
|
-
export var DocumentClass;
|
|
202
|
-
(function (DocumentClass) {
|
|
203
|
-
DocumentClass.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(DocumentClass || (DocumentClass = {}));
|
|
205
|
-
export var DocumentLabel;
|
|
206
|
-
(function (DocumentLabel) {
|
|
207
|
-
DocumentLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
-
})(DocumentLabel || (DocumentLabel = {}));
|
|
209
|
-
export var ClassifyDocumentResponse;
|
|
210
|
-
(function (ClassifyDocumentResponse) {
|
|
211
|
-
ClassifyDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(ClassifyDocumentResponse || (ClassifyDocumentResponse = {}));
|
|
213
|
-
export var ResourceUnavailableException;
|
|
214
|
-
(function (ResourceUnavailableException) {
|
|
215
|
-
ResourceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
-
})(ResourceUnavailableException || (ResourceUnavailableException = {}));
|
|
217
|
-
export var ContainsPiiEntitiesRequest;
|
|
218
|
-
(function (ContainsPiiEntitiesRequest) {
|
|
219
|
-
ContainsPiiEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
-
})(ContainsPiiEntitiesRequest || (ContainsPiiEntitiesRequest = {}));
|
|
221
|
-
export var PiiEntityType;
|
|
222
|
-
(function (PiiEntityType) {
|
|
223
|
-
PiiEntityType["ADDRESS"] = "ADDRESS";
|
|
224
|
-
PiiEntityType["AGE"] = "AGE";
|
|
225
|
-
PiiEntityType["ALL"] = "ALL";
|
|
226
|
-
PiiEntityType["AWS_ACCESS_KEY"] = "AWS_ACCESS_KEY";
|
|
227
|
-
PiiEntityType["AWS_SECRET_KEY"] = "AWS_SECRET_KEY";
|
|
228
|
-
PiiEntityType["BANK_ACCOUNT_NUMBER"] = "BANK_ACCOUNT_NUMBER";
|
|
229
|
-
PiiEntityType["BANK_ROUTING"] = "BANK_ROUTING";
|
|
230
|
-
PiiEntityType["CREDIT_DEBIT_CVV"] = "CREDIT_DEBIT_CVV";
|
|
231
|
-
PiiEntityType["CREDIT_DEBIT_EXPIRY"] = "CREDIT_DEBIT_EXPIRY";
|
|
232
|
-
PiiEntityType["CREDIT_DEBIT_NUMBER"] = "CREDIT_DEBIT_NUMBER";
|
|
233
|
-
PiiEntityType["DATE_TIME"] = "DATE_TIME";
|
|
234
|
-
PiiEntityType["DRIVER_ID"] = "DRIVER_ID";
|
|
235
|
-
PiiEntityType["EMAIL"] = "EMAIL";
|
|
236
|
-
PiiEntityType["IP_ADDRESS"] = "IP_ADDRESS";
|
|
237
|
-
PiiEntityType["MAC_ADDRESS"] = "MAC_ADDRESS";
|
|
238
|
-
PiiEntityType["NAME"] = "NAME";
|
|
239
|
-
PiiEntityType["PASSPORT_NUMBER"] = "PASSPORT_NUMBER";
|
|
240
|
-
PiiEntityType["PASSWORD"] = "PASSWORD";
|
|
241
|
-
PiiEntityType["PHONE"] = "PHONE";
|
|
242
|
-
PiiEntityType["PIN"] = "PIN";
|
|
243
|
-
PiiEntityType["SSN"] = "SSN";
|
|
244
|
-
PiiEntityType["URL"] = "URL";
|
|
245
|
-
PiiEntityType["USERNAME"] = "USERNAME";
|
|
246
|
-
})(PiiEntityType || (PiiEntityType = {}));
|
|
247
|
-
export var EntityLabel;
|
|
248
|
-
(function (EntityLabel) {
|
|
249
|
-
EntityLabel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(EntityLabel || (EntityLabel = {}));
|
|
251
|
-
export var ContainsPiiEntitiesResponse;
|
|
252
|
-
(function (ContainsPiiEntitiesResponse) {
|
|
253
|
-
ContainsPiiEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(ContainsPiiEntitiesResponse || (ContainsPiiEntitiesResponse = {}));
|
|
255
|
-
export var DocumentClassifierDataFormat;
|
|
256
|
-
(function (DocumentClassifierDataFormat) {
|
|
257
|
-
DocumentClassifierDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
258
|
-
DocumentClassifierDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
259
|
-
})(DocumentClassifierDataFormat || (DocumentClassifierDataFormat = {}));
|
|
260
|
-
export var DocumentClassifierInputDataConfig;
|
|
261
|
-
(function (DocumentClassifierInputDataConfig) {
|
|
262
|
-
DocumentClassifierInputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(DocumentClassifierInputDataConfig || (DocumentClassifierInputDataConfig = {}));
|
|
264
|
-
export var DocumentClassifierMode;
|
|
265
|
-
(function (DocumentClassifierMode) {
|
|
266
|
-
DocumentClassifierMode["MULTI_CLASS"] = "MULTI_CLASS";
|
|
267
|
-
DocumentClassifierMode["MULTI_LABEL"] = "MULTI_LABEL";
|
|
268
|
-
})(DocumentClassifierMode || (DocumentClassifierMode = {}));
|
|
269
|
-
export var DocumentClassifierOutputDataConfig;
|
|
270
|
-
(function (DocumentClassifierOutputDataConfig) {
|
|
271
|
-
DocumentClassifierOutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(DocumentClassifierOutputDataConfig || (DocumentClassifierOutputDataConfig = {}));
|
|
273
|
-
export var Tag;
|
|
274
|
-
(function (Tag) {
|
|
275
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(Tag || (Tag = {}));
|
|
277
|
-
export var VpcConfig;
|
|
278
|
-
(function (VpcConfig) {
|
|
279
|
-
VpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(VpcConfig || (VpcConfig = {}));
|
|
281
|
-
export var CreateDocumentClassifierRequest;
|
|
282
|
-
(function (CreateDocumentClassifierRequest) {
|
|
283
|
-
CreateDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(CreateDocumentClassifierRequest || (CreateDocumentClassifierRequest = {}));
|
|
285
|
-
export var CreateDocumentClassifierResponse;
|
|
286
|
-
(function (CreateDocumentClassifierResponse) {
|
|
287
|
-
CreateDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(CreateDocumentClassifierResponse || (CreateDocumentClassifierResponse = {}));
|
|
289
|
-
export var KmsKeyValidationException;
|
|
290
|
-
(function (KmsKeyValidationException) {
|
|
291
|
-
KmsKeyValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(KmsKeyValidationException || (KmsKeyValidationException = {}));
|
|
293
|
-
export var ResourceInUseException;
|
|
294
|
-
(function (ResourceInUseException) {
|
|
295
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
297
|
-
export var ResourceLimitExceededException;
|
|
298
|
-
(function (ResourceLimitExceededException) {
|
|
299
|
-
ResourceLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(ResourceLimitExceededException || (ResourceLimitExceededException = {}));
|
|
301
|
-
export var TooManyRequestsException;
|
|
302
|
-
(function (TooManyRequestsException) {
|
|
303
|
-
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
305
|
-
export var TooManyTagsException;
|
|
306
|
-
(function (TooManyTagsException) {
|
|
307
|
-
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
309
|
-
export var CreateEndpointRequest;
|
|
310
|
-
(function (CreateEndpointRequest) {
|
|
311
|
-
CreateEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(CreateEndpointRequest || (CreateEndpointRequest = {}));
|
|
313
|
-
export var CreateEndpointResponse;
|
|
314
|
-
(function (CreateEndpointResponse) {
|
|
315
|
-
CreateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
-
})(CreateEndpointResponse || (CreateEndpointResponse = {}));
|
|
317
|
-
export var ResourceNotFoundException;
|
|
318
|
-
(function (ResourceNotFoundException) {
|
|
319
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
321
|
-
export var EntityRecognizerAnnotations;
|
|
322
|
-
(function (EntityRecognizerAnnotations) {
|
|
323
|
-
EntityRecognizerAnnotations.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(EntityRecognizerAnnotations || (EntityRecognizerAnnotations = {}));
|
|
325
|
-
export var EntityRecognizerDataFormat;
|
|
326
|
-
(function (EntityRecognizerDataFormat) {
|
|
327
|
-
EntityRecognizerDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
328
|
-
EntityRecognizerDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
329
|
-
})(EntityRecognizerDataFormat || (EntityRecognizerDataFormat = {}));
|
|
330
|
-
export var InputFormat;
|
|
331
|
-
(function (InputFormat) {
|
|
332
|
-
InputFormat["ONE_DOC_PER_FILE"] = "ONE_DOC_PER_FILE";
|
|
333
|
-
InputFormat["ONE_DOC_PER_LINE"] = "ONE_DOC_PER_LINE";
|
|
334
|
-
})(InputFormat || (InputFormat = {}));
|
|
335
|
-
export var EntityRecognizerDocuments;
|
|
336
|
-
(function (EntityRecognizerDocuments) {
|
|
337
|
-
EntityRecognizerDocuments.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(EntityRecognizerDocuments || (EntityRecognizerDocuments = {}));
|
|
339
|
-
export var EntityRecognizerEntityList;
|
|
340
|
-
(function (EntityRecognizerEntityList) {
|
|
341
|
-
EntityRecognizerEntityList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(EntityRecognizerEntityList || (EntityRecognizerEntityList = {}));
|
|
343
|
-
export var EntityTypesListItem;
|
|
344
|
-
(function (EntityTypesListItem) {
|
|
345
|
-
EntityTypesListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(EntityTypesListItem || (EntityTypesListItem = {}));
|
|
347
|
-
export var EntityRecognizerInputDataConfig;
|
|
348
|
-
(function (EntityRecognizerInputDataConfig) {
|
|
349
|
-
EntityRecognizerInputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(EntityRecognizerInputDataConfig || (EntityRecognizerInputDataConfig = {}));
|
|
351
|
-
export var CreateEntityRecognizerRequest;
|
|
352
|
-
(function (CreateEntityRecognizerRequest) {
|
|
353
|
-
CreateEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(CreateEntityRecognizerRequest || (CreateEntityRecognizerRequest = {}));
|
|
355
|
-
export var CreateEntityRecognizerResponse;
|
|
356
|
-
(function (CreateEntityRecognizerResponse) {
|
|
357
|
-
CreateEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
-
})(CreateEntityRecognizerResponse || (CreateEntityRecognizerResponse = {}));
|
|
359
|
-
export var DeleteDocumentClassifierRequest;
|
|
360
|
-
(function (DeleteDocumentClassifierRequest) {
|
|
361
|
-
DeleteDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
-
})(DeleteDocumentClassifierRequest || (DeleteDocumentClassifierRequest = {}));
|
|
363
|
-
export var DeleteDocumentClassifierResponse;
|
|
364
|
-
(function (DeleteDocumentClassifierResponse) {
|
|
365
|
-
DeleteDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
-
})(DeleteDocumentClassifierResponse || (DeleteDocumentClassifierResponse = {}));
|
|
367
|
-
export var DeleteEndpointRequest;
|
|
368
|
-
(function (DeleteEndpointRequest) {
|
|
369
|
-
DeleteEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(DeleteEndpointRequest || (DeleteEndpointRequest = {}));
|
|
371
|
-
export var DeleteEndpointResponse;
|
|
372
|
-
(function (DeleteEndpointResponse) {
|
|
373
|
-
DeleteEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(DeleteEndpointResponse || (DeleteEndpointResponse = {}));
|
|
375
|
-
export var DeleteEntityRecognizerRequest;
|
|
376
|
-
(function (DeleteEntityRecognizerRequest) {
|
|
377
|
-
DeleteEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(DeleteEntityRecognizerRequest || (DeleteEntityRecognizerRequest = {}));
|
|
379
|
-
export var DeleteEntityRecognizerResponse;
|
|
380
|
-
(function (DeleteEntityRecognizerResponse) {
|
|
381
|
-
DeleteEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(DeleteEntityRecognizerResponse || (DeleteEntityRecognizerResponse = {}));
|
|
383
|
-
export var DescribeDocumentClassificationJobRequest;
|
|
384
|
-
(function (DescribeDocumentClassificationJobRequest) {
|
|
385
|
-
DescribeDocumentClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(DescribeDocumentClassificationJobRequest || (DescribeDocumentClassificationJobRequest = {}));
|
|
387
|
-
export var DocumentReadAction;
|
|
388
|
-
(function (DocumentReadAction) {
|
|
389
|
-
DocumentReadAction["TEXTRACT_ANALYZE_DOCUMENT"] = "TEXTRACT_ANALYZE_DOCUMENT";
|
|
390
|
-
DocumentReadAction["TEXTRACT_DETECT_DOCUMENT_TEXT"] = "TEXTRACT_DETECT_DOCUMENT_TEXT";
|
|
391
|
-
})(DocumentReadAction || (DocumentReadAction = {}));
|
|
392
|
-
export var DocumentReadMode;
|
|
393
|
-
(function (DocumentReadMode) {
|
|
394
|
-
DocumentReadMode["FORCE_DOCUMENT_READ_ACTION"] = "FORCE_DOCUMENT_READ_ACTION";
|
|
395
|
-
DocumentReadMode["SERVICE_DEFAULT"] = "SERVICE_DEFAULT";
|
|
396
|
-
})(DocumentReadMode || (DocumentReadMode = {}));
|
|
397
|
-
export var DocumentReadFeatureTypes;
|
|
398
|
-
(function (DocumentReadFeatureTypes) {
|
|
399
|
-
DocumentReadFeatureTypes["FORMS"] = "FORMS";
|
|
400
|
-
DocumentReadFeatureTypes["TABLES"] = "TABLES";
|
|
401
|
-
})(DocumentReadFeatureTypes || (DocumentReadFeatureTypes = {}));
|
|
402
|
-
export var DocumentReaderConfig;
|
|
403
|
-
(function (DocumentReaderConfig) {
|
|
404
|
-
DocumentReaderConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
-
})(DocumentReaderConfig || (DocumentReaderConfig = {}));
|
|
406
|
-
export var InputDataConfig;
|
|
407
|
-
(function (InputDataConfig) {
|
|
408
|
-
InputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(InputDataConfig || (InputDataConfig = {}));
|
|
410
|
-
export var JobStatus;
|
|
411
|
-
(function (JobStatus) {
|
|
412
|
-
JobStatus["COMPLETED"] = "COMPLETED";
|
|
413
|
-
JobStatus["FAILED"] = "FAILED";
|
|
414
|
-
JobStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
415
|
-
JobStatus["STOPPED"] = "STOPPED";
|
|
416
|
-
JobStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
417
|
-
JobStatus["SUBMITTED"] = "SUBMITTED";
|
|
418
|
-
})(JobStatus || (JobStatus = {}));
|
|
419
|
-
export var OutputDataConfig;
|
|
420
|
-
(function (OutputDataConfig) {
|
|
421
|
-
OutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(OutputDataConfig || (OutputDataConfig = {}));
|
|
423
|
-
export var DocumentClassificationJobProperties;
|
|
424
|
-
(function (DocumentClassificationJobProperties) {
|
|
425
|
-
DocumentClassificationJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DocumentClassificationJobProperties || (DocumentClassificationJobProperties = {}));
|
|
427
|
-
export var DescribeDocumentClassificationJobResponse;
|
|
428
|
-
(function (DescribeDocumentClassificationJobResponse) {
|
|
429
|
-
DescribeDocumentClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(DescribeDocumentClassificationJobResponse || (DescribeDocumentClassificationJobResponse = {}));
|
|
431
|
-
export var JobNotFoundException;
|
|
432
|
-
(function (JobNotFoundException) {
|
|
433
|
-
JobNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(JobNotFoundException || (JobNotFoundException = {}));
|
|
435
|
-
export var DescribeDocumentClassifierRequest;
|
|
436
|
-
(function (DescribeDocumentClassifierRequest) {
|
|
437
|
-
DescribeDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(DescribeDocumentClassifierRequest || (DescribeDocumentClassifierRequest = {}));
|
|
439
|
-
export var ModelStatus;
|
|
440
|
-
(function (ModelStatus) {
|
|
441
|
-
ModelStatus["DELETING"] = "DELETING";
|
|
442
|
-
ModelStatus["IN_ERROR"] = "IN_ERROR";
|
|
443
|
-
ModelStatus["STOPPED"] = "STOPPED";
|
|
444
|
-
ModelStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
445
|
-
ModelStatus["SUBMITTED"] = "SUBMITTED";
|
|
446
|
-
ModelStatus["TRAINED"] = "TRAINED";
|
|
447
|
-
ModelStatus["TRAINING"] = "TRAINING";
|
|
448
|
-
})(ModelStatus || (ModelStatus = {}));
|
|
449
|
-
export var DocumentClassifierProperties;
|
|
450
|
-
(function (DocumentClassifierProperties) {
|
|
451
|
-
DocumentClassifierProperties.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClassifierMetadata && { ClassifierMetadata: SENSITIVE_STRING }))); };
|
|
452
|
-
})(DocumentClassifierProperties || (DocumentClassifierProperties = {}));
|
|
453
|
-
export var DescribeDocumentClassifierResponse;
|
|
454
|
-
(function (DescribeDocumentClassifierResponse) {
|
|
455
|
-
DescribeDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierProperties && {
|
|
456
|
-
DocumentClassifierProperties: DocumentClassifierProperties.filterSensitiveLog(obj.DocumentClassifierProperties),
|
|
457
|
-
}))); };
|
|
458
|
-
})(DescribeDocumentClassifierResponse || (DescribeDocumentClassifierResponse = {}));
|
|
459
|
-
export var DescribeDominantLanguageDetectionJobRequest;
|
|
460
|
-
(function (DescribeDominantLanguageDetectionJobRequest) {
|
|
461
|
-
DescribeDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(DescribeDominantLanguageDetectionJobRequest || (DescribeDominantLanguageDetectionJobRequest = {}));
|
|
463
|
-
export var DominantLanguageDetectionJobProperties;
|
|
464
|
-
(function (DominantLanguageDetectionJobProperties) {
|
|
465
|
-
DominantLanguageDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(DominantLanguageDetectionJobProperties || (DominantLanguageDetectionJobProperties = {}));
|
|
467
|
-
export var DescribeDominantLanguageDetectionJobResponse;
|
|
468
|
-
(function (DescribeDominantLanguageDetectionJobResponse) {
|
|
469
|
-
DescribeDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(DescribeDominantLanguageDetectionJobResponse || (DescribeDominantLanguageDetectionJobResponse = {}));
|
|
471
|
-
export var DescribeEndpointRequest;
|
|
472
|
-
(function (DescribeEndpointRequest) {
|
|
473
|
-
DescribeEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(DescribeEndpointRequest || (DescribeEndpointRequest = {}));
|
|
475
|
-
export var EndpointStatus;
|
|
476
|
-
(function (EndpointStatus) {
|
|
477
|
-
EndpointStatus["CREATING"] = "CREATING";
|
|
478
|
-
EndpointStatus["DELETING"] = "DELETING";
|
|
479
|
-
EndpointStatus["FAILED"] = "FAILED";
|
|
480
|
-
EndpointStatus["IN_SERVICE"] = "IN_SERVICE";
|
|
481
|
-
EndpointStatus["UPDATING"] = "UPDATING";
|
|
482
|
-
})(EndpointStatus || (EndpointStatus = {}));
|
|
483
|
-
export var EndpointProperties;
|
|
484
|
-
(function (EndpointProperties) {
|
|
485
|
-
EndpointProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(EndpointProperties || (EndpointProperties = {}));
|
|
487
|
-
export var DescribeEndpointResponse;
|
|
488
|
-
(function (DescribeEndpointResponse) {
|
|
489
|
-
DescribeEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DescribeEndpointResponse || (DescribeEndpointResponse = {}));
|
|
491
|
-
export var DescribeEntitiesDetectionJobRequest;
|
|
492
|
-
(function (DescribeEntitiesDetectionJobRequest) {
|
|
493
|
-
DescribeEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(DescribeEntitiesDetectionJobRequest || (DescribeEntitiesDetectionJobRequest = {}));
|
|
495
|
-
export var EntitiesDetectionJobProperties;
|
|
496
|
-
(function (EntitiesDetectionJobProperties) {
|
|
497
|
-
EntitiesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(EntitiesDetectionJobProperties || (EntitiesDetectionJobProperties = {}));
|
|
499
|
-
export var DescribeEntitiesDetectionJobResponse;
|
|
500
|
-
(function (DescribeEntitiesDetectionJobResponse) {
|
|
501
|
-
DescribeEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DescribeEntitiesDetectionJobResponse || (DescribeEntitiesDetectionJobResponse = {}));
|
|
503
|
-
export var DescribeEntityRecognizerRequest;
|
|
504
|
-
(function (DescribeEntityRecognizerRequest) {
|
|
505
|
-
DescribeEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(DescribeEntityRecognizerRequest || (DescribeEntityRecognizerRequest = {}));
|
|
507
|
-
export var EntityTypesEvaluationMetrics;
|
|
508
|
-
(function (EntityTypesEvaluationMetrics) {
|
|
509
|
-
EntityTypesEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(EntityTypesEvaluationMetrics || (EntityTypesEvaluationMetrics = {}));
|
|
511
|
-
export var EntityRecognizerMetadataEntityTypesListItem;
|
|
512
|
-
(function (EntityRecognizerMetadataEntityTypesListItem) {
|
|
513
|
-
EntityRecognizerMetadataEntityTypesListItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(EntityRecognizerMetadataEntityTypesListItem || (EntityRecognizerMetadataEntityTypesListItem = {}));
|
|
515
|
-
export var EntityRecognizerEvaluationMetrics;
|
|
516
|
-
(function (EntityRecognizerEvaluationMetrics) {
|
|
517
|
-
EntityRecognizerEvaluationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(EntityRecognizerEvaluationMetrics || (EntityRecognizerEvaluationMetrics = {}));
|
|
519
|
-
export var EntityRecognizerMetadata;
|
|
520
|
-
(function (EntityRecognizerMetadata) {
|
|
521
|
-
EntityRecognizerMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(EntityRecognizerMetadata || (EntityRecognizerMetadata = {}));
|
|
523
|
-
export var EntityRecognizerProperties;
|
|
524
|
-
(function (EntityRecognizerProperties) {
|
|
525
|
-
EntityRecognizerProperties.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecognizerMetadata && { RecognizerMetadata: SENSITIVE_STRING }))); };
|
|
526
|
-
})(EntityRecognizerProperties || (EntityRecognizerProperties = {}));
|
|
527
|
-
export var DescribeEntityRecognizerResponse;
|
|
528
|
-
(function (DescribeEntityRecognizerResponse) {
|
|
529
|
-
DescribeEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerProperties && {
|
|
530
|
-
EntityRecognizerProperties: EntityRecognizerProperties.filterSensitiveLog(obj.EntityRecognizerProperties),
|
|
531
|
-
}))); };
|
|
532
|
-
})(DescribeEntityRecognizerResponse || (DescribeEntityRecognizerResponse = {}));
|
|
533
|
-
export var DescribeEventsDetectionJobRequest;
|
|
534
|
-
(function (DescribeEventsDetectionJobRequest) {
|
|
535
|
-
DescribeEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(DescribeEventsDetectionJobRequest || (DescribeEventsDetectionJobRequest = {}));
|
|
537
|
-
export var EventsDetectionJobProperties;
|
|
538
|
-
(function (EventsDetectionJobProperties) {
|
|
539
|
-
EventsDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(EventsDetectionJobProperties || (EventsDetectionJobProperties = {}));
|
|
541
|
-
export var DescribeEventsDetectionJobResponse;
|
|
542
|
-
(function (DescribeEventsDetectionJobResponse) {
|
|
543
|
-
DescribeEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(DescribeEventsDetectionJobResponse || (DescribeEventsDetectionJobResponse = {}));
|
|
545
|
-
export var DescribeKeyPhrasesDetectionJobRequest;
|
|
546
|
-
(function (DescribeKeyPhrasesDetectionJobRequest) {
|
|
547
|
-
DescribeKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(DescribeKeyPhrasesDetectionJobRequest || (DescribeKeyPhrasesDetectionJobRequest = {}));
|
|
549
|
-
export var KeyPhrasesDetectionJobProperties;
|
|
550
|
-
(function (KeyPhrasesDetectionJobProperties) {
|
|
551
|
-
KeyPhrasesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
-
})(KeyPhrasesDetectionJobProperties || (KeyPhrasesDetectionJobProperties = {}));
|
|
553
|
-
export var DescribeKeyPhrasesDetectionJobResponse;
|
|
554
|
-
(function (DescribeKeyPhrasesDetectionJobResponse) {
|
|
555
|
-
DescribeKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
-
})(DescribeKeyPhrasesDetectionJobResponse || (DescribeKeyPhrasesDetectionJobResponse = {}));
|
|
557
|
-
export var DescribePiiEntitiesDetectionJobRequest;
|
|
558
|
-
(function (DescribePiiEntitiesDetectionJobRequest) {
|
|
559
|
-
DescribePiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
-
})(DescribePiiEntitiesDetectionJobRequest || (DescribePiiEntitiesDetectionJobRequest = {}));
|
|
561
|
-
export var PiiEntitiesDetectionMode;
|
|
562
|
-
(function (PiiEntitiesDetectionMode) {
|
|
563
|
-
PiiEntitiesDetectionMode["ONLY_OFFSETS"] = "ONLY_OFFSETS";
|
|
564
|
-
PiiEntitiesDetectionMode["ONLY_REDACTION"] = "ONLY_REDACTION";
|
|
565
|
-
})(PiiEntitiesDetectionMode || (PiiEntitiesDetectionMode = {}));
|
|
566
|
-
export var PiiOutputDataConfig;
|
|
567
|
-
(function (PiiOutputDataConfig) {
|
|
568
|
-
PiiOutputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(PiiOutputDataConfig || (PiiOutputDataConfig = {}));
|
|
570
|
-
export var PiiEntitiesDetectionMaskMode;
|
|
571
|
-
(function (PiiEntitiesDetectionMaskMode) {
|
|
572
|
-
PiiEntitiesDetectionMaskMode["MASK"] = "MASK";
|
|
573
|
-
PiiEntitiesDetectionMaskMode["REPLACE_WITH_PII_ENTITY_TYPE"] = "REPLACE_WITH_PII_ENTITY_TYPE";
|
|
574
|
-
})(PiiEntitiesDetectionMaskMode || (PiiEntitiesDetectionMaskMode = {}));
|
|
575
|
-
export var RedactionConfig;
|
|
576
|
-
(function (RedactionConfig) {
|
|
577
|
-
RedactionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
-
})(RedactionConfig || (RedactionConfig = {}));
|
|
579
|
-
export var PiiEntitiesDetectionJobProperties;
|
|
580
|
-
(function (PiiEntitiesDetectionJobProperties) {
|
|
581
|
-
PiiEntitiesDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(PiiEntitiesDetectionJobProperties || (PiiEntitiesDetectionJobProperties = {}));
|
|
583
|
-
export var DescribePiiEntitiesDetectionJobResponse;
|
|
584
|
-
(function (DescribePiiEntitiesDetectionJobResponse) {
|
|
585
|
-
DescribePiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(DescribePiiEntitiesDetectionJobResponse || (DescribePiiEntitiesDetectionJobResponse = {}));
|
|
587
|
-
export var DescribeSentimentDetectionJobRequest;
|
|
588
|
-
(function (DescribeSentimentDetectionJobRequest) {
|
|
589
|
-
DescribeSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(DescribeSentimentDetectionJobRequest || (DescribeSentimentDetectionJobRequest = {}));
|
|
591
|
-
export var SentimentDetectionJobProperties;
|
|
592
|
-
(function (SentimentDetectionJobProperties) {
|
|
593
|
-
SentimentDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(SentimentDetectionJobProperties || (SentimentDetectionJobProperties = {}));
|
|
595
|
-
export var DescribeSentimentDetectionJobResponse;
|
|
596
|
-
(function (DescribeSentimentDetectionJobResponse) {
|
|
597
|
-
DescribeSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(DescribeSentimentDetectionJobResponse || (DescribeSentimentDetectionJobResponse = {}));
|
|
599
|
-
export var DescribeTopicsDetectionJobRequest;
|
|
600
|
-
(function (DescribeTopicsDetectionJobRequest) {
|
|
601
|
-
DescribeTopicsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(DescribeTopicsDetectionJobRequest || (DescribeTopicsDetectionJobRequest = {}));
|
|
603
|
-
export var TopicsDetectionJobProperties;
|
|
604
|
-
(function (TopicsDetectionJobProperties) {
|
|
605
|
-
TopicsDetectionJobProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(TopicsDetectionJobProperties || (TopicsDetectionJobProperties = {}));
|
|
607
|
-
export var DescribeTopicsDetectionJobResponse;
|
|
608
|
-
(function (DescribeTopicsDetectionJobResponse) {
|
|
609
|
-
DescribeTopicsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(DescribeTopicsDetectionJobResponse || (DescribeTopicsDetectionJobResponse = {}));
|
|
611
|
-
export var DetectDominantLanguageRequest;
|
|
612
|
-
(function (DetectDominantLanguageRequest) {
|
|
613
|
-
DetectDominantLanguageRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
614
|
-
})(DetectDominantLanguageRequest || (DetectDominantLanguageRequest = {}));
|
|
615
|
-
export var DetectDominantLanguageResponse;
|
|
616
|
-
(function (DetectDominantLanguageResponse) {
|
|
617
|
-
DetectDominantLanguageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(DetectDominantLanguageResponse || (DetectDominantLanguageResponse = {}));
|
|
619
|
-
export var DetectEntitiesRequest;
|
|
620
|
-
(function (DetectEntitiesRequest) {
|
|
621
|
-
DetectEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
622
|
-
})(DetectEntitiesRequest || (DetectEntitiesRequest = {}));
|
|
623
|
-
export var DetectEntitiesResponse;
|
|
624
|
-
(function (DetectEntitiesResponse) {
|
|
625
|
-
DetectEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(DetectEntitiesResponse || (DetectEntitiesResponse = {}));
|
|
627
|
-
export var DetectKeyPhrasesRequest;
|
|
628
|
-
(function (DetectKeyPhrasesRequest) {
|
|
629
|
-
DetectKeyPhrasesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
630
|
-
})(DetectKeyPhrasesRequest || (DetectKeyPhrasesRequest = {}));
|
|
631
|
-
export var DetectKeyPhrasesResponse;
|
|
632
|
-
(function (DetectKeyPhrasesResponse) {
|
|
633
|
-
DetectKeyPhrasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(DetectKeyPhrasesResponse || (DetectKeyPhrasesResponse = {}));
|
|
635
|
-
export var DetectPiiEntitiesRequest;
|
|
636
|
-
(function (DetectPiiEntitiesRequest) {
|
|
637
|
-
DetectPiiEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(DetectPiiEntitiesRequest || (DetectPiiEntitiesRequest = {}));
|
|
639
|
-
export var PiiEntity;
|
|
640
|
-
(function (PiiEntity) {
|
|
641
|
-
PiiEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(PiiEntity || (PiiEntity = {}));
|
|
643
|
-
export var DetectPiiEntitiesResponse;
|
|
644
|
-
(function (DetectPiiEntitiesResponse) {
|
|
645
|
-
DetectPiiEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(DetectPiiEntitiesResponse || (DetectPiiEntitiesResponse = {}));
|
|
647
|
-
export var DetectSentimentRequest;
|
|
648
|
-
(function (DetectSentimentRequest) {
|
|
649
|
-
DetectSentimentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
650
|
-
})(DetectSentimentRequest || (DetectSentimentRequest = {}));
|
|
651
|
-
export var DetectSentimentResponse;
|
|
652
|
-
(function (DetectSentimentResponse) {
|
|
653
|
-
DetectSentimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(DetectSentimentResponse || (DetectSentimentResponse = {}));
|
|
655
|
-
export var DetectSyntaxRequest;
|
|
656
|
-
(function (DetectSyntaxRequest) {
|
|
657
|
-
DetectSyntaxRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
658
|
-
})(DetectSyntaxRequest || (DetectSyntaxRequest = {}));
|
|
659
|
-
export var DetectSyntaxResponse;
|
|
660
|
-
(function (DetectSyntaxResponse) {
|
|
661
|
-
DetectSyntaxResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(DetectSyntaxResponse || (DetectSyntaxResponse = {}));
|
|
663
|
-
export var InvalidFilterException;
|
|
664
|
-
(function (InvalidFilterException) {
|
|
665
|
-
InvalidFilterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(InvalidFilterException || (InvalidFilterException = {}));
|
|
667
|
-
export var DocumentClassificationJobFilter;
|
|
668
|
-
(function (DocumentClassificationJobFilter) {
|
|
669
|
-
DocumentClassificationJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(DocumentClassificationJobFilter || (DocumentClassificationJobFilter = {}));
|
|
671
|
-
export var ListDocumentClassificationJobsRequest;
|
|
672
|
-
(function (ListDocumentClassificationJobsRequest) {
|
|
673
|
-
ListDocumentClassificationJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(ListDocumentClassificationJobsRequest || (ListDocumentClassificationJobsRequest = {}));
|
|
675
|
-
export var ListDocumentClassificationJobsResponse;
|
|
676
|
-
(function (ListDocumentClassificationJobsResponse) {
|
|
677
|
-
ListDocumentClassificationJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(ListDocumentClassificationJobsResponse || (ListDocumentClassificationJobsResponse = {}));
|
|
679
|
-
export var DocumentClassifierFilter;
|
|
680
|
-
(function (DocumentClassifierFilter) {
|
|
681
|
-
DocumentClassifierFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(DocumentClassifierFilter || (DocumentClassifierFilter = {}));
|
|
683
|
-
export var ListDocumentClassifiersRequest;
|
|
684
|
-
(function (ListDocumentClassifiersRequest) {
|
|
685
|
-
ListDocumentClassifiersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
-
})(ListDocumentClassifiersRequest || (ListDocumentClassifiersRequest = {}));
|
|
687
|
-
export var ListDocumentClassifiersResponse;
|
|
688
|
-
(function (ListDocumentClassifiersResponse) {
|
|
689
|
-
ListDocumentClassifiersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentClassifierPropertiesList && {
|
|
690
|
-
DocumentClassifierPropertiesList: obj.DocumentClassifierPropertiesList.map(function (item) {
|
|
691
|
-
return DocumentClassifierProperties.filterSensitiveLog(item);
|
|
692
|
-
}),
|
|
693
|
-
}))); };
|
|
694
|
-
})(ListDocumentClassifiersResponse || (ListDocumentClassifiersResponse = {}));
|
|
695
|
-
export var ListDocumentClassifierSummariesRequest;
|
|
696
|
-
(function (ListDocumentClassifierSummariesRequest) {
|
|
697
|
-
ListDocumentClassifierSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
-
})(ListDocumentClassifierSummariesRequest || (ListDocumentClassifierSummariesRequest = {}));
|
|
699
|
-
export var DocumentClassifierSummary;
|
|
700
|
-
(function (DocumentClassifierSummary) {
|
|
701
|
-
DocumentClassifierSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
-
})(DocumentClassifierSummary || (DocumentClassifierSummary = {}));
|
|
703
|
-
export var ListDocumentClassifierSummariesResponse;
|
|
704
|
-
(function (ListDocumentClassifierSummariesResponse) {
|
|
705
|
-
ListDocumentClassifierSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
-
})(ListDocumentClassifierSummariesResponse || (ListDocumentClassifierSummariesResponse = {}));
|
|
707
|
-
export var DominantLanguageDetectionJobFilter;
|
|
708
|
-
(function (DominantLanguageDetectionJobFilter) {
|
|
709
|
-
DominantLanguageDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
-
})(DominantLanguageDetectionJobFilter || (DominantLanguageDetectionJobFilter = {}));
|
|
711
|
-
export var ListDominantLanguageDetectionJobsRequest;
|
|
712
|
-
(function (ListDominantLanguageDetectionJobsRequest) {
|
|
713
|
-
ListDominantLanguageDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
-
})(ListDominantLanguageDetectionJobsRequest || (ListDominantLanguageDetectionJobsRequest = {}));
|
|
715
|
-
export var ListDominantLanguageDetectionJobsResponse;
|
|
716
|
-
(function (ListDominantLanguageDetectionJobsResponse) {
|
|
717
|
-
ListDominantLanguageDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
-
})(ListDominantLanguageDetectionJobsResponse || (ListDominantLanguageDetectionJobsResponse = {}));
|
|
719
|
-
export var EndpointFilter;
|
|
720
|
-
(function (EndpointFilter) {
|
|
721
|
-
EndpointFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
-
})(EndpointFilter || (EndpointFilter = {}));
|
|
723
|
-
export var ListEndpointsRequest;
|
|
724
|
-
(function (ListEndpointsRequest) {
|
|
725
|
-
ListEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
-
})(ListEndpointsRequest || (ListEndpointsRequest = {}));
|
|
727
|
-
export var ListEndpointsResponse;
|
|
728
|
-
(function (ListEndpointsResponse) {
|
|
729
|
-
ListEndpointsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
-
})(ListEndpointsResponse || (ListEndpointsResponse = {}));
|
|
731
|
-
export var EntitiesDetectionJobFilter;
|
|
732
|
-
(function (EntitiesDetectionJobFilter) {
|
|
733
|
-
EntitiesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
-
})(EntitiesDetectionJobFilter || (EntitiesDetectionJobFilter = {}));
|
|
735
|
-
export var ListEntitiesDetectionJobsRequest;
|
|
736
|
-
(function (ListEntitiesDetectionJobsRequest) {
|
|
737
|
-
ListEntitiesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
-
})(ListEntitiesDetectionJobsRequest || (ListEntitiesDetectionJobsRequest = {}));
|
|
739
|
-
export var ListEntitiesDetectionJobsResponse;
|
|
740
|
-
(function (ListEntitiesDetectionJobsResponse) {
|
|
741
|
-
ListEntitiesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
-
})(ListEntitiesDetectionJobsResponse || (ListEntitiesDetectionJobsResponse = {}));
|
|
743
|
-
export var EntityRecognizerFilter;
|
|
744
|
-
(function (EntityRecognizerFilter) {
|
|
745
|
-
EntityRecognizerFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
-
})(EntityRecognizerFilter || (EntityRecognizerFilter = {}));
|
|
747
|
-
export var ListEntityRecognizersRequest;
|
|
748
|
-
(function (ListEntityRecognizersRequest) {
|
|
749
|
-
ListEntityRecognizersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
-
})(ListEntityRecognizersRequest || (ListEntityRecognizersRequest = {}));
|
|
751
|
-
export var ListEntityRecognizersResponse;
|
|
752
|
-
(function (ListEntityRecognizersResponse) {
|
|
753
|
-
ListEntityRecognizersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EntityRecognizerPropertiesList && {
|
|
754
|
-
EntityRecognizerPropertiesList: obj.EntityRecognizerPropertiesList.map(function (item) {
|
|
755
|
-
return EntityRecognizerProperties.filterSensitiveLog(item);
|
|
756
|
-
}),
|
|
757
|
-
}))); };
|
|
758
|
-
})(ListEntityRecognizersResponse || (ListEntityRecognizersResponse = {}));
|
|
759
|
-
export var ListEntityRecognizerSummariesRequest;
|
|
760
|
-
(function (ListEntityRecognizerSummariesRequest) {
|
|
761
|
-
ListEntityRecognizerSummariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
-
})(ListEntityRecognizerSummariesRequest || (ListEntityRecognizerSummariesRequest = {}));
|
|
763
|
-
export var EntityRecognizerSummary;
|
|
764
|
-
(function (EntityRecognizerSummary) {
|
|
765
|
-
EntityRecognizerSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
-
})(EntityRecognizerSummary || (EntityRecognizerSummary = {}));
|
|
767
|
-
export var ListEntityRecognizerSummariesResponse;
|
|
768
|
-
(function (ListEntityRecognizerSummariesResponse) {
|
|
769
|
-
ListEntityRecognizerSummariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
-
})(ListEntityRecognizerSummariesResponse || (ListEntityRecognizerSummariesResponse = {}));
|
|
771
|
-
export var EventsDetectionJobFilter;
|
|
772
|
-
(function (EventsDetectionJobFilter) {
|
|
773
|
-
EventsDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
-
})(EventsDetectionJobFilter || (EventsDetectionJobFilter = {}));
|
|
775
|
-
export var ListEventsDetectionJobsRequest;
|
|
776
|
-
(function (ListEventsDetectionJobsRequest) {
|
|
777
|
-
ListEventsDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
-
})(ListEventsDetectionJobsRequest || (ListEventsDetectionJobsRequest = {}));
|
|
779
|
-
export var ListEventsDetectionJobsResponse;
|
|
780
|
-
(function (ListEventsDetectionJobsResponse) {
|
|
781
|
-
ListEventsDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(ListEventsDetectionJobsResponse || (ListEventsDetectionJobsResponse = {}));
|
|
783
|
-
export var KeyPhrasesDetectionJobFilter;
|
|
784
|
-
(function (KeyPhrasesDetectionJobFilter) {
|
|
785
|
-
KeyPhrasesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(KeyPhrasesDetectionJobFilter || (KeyPhrasesDetectionJobFilter = {}));
|
|
787
|
-
export var ListKeyPhrasesDetectionJobsRequest;
|
|
788
|
-
(function (ListKeyPhrasesDetectionJobsRequest) {
|
|
789
|
-
ListKeyPhrasesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
-
})(ListKeyPhrasesDetectionJobsRequest || (ListKeyPhrasesDetectionJobsRequest = {}));
|
|
791
|
-
export var ListKeyPhrasesDetectionJobsResponse;
|
|
792
|
-
(function (ListKeyPhrasesDetectionJobsResponse) {
|
|
793
|
-
ListKeyPhrasesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(ListKeyPhrasesDetectionJobsResponse || (ListKeyPhrasesDetectionJobsResponse = {}));
|
|
795
|
-
export var PiiEntitiesDetectionJobFilter;
|
|
796
|
-
(function (PiiEntitiesDetectionJobFilter) {
|
|
797
|
-
PiiEntitiesDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
-
})(PiiEntitiesDetectionJobFilter || (PiiEntitiesDetectionJobFilter = {}));
|
|
799
|
-
export var ListPiiEntitiesDetectionJobsRequest;
|
|
800
|
-
(function (ListPiiEntitiesDetectionJobsRequest) {
|
|
801
|
-
ListPiiEntitiesDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
-
})(ListPiiEntitiesDetectionJobsRequest || (ListPiiEntitiesDetectionJobsRequest = {}));
|
|
803
|
-
export var ListPiiEntitiesDetectionJobsResponse;
|
|
804
|
-
(function (ListPiiEntitiesDetectionJobsResponse) {
|
|
805
|
-
ListPiiEntitiesDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
-
})(ListPiiEntitiesDetectionJobsResponse || (ListPiiEntitiesDetectionJobsResponse = {}));
|
|
807
|
-
export var SentimentDetectionJobFilter;
|
|
808
|
-
(function (SentimentDetectionJobFilter) {
|
|
809
|
-
SentimentDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(SentimentDetectionJobFilter || (SentimentDetectionJobFilter = {}));
|
|
811
|
-
export var ListSentimentDetectionJobsRequest;
|
|
812
|
-
(function (ListSentimentDetectionJobsRequest) {
|
|
813
|
-
ListSentimentDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
-
})(ListSentimentDetectionJobsRequest || (ListSentimentDetectionJobsRequest = {}));
|
|
815
|
-
export var ListSentimentDetectionJobsResponse;
|
|
816
|
-
(function (ListSentimentDetectionJobsResponse) {
|
|
817
|
-
ListSentimentDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(ListSentimentDetectionJobsResponse || (ListSentimentDetectionJobsResponse = {}));
|
|
819
|
-
export var ListTagsForResourceRequest;
|
|
820
|
-
(function (ListTagsForResourceRequest) {
|
|
821
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
823
|
-
export var ListTagsForResourceResponse;
|
|
824
|
-
(function (ListTagsForResourceResponse) {
|
|
825
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
827
|
-
export var TopicsDetectionJobFilter;
|
|
828
|
-
(function (TopicsDetectionJobFilter) {
|
|
829
|
-
TopicsDetectionJobFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
-
})(TopicsDetectionJobFilter || (TopicsDetectionJobFilter = {}));
|
|
831
|
-
export var ListTopicsDetectionJobsRequest;
|
|
832
|
-
(function (ListTopicsDetectionJobsRequest) {
|
|
833
|
-
ListTopicsDetectionJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(ListTopicsDetectionJobsRequest || (ListTopicsDetectionJobsRequest = {}));
|
|
835
|
-
export var ListTopicsDetectionJobsResponse;
|
|
836
|
-
(function (ListTopicsDetectionJobsResponse) {
|
|
837
|
-
ListTopicsDetectionJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(ListTopicsDetectionJobsResponse || (ListTopicsDetectionJobsResponse = {}));
|
|
839
|
-
export var StartDocumentClassificationJobRequest;
|
|
840
|
-
(function (StartDocumentClassificationJobRequest) {
|
|
841
|
-
StartDocumentClassificationJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
-
})(StartDocumentClassificationJobRequest || (StartDocumentClassificationJobRequest = {}));
|
|
843
|
-
export var StartDocumentClassificationJobResponse;
|
|
844
|
-
(function (StartDocumentClassificationJobResponse) {
|
|
845
|
-
StartDocumentClassificationJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(StartDocumentClassificationJobResponse || (StartDocumentClassificationJobResponse = {}));
|
|
847
|
-
export var StartDominantLanguageDetectionJobRequest;
|
|
848
|
-
(function (StartDominantLanguageDetectionJobRequest) {
|
|
849
|
-
StartDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(StartDominantLanguageDetectionJobRequest || (StartDominantLanguageDetectionJobRequest = {}));
|
|
851
|
-
export var StartDominantLanguageDetectionJobResponse;
|
|
852
|
-
(function (StartDominantLanguageDetectionJobResponse) {
|
|
853
|
-
StartDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
-
})(StartDominantLanguageDetectionJobResponse || (StartDominantLanguageDetectionJobResponse = {}));
|
|
855
|
-
export var StartEntitiesDetectionJobRequest;
|
|
856
|
-
(function (StartEntitiesDetectionJobRequest) {
|
|
857
|
-
StartEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
-
})(StartEntitiesDetectionJobRequest || (StartEntitiesDetectionJobRequest = {}));
|
|
859
|
-
export var StartEntitiesDetectionJobResponse;
|
|
860
|
-
(function (StartEntitiesDetectionJobResponse) {
|
|
861
|
-
StartEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(StartEntitiesDetectionJobResponse || (StartEntitiesDetectionJobResponse = {}));
|
|
863
|
-
export var StartEventsDetectionJobRequest;
|
|
864
|
-
(function (StartEventsDetectionJobRequest) {
|
|
865
|
-
StartEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(StartEventsDetectionJobRequest || (StartEventsDetectionJobRequest = {}));
|
|
867
|
-
export var StartEventsDetectionJobResponse;
|
|
868
|
-
(function (StartEventsDetectionJobResponse) {
|
|
869
|
-
StartEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(StartEventsDetectionJobResponse || (StartEventsDetectionJobResponse = {}));
|
|
871
|
-
export var StartKeyPhrasesDetectionJobRequest;
|
|
872
|
-
(function (StartKeyPhrasesDetectionJobRequest) {
|
|
873
|
-
StartKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(StartKeyPhrasesDetectionJobRequest || (StartKeyPhrasesDetectionJobRequest = {}));
|
|
875
|
-
export var StartKeyPhrasesDetectionJobResponse;
|
|
876
|
-
(function (StartKeyPhrasesDetectionJobResponse) {
|
|
877
|
-
StartKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(StartKeyPhrasesDetectionJobResponse || (StartKeyPhrasesDetectionJobResponse = {}));
|
|
879
|
-
export var StartPiiEntitiesDetectionJobRequest;
|
|
880
|
-
(function (StartPiiEntitiesDetectionJobRequest) {
|
|
881
|
-
StartPiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
-
})(StartPiiEntitiesDetectionJobRequest || (StartPiiEntitiesDetectionJobRequest = {}));
|
|
883
|
-
export var StartPiiEntitiesDetectionJobResponse;
|
|
884
|
-
(function (StartPiiEntitiesDetectionJobResponse) {
|
|
885
|
-
StartPiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
-
})(StartPiiEntitiesDetectionJobResponse || (StartPiiEntitiesDetectionJobResponse = {}));
|
|
887
|
-
export var StartSentimentDetectionJobRequest;
|
|
888
|
-
(function (StartSentimentDetectionJobRequest) {
|
|
889
|
-
StartSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(StartSentimentDetectionJobRequest || (StartSentimentDetectionJobRequest = {}));
|
|
891
|
-
export var StartSentimentDetectionJobResponse;
|
|
892
|
-
(function (StartSentimentDetectionJobResponse) {
|
|
893
|
-
StartSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(StartSentimentDetectionJobResponse || (StartSentimentDetectionJobResponse = {}));
|
|
895
|
-
export var StartTopicsDetectionJobRequest;
|
|
896
|
-
(function (StartTopicsDetectionJobRequest) {
|
|
897
|
-
StartTopicsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
-
})(StartTopicsDetectionJobRequest || (StartTopicsDetectionJobRequest = {}));
|
|
899
|
-
export var StartTopicsDetectionJobResponse;
|
|
900
|
-
(function (StartTopicsDetectionJobResponse) {
|
|
901
|
-
StartTopicsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(StartTopicsDetectionJobResponse || (StartTopicsDetectionJobResponse = {}));
|
|
903
|
-
export var StopDominantLanguageDetectionJobRequest;
|
|
904
|
-
(function (StopDominantLanguageDetectionJobRequest) {
|
|
905
|
-
StopDominantLanguageDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
-
})(StopDominantLanguageDetectionJobRequest || (StopDominantLanguageDetectionJobRequest = {}));
|
|
907
|
-
export var StopDominantLanguageDetectionJobResponse;
|
|
908
|
-
(function (StopDominantLanguageDetectionJobResponse) {
|
|
909
|
-
StopDominantLanguageDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
-
})(StopDominantLanguageDetectionJobResponse || (StopDominantLanguageDetectionJobResponse = {}));
|
|
911
|
-
export var StopEntitiesDetectionJobRequest;
|
|
912
|
-
(function (StopEntitiesDetectionJobRequest) {
|
|
913
|
-
StopEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(StopEntitiesDetectionJobRequest || (StopEntitiesDetectionJobRequest = {}));
|
|
915
|
-
export var StopEntitiesDetectionJobResponse;
|
|
916
|
-
(function (StopEntitiesDetectionJobResponse) {
|
|
917
|
-
StopEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(StopEntitiesDetectionJobResponse || (StopEntitiesDetectionJobResponse = {}));
|
|
919
|
-
export var StopEventsDetectionJobRequest;
|
|
920
|
-
(function (StopEventsDetectionJobRequest) {
|
|
921
|
-
StopEventsDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(StopEventsDetectionJobRequest || (StopEventsDetectionJobRequest = {}));
|
|
923
|
-
export var StopEventsDetectionJobResponse;
|
|
924
|
-
(function (StopEventsDetectionJobResponse) {
|
|
925
|
-
StopEventsDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
-
})(StopEventsDetectionJobResponse || (StopEventsDetectionJobResponse = {}));
|
|
927
|
-
export var StopKeyPhrasesDetectionJobRequest;
|
|
928
|
-
(function (StopKeyPhrasesDetectionJobRequest) {
|
|
929
|
-
StopKeyPhrasesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
-
})(StopKeyPhrasesDetectionJobRequest || (StopKeyPhrasesDetectionJobRequest = {}));
|
|
931
|
-
export var StopKeyPhrasesDetectionJobResponse;
|
|
932
|
-
(function (StopKeyPhrasesDetectionJobResponse) {
|
|
933
|
-
StopKeyPhrasesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
-
})(StopKeyPhrasesDetectionJobResponse || (StopKeyPhrasesDetectionJobResponse = {}));
|
|
935
|
-
export var StopPiiEntitiesDetectionJobRequest;
|
|
936
|
-
(function (StopPiiEntitiesDetectionJobRequest) {
|
|
937
|
-
StopPiiEntitiesDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
-
})(StopPiiEntitiesDetectionJobRequest || (StopPiiEntitiesDetectionJobRequest = {}));
|
|
939
|
-
export var StopPiiEntitiesDetectionJobResponse;
|
|
940
|
-
(function (StopPiiEntitiesDetectionJobResponse) {
|
|
941
|
-
StopPiiEntitiesDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
-
})(StopPiiEntitiesDetectionJobResponse || (StopPiiEntitiesDetectionJobResponse = {}));
|
|
943
|
-
export var StopSentimentDetectionJobRequest;
|
|
944
|
-
(function (StopSentimentDetectionJobRequest) {
|
|
945
|
-
StopSentimentDetectionJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(StopSentimentDetectionJobRequest || (StopSentimentDetectionJobRequest = {}));
|
|
947
|
-
export var StopSentimentDetectionJobResponse;
|
|
948
|
-
(function (StopSentimentDetectionJobResponse) {
|
|
949
|
-
StopSentimentDetectionJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
-
})(StopSentimentDetectionJobResponse || (StopSentimentDetectionJobResponse = {}));
|
|
951
|
-
export var StopTrainingDocumentClassifierRequest;
|
|
952
|
-
(function (StopTrainingDocumentClassifierRequest) {
|
|
953
|
-
StopTrainingDocumentClassifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(StopTrainingDocumentClassifierRequest || (StopTrainingDocumentClassifierRequest = {}));
|
|
955
|
-
export var StopTrainingDocumentClassifierResponse;
|
|
956
|
-
(function (StopTrainingDocumentClassifierResponse) {
|
|
957
|
-
StopTrainingDocumentClassifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(StopTrainingDocumentClassifierResponse || (StopTrainingDocumentClassifierResponse = {}));
|
|
959
|
-
export var StopTrainingEntityRecognizerRequest;
|
|
960
|
-
(function (StopTrainingEntityRecognizerRequest) {
|
|
961
|
-
StopTrainingEntityRecognizerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(StopTrainingEntityRecognizerRequest || (StopTrainingEntityRecognizerRequest = {}));
|
|
963
|
-
export var StopTrainingEntityRecognizerResponse;
|
|
964
|
-
(function (StopTrainingEntityRecognizerResponse) {
|
|
965
|
-
StopTrainingEntityRecognizerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(StopTrainingEntityRecognizerResponse || (StopTrainingEntityRecognizerResponse = {}));
|
|
967
|
-
export var ConcurrentModificationException;
|
|
968
|
-
(function (ConcurrentModificationException) {
|
|
969
|
-
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
971
|
-
export var TagResourceRequest;
|
|
972
|
-
(function (TagResourceRequest) {
|
|
973
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
975
|
-
export var TagResourceResponse;
|
|
976
|
-
(function (TagResourceResponse) {
|
|
977
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
979
|
-
export var TooManyTagKeysException;
|
|
980
|
-
(function (TooManyTagKeysException) {
|
|
981
|
-
TooManyTagKeysException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
-
})(TooManyTagKeysException || (TooManyTagKeysException = {}));
|
|
983
|
-
export var UntagResourceRequest;
|
|
984
|
-
(function (UntagResourceRequest) {
|
|
985
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
987
|
-
export var UntagResourceResponse;
|
|
988
|
-
(function (UntagResourceResponse) {
|
|
989
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
991
|
-
export var UpdateEndpointRequest;
|
|
992
|
-
(function (UpdateEndpointRequest) {
|
|
993
|
-
UpdateEndpointRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
994
|
-
})(UpdateEndpointRequest || (UpdateEndpointRequest = {}));
|
|
995
|
-
export var UpdateEndpointResponse;
|
|
996
|
-
(function (UpdateEndpointResponse) {
|
|
997
|
-
UpdateEndpointResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(UpdateEndpointResponse || (UpdateEndpointResponse = {}));
|
|
999
|
-
//# sourceMappingURL=models_0.js.map
|