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