@aws-sdk/client-frauddetector 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/BatchCreateVariableCommand.js +2 -3
- package/dist-cjs/commands/BatchGetVariableCommand.js +2 -3
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateListCommand.js +1 -1
- package/dist-cjs/commands/CreateModelCommand.js +2 -3
- package/dist-cjs/commands/CreateModelVersionCommand.js +2 -3
- package/dist-cjs/commands/CreateRuleCommand.js +1 -1
- package/dist-cjs/commands/CreateVariableCommand.js +2 -3
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteExternalModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteLabelCommand.js +2 -3
- package/dist-cjs/commands/DeleteListCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteModelVersionCommand.js +2 -3
- package/dist-cjs/commands/DeleteOutcomeCommand.js +2 -3
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -3
- package/dist-cjs/commands/DeleteVariableCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +2 -3
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +2 -3
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorsCommand.js +2 -3
- package/dist-cjs/commands/GetEntityTypesCommand.js +2 -3
- package/dist-cjs/commands/GetEventCommand.js +1 -1
- package/dist-cjs/commands/GetEventPredictionCommand.js +1 -1
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +1 -1
- package/dist-cjs/commands/GetEventTypesCommand.js +1 -1
- package/dist-cjs/commands/GetExternalModelsCommand.js +2 -3
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +2 -3
- package/dist-cjs/commands/GetLabelsCommand.js +2 -3
- package/dist-cjs/commands/GetListElementsCommand.js +1 -1
- package/dist-cjs/commands/GetListsMetadataCommand.js +2 -3
- package/dist-cjs/commands/GetModelVersionCommand.js +2 -3
- package/dist-cjs/commands/GetModelsCommand.js +2 -3
- package/dist-cjs/commands/GetOutcomesCommand.js +2 -3
- package/dist-cjs/commands/GetRulesCommand.js +1 -1
- package/dist-cjs/commands/GetVariablesCommand.js +2 -3
- package/dist-cjs/commands/ListEventPredictionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutDetectorCommand.js +2 -3
- package/dist-cjs/commands/PutEntityTypeCommand.js +2 -3
- package/dist-cjs/commands/PutEventTypeCommand.js +2 -3
- package/dist-cjs/commands/PutExternalModelCommand.js +2 -3
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +2 -3
- package/dist-cjs/commands/PutLabelCommand.js +2 -3
- package/dist-cjs/commands/PutOutcomeCommand.js +2 -3
- package/dist-cjs/commands/SendEventCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateEventLabelCommand.js +2 -3
- package/dist-cjs/commands/UpdateListCommand.js +1 -1
- package/dist-cjs/commands/UpdateModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +2 -3
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +2 -3
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateVariableCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -789
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -3
- package/dist-es/commands/BatchGetVariableCommand.js +2 -3
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -3
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -3
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -3
- package/dist-es/commands/CreateListCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -3
- package/dist-es/commands/CreateModelVersionCommand.js +2 -3
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateVariableCommand.js +2 -3
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -3
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -3
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEventCommand.js +2 -3
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -3
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -3
- package/dist-es/commands/DeleteLabelCommand.js +2 -3
- package/dist-es/commands/DeleteListCommand.js +2 -3
- package/dist-es/commands/DeleteModelCommand.js +2 -3
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -3
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -3
- package/dist-es/commands/DeleteRuleCommand.js +2 -3
- package/dist-es/commands/DeleteVariableCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorCommand.js +2 -3
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -3
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -3
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -3
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -3
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -3
- package/dist-es/commands/GetDetectorsCommand.js +2 -3
- package/dist-es/commands/GetEntityTypesCommand.js +2 -3
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-es/commands/GetEventTypesCommand.js +2 -2
- package/dist-es/commands/GetExternalModelsCommand.js +2 -3
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -3
- package/dist-es/commands/GetLabelsCommand.js +2 -3
- package/dist-es/commands/GetListElementsCommand.js +2 -2
- package/dist-es/commands/GetListsMetadataCommand.js +2 -3
- package/dist-es/commands/GetModelVersionCommand.js +2 -3
- package/dist-es/commands/GetModelsCommand.js +2 -3
- package/dist-es/commands/GetOutcomesCommand.js +2 -3
- package/dist-es/commands/GetRulesCommand.js +2 -2
- package/dist-es/commands/GetVariablesCommand.js +2 -3
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutDetectorCommand.js +2 -3
- package/dist-es/commands/PutEntityTypeCommand.js +2 -3
- package/dist-es/commands/PutEventTypeCommand.js +2 -3
- package/dist-es/commands/PutExternalModelCommand.js +2 -3
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -3
- package/dist-es/commands/PutLabelCommand.js +2 -3
- package/dist-es/commands/PutOutcomeCommand.js +2 -3
- package/dist-es/commands/SendEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -3
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -3
- package/dist-es/commands/UpdateListCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -3
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -3
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -3
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -3
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-es/commands/UpdateVariableCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -588
- package/dist-types/FraudDetector.d.ts +78 -4
- package/dist-types/FraudDetectorClient.d.ts +24 -4
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateListCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetEventCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +16 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetModelsCommand.d.ts +16 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
- package/dist-types/commands/GetRulesCommand.d.ts +16 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +20 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +16 -0
- package/dist-types/commands/PutLabelCommand.d.ts +16 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
- package/dist-types/commands/SendEventCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateListCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +16 -0
- package/dist-types/models/FraudDetectorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +575 -800
- package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEntityTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEventTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetExternalModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListElementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetListsMetadataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetOutcomesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVariablesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -560
- package/package.json +4 -3
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetBatchPredictionJobsRequestFilterSensitiveLog, GetBatchPredictionJobsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetBatchPredictionJobsCommand, serializeAws_json1_1GetBatchPredictionJobsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetBatchPredictionJobsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetBatchPredictionJobsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetDeleteEventsByEventTypeStatusRequestFilterSensitiveLog, GetDeleteEventsByEventTypeStatusResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, serializeAws_json1_1GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetDetectorVersionRequestFilterSensitiveLog, GetDetectorVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetDetectorVersionCommand, serializeAws_json1_1GetDetectorVersionCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetDetectorVersionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetDetectorVersionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetDetectorsRequestFilterSensitiveLog, GetDetectorsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetDetectorsCommand, serializeAws_json1_1GetDetectorsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetDetectorsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetDetectorsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetEntityTypesRequestFilterSensitiveLog, GetEntityTypesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetEntityTypesCommand, serializeAws_json1_1GetEntityTypesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetEntityTypesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetEntityTypesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -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 {
|
|
4
|
+
import { GetEventResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventCommand, serializeAws_json1_1GetEventCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetEventCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetEventCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetEventResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -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 { GetEventPredictionRequestFilterSensitiveLog,
|
|
4
|
+
import { GetEventPredictionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventPredictionCommand, serializeAws_json1_1GetEventPredictionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetEventPredictionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class GetEventPredictionCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: GetEventPredictionRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -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 {
|
|
4
|
+
import { GetEventPredictionMetadataResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventPredictionMetadataCommand, serializeAws_json1_1GetEventPredictionMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetEventPredictionMetadataCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetEventPredictionMetadataCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetEventPredictionMetadataResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -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 {
|
|
4
|
+
import { GetEventTypesResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetEventTypesCommand, serializeAws_json1_1GetEventTypesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetEventTypesCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetEventTypesCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetEventTypesResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetExternalModelsRequestFilterSensitiveLog, GetExternalModelsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetExternalModelsCommand, serializeAws_json1_1GetExternalModelsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetExternalModelsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetExternalModelsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetKMSEncryptionKeyResultFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetKMSEncryptionKeyCommand, serializeAws_json1_1GetKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetKMSEncryptionKeyCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetKMSEncryptionKeyCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetLabelsRequestFilterSensitiveLog, GetLabelsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetLabelsCommand, serializeAws_json1_1GetLabelsCommand } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetLabelsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetLabelsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -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 {
|
|
4
|
+
import { GetListElementsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetListElementsCommand, serializeAws_json1_1GetListElementsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetListElementsCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetListElementsCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetListElementsResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetListsMetadataRequestFilterSensitiveLog, GetListsMetadataResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetListsMetadataCommand, serializeAws_json1_1GetListsMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetListsMetadataCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetListsMetadataCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetModelVersionRequestFilterSensitiveLog, GetModelVersionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetModelVersionCommand, serializeAws_json1_1GetModelVersionCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetModelVersionCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetModelVersionCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetModelsRequestFilterSensitiveLog, GetModelsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetModelsCommand, serializeAws_json1_1GetModelsCommand } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetModelsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetModelsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetOutcomesRequestFilterSensitiveLog, GetOutcomesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetOutcomesCommand, serializeAws_json1_1GetOutcomesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetOutcomesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetOutcomesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -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 {
|
|
4
|
+
import { GetRulesResultFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRulesCommand, serializeAws_json1_1GetRulesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class GetRulesCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetRulesCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetRulesResultFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { GetVariablesRequestFilterSensitiveLog, GetVariablesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1GetVariablesCommand, serializeAws_json1_1GetVariablesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class GetVariablesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class GetVariablesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { ListEventPredictionsRequestFilterSensitiveLog, ListEventPredictionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1ListEventPredictionsCommand, serializeAws_json1_1ListEventPredictionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class ListEventPredictionsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListEventPredictionsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class ListTagsForResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutDetectorRequestFilterSensitiveLog, PutDetectorResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutDetectorCommand, serializeAws_json1_1PutDetectorCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutDetectorCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutDetectorCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutEntityTypeRequestFilterSensitiveLog, PutEntityTypeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutEntityTypeCommand, serializeAws_json1_1PutEntityTypeCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutEntityTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutEntityTypeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutEventTypeRequestFilterSensitiveLog, PutEventTypeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutEventTypeCommand, serializeAws_json1_1PutEventTypeCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutEventTypeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutEventTypeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutExternalModelRequestFilterSensitiveLog, PutExternalModelResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutExternalModelCommand, serializeAws_json1_1PutExternalModelCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutExternalModelCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutExternalModelCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutKMSEncryptionKeyRequestFilterSensitiveLog, PutKMSEncryptionKeyResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutKMSEncryptionKeyCommand, serializeAws_json1_1PutKMSEncryptionKeyCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutKMSEncryptionKeyCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutKMSEncryptionKeyCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutLabelRequestFilterSensitiveLog, PutLabelResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutLabelCommand, serializeAws_json1_1PutLabelCommand } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutLabelCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutLabelCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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 { PutOutcomeRequestFilterSensitiveLog, PutOutcomeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1PutOutcomeCommand, serializeAws_json1_1PutOutcomeCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class PutOutcomeCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class PutOutcomeCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -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 { SendEventRequestFilterSensitiveLog
|
|
4
|
+
import { SendEventRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1SendEventCommand, serializeAws_json1_1SendEventCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class SendEventCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class SendEventCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: SendEventRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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, TagResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class TagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class TagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
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, UntagResourceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class UntagResourceCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class UntagResourceCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|