@aws-sdk/client-comprehend 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -2
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -2
- package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -2
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -2
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -2
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -2
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DetectSentimentCommand.js +2 -2
- package/dist-cjs/commands/DetectSyntaxCommand.js +2 -2
- package/dist-cjs/commands/ImportModelCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -2
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -2
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -2
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -2
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -2
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -2
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
- package/dist-cjs/models/models_0.js +850 -1260
- package/dist-cjs/protocols/Aws_json1_1.js +355 -604
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -3
- package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -3
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -3
- package/dist-es/commands/BatchDetectSentimentCommand.js +3 -3
- package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -3
- package/dist-es/commands/ClassifyDocumentCommand.js +3 -3
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -3
- package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/CreateEndpointCommand.js +3 -3
- package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/DeleteEndpointCommand.js +3 -3
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointCommand.js +3 -3
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -3
- package/dist-es/commands/DetectDominantLanguageCommand.js +3 -3
- package/dist-es/commands/DetectEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -3
- package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -3
- package/dist-es/commands/DetectSentimentCommand.js +3 -3
- package/dist-es/commands/DetectSyntaxCommand.js +3 -3
- package/dist-es/commands/ImportModelCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -3
- package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -3
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListEndpointsCommand.js +3 -3
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -3
- package/dist-es/commands/ListEntityRecognizersCommand.js +3 -3
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -3
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -3
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -3
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateEndpointCommand.js +3 -3
- package/dist-es/models/models_0.js +217 -832
- package/dist-es/protocols/Aws_json1_1.js +569 -605
- package/dist-types/models/models_0.d.ts +820 -1230
- package/dist-types/ts3.4/models/models_0.d.ts +410 -820
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StartTopicsDetectionJobRequestFilterSensitiveLog, StartTopicsDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartTopicsDetectionJobCommand, serializeAws_json1_1StartTopicsDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartTopicsDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StartTopicsDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartTopicsDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartTopicsDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartTopicsDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopDominantLanguageDetectionJobRequestFilterSensitiveLog, StopDominantLanguageDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopDominantLanguageDetectionJobCommand, serializeAws_json1_1StopDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopDominantLanguageDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopDominantLanguageDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopDominantLanguageDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopDominantLanguageDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopDominantLanguageDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopEntitiesDetectionJobRequestFilterSensitiveLog, StopEntitiesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopEntitiesDetectionJobCommand, serializeAws_json1_1StopEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopEntitiesDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopEntitiesDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopEntitiesDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopEntitiesDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopEntitiesDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopEventsDetectionJobRequestFilterSensitiveLog, StopEventsDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopEventsDetectionJobCommand, serializeAws_json1_1StopEventsDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopEventsDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopEventsDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopEventsDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopEventsDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopEventsDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopKeyPhrasesDetectionJobRequestFilterSensitiveLog, StopKeyPhrasesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand, serializeAws_json1_1StopKeyPhrasesDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopKeyPhrasesDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopKeyPhrasesDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopKeyPhrasesDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopKeyPhrasesDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopKeyPhrasesDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopPiiEntitiesDetectionJobRequestFilterSensitiveLog, StopPiiEntitiesDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand, serializeAws_json1_1StopPiiEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopPiiEntitiesDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopPiiEntitiesDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopPiiEntitiesDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopPiiEntitiesDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopPiiEntitiesDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopSentimentDetectionJobRequestFilterSensitiveLog, StopSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopSentimentDetectionJobCommand, serializeAws_json1_1StopSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopSentimentDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopSentimentDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopSentimentDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopSentimentDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopSentimentDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopTargetedSentimentDetectionJobRequestFilterSensitiveLog, StopTargetedSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand, serializeAws_json1_1StopTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopTargetedSentimentDetectionJobCommand = (function (_super) {
|
|
7
7
|
__extends(StopTargetedSentimentDetectionJobCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopTargetedSentimentDetectionJobCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopTargetedSentimentDetectionJobRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopTargetedSentimentDetectionJobResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopTrainingDocumentClassifierRequestFilterSensitiveLog, StopTrainingDocumentClassifierResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopTrainingDocumentClassifierCommand, serializeAws_json1_1StopTrainingDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopTrainingDocumentClassifierCommand = (function (_super) {
|
|
7
7
|
__extends(StopTrainingDocumentClassifierCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopTrainingDocumentClassifierCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopTrainingDocumentClassifierRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopTrainingDocumentClassifierResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { StopTrainingEntityRecognizerRequestFilterSensitiveLog, StopTrainingEntityRecognizerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopTrainingEntityRecognizerCommand, serializeAws_json1_1StopTrainingEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopTrainingEntityRecognizerCommand = (function (_super) {
|
|
7
7
|
__extends(StopTrainingEntityRecognizerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopTrainingEntityRecognizerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopTrainingEntityRecognizerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopTrainingEntityRecognizerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateEndpointRequestFilterSensitiveLog, UpdateEndpointResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1UpdateEndpointCommand, serializeAws_json1_1UpdateEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateEndpointCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateEndpointCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateEndpointCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateEndpointRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateEndpointResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|