@aws-sdk/client-frauddetector 3.952.0 → 3.954.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 +919 -574
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/BatchCreateVariableCommand.js +2 -2
- package/dist-es/commands/BatchGetVariableCommand.js +2 -2
- package/dist-es/commands/CancelBatchImportJobCommand.js +2 -2
- package/dist-es/commands/CancelBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/CreateBatchImportJobCommand.js +2 -2
- package/dist-es/commands/CreateBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/CreateDetectorVersionCommand.js +2 -2
- package/dist-es/commands/CreateListCommand.js +2 -2
- package/dist-es/commands/CreateModelCommand.js +2 -2
- package/dist-es/commands/CreateModelVersionCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateVariableCommand.js +2 -2
- package/dist-es/commands/DeleteBatchImportJobCommand.js +2 -2
- package/dist-es/commands/DeleteBatchPredictionJobCommand.js +2 -2
- package/dist-es/commands/DeleteDetectorCommand.js +2 -2
- package/dist-es/commands/DeleteDetectorVersionCommand.js +2 -2
- package/dist-es/commands/DeleteEntityTypeCommand.js +2 -2
- package/dist-es/commands/DeleteEventCommand.js +2 -2
- package/dist-es/commands/DeleteEventTypeCommand.js +2 -2
- package/dist-es/commands/DeleteEventsByEventTypeCommand.js +2 -2
- package/dist-es/commands/DeleteExternalModelCommand.js +2 -2
- package/dist-es/commands/DeleteLabelCommand.js +2 -2
- package/dist-es/commands/DeleteListCommand.js +2 -2
- package/dist-es/commands/DeleteModelCommand.js +2 -2
- package/dist-es/commands/DeleteModelVersionCommand.js +2 -2
- package/dist-es/commands/DeleteOutcomeCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteVariableCommand.js +2 -2
- package/dist-es/commands/DescribeDetectorCommand.js +2 -2
- package/dist-es/commands/DescribeModelVersionsCommand.js +2 -2
- package/dist-es/commands/GetBatchImportJobsCommand.js +2 -2
- package/dist-es/commands/GetBatchPredictionJobsCommand.js +2 -2
- package/dist-es/commands/GetDeleteEventsByEventTypeStatusCommand.js +2 -2
- package/dist-es/commands/GetDetectorVersionCommand.js +2 -2
- package/dist-es/commands/GetDetectorsCommand.js +2 -2
- package/dist-es/commands/GetEntityTypesCommand.js +2 -2
- package/dist-es/commands/GetEventCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionCommand.js +2 -2
- package/dist-es/commands/GetEventPredictionMetadataCommand.js +2 -2
- package/dist-es/commands/GetEventTypesCommand.js +2 -2
- package/dist-es/commands/GetExternalModelsCommand.js +2 -2
- package/dist-es/commands/GetKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/GetLabelsCommand.js +2 -2
- package/dist-es/commands/GetListElementsCommand.js +2 -2
- package/dist-es/commands/GetListsMetadataCommand.js +2 -2
- package/dist-es/commands/GetModelVersionCommand.js +2 -2
- package/dist-es/commands/GetModelsCommand.js +2 -2
- package/dist-es/commands/GetOutcomesCommand.js +2 -2
- package/dist-es/commands/GetRulesCommand.js +2 -2
- package/dist-es/commands/GetVariablesCommand.js +2 -2
- package/dist-es/commands/ListEventPredictionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutDetectorCommand.js +2 -2
- package/dist-es/commands/PutEntityTypeCommand.js +2 -2
- package/dist-es/commands/PutEventTypeCommand.js +2 -2
- package/dist-es/commands/PutExternalModelCommand.js +2 -2
- package/dist-es/commands/PutKMSEncryptionKeyCommand.js +2 -2
- package/dist-es/commands/PutLabelCommand.js +2 -2
- package/dist-es/commands/PutOutcomeCommand.js +2 -2
- package/dist-es/commands/SendEventCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateDetectorVersionStatusCommand.js +2 -2
- package/dist-es/commands/UpdateEventLabelCommand.js +2 -2
- package/dist-es/commands/UpdateListCommand.js +2 -2
- package/dist-es/commands/UpdateModelCommand.js +2 -2
- package/dist-es/commands/UpdateModelVersionCommand.js +2 -2
- package/dist-es/commands/UpdateModelVersionStatusCommand.js +2 -2
- package/dist-es/commands/UpdateRuleMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateRuleVersionCommand.js +2 -2
- package/dist-es/commands/UpdateVariableCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +548 -499
- package/dist-types/FraudDetectorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +297 -357
- package/dist-types/ts3.4/FraudDetectorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +296 -359
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEntityTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEntityTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEntityTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEntityTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetEntityTypes", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetEntityTypesCommand")
|
|
14
|
-
.sc(GetEntityTypes)
|
|
14
|
+
.sc(GetEntityTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEvent } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEvent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetEvent", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetEventCommand")
|
|
14
|
-
.sc(GetEvent)
|
|
14
|
+
.sc(GetEvent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventPrediction } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventPrediction$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventPredictionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventPredictionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetEventPrediction", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetEventPredictionCommand")
|
|
14
|
-
.sc(GetEventPrediction)
|
|
14
|
+
.sc(GetEventPrediction$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventPredictionMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventPredictionMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventPredictionMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventPredictionMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetEventPredictionMetadata", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetEventPredictionMetadataCommand")
|
|
14
|
-
.sc(GetEventPredictionMetadata)
|
|
14
|
+
.sc(GetEventPredictionMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetEventTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { GetEventTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetEventTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetEventTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetEventTypes", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetEventTypesCommand")
|
|
14
|
-
.sc(GetEventTypes)
|
|
14
|
+
.sc(GetEventTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetExternalModels } from "../schemas/schemas_0";
|
|
4
|
+
import { GetExternalModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetExternalModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetExternalModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetExternalModels", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetExternalModelsCommand")
|
|
14
|
-
.sc(GetExternalModels)
|
|
14
|
+
.sc(GetExternalModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetKMSEncryptionKey } from "../schemas/schemas_0";
|
|
4
|
+
import { GetKMSEncryptionKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetKMSEncryptionKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetKMSEncryptionKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetKMSEncryptionKey", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetKMSEncryptionKeyCommand")
|
|
14
|
-
.sc(GetKMSEncryptionKey)
|
|
14
|
+
.sc(GetKMSEncryptionKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLabels } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLabels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLabelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLabelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetLabels", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetLabelsCommand")
|
|
14
|
-
.sc(GetLabels)
|
|
14
|
+
.sc(GetLabels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetListElements } from "../schemas/schemas_0";
|
|
4
|
+
import { GetListElements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetListElementsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetListElementsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetListElements", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetListElementsCommand")
|
|
14
|
-
.sc(GetListElements)
|
|
14
|
+
.sc(GetListElements$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetListsMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { GetListsMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetListsMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetListsMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetListsMetadata", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetListsMetadataCommand")
|
|
14
|
-
.sc(GetListsMetadata)
|
|
14
|
+
.sc(GetListsMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetModelVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { GetModelVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetModelVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetModelVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetModelVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetModelVersionCommand")
|
|
14
|
-
.sc(GetModelVersion)
|
|
14
|
+
.sc(GetModelVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetModels } from "../schemas/schemas_0";
|
|
4
|
+
import { GetModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetModels", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetModelsCommand")
|
|
14
|
-
.sc(GetModels)
|
|
14
|
+
.sc(GetModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetOutcomes } from "../schemas/schemas_0";
|
|
4
|
+
import { GetOutcomes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetOutcomesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetOutcomesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetOutcomes", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetOutcomesCommand")
|
|
14
|
-
.sc(GetOutcomes)
|
|
14
|
+
.sc(GetOutcomes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRules } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRules$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRulesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRulesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetRules", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetRulesCommand")
|
|
14
|
-
.sc(GetRules)
|
|
14
|
+
.sc(GetRules$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetVariables } from "../schemas/schemas_0";
|
|
4
|
+
import { GetVariables$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetVariablesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetVariablesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetVariables", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetVariablesCommand")
|
|
14
|
-
.sc(GetVariables)
|
|
14
|
+
.sc(GetVariables$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListEventPredictions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListEventPredictions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListEventPredictionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListEventPredictionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "ListEventPredictions", {})
|
|
13
13
|
.n("FraudDetectorClient", "ListEventPredictionsCommand")
|
|
14
|
-
.sc(ListEventPredictions)
|
|
14
|
+
.sc(ListEventPredictions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "ListTagsForResource", {})
|
|
13
13
|
.n("FraudDetectorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutDetector } from "../schemas/schemas_0";
|
|
4
|
+
import { PutDetector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutDetectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutDetectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutDetector", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutDetectorCommand")
|
|
14
|
-
.sc(PutDetector)
|
|
14
|
+
.sc(PutDetector$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutEntityType } from "../schemas/schemas_0";
|
|
4
|
+
import { PutEntityType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutEntityTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutEntityTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutEntityType", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutEntityTypeCommand")
|
|
14
|
-
.sc(PutEntityType)
|
|
14
|
+
.sc(PutEntityType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutEventType } from "../schemas/schemas_0";
|
|
4
|
+
import { PutEventType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutEventTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutEventTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutEventType", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutEventTypeCommand")
|
|
14
|
-
.sc(PutEventType)
|
|
14
|
+
.sc(PutEventType$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutExternalModel } from "../schemas/schemas_0";
|
|
4
|
+
import { PutExternalModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutExternalModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutExternalModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutExternalModel", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutExternalModelCommand")
|
|
14
|
-
.sc(PutExternalModel)
|
|
14
|
+
.sc(PutExternalModel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutKMSEncryptionKey } from "../schemas/schemas_0";
|
|
4
|
+
import { PutKMSEncryptionKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutKMSEncryptionKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutKMSEncryptionKeyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutKMSEncryptionKey", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutKMSEncryptionKeyCommand")
|
|
14
|
-
.sc(PutKMSEncryptionKey)
|
|
14
|
+
.sc(PutKMSEncryptionKey$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutLabel } from "../schemas/schemas_0";
|
|
4
|
+
import { PutLabel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutLabelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutLabelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutLabel", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutLabelCommand")
|
|
14
|
-
.sc(PutLabel)
|
|
14
|
+
.sc(PutLabel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutOutcome } from "../schemas/schemas_0";
|
|
4
|
+
import { PutOutcome$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutOutcomeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutOutcomeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "PutOutcome", {})
|
|
13
13
|
.n("FraudDetectorClient", "PutOutcomeCommand")
|
|
14
|
-
.sc(PutOutcome)
|
|
14
|
+
.sc(PutOutcome$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendEvent } from "../schemas/schemas_0";
|
|
4
|
+
import { SendEvent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendEventCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendEventCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "SendEvent", {})
|
|
13
13
|
.n("FraudDetectorClient", "SendEventCommand")
|
|
14
|
-
.sc(SendEvent)
|
|
14
|
+
.sc(SendEvent$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "TagResource", {})
|
|
13
13
|
.n("FraudDetectorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UntagResource", {})
|
|
13
13
|
.n("FraudDetectorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDetectorVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDetectorVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDetectorVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDetectorVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateDetectorVersionCommand")
|
|
14
|
-
.sc(UpdateDetectorVersion)
|
|
14
|
+
.sc(UpdateDetectorVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDetectorVersionMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDetectorVersionMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDetectorVersionMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDetectorVersionMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionMetadata", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateDetectorVersionMetadataCommand")
|
|
14
|
-
.sc(UpdateDetectorVersionMetadata)
|
|
14
|
+
.sc(UpdateDetectorVersionMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateDetectorVersionStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateDetectorVersionStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateDetectorVersionStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateDetectorVersionStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateDetectorVersionStatus", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateDetectorVersionStatusCommand")
|
|
14
|
-
.sc(UpdateDetectorVersionStatus)
|
|
14
|
+
.sc(UpdateDetectorVersionStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateEventLabel } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateEventLabel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateEventLabelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateEventLabelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateEventLabel", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateEventLabelCommand")
|
|
14
|
-
.sc(UpdateEventLabel)
|
|
14
|
+
.sc(UpdateEventLabel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateList } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateList", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateListCommand")
|
|
14
|
-
.sc(UpdateList)
|
|
14
|
+
.sc(UpdateList$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateModel } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateModel", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateModelCommand")
|
|
14
|
-
.sc(UpdateModel)
|
|
14
|
+
.sc(UpdateModel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateModelVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateModelVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateModelVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateModelVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateModelVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateModelVersionCommand")
|
|
14
|
-
.sc(UpdateModelVersion)
|
|
14
|
+
.sc(UpdateModelVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateModelVersionStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateModelVersionStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateModelVersionStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateModelVersionStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateModelVersionStatus", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateModelVersionStatusCommand")
|
|
14
|
-
.sc(UpdateModelVersionStatus)
|
|
14
|
+
.sc(UpdateModelVersionStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateRuleMetadata } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateRuleMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateRuleMetadataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateRuleMetadataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "UpdateRuleMetadata", {})
|
|
13
13
|
.n("FraudDetectorClient", "UpdateRuleMetadataCommand")
|
|
14
|
-
.sc(UpdateRuleMetadata)
|
|
14
|
+
.sc(UpdateRuleMetadata$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|