@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
|
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.frauddetector",
|
|
32
|
+
xmlNamespace: "http://hawksnest.amazonaws.com/doc/2019-11-15",
|
|
33
|
+
version: "2019-11-15",
|
|
34
|
+
serviceTarget: "AWSHawksNestServiceFacade",
|
|
35
|
+
},
|
|
35
36
|
serviceId: config?.serviceId ?? "FraudDetector",
|
|
36
37
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
38
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { BatchCreateVariable } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchCreateVariable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchCreateVariableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchCreateVariableCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "BatchCreateVariable", {})
|
|
13
13
|
.n("FraudDetectorClient", "BatchCreateVariableCommand")
|
|
14
|
-
.sc(BatchCreateVariable)
|
|
14
|
+
.sc(BatchCreateVariable$)
|
|
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 { BatchGetVariable } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchGetVariable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchGetVariableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchGetVariableCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "BatchGetVariable", {})
|
|
13
13
|
.n("FraudDetectorClient", "BatchGetVariableCommand")
|
|
14
|
-
.sc(BatchGetVariable)
|
|
14
|
+
.sc(BatchGetVariable$)
|
|
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 { CancelBatchImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelBatchImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelBatchImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelBatchImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CancelBatchImportJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "CancelBatchImportJobCommand")
|
|
14
|
-
.sc(CancelBatchImportJob)
|
|
14
|
+
.sc(CancelBatchImportJob$)
|
|
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 { CancelBatchPredictionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelBatchPredictionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelBatchPredictionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelBatchPredictionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CancelBatchPredictionJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "CancelBatchPredictionJobCommand")
|
|
14
|
-
.sc(CancelBatchPredictionJob)
|
|
14
|
+
.sc(CancelBatchPredictionJob$)
|
|
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 { CreateBatchImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBatchImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBatchImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBatchImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateBatchImportJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateBatchImportJobCommand")
|
|
14
|
-
.sc(CreateBatchImportJob)
|
|
14
|
+
.sc(CreateBatchImportJob$)
|
|
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 { CreateBatchPredictionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateBatchPredictionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateBatchPredictionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateBatchPredictionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateBatchPredictionJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateBatchPredictionJobCommand")
|
|
14
|
-
.sc(CreateBatchPredictionJob)
|
|
14
|
+
.sc(CreateBatchPredictionJob$)
|
|
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 { CreateDetectorVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateDetectorVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateDetectorVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateDetectorVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateDetectorVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateDetectorVersionCommand")
|
|
14
|
-
.sc(CreateDetectorVersion)
|
|
14
|
+
.sc(CreateDetectorVersion$)
|
|
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 { CreateList } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateList", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateListCommand")
|
|
14
|
-
.sc(CreateList)
|
|
14
|
+
.sc(CreateList$)
|
|
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 { CreateModel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateModel", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateModelCommand")
|
|
14
|
-
.sc(CreateModel)
|
|
14
|
+
.sc(CreateModel$)
|
|
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 { CreateModelVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateModelVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateModelVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateModelVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateModelVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateModelVersionCommand")
|
|
14
|
-
.sc(CreateModelVersion)
|
|
14
|
+
.sc(CreateModelVersion$)
|
|
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 { CreateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateRule", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateRuleCommand")
|
|
14
|
-
.sc(CreateRule)
|
|
14
|
+
.sc(CreateRule$)
|
|
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 { CreateVariable } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateVariable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateVariableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateVariableCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "CreateVariable", {})
|
|
13
13
|
.n("FraudDetectorClient", "CreateVariableCommand")
|
|
14
|
-
.sc(CreateVariable)
|
|
14
|
+
.sc(CreateVariable$)
|
|
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 { DeleteBatchImportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBatchImportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBatchImportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBatchImportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteBatchImportJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteBatchImportJobCommand")
|
|
14
|
-
.sc(DeleteBatchImportJob)
|
|
14
|
+
.sc(DeleteBatchImportJob$)
|
|
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 { DeleteBatchPredictionJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteBatchPredictionJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteBatchPredictionJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteBatchPredictionJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteBatchPredictionJob", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteBatchPredictionJobCommand")
|
|
14
|
-
.sc(DeleteBatchPredictionJob)
|
|
14
|
+
.sc(DeleteBatchPredictionJob$)
|
|
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 { DeleteDetector } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDetector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDetectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDetectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteDetector", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteDetectorCommand")
|
|
14
|
-
.sc(DeleteDetector)
|
|
14
|
+
.sc(DeleteDetector$)
|
|
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 { DeleteDetectorVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDetectorVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDetectorVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDetectorVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteDetectorVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteDetectorVersionCommand")
|
|
14
|
-
.sc(DeleteDetectorVersion)
|
|
14
|
+
.sc(DeleteDetectorVersion$)
|
|
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 { DeleteEntityType } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEntityType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEntityTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEntityTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteEntityType", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteEntityTypeCommand")
|
|
14
|
-
.sc(DeleteEntityType)
|
|
14
|
+
.sc(DeleteEntityType$)
|
|
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 { DeleteEvent } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEvent$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEventCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEventCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteEvent", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteEventCommand")
|
|
14
|
-
.sc(DeleteEvent)
|
|
14
|
+
.sc(DeleteEvent$)
|
|
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 { DeleteEventType } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEventType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEventTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEventTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteEventType", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteEventTypeCommand")
|
|
14
|
-
.sc(DeleteEventType)
|
|
14
|
+
.sc(DeleteEventType$)
|
|
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 { DeleteEventsByEventType } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteEventsByEventType$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteEventsByEventTypeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteEventsByEventTypeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteEventsByEventType", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteEventsByEventTypeCommand")
|
|
14
|
-
.sc(DeleteEventsByEventType)
|
|
14
|
+
.sc(DeleteEventsByEventType$)
|
|
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 { DeleteExternalModel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteExternalModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteExternalModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteExternalModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteExternalModel", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteExternalModelCommand")
|
|
14
|
-
.sc(DeleteExternalModel)
|
|
14
|
+
.sc(DeleteExternalModel$)
|
|
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 { DeleteLabel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLabel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLabelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLabelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteLabel", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteLabelCommand")
|
|
14
|
-
.sc(DeleteLabel)
|
|
14
|
+
.sc(DeleteLabel$)
|
|
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 { DeleteList } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteList$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteListCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteListCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteList", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteListCommand")
|
|
14
|
-
.sc(DeleteList)
|
|
14
|
+
.sc(DeleteList$)
|
|
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 { DeleteModel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteModel", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteModelCommand")
|
|
14
|
-
.sc(DeleteModel)
|
|
14
|
+
.sc(DeleteModel$)
|
|
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 { DeleteModelVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteModelVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteModelVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteModelVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteModelVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteModelVersionCommand")
|
|
14
|
-
.sc(DeleteModelVersion)
|
|
14
|
+
.sc(DeleteModelVersion$)
|
|
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 { DeleteOutcome } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteOutcome$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteOutcomeCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteOutcomeCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteOutcome", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteOutcomeCommand")
|
|
14
|
-
.sc(DeleteOutcome)
|
|
14
|
+
.sc(DeleteOutcome$)
|
|
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 { DeleteRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteRule", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteRuleCommand")
|
|
14
|
-
.sc(DeleteRule)
|
|
14
|
+
.sc(DeleteRule$)
|
|
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 { DeleteVariable } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteVariable$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteVariableCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteVariableCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DeleteVariable", {})
|
|
13
13
|
.n("FraudDetectorClient", "DeleteVariableCommand")
|
|
14
|
-
.sc(DeleteVariable)
|
|
14
|
+
.sc(DeleteVariable$)
|
|
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 { DescribeDetector } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeDetector$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeDetectorCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeDetectorCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DescribeDetector", {})
|
|
13
13
|
.n("FraudDetectorClient", "DescribeDetectorCommand")
|
|
14
|
-
.sc(DescribeDetector)
|
|
14
|
+
.sc(DescribeDetector$)
|
|
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 { DescribeModelVersions } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeModelVersions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeModelVersionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DescribeModelVersionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "DescribeModelVersions", {})
|
|
13
13
|
.n("FraudDetectorClient", "DescribeModelVersionsCommand")
|
|
14
|
-
.sc(DescribeModelVersions)
|
|
14
|
+
.sc(DescribeModelVersions$)
|
|
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 { GetBatchImportJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { GetBatchImportJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetBatchImportJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetBatchImportJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetBatchImportJobs", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetBatchImportJobsCommand")
|
|
14
|
-
.sc(GetBatchImportJobs)
|
|
14
|
+
.sc(GetBatchImportJobs$)
|
|
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 { GetBatchPredictionJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { GetBatchPredictionJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetBatchPredictionJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetBatchPredictionJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetBatchPredictionJobs", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetBatchPredictionJobsCommand")
|
|
14
|
-
.sc(GetBatchPredictionJobs)
|
|
14
|
+
.sc(GetBatchPredictionJobs$)
|
|
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 { GetDeleteEventsByEventTypeStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDeleteEventsByEventTypeStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDeleteEventsByEventTypeStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDeleteEventsByEventTypeStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetDeleteEventsByEventTypeStatus", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetDeleteEventsByEventTypeStatusCommand")
|
|
14
|
-
.sc(GetDeleteEventsByEventTypeStatus)
|
|
14
|
+
.sc(GetDeleteEventsByEventTypeStatus$)
|
|
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 { GetDetectorVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDetectorVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDetectorVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDetectorVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetDetectorVersion", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetDetectorVersionCommand")
|
|
14
|
-
.sc(GetDetectorVersion)
|
|
14
|
+
.sc(GetDetectorVersion$)
|
|
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 { GetDetectors } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDetectors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDetectorsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDetectorsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSHawksNestServiceFacade", "GetDetectors", {})
|
|
13
13
|
.n("FraudDetectorClient", "GetDetectorsCommand")
|
|
14
|
-
.sc(GetDetectors)
|
|
14
|
+
.sc(GetDetectors$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|