@aws-sdk/client-comprehend 3.278.0 → 3.281.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/README.md +675 -0
- package/dist-cjs/Comprehend.js +165 -0
- package/dist-cjs/commands/CreateDatasetCommand.js +46 -0
- package/dist-cjs/commands/CreateFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DeleteFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DescribeDatasetCommand.js +46 -0
- package/dist-cjs/commands/DescribeFlywheelCommand.js +46 -0
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +46 -0
- package/dist-cjs/commands/ListDatasetsCommand.js +46 -0
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +46 -0
- package/dist-cjs/commands/ListFlywheelsCommand.js +46 -0
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +46 -0
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +3 -3
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateEndpointCommand.js +3 -3
- package/dist-cjs/commands/UpdateFlywheelCommand.js +46 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_0.js +242 -120
- package/dist-cjs/models/models_1.js +92 -0
- package/dist-cjs/pagination/ListDatasetsPaginator.js +36 -0
- package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +36 -0
- package/dist-cjs/pagination/ListFlywheelsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1135 -26
- package/dist-es/Comprehend.js +165 -0
- package/dist-es/commands/CreateDatasetCommand.js +42 -0
- package/dist-es/commands/CreateFlywheelCommand.js +42 -0
- package/dist-es/commands/DeleteFlywheelCommand.js +42 -0
- package/dist-es/commands/DescribeDatasetCommand.js +42 -0
- package/dist-es/commands/DescribeFlywheelCommand.js +42 -0
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +42 -0
- package/dist-es/commands/ListDatasetsCommand.js +42 -0
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +42 -0
- package/dist-es/commands/ListFlywheelsCommand.js +42 -0
- package/dist-es/commands/StartFlywheelIterationCommand.js +42 -0
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateEndpointCommand.js +1 -1
- package/dist-es/commands/UpdateFlywheelCommand.js +42 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +191 -95
- package/dist-es/models/models_1.js +72 -0
- package/dist-es/pagination/ListDatasetsPaginator.js +32 -0
- package/dist-es/pagination/ListFlywheelIterationHistoryPaginator.js +32 -0
- package/dist-es/pagination/ListFlywheelsPaginator.js +32 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +1109 -23
- package/dist-types/Comprehend.d.ts +107 -4
- package/dist-types/ComprehendClient.d.ts +13 -2
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +6 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +6 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +6 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +45 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +7 -1
- package/dist-types/commands/CreateFlywheelCommand.d.ts +53 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +46 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +44 -0
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +45 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +6 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +6 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +6 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +6 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +6 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +6 -0
- package/dist-types/commands/ImportModelCommand.d.ts +6 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +44 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +6 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +6 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +6 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +6 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +45 -0
- package/dist-types/commands/ListFlywheelsCommand.d.ts +43 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +6 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +9 -2
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +45 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +7 -1
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +6 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +7 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +7 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +7 -1
- package/dist-types/commands/TagResourceCommand.d.ts +7 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -1
- package/dist-types/commands/UpdateEndpointCommand.d.ts +7 -1
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +43 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1145 -320
- package/dist-types/models/models_1.d.ts +241 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFlywheelIterationHistoryPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFlywheelsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +33 -0
- package/dist-types/ts3.4/Comprehend.d.ts +187 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +68 -2
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +424 -138
- package/dist-types/ts3.4/models/models_1.d.ts +116 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlywheelIterationHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlywheelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +132 -0
- package/package.json +6 -6
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartFlywheelIterationRequestFilterSensitiveLog, StartFlywheelIterationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartFlywheelIterationCommand, serializeAws_json1_1StartFlywheelIterationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class StartFlywheelIterationCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartFlywheelIterationCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "ComprehendClient";
|
|
25
|
+
const commandName = "StartFlywheelIterationCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: StartFlywheelIterationRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: StartFlywheelIterationResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1StartFlywheelIterationCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1StartFlywheelIterationCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopTargetedSentimentDetectionJobRequestFilterSensitiveLog, StopTargetedSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StopTargetedSentimentDetectionJobRequestFilterSensitiveLog, StopTargetedSentimentDetectionJobResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand, serializeAws_json1_1StopTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class StopTargetedSentimentDetectionJobCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopTrainingDocumentClassifierRequestFilterSensitiveLog, StopTrainingDocumentClassifierResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StopTrainingDocumentClassifierRequestFilterSensitiveLog, StopTrainingDocumentClassifierResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1StopTrainingDocumentClassifierCommand, serializeAws_json1_1StopTrainingDocumentClassifierCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class StopTrainingDocumentClassifierCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { StopTrainingEntityRecognizerRequestFilterSensitiveLog, StopTrainingEntityRecognizerResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { StopTrainingEntityRecognizerRequestFilterSensitiveLog, StopTrainingEntityRecognizerResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1StopTrainingEntityRecognizerCommand, serializeAws_json1_1StopTrainingEntityRecognizerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class StopTrainingEntityRecognizerCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class TagResourceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class UntagResourceCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { UpdateEndpointRequestFilterSensitiveLog, UpdateEndpointResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { UpdateEndpointRequestFilterSensitiveLog, UpdateEndpointResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1UpdateEndpointCommand, serializeAws_json1_1UpdateEndpointCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class UpdateEndpointCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateFlywheelRequestFilterSensitiveLog, UpdateFlywheelResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1UpdateFlywheelCommand, serializeAws_json1_1UpdateFlywheelCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class UpdateFlywheelCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, UpdateFlywheelCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "ComprehendClient";
|
|
25
|
+
const commandName = "UpdateFlywheelCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: UpdateFlywheelRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: UpdateFlywheelResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1UpdateFlywheelCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1UpdateFlywheelCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -6,13 +6,17 @@ export * from "./BatchDetectSyntaxCommand";
|
|
|
6
6
|
export * from "./BatchDetectTargetedSentimentCommand";
|
|
7
7
|
export * from "./ClassifyDocumentCommand";
|
|
8
8
|
export * from "./ContainsPiiEntitiesCommand";
|
|
9
|
+
export * from "./CreateDatasetCommand";
|
|
9
10
|
export * from "./CreateDocumentClassifierCommand";
|
|
10
11
|
export * from "./CreateEndpointCommand";
|
|
11
12
|
export * from "./CreateEntityRecognizerCommand";
|
|
13
|
+
export * from "./CreateFlywheelCommand";
|
|
12
14
|
export * from "./DeleteDocumentClassifierCommand";
|
|
13
15
|
export * from "./DeleteEndpointCommand";
|
|
14
16
|
export * from "./DeleteEntityRecognizerCommand";
|
|
17
|
+
export * from "./DeleteFlywheelCommand";
|
|
15
18
|
export * from "./DeleteResourcePolicyCommand";
|
|
19
|
+
export * from "./DescribeDatasetCommand";
|
|
16
20
|
export * from "./DescribeDocumentClassificationJobCommand";
|
|
17
21
|
export * from "./DescribeDocumentClassifierCommand";
|
|
18
22
|
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
@@ -20,6 +24,8 @@ export * from "./DescribeEndpointCommand";
|
|
|
20
24
|
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
21
25
|
export * from "./DescribeEntityRecognizerCommand";
|
|
22
26
|
export * from "./DescribeEventsDetectionJobCommand";
|
|
27
|
+
export * from "./DescribeFlywheelCommand";
|
|
28
|
+
export * from "./DescribeFlywheelIterationCommand";
|
|
23
29
|
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
24
30
|
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
25
31
|
export * from "./DescribeResourcePolicyCommand";
|
|
@@ -34,6 +40,7 @@ export * from "./DetectSentimentCommand";
|
|
|
34
40
|
export * from "./DetectSyntaxCommand";
|
|
35
41
|
export * from "./DetectTargetedSentimentCommand";
|
|
36
42
|
export * from "./ImportModelCommand";
|
|
43
|
+
export * from "./ListDatasetsCommand";
|
|
37
44
|
export * from "./ListDocumentClassificationJobsCommand";
|
|
38
45
|
export * from "./ListDocumentClassifierSummariesCommand";
|
|
39
46
|
export * from "./ListDocumentClassifiersCommand";
|
|
@@ -43,6 +50,8 @@ export * from "./ListEntitiesDetectionJobsCommand";
|
|
|
43
50
|
export * from "./ListEntityRecognizerSummariesCommand";
|
|
44
51
|
export * from "./ListEntityRecognizersCommand";
|
|
45
52
|
export * from "./ListEventsDetectionJobsCommand";
|
|
53
|
+
export * from "./ListFlywheelIterationHistoryCommand";
|
|
54
|
+
export * from "./ListFlywheelsCommand";
|
|
46
55
|
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
47
56
|
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
48
57
|
export * from "./ListSentimentDetectionJobsCommand";
|
|
@@ -54,6 +63,7 @@ export * from "./StartDocumentClassificationJobCommand";
|
|
|
54
63
|
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
55
64
|
export * from "./StartEntitiesDetectionJobCommand";
|
|
56
65
|
export * from "./StartEventsDetectionJobCommand";
|
|
66
|
+
export * from "./StartFlywheelIterationCommand";
|
|
57
67
|
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
58
68
|
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
59
69
|
export * from "./StartSentimentDetectionJobCommand";
|
|
@@ -71,3 +81,4 @@ export * from "./StopTrainingEntityRecognizerCommand";
|
|
|
71
81
|
export * from "./TagResourceCommand";
|
|
72
82
|
export * from "./UntagResourceCommand";
|
|
73
83
|
export * from "./UpdateEndpointCommand";
|
|
84
|
+
export * from "./UpdateFlywheelCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "fn", s = "argv", t = "ref";
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://comprehend-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://comprehend-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://comprehend.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://comprehend.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-es/models/index.js
CHANGED
|
@@ -267,52 +267,57 @@ export var PiiEntityType;
|
|
|
267
267
|
PiiEntityType["US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"] = "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER";
|
|
268
268
|
PiiEntityType["VEHICLE_IDENTIFICATION_NUMBER"] = "VEHICLE_IDENTIFICATION_NUMBER";
|
|
269
269
|
})(PiiEntityType || (PiiEntityType = {}));
|
|
270
|
-
export var
|
|
271
|
-
(function (
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
})(
|
|
275
|
-
export var
|
|
276
|
-
(function (
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
})(
|
|
280
|
-
export
|
|
270
|
+
export var DatasetType;
|
|
271
|
+
(function (DatasetType) {
|
|
272
|
+
DatasetType["TEST"] = "TEST";
|
|
273
|
+
DatasetType["TRAIN"] = "TRAIN";
|
|
274
|
+
})(DatasetType || (DatasetType = {}));
|
|
275
|
+
export var DatasetDataFormat;
|
|
276
|
+
(function (DatasetDataFormat) {
|
|
277
|
+
DatasetDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
278
|
+
DatasetDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
279
|
+
})(DatasetDataFormat || (DatasetDataFormat = {}));
|
|
280
|
+
export var InputFormat;
|
|
281
|
+
(function (InputFormat) {
|
|
282
|
+
InputFormat["ONE_DOC_PER_FILE"] = "ONE_DOC_PER_FILE";
|
|
283
|
+
InputFormat["ONE_DOC_PER_LINE"] = "ONE_DOC_PER_LINE";
|
|
284
|
+
})(InputFormat || (InputFormat = {}));
|
|
285
|
+
export class ResourceInUseException extends __BaseException {
|
|
281
286
|
constructor(opts) {
|
|
282
287
|
super({
|
|
283
|
-
name: "
|
|
288
|
+
name: "ResourceInUseException",
|
|
284
289
|
$fault: "client",
|
|
285
290
|
...opts,
|
|
286
291
|
});
|
|
287
|
-
this.name = "
|
|
292
|
+
this.name = "ResourceInUseException";
|
|
288
293
|
this.$fault = "client";
|
|
289
|
-
Object.setPrototypeOf(this,
|
|
294
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
290
295
|
this.Message = opts.Message;
|
|
291
296
|
}
|
|
292
297
|
}
|
|
293
|
-
export class
|
|
298
|
+
export class ResourceLimitExceededException extends __BaseException {
|
|
294
299
|
constructor(opts) {
|
|
295
300
|
super({
|
|
296
|
-
name: "
|
|
301
|
+
name: "ResourceLimitExceededException",
|
|
297
302
|
$fault: "client",
|
|
298
303
|
...opts,
|
|
299
304
|
});
|
|
300
|
-
this.name = "
|
|
305
|
+
this.name = "ResourceLimitExceededException";
|
|
301
306
|
this.$fault = "client";
|
|
302
|
-
Object.setPrototypeOf(this,
|
|
307
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
303
308
|
this.Message = opts.Message;
|
|
304
309
|
}
|
|
305
310
|
}
|
|
306
|
-
export class
|
|
311
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
307
312
|
constructor(opts) {
|
|
308
313
|
super({
|
|
309
|
-
name: "
|
|
314
|
+
name: "ResourceNotFoundException",
|
|
310
315
|
$fault: "client",
|
|
311
316
|
...opts,
|
|
312
317
|
});
|
|
313
|
-
this.name = "
|
|
318
|
+
this.name = "ResourceNotFoundException";
|
|
314
319
|
this.$fault = "client";
|
|
315
|
-
Object.setPrototypeOf(this,
|
|
320
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
316
321
|
this.Message = opts.Message;
|
|
317
322
|
}
|
|
318
323
|
}
|
|
@@ -342,16 +347,26 @@ export class TooManyTagsException extends __BaseException {
|
|
|
342
347
|
this.Message = opts.Message;
|
|
343
348
|
}
|
|
344
349
|
}
|
|
345
|
-
export
|
|
350
|
+
export var DocumentClassifierDataFormat;
|
|
351
|
+
(function (DocumentClassifierDataFormat) {
|
|
352
|
+
DocumentClassifierDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
353
|
+
DocumentClassifierDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
354
|
+
})(DocumentClassifierDataFormat || (DocumentClassifierDataFormat = {}));
|
|
355
|
+
export var DocumentClassifierMode;
|
|
356
|
+
(function (DocumentClassifierMode) {
|
|
357
|
+
DocumentClassifierMode["MULTI_CLASS"] = "MULTI_CLASS";
|
|
358
|
+
DocumentClassifierMode["MULTI_LABEL"] = "MULTI_LABEL";
|
|
359
|
+
})(DocumentClassifierMode || (DocumentClassifierMode = {}));
|
|
360
|
+
export class KmsKeyValidationException extends __BaseException {
|
|
346
361
|
constructor(opts) {
|
|
347
362
|
super({
|
|
348
|
-
name: "
|
|
363
|
+
name: "KmsKeyValidationException",
|
|
349
364
|
$fault: "client",
|
|
350
365
|
...opts,
|
|
351
366
|
});
|
|
352
|
-
this.name = "
|
|
367
|
+
this.name = "KmsKeyValidationException";
|
|
353
368
|
this.$fault = "client";
|
|
354
|
-
Object.setPrototypeOf(this,
|
|
369
|
+
Object.setPrototypeOf(this, KmsKeyValidationException.prototype);
|
|
355
370
|
this.Message = opts.Message;
|
|
356
371
|
}
|
|
357
372
|
}
|
|
@@ -360,11 +375,17 @@ export var EntityRecognizerDataFormat;
|
|
|
360
375
|
EntityRecognizerDataFormat["AUGMENTED_MANIFEST"] = "AUGMENTED_MANIFEST";
|
|
361
376
|
EntityRecognizerDataFormat["COMPREHEND_CSV"] = "COMPREHEND_CSV";
|
|
362
377
|
})(EntityRecognizerDataFormat || (EntityRecognizerDataFormat = {}));
|
|
363
|
-
export var
|
|
364
|
-
(function (
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
})(
|
|
378
|
+
export var ModelType;
|
|
379
|
+
(function (ModelType) {
|
|
380
|
+
ModelType["DOCUMENT_CLASSIFIER"] = "DOCUMENT_CLASSIFIER";
|
|
381
|
+
ModelType["ENTITY_RECOGNIZER"] = "ENTITY_RECOGNIZER";
|
|
382
|
+
})(ModelType || (ModelType = {}));
|
|
383
|
+
export var DatasetStatus;
|
|
384
|
+
(function (DatasetStatus) {
|
|
385
|
+
DatasetStatus["COMPLETED"] = "COMPLETED";
|
|
386
|
+
DatasetStatus["CREATING"] = "CREATING";
|
|
387
|
+
DatasetStatus["FAILED"] = "FAILED";
|
|
388
|
+
})(DatasetStatus || (DatasetStatus = {}));
|
|
368
389
|
export var JobStatus;
|
|
369
390
|
(function (JobStatus) {
|
|
370
391
|
JobStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -405,6 +426,23 @@ export var EndpointStatus;
|
|
|
405
426
|
EndpointStatus["IN_SERVICE"] = "IN_SERVICE";
|
|
406
427
|
EndpointStatus["UPDATING"] = "UPDATING";
|
|
407
428
|
})(EndpointStatus || (EndpointStatus = {}));
|
|
429
|
+
export var FlywheelStatus;
|
|
430
|
+
(function (FlywheelStatus) {
|
|
431
|
+
FlywheelStatus["ACTIVE"] = "ACTIVE";
|
|
432
|
+
FlywheelStatus["CREATING"] = "CREATING";
|
|
433
|
+
FlywheelStatus["DELETING"] = "DELETING";
|
|
434
|
+
FlywheelStatus["FAILED"] = "FAILED";
|
|
435
|
+
FlywheelStatus["UPDATING"] = "UPDATING";
|
|
436
|
+
})(FlywheelStatus || (FlywheelStatus = {}));
|
|
437
|
+
export var FlywheelIterationStatus;
|
|
438
|
+
(function (FlywheelIterationStatus) {
|
|
439
|
+
FlywheelIterationStatus["COMPLETED"] = "COMPLETED";
|
|
440
|
+
FlywheelIterationStatus["EVALUATING"] = "EVALUATING";
|
|
441
|
+
FlywheelIterationStatus["FAILED"] = "FAILED";
|
|
442
|
+
FlywheelIterationStatus["STOPPED"] = "STOPPED";
|
|
443
|
+
FlywheelIterationStatus["STOP_REQUESTED"] = "STOP_REQUESTED";
|
|
444
|
+
FlywheelIterationStatus["TRAINING"] = "TRAINING";
|
|
445
|
+
})(FlywheelIterationStatus || (FlywheelIterationStatus = {}));
|
|
408
446
|
export var PiiEntitiesDetectionMode;
|
|
409
447
|
(function (PiiEntitiesDetectionMode) {
|
|
410
448
|
PiiEntitiesDetectionMode["ONLY_OFFSETS"] = "ONLY_OFFSETS";
|
|
@@ -428,32 +466,6 @@ export class InvalidFilterException extends __BaseException {
|
|
|
428
466
|
this.Message = opts.Message;
|
|
429
467
|
}
|
|
430
468
|
}
|
|
431
|
-
export class ConcurrentModificationException extends __BaseException {
|
|
432
|
-
constructor(opts) {
|
|
433
|
-
super({
|
|
434
|
-
name: "ConcurrentModificationException",
|
|
435
|
-
$fault: "client",
|
|
436
|
-
...opts,
|
|
437
|
-
});
|
|
438
|
-
this.name = "ConcurrentModificationException";
|
|
439
|
-
this.$fault = "client";
|
|
440
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
441
|
-
this.Message = opts.Message;
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
export class TooManyTagKeysException extends __BaseException {
|
|
445
|
-
constructor(opts) {
|
|
446
|
-
super({
|
|
447
|
-
name: "TooManyTagKeysException",
|
|
448
|
-
$fault: "client",
|
|
449
|
-
...opts,
|
|
450
|
-
});
|
|
451
|
-
this.name = "TooManyTagKeysException";
|
|
452
|
-
this.$fault = "client";
|
|
453
|
-
Object.setPrototypeOf(this, TooManyTagKeysException.prototype);
|
|
454
|
-
this.Message = opts.Message;
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
469
|
export const AugmentedManifestsListItemFilterSensitiveLog = (obj) => ({
|
|
458
470
|
...obj,
|
|
459
471
|
});
|
|
@@ -614,15 +626,42 @@ export const EntityLabelFilterSensitiveLog = (obj) => ({
|
|
|
614
626
|
export const ContainsPiiEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
615
627
|
...obj,
|
|
616
628
|
});
|
|
617
|
-
export const
|
|
629
|
+
export const DatasetAugmentedManifestsListItemFilterSensitiveLog = (obj) => ({
|
|
618
630
|
...obj,
|
|
619
631
|
});
|
|
620
|
-
export const
|
|
632
|
+
export const DatasetDocumentClassifierInputDataConfigFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
export const DatasetEntityRecognizerAnnotationsFilterSensitiveLog = (obj) => ({
|
|
636
|
+
...obj,
|
|
637
|
+
});
|
|
638
|
+
export const DatasetEntityRecognizerDocumentsFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
export const DatasetEntityRecognizerEntityListFilterSensitiveLog = (obj) => ({
|
|
642
|
+
...obj,
|
|
643
|
+
});
|
|
644
|
+
export const DatasetEntityRecognizerInputDataConfigFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
export const DatasetInputDataConfigFilterSensitiveLog = (obj) => ({
|
|
621
648
|
...obj,
|
|
622
649
|
});
|
|
623
650
|
export const TagFilterSensitiveLog = (obj) => ({
|
|
624
651
|
...obj,
|
|
625
652
|
});
|
|
653
|
+
export const CreateDatasetRequestFilterSensitiveLog = (obj) => ({
|
|
654
|
+
...obj,
|
|
655
|
+
});
|
|
656
|
+
export const CreateDatasetResponseFilterSensitiveLog = (obj) => ({
|
|
657
|
+
...obj,
|
|
658
|
+
});
|
|
659
|
+
export const DocumentClassifierInputDataConfigFilterSensitiveLog = (obj) => ({
|
|
660
|
+
...obj,
|
|
661
|
+
});
|
|
662
|
+
export const DocumentClassifierOutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
626
665
|
export const VpcConfigFilterSensitiveLog = (obj) => ({
|
|
627
666
|
...obj,
|
|
628
667
|
});
|
|
@@ -659,6 +698,24 @@ export const CreateEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
|
659
698
|
export const CreateEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
660
699
|
...obj,
|
|
661
700
|
});
|
|
701
|
+
export const DataSecurityConfigFilterSensitiveLog = (obj) => ({
|
|
702
|
+
...obj,
|
|
703
|
+
});
|
|
704
|
+
export const DocumentClassificationConfigFilterSensitiveLog = (obj) => ({
|
|
705
|
+
...obj,
|
|
706
|
+
});
|
|
707
|
+
export const EntityRecognitionConfigFilterSensitiveLog = (obj) => ({
|
|
708
|
+
...obj,
|
|
709
|
+
});
|
|
710
|
+
export const TaskConfigFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
export const CreateFlywheelRequestFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
});
|
|
716
|
+
export const CreateFlywheelResponseFilterSensitiveLog = (obj) => ({
|
|
717
|
+
...obj,
|
|
718
|
+
});
|
|
662
719
|
export const DeleteDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
663
720
|
...obj,
|
|
664
721
|
});
|
|
@@ -677,12 +734,27 @@ export const DeleteEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
|
677
734
|
export const DeleteEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
678
735
|
...obj,
|
|
679
736
|
});
|
|
737
|
+
export const DeleteFlywheelRequestFilterSensitiveLog = (obj) => ({
|
|
738
|
+
...obj,
|
|
739
|
+
});
|
|
740
|
+
export const DeleteFlywheelResponseFilterSensitiveLog = (obj) => ({
|
|
741
|
+
...obj,
|
|
742
|
+
});
|
|
680
743
|
export const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
681
744
|
...obj,
|
|
682
745
|
});
|
|
683
746
|
export const DeleteResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
684
747
|
...obj,
|
|
685
748
|
});
|
|
749
|
+
export const DescribeDatasetRequestFilterSensitiveLog = (obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
});
|
|
752
|
+
export const DatasetPropertiesFilterSensitiveLog = (obj) => ({
|
|
753
|
+
...obj,
|
|
754
|
+
});
|
|
755
|
+
export const DescribeDatasetResponseFilterSensitiveLog = (obj) => ({
|
|
756
|
+
...obj,
|
|
757
|
+
});
|
|
686
758
|
export const DescribeDocumentClassificationJobRequestFilterSensitiveLog = (obj) => ({
|
|
687
759
|
...obj,
|
|
688
760
|
});
|
|
@@ -741,6 +813,9 @@ export const DescribeEntitiesDetectionJobResponseFilterSensitiveLog = (obj) => (
|
|
|
741
813
|
export const DescribeEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
742
814
|
...obj,
|
|
743
815
|
});
|
|
816
|
+
export const EntityRecognizerOutputDataConfigFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
744
819
|
export const EntityTypesEvaluationMetricsFilterSensitiveLog = (obj) => ({
|
|
745
820
|
...obj,
|
|
746
821
|
});
|
|
@@ -772,6 +847,27 @@ export const EventsDetectionJobPropertiesFilterSensitiveLog = (obj) => ({
|
|
|
772
847
|
export const DescribeEventsDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
773
848
|
...obj,
|
|
774
849
|
});
|
|
850
|
+
export const DescribeFlywheelRequestFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
export const FlywheelPropertiesFilterSensitiveLog = (obj) => ({
|
|
854
|
+
...obj,
|
|
855
|
+
});
|
|
856
|
+
export const DescribeFlywheelResponseFilterSensitiveLog = (obj) => ({
|
|
857
|
+
...obj,
|
|
858
|
+
});
|
|
859
|
+
export const DescribeFlywheelIterationRequestFilterSensitiveLog = (obj) => ({
|
|
860
|
+
...obj,
|
|
861
|
+
});
|
|
862
|
+
export const FlywheelModelEvaluationMetricsFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
export const FlywheelIterationPropertiesFilterSensitiveLog = (obj) => ({
|
|
866
|
+
...obj,
|
|
867
|
+
});
|
|
868
|
+
export const DescribeFlywheelIterationResponseFilterSensitiveLog = (obj) => ({
|
|
869
|
+
...obj,
|
|
870
|
+
});
|
|
775
871
|
export const DescribeKeyPhrasesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
776
872
|
...obj,
|
|
777
873
|
});
|
|
@@ -886,6 +982,15 @@ export const ImportModelRequestFilterSensitiveLog = (obj) => ({
|
|
|
886
982
|
export const ImportModelResponseFilterSensitiveLog = (obj) => ({
|
|
887
983
|
...obj,
|
|
888
984
|
});
|
|
985
|
+
export const DatasetFilterFilterSensitiveLog = (obj) => ({
|
|
986
|
+
...obj,
|
|
987
|
+
});
|
|
988
|
+
export const ListDatasetsRequestFilterSensitiveLog = (obj) => ({
|
|
989
|
+
...obj,
|
|
990
|
+
});
|
|
991
|
+
export const ListDatasetsResponseFilterSensitiveLog = (obj) => ({
|
|
992
|
+
...obj,
|
|
993
|
+
});
|
|
889
994
|
export const DocumentClassificationJobFilterFilterSensitiveLog = (obj) => ({
|
|
890
995
|
...obj,
|
|
891
996
|
});
|
|
@@ -973,6 +1078,27 @@ export const ListEventsDetectionJobsRequestFilterSensitiveLog = (obj) => ({
|
|
|
973
1078
|
export const ListEventsDetectionJobsResponseFilterSensitiveLog = (obj) => ({
|
|
974
1079
|
...obj,
|
|
975
1080
|
});
|
|
1081
|
+
export const FlywheelIterationFilterFilterSensitiveLog = (obj) => ({
|
|
1082
|
+
...obj,
|
|
1083
|
+
});
|
|
1084
|
+
export const ListFlywheelIterationHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
1085
|
+
...obj,
|
|
1086
|
+
});
|
|
1087
|
+
export const ListFlywheelIterationHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
1088
|
+
...obj,
|
|
1089
|
+
});
|
|
1090
|
+
export const FlywheelFilterFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
export const ListFlywheelsRequestFilterSensitiveLog = (obj) => ({
|
|
1094
|
+
...obj,
|
|
1095
|
+
});
|
|
1096
|
+
export const FlywheelSummaryFilterSensitiveLog = (obj) => ({
|
|
1097
|
+
...obj,
|
|
1098
|
+
});
|
|
1099
|
+
export const ListFlywheelsResponseFilterSensitiveLog = (obj) => ({
|
|
1100
|
+
...obj,
|
|
1101
|
+
});
|
|
976
1102
|
export const KeyPhrasesDetectionJobFilterFilterSensitiveLog = (obj) => ({
|
|
977
1103
|
...obj,
|
|
978
1104
|
});
|
|
@@ -1054,6 +1180,12 @@ export const StartEventsDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
|
1054
1180
|
export const StartEventsDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1055
1181
|
...obj,
|
|
1056
1182
|
});
|
|
1183
|
+
export const StartFlywheelIterationRequestFilterSensitiveLog = (obj) => ({
|
|
1184
|
+
...obj,
|
|
1185
|
+
});
|
|
1186
|
+
export const StartFlywheelIterationResponseFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1057
1189
|
export const StartKeyPhrasesDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1058
1190
|
...obj,
|
|
1059
1191
|
});
|
|
@@ -1120,39 +1252,3 @@ export const StopSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
|
1120
1252
|
export const StopSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1121
1253
|
...obj,
|
|
1122
1254
|
});
|
|
1123
|
-
export const StopTargetedSentimentDetectionJobRequestFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const StopTargetedSentimentDetectionJobResponseFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const StopTrainingDocumentClassifierRequestFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const StopTrainingDocumentClassifierResponseFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const StopTrainingEntityRecognizerRequestFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
});
|
|
1138
|
-
export const StopTrainingEntityRecognizerResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
-
...obj,
|
|
1140
|
-
});
|
|
1141
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1142
|
-
...obj,
|
|
1143
|
-
});
|
|
1144
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1145
|
-
...obj,
|
|
1146
|
-
});
|
|
1147
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1148
|
-
...obj,
|
|
1149
|
-
});
|
|
1150
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
-
...obj,
|
|
1152
|
-
});
|
|
1153
|
-
export const UpdateEndpointRequestFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const UpdateEndpointResponseFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|