@aws-sdk/client-frauddetector 3.414.0 → 3.418.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 +5 -0
- package/dist-cjs/commands/BatchGetVariableCommand.js +5 -0
- package/dist-cjs/commands/CancelBatchImportJobCommand.js +5 -0
- package/dist-cjs/commands/CancelBatchPredictionJobCommand.js +5 -0
- package/dist-cjs/commands/CreateBatchImportJobCommand.js +5 -0
- package/dist-cjs/commands/CreateBatchPredictionJobCommand.js +5 -0
- package/dist-cjs/commands/CreateDetectorVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateListCommand.js +5 -0
- package/dist-cjs/commands/CreateModelCommand.js +5 -0
- package/dist-cjs/commands/CreateModelVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateRuleCommand.js +5 -0
- package/dist-cjs/commands/CreateVariableCommand.js +5 -0
- package/dist-cjs/commands/DeleteBatchImportJobCommand.js +5 -0
- package/dist-cjs/commands/DeleteBatchPredictionJobCommand.js +5 -0
- package/dist-cjs/commands/DeleteDetectorCommand.js +5 -0
- package/dist-cjs/commands/DeleteDetectorVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteEventsByEventTypeCommand.js +5 -0
- package/dist-cjs/commands/DeleteExternalModelCommand.js +5 -0
- package/dist-cjs/commands/DeleteLabelCommand.js +5 -0
- package/dist-cjs/commands/DeleteListCommand.js +5 -0
- package/dist-cjs/commands/DeleteModelCommand.js +5 -0
- package/dist-cjs/commands/DeleteModelVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteOutcomeCommand.js +5 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +5 -0
- package/dist-cjs/commands/DeleteVariableCommand.js +5 -0
- package/dist-cjs/commands/DescribeDetectorCommand.js +5 -0
- package/dist-cjs/commands/DescribeModelVersionsCommand.js +5 -0
- package/dist-cjs/commands/GetBatchImportJobsCommand.js +5 -0
- package/dist-cjs/commands/GetBatchPredictionJobsCommand.js +5 -0
- package/dist-cjs/commands/GetDeleteEventsByEventTypeStatusCommand.js +5 -0
- package/dist-cjs/commands/GetDetectorVersionCommand.js +5 -0
- package/dist-cjs/commands/GetDetectorsCommand.js +5 -0
- package/dist-cjs/commands/GetEntityTypesCommand.js +5 -0
- package/dist-cjs/commands/GetEventCommand.js +5 -0
- package/dist-cjs/commands/GetEventPredictionCommand.js +5 -0
- package/dist-cjs/commands/GetEventPredictionMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetEventTypesCommand.js +5 -0
- package/dist-cjs/commands/GetExternalModelsCommand.js +5 -0
- package/dist-cjs/commands/GetKMSEncryptionKeyCommand.js +5 -0
- package/dist-cjs/commands/GetLabelsCommand.js +5 -0
- package/dist-cjs/commands/GetListElementsCommand.js +5 -0
- package/dist-cjs/commands/GetListsMetadataCommand.js +5 -0
- package/dist-cjs/commands/GetModelVersionCommand.js +5 -0
- package/dist-cjs/commands/GetModelsCommand.js +5 -0
- package/dist-cjs/commands/GetOutcomesCommand.js +5 -0
- package/dist-cjs/commands/GetRulesCommand.js +5 -0
- package/dist-cjs/commands/GetVariablesCommand.js +5 -0
- package/dist-cjs/commands/ListEventPredictionsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/PutDetectorCommand.js +5 -0
- package/dist-cjs/commands/PutEntityTypeCommand.js +5 -0
- package/dist-cjs/commands/PutEventTypeCommand.js +5 -0
- package/dist-cjs/commands/PutExternalModelCommand.js +5 -0
- package/dist-cjs/commands/PutKMSEncryptionKeyCommand.js +5 -0
- package/dist-cjs/commands/PutLabelCommand.js +5 -0
- package/dist-cjs/commands/PutOutcomeCommand.js +5 -0
- package/dist-cjs/commands/SendEventCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateDetectorVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateDetectorVersionMetadataCommand.js +5 -0
- package/dist-cjs/commands/UpdateDetectorVersionStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdateEventLabelCommand.js +5 -0
- package/dist-cjs/commands/UpdateListCommand.js +5 -0
- package/dist-cjs/commands/UpdateModelCommand.js +5 -0
- package/dist-cjs/commands/UpdateModelVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateModelVersionStatusCommand.js +5 -0
- package/dist-cjs/commands/UpdateRuleMetadataCommand.js +5 -0
- package/dist-cjs/commands/UpdateRuleVersionCommand.js +5 -0
- package/dist-cjs/commands/UpdateVariableCommand.js +5 -0
- package/dist-es/commands/BatchCreateVariableCommand.js +5 -0
- package/dist-es/commands/BatchGetVariableCommand.js +5 -0
- package/dist-es/commands/CancelBatchImportJobCommand.js +5 -0
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +5 -0
- package/dist-es/commands/CreateBatchImportJobCommand.js +5 -0
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +5 -0
- package/dist-es/commands/CreateDetectorVersionCommand.js +5 -0
- package/dist-es/commands/CreateListCommand.js +5 -0
- package/dist-es/commands/CreateModelCommand.js +5 -0
- package/dist-es/commands/CreateModelVersionCommand.js +5 -0
- package/dist-es/commands/CreateRuleCommand.js +5 -0
- package/dist-es/commands/CreateVariableCommand.js +5 -0
- package/dist-es/commands/DeleteBatchImportJobCommand.js +5 -0
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +5 -0
- package/dist-es/commands/DeleteDetectorCommand.js +5 -0
- package/dist-es/commands/DeleteDetectorVersionCommand.js +5 -0
- package/dist-es/commands/DeleteEntityTypeCommand.js +5 -0
- package/dist-es/commands/DeleteEventCommand.js +5 -0
- package/dist-es/commands/DeleteEventTypeCommand.js +5 -0
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +5 -0
- package/dist-es/commands/DeleteExternalModelCommand.js +5 -0
- package/dist-es/commands/DeleteLabelCommand.js +5 -0
- package/dist-es/commands/DeleteListCommand.js +5 -0
- package/dist-es/commands/DeleteModelCommand.js +5 -0
- package/dist-es/commands/DeleteModelVersionCommand.js +5 -0
- package/dist-es/commands/DeleteOutcomeCommand.js +5 -0
- package/dist-es/commands/DeleteRuleCommand.js +5 -0
- package/dist-es/commands/DeleteVariableCommand.js +5 -0
- package/dist-es/commands/DescribeDetectorCommand.js +5 -0
- package/dist-es/commands/DescribeModelVersionsCommand.js +5 -0
- package/dist-es/commands/GetBatchImportJobsCommand.js +5 -0
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +5 -0
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +5 -0
- package/dist-es/commands/GetDetectorVersionCommand.js +5 -0
- package/dist-es/commands/GetDetectorsCommand.js +5 -0
- package/dist-es/commands/GetEntityTypesCommand.js +5 -0
- package/dist-es/commands/GetEventCommand.js +5 -0
- package/dist-es/commands/GetEventPredictionCommand.js +5 -0
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +5 -0
- package/dist-es/commands/GetEventTypesCommand.js +5 -0
- package/dist-es/commands/GetExternalModelsCommand.js +5 -0
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +5 -0
- package/dist-es/commands/GetLabelsCommand.js +5 -0
- package/dist-es/commands/GetListElementsCommand.js +5 -0
- package/dist-es/commands/GetListsMetadataCommand.js +5 -0
- package/dist-es/commands/GetModelVersionCommand.js +5 -0
- package/dist-es/commands/GetModelsCommand.js +5 -0
- package/dist-es/commands/GetOutcomesCommand.js +5 -0
- package/dist-es/commands/GetRulesCommand.js +5 -0
- package/dist-es/commands/GetVariablesCommand.js +5 -0
- package/dist-es/commands/ListEventPredictionsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/PutDetectorCommand.js +5 -0
- package/dist-es/commands/PutEntityTypeCommand.js +5 -0
- package/dist-es/commands/PutEventTypeCommand.js +5 -0
- package/dist-es/commands/PutExternalModelCommand.js +5 -0
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +5 -0
- package/dist-es/commands/PutLabelCommand.js +5 -0
- package/dist-es/commands/PutOutcomeCommand.js +5 -0
- package/dist-es/commands/SendEventCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateDetectorVersionCommand.js +5 -0
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +5 -0
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +5 -0
- package/dist-es/commands/UpdateEventLabelCommand.js +5 -0
- package/dist-es/commands/UpdateListCommand.js +5 -0
- package/dist-es/commands/UpdateModelCommand.js +5 -0
- package/dist-es/commands/UpdateModelVersionCommand.js +5 -0
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +5 -0
- package/dist-es/commands/UpdateRuleMetadataCommand.js +5 -0
- package/dist-es/commands/UpdateRuleVersionCommand.js +5 -0
- package/dist-es/commands/UpdateVariableCommand.js +5 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutExternalModelCommand, se_PutExternalModelCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutExternalModelCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutExternalModelCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "PutExternalModel",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutKMSEncryptionKeyCommand, se_PutKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutKMSEncryptionKeyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutKMSEncryptionKeyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "PutKMSEncryptionKey",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutLabelCommand, se_PutLabelCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutLabelCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutLabelCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "PutLabel",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_PutOutcomeCommand, se_PutOutcomeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class PutOutcomeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class PutOutcomeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "PutOutcome",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { SendEventRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_SendEventCommand, se_SendEventCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class SendEventCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: SendEventRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSHawksNestServiceFacade",
|
|
36
|
+
operation: "SendEvent",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDetectorVersionCommand, se_UpdateDetectorVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDetectorVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDetectorVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateDetectorVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDetectorVersionMetadataCommand, se_UpdateDetectorVersionMetadataCommand, } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDetectorVersionMetadataCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDetectorVersionMetadataCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateDetectorVersionMetadata",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDetectorVersionStatusCommand, se_UpdateDetectorVersionStatusCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDetectorVersionStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDetectorVersionStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateDetectorVersionStatus",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateEventLabelCommand, se_UpdateEventLabelCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateEventLabelCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateEventLabelCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateEventLabel",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateListRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_UpdateListCommand, se_UpdateListCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateListCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateListRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSHawksNestServiceFacade",
|
|
36
|
+
operation: "UpdateList",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateModelCommand, se_UpdateModelCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateModelCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateModelCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateModel",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateModelVersionCommand, se_UpdateModelVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateModelVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateModelVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateModelVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateModelVersionStatusCommand, se_UpdateModelVersionStatusCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateModelVersionStatusCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateModelVersionStatusCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateModelVersionStatus",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateRuleMetadataCommand, se_UpdateRuleMetadataCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateRuleMetadataCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateRuleMetadataCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateRuleMetadata",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { UpdateRuleVersionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_UpdateRuleVersionCommand, se_UpdateRuleVersionCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class UpdateRuleVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: UpdateRuleVersionRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSHawksNestServiceFacade",
|
|
36
|
+
operation: "UpdateRuleVersion",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateVariableCommand, se_UpdateVariableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateVariableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateVariableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "UpdateVariable",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.418.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.1.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.0.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|