@aws-sdk/client-comprehend 3.31.0 → 3.32.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 +11 -0
- package/dist/cjs/ComprehendClient.js +13 -13
- package/dist/cjs/ComprehendClient.js.map +1 -1
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js +3 -3
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js.map +1 -1
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js +3 -3
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js.map +1 -1
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js +3 -3
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js.map +1 -1
- package/dist/cjs/commands/BatchDetectSentimentCommand.js +3 -3
- package/dist/cjs/commands/BatchDetectSentimentCommand.js.map +1 -1
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js +3 -3
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js.map +1 -1
- package/dist/cjs/commands/ClassifyDocumentCommand.js +3 -3
- package/dist/cjs/commands/ClassifyDocumentCommand.js.map +1 -1
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js +3 -3
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js.map +1 -1
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js +3 -3
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js.map +1 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +3 -3
- package/dist/cjs/commands/CreateEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js +3 -3
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js +3 -3
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +3 -3
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js +3 -3
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js +3 -3
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeEndpointCommand.js +3 -3
- package/dist/cjs/commands/DescribeEndpointCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js +3 -3
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/DetectDominantLanguageCommand.js +3 -3
- package/dist/cjs/commands/DetectDominantLanguageCommand.js.map +1 -1
- package/dist/cjs/commands/DetectEntitiesCommand.js +3 -3
- package/dist/cjs/commands/DetectEntitiesCommand.js.map +1 -1
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js +3 -3
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js.map +1 -1
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js +3 -3
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js.map +1 -1
- package/dist/cjs/commands/DetectSentimentCommand.js +3 -3
- package/dist/cjs/commands/DetectSentimentCommand.js.map +1 -1
- package/dist/cjs/commands/DetectSyntaxCommand.js +3 -3
- package/dist/cjs/commands/DetectSyntaxCommand.js.map +1 -1
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js +3 -3
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js +3 -3
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js.map +1 -1
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListEndpointsCommand.js +3 -3
- package/dist/cjs/commands/ListEndpointsCommand.js.map +1 -1
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListEntityRecognizersCommand.js +3 -3
- package/dist/cjs/commands/ListEntityRecognizersCommand.js.map +1 -1
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js +3 -3
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js.map +1 -1
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js +3 -3
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js +3 -3
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js.map +1 -1
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js +3 -3
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js.map +1 -1
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js +3 -3
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UpdateEndpointCommand.js +3 -3
- package/dist/cjs/commands/UpdateEndpointCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +74 -74
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +34 -5
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +31 -31
- package/dist/cjs/protocols/Aws_json1_1.js +333 -277
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/es/models/models_0.js +27 -0
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +31 -31
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js +4 -4
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js +4 -4
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js.map +1 -1
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListEntityRecognizersPaginator.js +4 -4
- package/dist/es/pagination/ListEntityRecognizersPaginator.js.map +1 -1
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js.map +1 -1
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js +4 -4
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +51 -3
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/types/models/models_0.d.ts +90 -1
- package/dist/types/ts3.4/models/models_0.d.ts +90 -1
- package/models/models_0.ts +104 -1
- package/package.json +31 -31
- package/protocols/Aws_json1_1.ts +70 -0
- package/tsconfig.json +1 -2
|
@@ -35,7 +35,7 @@ class StopEventsDetectionJobCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ComprehendClient";
|
|
@@ -51,10 +51,10 @@ class StopEventsDetectionJobCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1StopEventsDetectionJobCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopEventsDetectionJobCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.StopEventsDetectionJobCommand = StopEventsDetectionJobCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopEventsDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopEventsDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmG;AACnG,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,6BAA8B,SAAQ,uBAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyC;QAC5D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoC;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopEventsDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopEventsDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmG;AACnG,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,6BAA8B,SAAQ,uBAIlD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAyC;QAC5D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAoC;QAG5D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,wCAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,yCAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAyC,EAAE,OAAuB;QAClF,OAAO,+DAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,iEAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CAIF;AAtDD,sEAsDC"}
|
|
@@ -44,7 +44,7 @@ class StopKeyPhrasesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
44
44
|
* @internal
|
|
45
45
|
*/
|
|
46
46
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
|
-
this.middlewareStack.use(
|
|
47
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
48
|
const stack = clientStack.concat(this.middlewareStack);
|
|
49
49
|
const { logger } = configuration;
|
|
50
50
|
const clientName = "ComprehendClient";
|
|
@@ -60,10 +60,10 @@ class StopKeyPhrasesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
60
60
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
61
61
|
}
|
|
62
62
|
serialize(input, context) {
|
|
63
|
-
return
|
|
63
|
+
return Aws_json1_1_1.serializeAws_json1_1StopKeyPhrasesDetectionJobCommand(input, context);
|
|
64
64
|
}
|
|
65
65
|
deserialize(output, context) {
|
|
66
|
-
return
|
|
66
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand(output, context);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.StopKeyPhrasesDetectionJobCommand = StopKeyPhrasesDetectionJobCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopKeyPhrasesDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopKeyPhrasesDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2G;AAC3G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,iCAAkC,SAAQ,uBAItD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA6C;QAChE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAwC;QAGhE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopKeyPhrasesDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopKeyPhrasesDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2G;AAC3G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,iCAAkC,SAAQ,uBAItD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA6C;QAChE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAwC;QAGhE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,4CAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,6CAAkC,CAAC,kBAAkB;SAChF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA6C,EAAE,OAAuB;QACtF,OAAO,mEAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,qEAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;CAIF;AAzDD,8EAyDC"}
|
|
@@ -35,7 +35,7 @@ class StopPiiEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ComprehendClient";
|
|
@@ -51,10 +51,10 @@ class StopPiiEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1StopPiiEntitiesDetectionJobCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.StopPiiEntitiesDetectionJobCommand = StopPiiEntitiesDetectionJobCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopPiiEntitiesDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopPiiEntitiesDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6G;AAC7G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,kCAAmC,SAAQ,uBAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8C;QACjE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyC;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopPiiEntitiesDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopPiiEntitiesDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6G;AAC7G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,kCAAmC,SAAQ,uBAIvD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8C;QACjE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyC;QAGjE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,oCAAoC,CAAC;QACzD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6CAAkC,CAAC,kBAAkB;YAC9E,wBAAwB,EAAE,8CAAmC,CAAC,kBAAkB;SACjF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8C,EAAE,OAAuB;QACvF,OAAO,oEAAsD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sEAAwD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;CAIF;AAzDD,gFAyDC"}
|
|
@@ -44,7 +44,7 @@ class StopSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
|
44
44
|
* @internal
|
|
45
45
|
*/
|
|
46
46
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
|
-
this.middlewareStack.use(
|
|
47
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
48
|
const stack = clientStack.concat(this.middlewareStack);
|
|
49
49
|
const { logger } = configuration;
|
|
50
50
|
const clientName = "ComprehendClient";
|
|
@@ -60,10 +60,10 @@ class StopSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
|
60
60
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
61
61
|
}
|
|
62
62
|
serialize(input, context) {
|
|
63
|
-
return
|
|
63
|
+
return Aws_json1_1_1.serializeAws_json1_1StopSentimentDetectionJobCommand(input, context);
|
|
64
64
|
}
|
|
65
65
|
deserialize(output, context) {
|
|
66
|
-
return
|
|
66
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopSentimentDetectionJobCommand(output, context);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.StopSentimentDetectionJobCommand = StopSentimentDetectionJobCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopSentimentDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopSentimentDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyG;AACzG,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,gCAAiC,SAAQ,uBAIrD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA4C;QAC/D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAuC;QAG/D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopSentimentDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/StopSentimentDetectionJobCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyG;AACzG,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAa,gCAAiC,SAAQ,uBAIrD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA4C;QAC/D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAuC;QAG/D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,2CAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,4CAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA4C,EAAE,OAAuB;QACrF,OAAO,kEAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,oEAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;CAIF;AAzDD,4EAyDC"}
|
|
@@ -40,7 +40,7 @@ class StopTrainingDocumentClassifierCommand extends smithy_client_1.Command {
|
|
|
40
40
|
* @internal
|
|
41
41
|
*/
|
|
42
42
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
|
-
this.middlewareStack.use(
|
|
43
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
44
|
const stack = clientStack.concat(this.middlewareStack);
|
|
45
45
|
const { logger } = configuration;
|
|
46
46
|
const clientName = "ComprehendClient";
|
|
@@ -56,10 +56,10 @@ class StopTrainingDocumentClassifierCommand extends smithy_client_1.Command {
|
|
|
56
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
57
57
|
}
|
|
58
58
|
serialize(input, context) {
|
|
59
|
-
return
|
|
59
|
+
return Aws_json1_1_1.serializeAws_json1_1StopTrainingDocumentClassifierCommand(input, context);
|
|
60
60
|
}
|
|
61
61
|
deserialize(output, context) {
|
|
62
|
-
return
|
|
62
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopTrainingDocumentClassifierCommand(output, context);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.StopTrainingDocumentClassifierCommand = StopTrainingDocumentClassifierCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopTrainingDocumentClassifierCommand.js","sourceRoot":"","sources":["../../../commands/StopTrainingDocumentClassifierCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmH;AACnH,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,qCAAsC,SAAQ,uBAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiD;QACpE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4C;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopTrainingDocumentClassifierCommand.js","sourceRoot":"","sources":["../../../commands/StopTrainingDocumentClassifierCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmH;AACnH,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,qCAAsC,SAAQ,uBAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiD;QACpE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4C;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gDAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,iDAAsC,CAAC,kBAAkB;SACpF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAiD,EACjD,OAAuB;QAEvB,OAAO,uEAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yEAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;CAIF;AA5DD,sFA4DC"}
|
|
@@ -40,7 +40,7 @@ class StopTrainingEntityRecognizerCommand extends smithy_client_1.Command {
|
|
|
40
40
|
* @internal
|
|
41
41
|
*/
|
|
42
42
|
resolveMiddleware(clientStack, configuration, options) {
|
|
43
|
-
this.middlewareStack.use(
|
|
43
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
44
|
const stack = clientStack.concat(this.middlewareStack);
|
|
45
45
|
const { logger } = configuration;
|
|
46
46
|
const clientName = "ComprehendClient";
|
|
@@ -56,10 +56,10 @@ class StopTrainingEntityRecognizerCommand extends smithy_client_1.Command {
|
|
|
56
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
57
57
|
}
|
|
58
58
|
serialize(input, context) {
|
|
59
|
-
return
|
|
59
|
+
return Aws_json1_1_1.serializeAws_json1_1StopTrainingEntityRecognizerCommand(input, context);
|
|
60
60
|
}
|
|
61
61
|
deserialize(output, context) {
|
|
62
|
-
return
|
|
62
|
+
return Aws_json1_1_1.deserializeAws_json1_1StopTrainingEntityRecognizerCommand(output, context);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.StopTrainingEntityRecognizerCommand = StopTrainingEntityRecognizerCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StopTrainingEntityRecognizerCommand.js","sourceRoot":"","sources":["../../../commands/StopTrainingEntityRecognizerCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+G;AAC/G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,mCAAoC,SAAQ,uBAIxD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+C;QAClE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0C;QAGlE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"StopTrainingEntityRecognizerCommand.js","sourceRoot":"","sources":["../../../commands/StopTrainingEntityRecognizerCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+G;AAC/G,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,mCAAoC,SAAQ,uBAIxD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+C;QAClE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0C;QAGlE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,qCAAqC,CAAC;QAC1D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8CAAmC,CAAC,kBAAkB;YAC/E,wBAAwB,EAAE,+CAAoC,CAAC,kBAAkB;SAClF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+C,EAAE,OAAuB;QACxF,OAAO,qEAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,uEAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;CAIF;AAzDD,kFAyDC"}
|
|
@@ -38,7 +38,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
38
38
|
* @internal
|
|
39
39
|
*/
|
|
40
40
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
|
-
this.middlewareStack.use(
|
|
41
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
42
|
const stack = clientStack.concat(this.middlewareStack);
|
|
43
43
|
const { logger } = configuration;
|
|
44
44
|
const clientName = "ComprehendClient";
|
|
@@ -54,10 +54,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
54
54
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
55
55
|
}
|
|
56
56
|
serialize(input, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_json1_1_1.serializeAws_json1_1TagResourceCommand(input, context);
|
|
58
58
|
}
|
|
59
59
|
deserialize(output, context) {
|
|
60
|
-
return
|
|
60
|
+
return Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand(output, context);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../../commands/TagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"TagResourceCommand.js","sourceRoot":"","sources":["../../../commands/TagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAA6E;AAC7E,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,kBAAmB,SAAQ,uBAIvC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA8B;QACjD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAyB;QAGjD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,oBAAoB,CAAC;QACzC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,6BAAkB,CAAC,kBAAkB;YAC9D,wBAAwB,EAAE,8BAAmB,CAAC,kBAAkB;SACjE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA8B,EAAE,OAAuB;QACvE,OAAO,oDAAsC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAChE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAwC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;CAIF;AAtDD,gDAsDC"}
|
|
@@ -35,7 +35,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ComprehendClient";
|
|
@@ -51,10 +51,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../../commands/UntagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"UntagResourceCommand.js","sourceRoot":"","sources":["../../../commands/UntagResourceCommand.ts"],"names":[],"mappings":";;;AACA,iDAAiF;AACjF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,oBAAqB,SAAQ,uBAIzC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAgC;QACnD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA2B;QAGnD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,+BAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,gCAAqB,CAAC,kBAAkB;SACnE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAgC,EAAE,OAAuB;QACzE,OAAO,sDAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,wDAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CAIF;AAtDD,oDAsDC"}
|
|
@@ -35,7 +35,7 @@ class UpdateEndpointCommand extends smithy_client_1.Command {
|
|
|
35
35
|
* @internal
|
|
36
36
|
*/
|
|
37
37
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
39
|
const stack = clientStack.concat(this.middlewareStack);
|
|
40
40
|
const { logger } = configuration;
|
|
41
41
|
const clientName = "ComprehendClient";
|
|
@@ -51,10 +51,10 @@ class UpdateEndpointCommand extends smithy_client_1.Command {
|
|
|
51
51
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
52
|
}
|
|
53
53
|
serialize(input, context) {
|
|
54
|
-
return
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1UpdateEndpointCommand(input, context);
|
|
55
55
|
}
|
|
56
56
|
deserialize(output, context) {
|
|
57
|
-
return
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1UpdateEndpointCommand(output, context);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UpdateEndpointCommand = UpdateEndpointCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateEndpointCommand.js","sourceRoot":"","sources":["../../../commands/UpdateEndpointCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmF;AACnF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"UpdateEndpointCommand.js","sourceRoot":"","sources":["../../../commands/UpdateEndpointCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmF;AACnF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gCAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,iCAAsB,CAAC,kBAAkB;SACpE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,uDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,yDAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,sDAsDC"}
|
package/dist/cjs/endpoints.js
CHANGED
|
@@ -67,7 +67,7 @@ const partitionHash = {
|
|
|
67
67
|
hostname: "comprehend.{region}.amazonaws.com",
|
|
68
68
|
},
|
|
69
69
|
};
|
|
70
|
-
const defaultRegionInfoProvider = async (region, options) =>
|
|
70
|
+
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
71
71
|
...options,
|
|
72
72
|
signingService: "comprehend",
|
|
73
73
|
regionHash,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACjE,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe;IAC7B,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;IACD,oBAAoB,EAAE;QACpB,QAAQ,EAAE,6CAA6C;QACvD,aAAa,EAAE,eAAe;KAC/B;IACD,gBAAgB,EAAE;QAChB,QAAQ,EAAE,yCAAyC;QACnD,aAAa,EAAE,WAAW;KAC3B;CACF,CAAC;AAEF,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,mCAAmC;KAC9C;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,sCAAsC;KACjD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,gCAAgC;KAC3C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,mCAAmC;KAC9C;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,oBAAoB,EAAE,eAAe,EAAE,eAAe,CAAC;QACjE,QAAQ,EAAE,mCAAmC;KAC9C;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,YAAY;IAC5B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
4
|
+
tslib_1.__exportStar(require("./ComprehendClient"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./Comprehend"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands/BatchDetectDominantLanguageCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./commands/BatchDetectEntitiesCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./commands/BatchDetectKeyPhrasesCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./commands/BatchDetectSentimentCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./commands/BatchDetectSyntaxCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./commands/ClassifyDocumentCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./commands/ContainsPiiEntitiesCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./commands/CreateDocumentClassifierCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./commands/CreateEndpointCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./commands/CreateEntityRecognizerCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./commands/DeleteDocumentClassifierCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./commands/DeleteEndpointCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./commands/DeleteEntityRecognizerCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./commands/DescribeDocumentClassificationJobCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./commands/DescribeDocumentClassifierCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./commands/DescribeDominantLanguageDetectionJobCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./commands/DescribeEndpointCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./commands/DescribeEntitiesDetectionJobCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./commands/DescribeEntityRecognizerCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./commands/DescribeEventsDetectionJobCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./commands/DescribeKeyPhrasesDetectionJobCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./commands/DescribePiiEntitiesDetectionJobCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./commands/DescribeSentimentDetectionJobCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./commands/DescribeTopicsDetectionJobCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./commands/DetectDominantLanguageCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./commands/DetectEntitiesCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./commands/DetectKeyPhrasesCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./commands/DetectPiiEntitiesCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./commands/DetectSentimentCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./commands/DetectSyntaxCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./commands/ListDocumentClassificationJobsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./pagination/ListDocumentClassificationJobsPaginator"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./commands/ListDocumentClassifiersCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./pagination/ListDocumentClassifiersPaginator"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./commands/ListDominantLanguageDetectionJobsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./pagination/ListDominantLanguageDetectionJobsPaginator"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./commands/ListEndpointsCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./commands/ListEntitiesDetectionJobsCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./pagination/ListEntitiesDetectionJobsPaginator"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./commands/ListEntityRecognizersCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./pagination/ListEntityRecognizersPaginator"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./commands/ListEventsDetectionJobsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./pagination/ListEventsDetectionJobsPaginator"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./commands/ListKeyPhrasesDetectionJobsCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./pagination/ListKeyPhrasesDetectionJobsPaginator"), exports);
|
|
51
|
+
tslib_1.__exportStar(require("./commands/ListPiiEntitiesDetectionJobsCommand"), exports);
|
|
52
|
+
tslib_1.__exportStar(require("./commands/ListSentimentDetectionJobsCommand"), exports);
|
|
53
|
+
tslib_1.__exportStar(require("./pagination/ListSentimentDetectionJobsPaginator"), exports);
|
|
54
|
+
tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
|
|
55
|
+
tslib_1.__exportStar(require("./commands/ListTopicsDetectionJobsCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./pagination/ListTopicsDetectionJobsPaginator"), exports);
|
|
57
|
+
tslib_1.__exportStar(require("./commands/StartDocumentClassificationJobCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./commands/StartDominantLanguageDetectionJobCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./commands/StartEntitiesDetectionJobCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./commands/StartEventsDetectionJobCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./commands/StartKeyPhrasesDetectionJobCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./commands/StartPiiEntitiesDetectionJobCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./commands/StartSentimentDetectionJobCommand"), exports);
|
|
64
|
+
tslib_1.__exportStar(require("./commands/StartTopicsDetectionJobCommand"), exports);
|
|
65
|
+
tslib_1.__exportStar(require("./commands/StopDominantLanguageDetectionJobCommand"), exports);
|
|
66
|
+
tslib_1.__exportStar(require("./commands/StopEntitiesDetectionJobCommand"), exports);
|
|
67
|
+
tslib_1.__exportStar(require("./commands/StopEventsDetectionJobCommand"), exports);
|
|
68
|
+
tslib_1.__exportStar(require("./commands/StopKeyPhrasesDetectionJobCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./commands/StopPiiEntitiesDetectionJobCommand"), exports);
|
|
70
|
+
tslib_1.__exportStar(require("./commands/StopSentimentDetectionJobCommand"), exports);
|
|
71
|
+
tslib_1.__exportStar(require("./commands/StopTrainingDocumentClassifierCommand"), exports);
|
|
72
|
+
tslib_1.__exportStar(require("./commands/StopTrainingEntityRecognizerCommand"), exports);
|
|
73
|
+
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
74
|
+
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
75
|
+
tslib_1.__exportStar(require("./commands/UpdateEndpointCommand"), exports);
|
|
76
|
+
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
77
|
+
tslib_1.__exportStar(require("./models/index"), exports);
|
|
78
78
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,6DAAmC;AACnC,uDAA6B;AAC7B,wFAA8D;AAC9D,gFAAsD;AACtD,kFAAwD;AACxD,iFAAuD;AACvD,8EAAoD;AACpD,6EAAmD;AACnD,gFAAsD;AACtD,qFAA2D;AAC3D,2EAAiD;AACjD,mFAAyD;AACzD,qFAA2D;AAC3D,2EAAiD;AACjD,mFAAyD;AACzD,8FAAoE;AACpE,uFAA6D;AAC7D,iGAAuE;AACvE,6EAAmD;AACnD,yFAA+D;AAC/D,qFAA2D;AAC3D,uFAA6D;AAC7D,2FAAiE;AACjE,4FAAkE;AAClE,0FAAgE;AAChE,uFAA6D;AAC7D,mFAAyD;AACzD,2EAAiD;AACjD,6EAAmD;AACnD,8EAAoD;AACpD,4EAAkD;AAClD,yEAA+C;AAC/C,2FAAiE;AACjE,+FAAqE;AACrE,oFAA0D;AAC1D,wFAA8D;AAC9D,8FAAoE;AACpE,kGAAwE;AACxE,0EAAgD;AAChD,sFAA4D;AAC5D,0FAAgE;AAChE,kFAAwD;AACxD,sFAA4D;AAC5D,oFAA0D;AAC1D,wFAA8D;AAC9D,wFAA8D;AAC9D,4FAAkE;AAClE,yFAA+D;AAC/D,uFAA6D;AAC7D,2FAAiE;AACjE,gFAAsD;AACtD,oFAA0D;AAC1D,wFAA8D;AAC9D,2FAAiE;AACjE,8FAAoE;AACpE,sFAA4D;AAC5D,oFAA0D;AAC1D,wFAA8D;AAC9D,yFAA+D;AAC/D,uFAA6D;AAC7D,oFAA0D;AAC1D,6FAAmE;AACnE,qFAA2D;AAC3D,mFAAyD;AACzD,uFAA6D;AAC7D,wFAA8D;AAC9D,sFAA4D;AAC5D,2FAAiE;AACjE,yFAA+D;AAC/D,wEAA8C;AAC9C,0EAAgD;AAChD,2EAAiD;AACjD,kEAAwC;AACxC,yDAA+B"}
|
package/dist/cjs/models/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UpdateEndpointResponse = exports.UpdateEndpointRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagKeysException = exports.TagResourceResponse = exports.TagResourceRequest = exports.ConcurrentModificationException = exports.StopTrainingEntityRecognizerResponse = exports.StopTrainingEntityRecognizerRequest = exports.StopTrainingDocumentClassifierResponse = void 0;
|
|
3
|
+
exports.Tag = 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.AugmentedManifestsDocumentTypeFormat = void 0;
|
|
4
|
+
exports.EntitiesDetectionJobProperties = 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.InputFormat = 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.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 = void 0;
|
|
5
|
+
exports.ListDominantLanguageDetectionJobsResponse = exports.ListDominantLanguageDetectionJobsRequest = exports.DominantLanguageDetectionJobFilter = 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 = void 0;
|
|
6
|
+
exports.StopKeyPhrasesDetectionJobResponse = exports.StopKeyPhrasesDetectionJobRequest = exports.StopEventsDetectionJobResponse = exports.StopEventsDetectionJobRequest = exports.StopEntitiesDetectionJobResponse = exports.StopEntitiesDetectionJobRequest = exports.StopDominantLanguageDetectionJobResponse = 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.ListEntityRecognizersResponse = exports.ListEntityRecognizersRequest = exports.EntityRecognizerFilter = exports.ListEntitiesDetectionJobsResponse = exports.ListEntitiesDetectionJobsRequest = exports.EntitiesDetectionJobFilter = exports.ListEndpointsResponse = exports.ListEndpointsRequest = exports.EndpointFilter = 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 = void 0;
|
|
8
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 = {}));
|
|
9
14
|
var AugmentedManifestsListItem;
|
|
10
15
|
(function (AugmentedManifestsListItem) {
|
|
11
16
|
/**
|
|
@@ -711,6 +716,30 @@ var DescribeDocumentClassificationJobRequest;
|
|
|
711
716
|
...obj,
|
|
712
717
|
});
|
|
713
718
|
})(DescribeDocumentClassificationJobRequest = exports.DescribeDocumentClassificationJobRequest || (exports.DescribeDocumentClassificationJobRequest = {}));
|
|
719
|
+
var DocumentReadAction;
|
|
720
|
+
(function (DocumentReadAction) {
|
|
721
|
+
DocumentReadAction["TEXTRACT_ANALYZE_DOCUMENT"] = "TEXTRACT_ANALYZE_DOCUMENT";
|
|
722
|
+
DocumentReadAction["TEXTRACT_DETECT_DOCUMENT_TEXT"] = "TEXTRACT_DETECT_DOCUMENT_TEXT";
|
|
723
|
+
})(DocumentReadAction = exports.DocumentReadAction || (exports.DocumentReadAction = {}));
|
|
724
|
+
var DocumentReadMode;
|
|
725
|
+
(function (DocumentReadMode) {
|
|
726
|
+
DocumentReadMode["FORCE_DOCUMENT_READ_ACTION"] = "FORCE_DOCUMENT_READ_ACTION";
|
|
727
|
+
DocumentReadMode["SERVICE_DEFAULT"] = "SERVICE_DEFAULT";
|
|
728
|
+
})(DocumentReadMode = exports.DocumentReadMode || (exports.DocumentReadMode = {}));
|
|
729
|
+
var DocumentReadFeatureTypes;
|
|
730
|
+
(function (DocumentReadFeatureTypes) {
|
|
731
|
+
DocumentReadFeatureTypes["FORMS"] = "FORMS";
|
|
732
|
+
DocumentReadFeatureTypes["TABLES"] = "TABLES";
|
|
733
|
+
})(DocumentReadFeatureTypes = exports.DocumentReadFeatureTypes || (exports.DocumentReadFeatureTypes = {}));
|
|
734
|
+
var DocumentReaderConfig;
|
|
735
|
+
(function (DocumentReaderConfig) {
|
|
736
|
+
/**
|
|
737
|
+
* @internal
|
|
738
|
+
*/
|
|
739
|
+
DocumentReaderConfig.filterSensitiveLog = (obj) => ({
|
|
740
|
+
...obj,
|
|
741
|
+
});
|
|
742
|
+
})(DocumentReaderConfig = exports.DocumentReaderConfig || (exports.DocumentReaderConfig = {}));
|
|
714
743
|
var InputFormat;
|
|
715
744
|
(function (InputFormat) {
|
|
716
745
|
InputFormat["ONE_DOC_PER_FILE"] = "ONE_DOC_PER_FILE";
|