@aws-sdk/client-frauddetector 3.414.0 → 3.421.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 +7 -7
- 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
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UntagResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateDetectorVersionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateDetectorVersionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateDetectorVersion",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateDetectorVersionMetadataCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateDetectorVersionMetadata",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateDetectorVersionStatusCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateDetectorVersionStatus",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateEventLabelCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateEventLabelCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateEventLabel",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
11
|
class UpdateListCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class UpdateListCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.UpdateListRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSHawksNestServiceFacade",
|
|
39
|
+
operation: "UpdateList",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateModelCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateModelCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateModel",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateModelVersionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateModelVersionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateModelVersion",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateModelVersionStatusCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateModelVersionStatusCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateModelVersionStatus",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateRuleMetadataCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateRuleMetadataCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateRuleMetadata",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
11
|
class UpdateRuleVersionCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class UpdateRuleVersionCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.UpdateRuleVersionRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AWSHawksNestServiceFacade",
|
|
39
|
+
operation: "UpdateRuleVersion",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateVariableCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateVariableCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSHawksNestServiceFacade",
|
|
38
|
+
operation: "UpdateVariable",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
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_BatchCreateVariableCommand, se_BatchCreateVariableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchCreateVariableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchCreateVariableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "BatchCreateVariable",
|
|
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_BatchGetVariableCommand, se_BatchGetVariableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BatchGetVariableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class BatchGetVariableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "BatchGetVariable",
|
|
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_CancelBatchImportJobCommand, se_CancelBatchImportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CancelBatchImportJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CancelBatchImportJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CancelBatchImportJob",
|
|
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_CancelBatchPredictionJobCommand, se_CancelBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CancelBatchPredictionJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CancelBatchPredictionJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CancelBatchPredictionJob",
|
|
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_CreateBatchImportJobCommand, se_CreateBatchImportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBatchImportJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBatchImportJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateBatchImportJob",
|
|
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_CreateBatchPredictionJobCommand, se_CreateBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateBatchPredictionJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateBatchPredictionJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateBatchPredictionJob",
|
|
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_CreateDetectorVersionCommand, se_CreateDetectorVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDetectorVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDetectorVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateDetectorVersion",
|
|
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 { CreateListRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_CreateListCommand, se_CreateListCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateListCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateListRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSHawksNestServiceFacade",
|
|
36
|
+
operation: "CreateList",
|
|
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_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateModelCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateModelCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateModel",
|
|
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_CreateModelVersionCommand, se_CreateModelVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateModelVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateModelVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateModelVersion",
|
|
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 { CreateRuleRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
6
|
import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateRuleCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateRuleRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: (_) => _,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AWSHawksNestServiceFacade",
|
|
36
|
+
operation: "CreateRule",
|
|
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_CreateVariableCommand, se_CreateVariableCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateVariableCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateVariableCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "CreateVariable",
|
|
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_DeleteBatchImportJobCommand, se_DeleteBatchImportJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBatchImportJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBatchImportJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteBatchImportJob",
|
|
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_DeleteBatchPredictionJobCommand, se_DeleteBatchPredictionJobCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteBatchPredictionJobCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteBatchPredictionJobCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteBatchPredictionJob",
|
|
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_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDetectorCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDetectorCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteDetector",
|
|
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_DeleteDetectorVersionCommand, se_DeleteDetectorVersionCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDetectorVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDetectorVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteDetectorVersion",
|
|
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_DeleteEntityTypeCommand, se_DeleteEntityTypeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEntityTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEntityTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteEntityType",
|
|
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_DeleteEventCommand, se_DeleteEventCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEventCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEventCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteEvent",
|
|
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_DeleteEventTypeCommand, se_DeleteEventTypeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEventTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEventTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteEventType",
|
|
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_DeleteEventsByEventTypeCommand, se_DeleteEventsByEventTypeCommand } from "../protocols/Aws_json1_1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEventsByEventTypeCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEventsByEventTypeCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AWSHawksNestServiceFacade",
|
|
35
|
+
operation: "DeleteEventsByEventType",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|