@aws-sdk/client-frauddetector 3.1077.0 → 3.1079.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/index.js +225 -877
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -14
- package/dist-es/commands/BatchGetVariableCommand.js +2 -14
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -14
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/CreateListCommand.js +2 -14
- package/dist-es/commands/CreateModelCommand.js +2 -14
- package/dist-es/commands/CreateModelVersionCommand.js +2 -14
- package/dist-es/commands/CreateRuleCommand.js +2 -14
- package/dist-es/commands/CreateVariableCommand.js +2 -14
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorCommand.js +2 -14
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -14
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventCommand.js +2 -14
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -14
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -14
- package/dist-es/commands/DeleteLabelCommand.js +2 -14
- package/dist-es/commands/DeleteListCommand.js +2 -14
- package/dist-es/commands/DeleteModelCommand.js +2 -14
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -14
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteVariableCommand.js +2 -14
- package/dist-es/commands/DescribeDetectorCommand.js +2 -14
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -14
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -14
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -14
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -14
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -14
- package/dist-es/commands/GetDetectorsCommand.js +2 -14
- package/dist-es/commands/GetEntityTypesCommand.js +2 -14
- package/dist-es/commands/GetEventCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionCommand.js +2 -14
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -14
- package/dist-es/commands/GetEventTypesCommand.js +2 -14
- package/dist-es/commands/GetExternalModelsCommand.js +2 -14
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/GetLabelsCommand.js +2 -14
- package/dist-es/commands/GetListElementsCommand.js +2 -14
- package/dist-es/commands/GetListsMetadataCommand.js +2 -14
- package/dist-es/commands/GetModelVersionCommand.js +2 -14
- package/dist-es/commands/GetModelsCommand.js +2 -14
- package/dist-es/commands/GetOutcomesCommand.js +2 -14
- package/dist-es/commands/GetRulesCommand.js +2 -14
- package/dist-es/commands/GetVariablesCommand.js +2 -14
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutDetectorCommand.js +2 -14
- package/dist-es/commands/PutEntityTypeCommand.js +2 -14
- package/dist-es/commands/PutEventTypeCommand.js +2 -14
- package/dist-es/commands/PutExternalModelCommand.js +2 -14
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -14
- package/dist-es/commands/PutLabelCommand.js +2 -14
- package/dist-es/commands/PutOutcomeCommand.js +2 -14
- package/dist-es/commands/SendEventCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -14
- package/dist-es/commands/UpdateListCommand.js +2 -14
- package/dist-es/commands/UpdateModelCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -14
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -14
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -14
- package/dist-es/commands/UpdateVariableCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchCreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetVariableCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateListCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateVariableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteListCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVariableCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDetectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +3 -8
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDetectorsCommand.d.ts +3 -8
- package/dist-types/commands/GetEntityTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetEventCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionCommand.d.ts +3 -8
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetEventTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetExternalModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/GetLabelsCommand.d.ts +3 -8
- package/dist-types/commands/GetListElementsCommand.d.ts +3 -8
- package/dist-types/commands/GetListsMetadataCommand.d.ts +3 -8
- package/dist-types/commands/GetModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetModelsCommand.d.ts +3 -8
- package/dist-types/commands/GetOutcomesCommand.d.ts +3 -8
- package/dist-types/commands/GetRulesCommand.d.ts +3 -8
- package/dist-types/commands/GetVariablesCommand.d.ts +3 -8
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutDetectorCommand.d.ts +3 -8
- package/dist-types/commands/PutEntityTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutEventTypeCommand.d.ts +3 -8
- package/dist-types/commands/PutExternalModelCommand.d.ts +3 -8
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +3 -8
- package/dist-types/commands/PutLabelCommand.d.ts +3 -8
- package/dist-types/commands/PutOutcomeCommand.d.ts +3 -8
- package/dist-types/commands/SendEventCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateListCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVariableCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchCreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBatchPredictionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventsByEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBatchPredictionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDetectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEntityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventPredictionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExternalModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLabelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListElementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetListsMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutcomesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetVariablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventPredictionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutDetectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEntityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutExternalModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutKMSEncryptionKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutOutcomeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDetectorVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventLabelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateListCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateModelVersionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVariableCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBatchPredictionJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBatchPredictionJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetBatchPredictionJobs", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetBatchPredictionJobsCommand")
|
|
14
|
-
.sc(GetBatchPredictionJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBatchPredictionJobsCommand extends command(_ep0, _mw0, "GetBatchPredictionJobs", GetBatchPredictionJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDeleteEventsByEventTypeStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDeleteEventsByEventTypeStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetDeleteEventsByEventTypeStatus", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetDeleteEventsByEventTypeStatusCommand")
|
|
14
|
-
.sc(GetDeleteEventsByEventTypeStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDeleteEventsByEventTypeStatusCommand extends command(_ep0, _mw0, "GetDeleteEventsByEventTypeStatus", GetDeleteEventsByEventTypeStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDetectorVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDetectorVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetDetectorVersion", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetDetectorVersionCommand")
|
|
14
|
-
.sc(GetDetectorVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDetectorVersionCommand extends command(_ep0, _mw0, "GetDetectorVersion", GetDetectorVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDetectors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDetectorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetDetectors", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetDetectorsCommand")
|
|
14
|
-
.sc(GetDetectors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDetectorsCommand extends command(_ep0, _mw0, "GetDetectors", GetDetectors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEntityTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEntityTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetEntityTypesCommand")
|
|
14
|
-
.sc(GetEntityTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEntityTypesCommand extends command(_ep0, _mw0, "GetEntityTypes", GetEntityTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetEvent", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetEventCommand")
|
|
14
|
-
.sc(GetEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventCommand extends command(_ep0, _mw0, "GetEvent", GetEvent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventPrediction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventPredictionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetEventPredictionCommand")
|
|
14
|
-
.sc(GetEventPrediction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventPredictionCommand extends command(_ep0, _mw0, "GetEventPrediction", GetEventPrediction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventPredictionMetadata$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventPredictionMetadataCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
|
|
14
|
-
.sc(GetEventPredictionMetadata$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventPredictionMetadataCommand extends command(_ep0, _mw0, "GetEventPredictionMetadata", GetEventPredictionMetadata$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEventTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEventTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetEventTypes", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetEventTypesCommand")
|
|
14
|
-
.sc(GetEventTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEventTypesCommand extends command(_ep0, _mw0, "GetEventTypes", GetEventTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetExternalModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetExternalModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetExternalModels", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetExternalModelsCommand")
|
|
14
|
-
.sc(GetExternalModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetExternalModelsCommand extends command(_ep0, _mw0, "GetExternalModels", GetExternalModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetKMSEncryptionKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetKMSEncryptionKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
|
|
14
|
-
.sc(GetKMSEncryptionKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetKMSEncryptionKeyCommand extends command(_ep0, _mw0, "GetKMSEncryptionKey", GetKMSEncryptionKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetLabels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetLabelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetLabels", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetLabelsCommand")
|
|
14
|
-
.sc(GetLabels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetLabelsCommand extends command(_ep0, _mw0, "GetLabels", GetLabels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetListElements$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetListElementsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetListElements", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetListElementsCommand")
|
|
14
|
-
.sc(GetListElements$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetListElementsCommand extends command(_ep0, _mw0, "GetListElements", GetListElements$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetListsMetadata$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetListsMetadataCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetListsMetadata", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetListsMetadataCommand")
|
|
14
|
-
.sc(GetListsMetadata$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetListsMetadataCommand extends command(_ep0, _mw0, "GetListsMetadata", GetListsMetadata$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetModelVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetModelVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetModelVersion", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetModelVersionCommand")
|
|
14
|
-
.sc(GetModelVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetModelVersionCommand extends command(_ep0, _mw0, "GetModelVersion", GetModelVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetModels", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetModelsCommand")
|
|
14
|
-
.sc(GetModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetModelsCommand extends command(_ep0, _mw0, "GetModels", GetModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetOutcomes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOutcomesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetOutcomes", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetOutcomesCommand")
|
|
14
|
-
.sc(GetOutcomes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOutcomesCommand extends command(_ep0, _mw0, "GetOutcomes", GetOutcomes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetRules", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetRulesCommand")
|
|
14
|
-
.sc(GetRules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRulesCommand extends command(_ep0, _mw0, "GetRules", GetRules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetVariables$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetVariablesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "GetVariables", {})
|
|
13
|
-
.n("FraudDetectorClient", "GetVariablesCommand")
|
|
14
|
-
.sc(GetVariables$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetVariablesCommand extends command(_ep0, _mw0, "GetVariables", GetVariables$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEventPredictions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEventPredictionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "ListEventPredictions", {})
|
|
13
|
-
.n("FraudDetectorClient", "ListEventPredictionsCommand")
|
|
14
|
-
.sc(ListEventPredictions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEventPredictionsCommand extends command(_ep0, _mw0, "ListEventPredictions", ListEventPredictions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "ListTagsForResource", {})
|
|
13
|
-
.n("FraudDetectorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutDetector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutDetectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutDetector", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutDetectorCommand")
|
|
14
|
-
.sc(PutDetector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutDetectorCommand extends command(_ep0, _mw0, "PutDetector", PutDetector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEntityType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEntityTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutEntityType", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutEntityTypeCommand")
|
|
14
|
-
.sc(PutEntityType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEntityTypeCommand extends command(_ep0, _mw0, "PutEntityType", PutEntityType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutEventType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutEventTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutEventType", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutEventTypeCommand")
|
|
14
|
-
.sc(PutEventType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutEventTypeCommand extends command(_ep0, _mw0, "PutEventType", PutEventType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutExternalModel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutExternalModelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutExternalModel", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutExternalModelCommand")
|
|
14
|
-
.sc(PutExternalModel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutExternalModelCommand extends command(_ep0, _mw0, "PutExternalModel", PutExternalModel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutKMSEncryptionKey$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutKMSEncryptionKeyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutKMSEncryptionKey", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutKMSEncryptionKeyCommand")
|
|
14
|
-
.sc(PutKMSEncryptionKey$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutKMSEncryptionKeyCommand extends command(_ep0, _mw0, "PutKMSEncryptionKey", PutKMSEncryptionKey$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutLabel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutLabelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutLabel", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutLabelCommand")
|
|
14
|
-
.sc(PutLabel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutLabelCommand extends command(_ep0, _mw0, "PutLabel", PutLabel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutOutcome$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutOutcomeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "PutOutcome", {})
|
|
13
|
-
.n("FraudDetectorClient", "PutOutcomeCommand")
|
|
14
|
-
.sc(PutOutcome$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutOutcomeCommand extends command(_ep0, _mw0, "PutOutcome", PutOutcome$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SendEvent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendEventCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "SendEvent", {})
|
|
13
|
-
.n("FraudDetectorClient", "SendEventCommand")
|
|
14
|
-
.sc(SendEvent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendEventCommand extends command(_ep0, _mw0, "SendEvent", SendEvent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "TagResource", {})
|
|
13
|
-
.n("FraudDetectorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSHawksNestServiceFacade", "UntagResource", {})
|
|
13
|
-
.n("FraudDetectorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|