@aws-sdk/client-frauddetector 3.325.0 → 3.327.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-types/commands/BatchCreateVariableCommand.d.ts +12 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +25 -0
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +8 -0
- package/dist-types/commands/CreateListCommand.d.ts +4 -0
- package/dist-types/commands/CreateModelCommand.d.ts +4 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +9 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +10 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteListCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +167 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +23 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +25 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +31 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/GetEventCommand.d.ts +21 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +37 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +79 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +32 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +33 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +8 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +15 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +9 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +34 -0
- package/dist-types/commands/GetModelsCommand.d.ts +17 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +15 -0
- package/dist-types/commands/GetRulesCommand.d.ts +22 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +19 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +4 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +4 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +4 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +4 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +4 -0
- package/dist-types/commands/PutLabelCommand.d.ts +4 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +4 -0
- package/dist-types/commands/SendEventCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateListCommand.d.ts +4 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -49,6 +49,13 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new UpdateModelVersionCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // UpdateModelVersionResult
|
|
53
|
+
* // modelId: "STRING_VALUE",
|
|
54
|
+
* // modelType: "ONLINE_FRAUD_INSIGHTS" || "TRANSACTION_FRAUD_INSIGHTS" || "ACCOUNT_TAKEOVER_INSIGHTS",
|
|
55
|
+
* // modelVersionNumber: "STRING_VALUE",
|
|
56
|
+
* // status: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
52
59
|
* ```
|
|
53
60
|
*
|
|
54
61
|
* @param UpdateModelVersionCommandInput - {@link UpdateModelVersionCommandInput}
|
|
@@ -75,6 +82,8 @@ export interface UpdateModelVersionCommandOutput extends UpdateModelVersionResul
|
|
|
75
82
|
* @throws {@link ValidationException} (client fault)
|
|
76
83
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
77
84
|
*
|
|
85
|
+
* @throws {@link FraudDetectorServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
78
87
|
*
|
|
79
88
|
*/
|
|
80
89
|
export declare class UpdateModelVersionCommand extends $Command<UpdateModelVersionCommandInput, UpdateModelVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -46,6 +46,8 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateModelVersionStatusCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // {};
|
|
50
|
+
*
|
|
49
51
|
* ```
|
|
50
52
|
*
|
|
51
53
|
* @param UpdateModelVersionStatusCommandInput - {@link UpdateModelVersionStatusCommandInput}
|
|
@@ -72,6 +74,8 @@ export interface UpdateModelVersionStatusCommandOutput extends UpdateModelVersio
|
|
|
72
74
|
* @throws {@link ValidationException} (client fault)
|
|
73
75
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
74
76
|
*
|
|
77
|
+
* @throws {@link FraudDetectorServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
79
|
*
|
|
76
80
|
*/
|
|
77
81
|
export declare class UpdateModelVersionStatusCommand extends $Command<UpdateModelVersionStatusCommandInput, UpdateModelVersionStatusCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateRuleMetadataCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param UpdateRuleMetadataCommandInput - {@link UpdateRuleMetadataCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface UpdateRuleMetadataCommandOutput extends UpdateRuleMetadataResul
|
|
|
62
64
|
* @throws {@link ValidationException} (client fault)
|
|
63
65
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link FraudDetectorServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class UpdateRuleMetadataCommand extends $Command<UpdateRuleMetadataCommandInput, UpdateRuleMetadataCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -47,6 +47,14 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new UpdateRuleVersionCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // UpdateRuleVersionResult
|
|
51
|
+
* // rule: { // Rule
|
|
52
|
+
* // detectorId: "STRING_VALUE", // required
|
|
53
|
+
* // ruleId: "STRING_VALUE", // required
|
|
54
|
+
* // ruleVersion: "STRING_VALUE", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
50
58
|
* ```
|
|
51
59
|
*
|
|
52
60
|
* @param UpdateRuleVersionCommandInput - {@link UpdateRuleVersionCommandInput}
|
|
@@ -73,6 +81,8 @@ export interface UpdateRuleVersionCommandOutput extends UpdateRuleVersionResult,
|
|
|
73
81
|
* @throws {@link ValidationException} (client fault)
|
|
74
82
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
75
83
|
*
|
|
84
|
+
* @throws {@link FraudDetectorServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
76
86
|
*
|
|
77
87
|
*/
|
|
78
88
|
export declare class UpdateRuleVersionCommand extends $Command<UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput, FraudDetectorClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateVariableCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdateVariableCommandInput - {@link UpdateVariableCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpdateVariableCommandOutput extends UpdateVariableResult, __Met
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>An exception indicating a specified value is not allowed.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link FraudDetectorServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpdateVariableCommand extends $Command<UpdateVariableCommandInput, UpdateVariableCommandOutput, FraudDetectorClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-frauddetector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Frauddetector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|