@aws-sdk/client-comprehend 3.489.0 → 3.495.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/dist-cjs/Comprehend.js +1 -181
- package/dist-cjs/ComprehendClient.js +1 -43
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/ClassifyDocumentCommand.js +1 -29
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/CreateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -29
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -29
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/DetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/DetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectToxicContentCommand.js +1 -29
- package/dist-cjs/commands/ImportModelCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -29
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -29
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelsCommand.js +1 -28
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -88
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +8683 -11
- package/dist-cjs/models/ComprehendServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -644
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +1 -7
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPiiEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetedSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -21
- package/dist-cjs/protocols/Aws_json1_1.js +1 -6099
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/Comprehend.js
CHANGED
|
@@ -1,181 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Comprehend = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const BatchDetectDominantLanguageCommand_1 = require("./commands/BatchDetectDominantLanguageCommand");
|
|
6
|
-
const BatchDetectEntitiesCommand_1 = require("./commands/BatchDetectEntitiesCommand");
|
|
7
|
-
const BatchDetectKeyPhrasesCommand_1 = require("./commands/BatchDetectKeyPhrasesCommand");
|
|
8
|
-
const BatchDetectSentimentCommand_1 = require("./commands/BatchDetectSentimentCommand");
|
|
9
|
-
const BatchDetectSyntaxCommand_1 = require("./commands/BatchDetectSyntaxCommand");
|
|
10
|
-
const BatchDetectTargetedSentimentCommand_1 = require("./commands/BatchDetectTargetedSentimentCommand");
|
|
11
|
-
const ClassifyDocumentCommand_1 = require("./commands/ClassifyDocumentCommand");
|
|
12
|
-
const ContainsPiiEntitiesCommand_1 = require("./commands/ContainsPiiEntitiesCommand");
|
|
13
|
-
const CreateDatasetCommand_1 = require("./commands/CreateDatasetCommand");
|
|
14
|
-
const CreateDocumentClassifierCommand_1 = require("./commands/CreateDocumentClassifierCommand");
|
|
15
|
-
const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
|
|
16
|
-
const CreateEntityRecognizerCommand_1 = require("./commands/CreateEntityRecognizerCommand");
|
|
17
|
-
const CreateFlywheelCommand_1 = require("./commands/CreateFlywheelCommand");
|
|
18
|
-
const DeleteDocumentClassifierCommand_1 = require("./commands/DeleteDocumentClassifierCommand");
|
|
19
|
-
const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
|
|
20
|
-
const DeleteEntityRecognizerCommand_1 = require("./commands/DeleteEntityRecognizerCommand");
|
|
21
|
-
const DeleteFlywheelCommand_1 = require("./commands/DeleteFlywheelCommand");
|
|
22
|
-
const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
|
|
23
|
-
const DescribeDatasetCommand_1 = require("./commands/DescribeDatasetCommand");
|
|
24
|
-
const DescribeDocumentClassificationJobCommand_1 = require("./commands/DescribeDocumentClassificationJobCommand");
|
|
25
|
-
const DescribeDocumentClassifierCommand_1 = require("./commands/DescribeDocumentClassifierCommand");
|
|
26
|
-
const DescribeDominantLanguageDetectionJobCommand_1 = require("./commands/DescribeDominantLanguageDetectionJobCommand");
|
|
27
|
-
const DescribeEndpointCommand_1 = require("./commands/DescribeEndpointCommand");
|
|
28
|
-
const DescribeEntitiesDetectionJobCommand_1 = require("./commands/DescribeEntitiesDetectionJobCommand");
|
|
29
|
-
const DescribeEntityRecognizerCommand_1 = require("./commands/DescribeEntityRecognizerCommand");
|
|
30
|
-
const DescribeEventsDetectionJobCommand_1 = require("./commands/DescribeEventsDetectionJobCommand");
|
|
31
|
-
const DescribeFlywheelCommand_1 = require("./commands/DescribeFlywheelCommand");
|
|
32
|
-
const DescribeFlywheelIterationCommand_1 = require("./commands/DescribeFlywheelIterationCommand");
|
|
33
|
-
const DescribeKeyPhrasesDetectionJobCommand_1 = require("./commands/DescribeKeyPhrasesDetectionJobCommand");
|
|
34
|
-
const DescribePiiEntitiesDetectionJobCommand_1 = require("./commands/DescribePiiEntitiesDetectionJobCommand");
|
|
35
|
-
const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
|
|
36
|
-
const DescribeSentimentDetectionJobCommand_1 = require("./commands/DescribeSentimentDetectionJobCommand");
|
|
37
|
-
const DescribeTargetedSentimentDetectionJobCommand_1 = require("./commands/DescribeTargetedSentimentDetectionJobCommand");
|
|
38
|
-
const DescribeTopicsDetectionJobCommand_1 = require("./commands/DescribeTopicsDetectionJobCommand");
|
|
39
|
-
const DetectDominantLanguageCommand_1 = require("./commands/DetectDominantLanguageCommand");
|
|
40
|
-
const DetectEntitiesCommand_1 = require("./commands/DetectEntitiesCommand");
|
|
41
|
-
const DetectKeyPhrasesCommand_1 = require("./commands/DetectKeyPhrasesCommand");
|
|
42
|
-
const DetectPiiEntitiesCommand_1 = require("./commands/DetectPiiEntitiesCommand");
|
|
43
|
-
const DetectSentimentCommand_1 = require("./commands/DetectSentimentCommand");
|
|
44
|
-
const DetectSyntaxCommand_1 = require("./commands/DetectSyntaxCommand");
|
|
45
|
-
const DetectTargetedSentimentCommand_1 = require("./commands/DetectTargetedSentimentCommand");
|
|
46
|
-
const DetectToxicContentCommand_1 = require("./commands/DetectToxicContentCommand");
|
|
47
|
-
const ImportModelCommand_1 = require("./commands/ImportModelCommand");
|
|
48
|
-
const ListDatasetsCommand_1 = require("./commands/ListDatasetsCommand");
|
|
49
|
-
const ListDocumentClassificationJobsCommand_1 = require("./commands/ListDocumentClassificationJobsCommand");
|
|
50
|
-
const ListDocumentClassifiersCommand_1 = require("./commands/ListDocumentClassifiersCommand");
|
|
51
|
-
const ListDocumentClassifierSummariesCommand_1 = require("./commands/ListDocumentClassifierSummariesCommand");
|
|
52
|
-
const ListDominantLanguageDetectionJobsCommand_1 = require("./commands/ListDominantLanguageDetectionJobsCommand");
|
|
53
|
-
const ListEndpointsCommand_1 = require("./commands/ListEndpointsCommand");
|
|
54
|
-
const ListEntitiesDetectionJobsCommand_1 = require("./commands/ListEntitiesDetectionJobsCommand");
|
|
55
|
-
const ListEntityRecognizersCommand_1 = require("./commands/ListEntityRecognizersCommand");
|
|
56
|
-
const ListEntityRecognizerSummariesCommand_1 = require("./commands/ListEntityRecognizerSummariesCommand");
|
|
57
|
-
const ListEventsDetectionJobsCommand_1 = require("./commands/ListEventsDetectionJobsCommand");
|
|
58
|
-
const ListFlywheelIterationHistoryCommand_1 = require("./commands/ListFlywheelIterationHistoryCommand");
|
|
59
|
-
const ListFlywheelsCommand_1 = require("./commands/ListFlywheelsCommand");
|
|
60
|
-
const ListKeyPhrasesDetectionJobsCommand_1 = require("./commands/ListKeyPhrasesDetectionJobsCommand");
|
|
61
|
-
const ListPiiEntitiesDetectionJobsCommand_1 = require("./commands/ListPiiEntitiesDetectionJobsCommand");
|
|
62
|
-
const ListSentimentDetectionJobsCommand_1 = require("./commands/ListSentimentDetectionJobsCommand");
|
|
63
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
64
|
-
const ListTargetedSentimentDetectionJobsCommand_1 = require("./commands/ListTargetedSentimentDetectionJobsCommand");
|
|
65
|
-
const ListTopicsDetectionJobsCommand_1 = require("./commands/ListTopicsDetectionJobsCommand");
|
|
66
|
-
const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
|
|
67
|
-
const StartDocumentClassificationJobCommand_1 = require("./commands/StartDocumentClassificationJobCommand");
|
|
68
|
-
const StartDominantLanguageDetectionJobCommand_1 = require("./commands/StartDominantLanguageDetectionJobCommand");
|
|
69
|
-
const StartEntitiesDetectionJobCommand_1 = require("./commands/StartEntitiesDetectionJobCommand");
|
|
70
|
-
const StartEventsDetectionJobCommand_1 = require("./commands/StartEventsDetectionJobCommand");
|
|
71
|
-
const StartFlywheelIterationCommand_1 = require("./commands/StartFlywheelIterationCommand");
|
|
72
|
-
const StartKeyPhrasesDetectionJobCommand_1 = require("./commands/StartKeyPhrasesDetectionJobCommand");
|
|
73
|
-
const StartPiiEntitiesDetectionJobCommand_1 = require("./commands/StartPiiEntitiesDetectionJobCommand");
|
|
74
|
-
const StartSentimentDetectionJobCommand_1 = require("./commands/StartSentimentDetectionJobCommand");
|
|
75
|
-
const StartTargetedSentimentDetectionJobCommand_1 = require("./commands/StartTargetedSentimentDetectionJobCommand");
|
|
76
|
-
const StartTopicsDetectionJobCommand_1 = require("./commands/StartTopicsDetectionJobCommand");
|
|
77
|
-
const StopDominantLanguageDetectionJobCommand_1 = require("./commands/StopDominantLanguageDetectionJobCommand");
|
|
78
|
-
const StopEntitiesDetectionJobCommand_1 = require("./commands/StopEntitiesDetectionJobCommand");
|
|
79
|
-
const StopEventsDetectionJobCommand_1 = require("./commands/StopEventsDetectionJobCommand");
|
|
80
|
-
const StopKeyPhrasesDetectionJobCommand_1 = require("./commands/StopKeyPhrasesDetectionJobCommand");
|
|
81
|
-
const StopPiiEntitiesDetectionJobCommand_1 = require("./commands/StopPiiEntitiesDetectionJobCommand");
|
|
82
|
-
const StopSentimentDetectionJobCommand_1 = require("./commands/StopSentimentDetectionJobCommand");
|
|
83
|
-
const StopTargetedSentimentDetectionJobCommand_1 = require("./commands/StopTargetedSentimentDetectionJobCommand");
|
|
84
|
-
const StopTrainingDocumentClassifierCommand_1 = require("./commands/StopTrainingDocumentClassifierCommand");
|
|
85
|
-
const StopTrainingEntityRecognizerCommand_1 = require("./commands/StopTrainingEntityRecognizerCommand");
|
|
86
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
87
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
88
|
-
const UpdateEndpointCommand_1 = require("./commands/UpdateEndpointCommand");
|
|
89
|
-
const UpdateFlywheelCommand_1 = require("./commands/UpdateFlywheelCommand");
|
|
90
|
-
const ComprehendClient_1 = require("./ComprehendClient");
|
|
91
|
-
const commands = {
|
|
92
|
-
BatchDetectDominantLanguageCommand: BatchDetectDominantLanguageCommand_1.BatchDetectDominantLanguageCommand,
|
|
93
|
-
BatchDetectEntitiesCommand: BatchDetectEntitiesCommand_1.BatchDetectEntitiesCommand,
|
|
94
|
-
BatchDetectKeyPhrasesCommand: BatchDetectKeyPhrasesCommand_1.BatchDetectKeyPhrasesCommand,
|
|
95
|
-
BatchDetectSentimentCommand: BatchDetectSentimentCommand_1.BatchDetectSentimentCommand,
|
|
96
|
-
BatchDetectSyntaxCommand: BatchDetectSyntaxCommand_1.BatchDetectSyntaxCommand,
|
|
97
|
-
BatchDetectTargetedSentimentCommand: BatchDetectTargetedSentimentCommand_1.BatchDetectTargetedSentimentCommand,
|
|
98
|
-
ClassifyDocumentCommand: ClassifyDocumentCommand_1.ClassifyDocumentCommand,
|
|
99
|
-
ContainsPiiEntitiesCommand: ContainsPiiEntitiesCommand_1.ContainsPiiEntitiesCommand,
|
|
100
|
-
CreateDatasetCommand: CreateDatasetCommand_1.CreateDatasetCommand,
|
|
101
|
-
CreateDocumentClassifierCommand: CreateDocumentClassifierCommand_1.CreateDocumentClassifierCommand,
|
|
102
|
-
CreateEndpointCommand: CreateEndpointCommand_1.CreateEndpointCommand,
|
|
103
|
-
CreateEntityRecognizerCommand: CreateEntityRecognizerCommand_1.CreateEntityRecognizerCommand,
|
|
104
|
-
CreateFlywheelCommand: CreateFlywheelCommand_1.CreateFlywheelCommand,
|
|
105
|
-
DeleteDocumentClassifierCommand: DeleteDocumentClassifierCommand_1.DeleteDocumentClassifierCommand,
|
|
106
|
-
DeleteEndpointCommand: DeleteEndpointCommand_1.DeleteEndpointCommand,
|
|
107
|
-
DeleteEntityRecognizerCommand: DeleteEntityRecognizerCommand_1.DeleteEntityRecognizerCommand,
|
|
108
|
-
DeleteFlywheelCommand: DeleteFlywheelCommand_1.DeleteFlywheelCommand,
|
|
109
|
-
DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
|
|
110
|
-
DescribeDatasetCommand: DescribeDatasetCommand_1.DescribeDatasetCommand,
|
|
111
|
-
DescribeDocumentClassificationJobCommand: DescribeDocumentClassificationJobCommand_1.DescribeDocumentClassificationJobCommand,
|
|
112
|
-
DescribeDocumentClassifierCommand: DescribeDocumentClassifierCommand_1.DescribeDocumentClassifierCommand,
|
|
113
|
-
DescribeDominantLanguageDetectionJobCommand: DescribeDominantLanguageDetectionJobCommand_1.DescribeDominantLanguageDetectionJobCommand,
|
|
114
|
-
DescribeEndpointCommand: DescribeEndpointCommand_1.DescribeEndpointCommand,
|
|
115
|
-
DescribeEntitiesDetectionJobCommand: DescribeEntitiesDetectionJobCommand_1.DescribeEntitiesDetectionJobCommand,
|
|
116
|
-
DescribeEntityRecognizerCommand: DescribeEntityRecognizerCommand_1.DescribeEntityRecognizerCommand,
|
|
117
|
-
DescribeEventsDetectionJobCommand: DescribeEventsDetectionJobCommand_1.DescribeEventsDetectionJobCommand,
|
|
118
|
-
DescribeFlywheelCommand: DescribeFlywheelCommand_1.DescribeFlywheelCommand,
|
|
119
|
-
DescribeFlywheelIterationCommand: DescribeFlywheelIterationCommand_1.DescribeFlywheelIterationCommand,
|
|
120
|
-
DescribeKeyPhrasesDetectionJobCommand: DescribeKeyPhrasesDetectionJobCommand_1.DescribeKeyPhrasesDetectionJobCommand,
|
|
121
|
-
DescribePiiEntitiesDetectionJobCommand: DescribePiiEntitiesDetectionJobCommand_1.DescribePiiEntitiesDetectionJobCommand,
|
|
122
|
-
DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
|
|
123
|
-
DescribeSentimentDetectionJobCommand: DescribeSentimentDetectionJobCommand_1.DescribeSentimentDetectionJobCommand,
|
|
124
|
-
DescribeTargetedSentimentDetectionJobCommand: DescribeTargetedSentimentDetectionJobCommand_1.DescribeTargetedSentimentDetectionJobCommand,
|
|
125
|
-
DescribeTopicsDetectionJobCommand: DescribeTopicsDetectionJobCommand_1.DescribeTopicsDetectionJobCommand,
|
|
126
|
-
DetectDominantLanguageCommand: DetectDominantLanguageCommand_1.DetectDominantLanguageCommand,
|
|
127
|
-
DetectEntitiesCommand: DetectEntitiesCommand_1.DetectEntitiesCommand,
|
|
128
|
-
DetectKeyPhrasesCommand: DetectKeyPhrasesCommand_1.DetectKeyPhrasesCommand,
|
|
129
|
-
DetectPiiEntitiesCommand: DetectPiiEntitiesCommand_1.DetectPiiEntitiesCommand,
|
|
130
|
-
DetectSentimentCommand: DetectSentimentCommand_1.DetectSentimentCommand,
|
|
131
|
-
DetectSyntaxCommand: DetectSyntaxCommand_1.DetectSyntaxCommand,
|
|
132
|
-
DetectTargetedSentimentCommand: DetectTargetedSentimentCommand_1.DetectTargetedSentimentCommand,
|
|
133
|
-
DetectToxicContentCommand: DetectToxicContentCommand_1.DetectToxicContentCommand,
|
|
134
|
-
ImportModelCommand: ImportModelCommand_1.ImportModelCommand,
|
|
135
|
-
ListDatasetsCommand: ListDatasetsCommand_1.ListDatasetsCommand,
|
|
136
|
-
ListDocumentClassificationJobsCommand: ListDocumentClassificationJobsCommand_1.ListDocumentClassificationJobsCommand,
|
|
137
|
-
ListDocumentClassifiersCommand: ListDocumentClassifiersCommand_1.ListDocumentClassifiersCommand,
|
|
138
|
-
ListDocumentClassifierSummariesCommand: ListDocumentClassifierSummariesCommand_1.ListDocumentClassifierSummariesCommand,
|
|
139
|
-
ListDominantLanguageDetectionJobsCommand: ListDominantLanguageDetectionJobsCommand_1.ListDominantLanguageDetectionJobsCommand,
|
|
140
|
-
ListEndpointsCommand: ListEndpointsCommand_1.ListEndpointsCommand,
|
|
141
|
-
ListEntitiesDetectionJobsCommand: ListEntitiesDetectionJobsCommand_1.ListEntitiesDetectionJobsCommand,
|
|
142
|
-
ListEntityRecognizersCommand: ListEntityRecognizersCommand_1.ListEntityRecognizersCommand,
|
|
143
|
-
ListEntityRecognizerSummariesCommand: ListEntityRecognizerSummariesCommand_1.ListEntityRecognizerSummariesCommand,
|
|
144
|
-
ListEventsDetectionJobsCommand: ListEventsDetectionJobsCommand_1.ListEventsDetectionJobsCommand,
|
|
145
|
-
ListFlywheelIterationHistoryCommand: ListFlywheelIterationHistoryCommand_1.ListFlywheelIterationHistoryCommand,
|
|
146
|
-
ListFlywheelsCommand: ListFlywheelsCommand_1.ListFlywheelsCommand,
|
|
147
|
-
ListKeyPhrasesDetectionJobsCommand: ListKeyPhrasesDetectionJobsCommand_1.ListKeyPhrasesDetectionJobsCommand,
|
|
148
|
-
ListPiiEntitiesDetectionJobsCommand: ListPiiEntitiesDetectionJobsCommand_1.ListPiiEntitiesDetectionJobsCommand,
|
|
149
|
-
ListSentimentDetectionJobsCommand: ListSentimentDetectionJobsCommand_1.ListSentimentDetectionJobsCommand,
|
|
150
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
151
|
-
ListTargetedSentimentDetectionJobsCommand: ListTargetedSentimentDetectionJobsCommand_1.ListTargetedSentimentDetectionJobsCommand,
|
|
152
|
-
ListTopicsDetectionJobsCommand: ListTopicsDetectionJobsCommand_1.ListTopicsDetectionJobsCommand,
|
|
153
|
-
PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
|
|
154
|
-
StartDocumentClassificationJobCommand: StartDocumentClassificationJobCommand_1.StartDocumentClassificationJobCommand,
|
|
155
|
-
StartDominantLanguageDetectionJobCommand: StartDominantLanguageDetectionJobCommand_1.StartDominantLanguageDetectionJobCommand,
|
|
156
|
-
StartEntitiesDetectionJobCommand: StartEntitiesDetectionJobCommand_1.StartEntitiesDetectionJobCommand,
|
|
157
|
-
StartEventsDetectionJobCommand: StartEventsDetectionJobCommand_1.StartEventsDetectionJobCommand,
|
|
158
|
-
StartFlywheelIterationCommand: StartFlywheelIterationCommand_1.StartFlywheelIterationCommand,
|
|
159
|
-
StartKeyPhrasesDetectionJobCommand: StartKeyPhrasesDetectionJobCommand_1.StartKeyPhrasesDetectionJobCommand,
|
|
160
|
-
StartPiiEntitiesDetectionJobCommand: StartPiiEntitiesDetectionJobCommand_1.StartPiiEntitiesDetectionJobCommand,
|
|
161
|
-
StartSentimentDetectionJobCommand: StartSentimentDetectionJobCommand_1.StartSentimentDetectionJobCommand,
|
|
162
|
-
StartTargetedSentimentDetectionJobCommand: StartTargetedSentimentDetectionJobCommand_1.StartTargetedSentimentDetectionJobCommand,
|
|
163
|
-
StartTopicsDetectionJobCommand: StartTopicsDetectionJobCommand_1.StartTopicsDetectionJobCommand,
|
|
164
|
-
StopDominantLanguageDetectionJobCommand: StopDominantLanguageDetectionJobCommand_1.StopDominantLanguageDetectionJobCommand,
|
|
165
|
-
StopEntitiesDetectionJobCommand: StopEntitiesDetectionJobCommand_1.StopEntitiesDetectionJobCommand,
|
|
166
|
-
StopEventsDetectionJobCommand: StopEventsDetectionJobCommand_1.StopEventsDetectionJobCommand,
|
|
167
|
-
StopKeyPhrasesDetectionJobCommand: StopKeyPhrasesDetectionJobCommand_1.StopKeyPhrasesDetectionJobCommand,
|
|
168
|
-
StopPiiEntitiesDetectionJobCommand: StopPiiEntitiesDetectionJobCommand_1.StopPiiEntitiesDetectionJobCommand,
|
|
169
|
-
StopSentimentDetectionJobCommand: StopSentimentDetectionJobCommand_1.StopSentimentDetectionJobCommand,
|
|
170
|
-
StopTargetedSentimentDetectionJobCommand: StopTargetedSentimentDetectionJobCommand_1.StopTargetedSentimentDetectionJobCommand,
|
|
171
|
-
StopTrainingDocumentClassifierCommand: StopTrainingDocumentClassifierCommand_1.StopTrainingDocumentClassifierCommand,
|
|
172
|
-
StopTrainingEntityRecognizerCommand: StopTrainingEntityRecognizerCommand_1.StopTrainingEntityRecognizerCommand,
|
|
173
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
174
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
175
|
-
UpdateEndpointCommand: UpdateEndpointCommand_1.UpdateEndpointCommand,
|
|
176
|
-
UpdateFlywheelCommand: UpdateFlywheelCommand_1.UpdateFlywheelCommand,
|
|
177
|
-
};
|
|
178
|
-
class Comprehend extends ComprehendClient_1.ComprehendClient {
|
|
179
|
-
}
|
|
180
|
-
exports.Comprehend = Comprehend;
|
|
181
|
-
(0, smithy_client_1.createAggregatedClient)(commands, Comprehend);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComprehendClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ComprehendClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ComprehendClient = ComprehendClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectDominantLanguageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectDominantLanguageCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectDominantLanguage", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectDominantLanguageCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectDominantLanguageRequestFilterSensitiveLog, models_0_1.BatchDetectDominantLanguageResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectDominantLanguageCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectDominantLanguageCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectDominantLanguageCommand = BatchDetectDominantLanguageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectEntitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectEntitiesCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectEntities", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectEntitiesCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectEntitiesRequestFilterSensitiveLog, models_0_1.BatchDetectEntitiesResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectEntitiesCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectEntitiesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectEntitiesCommand = BatchDetectEntitiesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectKeyPhrasesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectKeyPhrasesCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectKeyPhrases", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectKeyPhrasesCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectKeyPhrasesRequestFilterSensitiveLog, models_0_1.BatchDetectKeyPhrasesResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectKeyPhrasesCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectKeyPhrasesCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectKeyPhrasesCommand = BatchDetectKeyPhrasesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectSentimentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectSentimentCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectSentiment", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectSentimentCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectSentimentRequestFilterSensitiveLog, models_0_1.BatchDetectSentimentResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectSentimentCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectSentimentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectSentimentCommand = BatchDetectSentimentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectSyntaxCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectSyntaxCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectSyntax", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectSyntaxCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectSyntaxRequestFilterSensitiveLog, models_0_1.BatchDetectSyntaxResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectSyntaxCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectSyntaxCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectSyntaxCommand = BatchDetectSyntaxCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectTargetedSentimentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class BatchDetectTargetedSentimentCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "BatchDetectTargetedSentiment", {})
|
|
23
|
-
.n("ComprehendClient", "BatchDetectTargetedSentimentCommand")
|
|
24
|
-
.f(models_0_1.BatchDetectTargetedSentimentRequestFilterSensitiveLog, models_0_1.BatchDetectTargetedSentimentResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_BatchDetectTargetedSentimentCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_BatchDetectTargetedSentimentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.BatchDetectTargetedSentimentCommand = BatchDetectTargetedSentimentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,29 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClassifyDocumentCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const models_0_1 = require("../models/models_0");
|
|
10
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class ClassifyDocumentCommand extends smithy_client_1.Command
|
|
12
|
-
.classBuilder()
|
|
13
|
-
.ep({
|
|
14
|
-
...EndpointParameters_1.commonParams,
|
|
15
|
-
})
|
|
16
|
-
.m(function (Command, cs, config, o) {
|
|
17
|
-
return [
|
|
18
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
-
];
|
|
21
|
-
})
|
|
22
|
-
.s("Comprehend_20171127", "ClassifyDocument", {})
|
|
23
|
-
.n("ComprehendClient", "ClassifyDocumentCommand")
|
|
24
|
-
.f(models_0_1.ClassifyDocumentRequestFilterSensitiveLog, models_0_1.ClassifyDocumentResponseFilterSensitiveLog)
|
|
25
|
-
.ser(Aws_json1_1_1.se_ClassifyDocumentCommand)
|
|
26
|
-
.de(Aws_json1_1_1.de_ClassifyDocumentCommand)
|
|
27
|
-
.build() {
|
|
28
|
-
}
|
|
29
|
-
exports.ClassifyDocumentCommand = ClassifyDocumentCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ContainsPiiEntitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ContainsPiiEntitiesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "ContainsPiiEntities", {})
|
|
22
|
-
.n("ComprehendClient", "ContainsPiiEntitiesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ContainsPiiEntitiesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ContainsPiiEntitiesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ContainsPiiEntitiesCommand = ContainsPiiEntitiesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateDatasetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "CreateDataset", {})
|
|
22
|
-
.n("ComprehendClient", "CreateDatasetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateDatasetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateDatasetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDocumentClassifierCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateDocumentClassifierCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "CreateDocumentClassifier", {})
|
|
22
|
-
.n("ComprehendClient", "CreateDocumentClassifierCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateDocumentClassifierCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateDocumentClassifierCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDocumentClassifierCommand = CreateDocumentClassifierCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEndpointCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateEndpointCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "CreateEndpoint", {})
|
|
22
|
-
.n("ComprehendClient", "CreateEndpointCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateEndpointCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateEndpointCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEndpointCommand = CreateEndpointCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEntityRecognizerCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateEntityRecognizerCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "CreateEntityRecognizer", {})
|
|
22
|
-
.n("ComprehendClient", "CreateEntityRecognizerCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateEntityRecognizerCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateEntityRecognizerCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateEntityRecognizerCommand = CreateEntityRecognizerCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFlywheelCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateFlywheelCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Comprehend_20171127", "CreateFlywheel", {})
|
|
22
|
-
.n("ComprehendClient", "CreateFlywheelCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateFlywheelCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateFlywheelCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateFlywheelCommand = CreateFlywheelCommand;
|
|
1
|
+
module.exports = require("../index.js");
|