@aws-sdk/client-frauddetector 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/BatchGetVariableCommand.d.ts +2 -1
- package/dist-types/commands/CancelBatchImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateBatchImportJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateDetectorVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateListCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -0
- package/dist-types/commands/CreateModelVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -0
- package/dist-types/commands/CreateVariableCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEntityTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteExternalModelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLabelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteModelVersionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteOutcomeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVariableCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDetectorCommand.d.ts +1 -0
- package/dist-types/commands/DescribeModelVersionsCommand.d.ts +1 -0
- package/dist-types/commands/GetBatchImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +1 -0
- package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetDetectorVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetDetectorsCommand.d.ts +1 -0
- package/dist-types/commands/GetEntityTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetEventCommand.d.ts +1 -0
- package/dist-types/commands/GetEventPredictionCommand.d.ts +1 -0
- package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetEventTypesCommand.d.ts +1 -0
- package/dist-types/commands/GetExternalModelsCommand.d.ts +1 -0
- package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +1 -0
- package/dist-types/commands/GetLabelsCommand.d.ts +1 -0
- package/dist-types/commands/GetListElementsCommand.d.ts +1 -0
- package/dist-types/commands/GetListsMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetModelVersionCommand.d.ts +1 -0
- package/dist-types/commands/GetModelsCommand.d.ts +1 -0
- package/dist-types/commands/GetOutcomesCommand.d.ts +1 -0
- package/dist-types/commands/GetRulesCommand.d.ts +1 -0
- package/dist-types/commands/GetVariablesCommand.d.ts +1 -0
- package/dist-types/commands/ListEventPredictionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/PutDetectorCommand.d.ts +1 -0
- package/dist-types/commands/PutEntityTypeCommand.d.ts +1 -0
- package/dist-types/commands/PutEventTypeCommand.d.ts +1 -0
- package/dist-types/commands/PutExternalModelCommand.d.ts +1 -0
- package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +1 -0
- package/dist-types/commands/PutLabelCommand.d.ts +1 -0
- package/dist-types/commands/PutOutcomeCommand.d.ts +1 -0
- package/dist-types/commands/SendEventCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEventLabelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateListCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVariableCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -87,6 +87,7 @@ declare const BatchCreateVariableCommand_base: {
|
|
|
87
87
|
* @throws {@link FraudDetectorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class BatchCreateVariableCommand extends BatchCreateVariableCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, _
|
|
|
24
24
|
declare const BatchGetVariableCommand_base: {
|
|
25
25
|
new (input: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (__0_0: BatchGetVariableCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetVariableCommandInput, BatchGetVariableCommandOutput, FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets a batch of variables.</p>
|
|
@@ -87,6 +87,7 @@ declare const BatchGetVariableCommand_base: {
|
|
|
87
87
|
* @throws {@link FraudDetectorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class BatchGetVariableCommand extends BatchGetVariableCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const CancelBatchImportJobCommand_base: {
|
|
|
67
67
|
* @throws {@link FraudDetectorServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class CancelBatchImportJobCommand extends CancelBatchImportJobCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const CancelBatchPredictionJobCommand_base: {
|
|
|
67
67
|
* @throws {@link FraudDetectorServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const CreateBatchImportJobCommand_base: {
|
|
|
77
77
|
* @throws {@link FraudDetectorServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateBatchImportJobCommand extends CreateBatchImportJobCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateBatchPredictionJobCommand_base: {
|
|
|
79
79
|
* @throws {@link FraudDetectorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateDetectorVersionCommand_base: {
|
|
|
97
97
|
* @throws {@link FraudDetectorServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateDetectorVersionCommand extends CreateDetectorVersionCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const CreateListCommand_base: {
|
|
|
79
79
|
* @throws {@link FraudDetectorServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class CreateListCommand extends CreateListCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const CreateModelCommand_base: {
|
|
|
73
73
|
* @throws {@link FraudDetectorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class CreateModelCommand extends CreateModelCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateModelVersionCommand_base: {
|
|
|
104
104
|
* @throws {@link FraudDetectorServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateModelVersionCommand extends CreateModelVersionCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const CreateRuleCommand_base: {
|
|
|
83
83
|
* @throws {@link FraudDetectorServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class CreateRuleCommand extends CreateRuleCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const CreateVariableCommand_base: {
|
|
|
75
75
|
* @throws {@link FraudDetectorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class CreateVariableCommand extends CreateVariableCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteBatchImportJobCommand_base: {
|
|
|
64
64
|
* @throws {@link FraudDetectorServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteBatchImportJobCommand extends DeleteBatchImportJobCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteBatchPredictionJobCommand_base: {
|
|
|
64
64
|
* @throws {@link FraudDetectorServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteDetectorCommand_base: {
|
|
|
68
68
|
* @throws {@link FraudDetectorServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteDetectorCommand extends DeleteDetectorCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteDetectorVersionCommand_base: {
|
|
|
72
72
|
* @throws {@link FraudDetectorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteDetectorVersionCommand extends DeleteDetectorVersionCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteEntityTypeCommand_base: {
|
|
|
69
69
|
* @throws {@link FraudDetectorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteEntityTypeCommand extends DeleteEntityTypeCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteEventCommand_base: {
|
|
|
68
68
|
* @throws {@link FraudDetectorServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteEventCommand extends DeleteEventCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteEventTypeCommand_base: {
|
|
|
69
69
|
* @throws {@link FraudDetectorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteEventTypeCommand extends DeleteEventTypeCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteEventsByEventTypeCommand_base: {
|
|
|
73
73
|
* @throws {@link FraudDetectorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteEventsByEventTypeCommand extends DeleteEventsByEventTypeCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteExternalModelCommand_base: {
|
|
|
68
68
|
* @throws {@link FraudDetectorServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DeleteLabelCommand_base: {
|
|
|
67
67
|
* @throws {@link FraudDetectorServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteLabelCommand extends DeleteLabelCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteListCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteListCommand extends DeleteListCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteModelCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteModelCommand extends DeleteModelCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteModelVersionCommand_base: {
|
|
|
71
71
|
* @throws {@link FraudDetectorServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteModelVersionCommand extends DeleteModelVersionCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteOutcomeCommand_base: {
|
|
|
69
69
|
* @throws {@link FraudDetectorServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteOutcomeCommand extends DeleteOutcomeCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteRuleCommand_base: {
|
|
|
72
72
|
* @throws {@link FraudDetectorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteRuleCommand extends DeleteRuleCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteVariableCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteVariableCommand extends DeleteVariableCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DescribeDetectorCommand_base: {
|
|
|
81
81
|
* @throws {@link FraudDetectorServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeDetectorCommand extends DescribeDetectorCommand_base {
|
|
@@ -234,6 +234,7 @@ declare const DescribeModelVersionsCommand_base: {
|
|
|
234
234
|
* @throws {@link FraudDetectorServiceException}
|
|
235
235
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
236
236
|
*
|
|
237
|
+
*
|
|
237
238
|
* @public
|
|
238
239
|
*/
|
|
239
240
|
export declare class DescribeModelVersionsCommand extends DescribeModelVersionsCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const GetBatchImportJobsCommand_base: {
|
|
|
91
91
|
* @throws {@link FraudDetectorServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class GetBatchImportJobsCommand extends GetBatchImportJobsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetBatchPredictionJobsCommand_base: {
|
|
|
90
90
|
* @throws {@link FraudDetectorServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetDeleteEventsByEventTypeStatusCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetDetectorVersionCommand_base: {
|
|
|
95
95
|
* @throws {@link FraudDetectorServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetDetectorVersionCommand extends GetDetectorVersionCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const GetDetectorsCommand_base: {
|
|
|
86
86
|
* @throws {@link FraudDetectorServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class GetDetectorsCommand extends GetDetectorsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetEntityTypesCommand_base: {
|
|
|
85
85
|
* @throws {@link FraudDetectorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetEventCommand_base: {
|
|
|
85
85
|
* @throws {@link FraudDetectorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetEventCommand extends GetEventCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const GetEventPredictionCommand_base: {
|
|
|
125
125
|
* @throws {@link FraudDetectorServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base {
|
|
@@ -148,6 +148,7 @@ declare const GetEventPredictionMetadataCommand_base: {
|
|
|
148
148
|
* @throws {@link FraudDetectorServiceException}
|
|
149
149
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
150
150
|
*
|
|
151
|
+
*
|
|
151
152
|
* @public
|
|
152
153
|
*/
|
|
153
154
|
export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetEventTypesCommand_base: {
|
|
|
105
105
|
* @throws {@link FraudDetectorServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetEventTypesCommand extends GetEventTypesCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetExternalModelsCommand_base: {
|
|
|
103
103
|
* @throws {@link FraudDetectorServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const GetKMSEncryptionKeyCommand_base: {
|
|
|
66
66
|
* @throws {@link FraudDetectorServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class GetKMSEncryptionKeyCommand extends GetKMSEncryptionKeyCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetLabelsCommand_base: {
|
|
|
85
85
|
* @throws {@link FraudDetectorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetLabelsCommand extends GetLabelsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const GetListElementsCommand_base: {
|
|
|
76
76
|
* @throws {@link FraudDetectorServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class GetListElementsCommand extends GetListElementsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const GetListsMetadataCommand_base: {
|
|
|
83
83
|
* @throws {@link FraudDetectorServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class GetListsMetadataCommand extends GetListsMetadataCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const GetModelVersionCommand_base: {
|
|
|
99
99
|
* @throws {@link FraudDetectorServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class GetModelVersionCommand extends GetModelVersionCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetModelsCommand_base: {
|
|
|
89
89
|
* @throws {@link FraudDetectorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetModelsCommand extends GetModelsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetOutcomesCommand_base: {
|
|
|
85
85
|
* @throws {@link FraudDetectorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetOutcomesCommand extends GetOutcomesCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const GetRulesCommand_base: {
|
|
|
90
90
|
* @throws {@link FraudDetectorServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class GetRulesCommand extends GetRulesCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const GetVariablesCommand_base: {
|
|
|
89
89
|
* @throws {@link FraudDetectorServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class GetVariablesCommand extends GetVariablesCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const ListEventPredictionsCommand_base: {
|
|
|
104
104
|
* @throws {@link FraudDetectorServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class ListEventPredictionsCommand extends ListEventPredictionsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link FraudDetectorServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const PutDetectorCommand_base: {
|
|
|
75
75
|
* @throws {@link FraudDetectorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutDetectorCommand extends PutDetectorCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const PutEntityTypeCommand_base: {
|
|
|
74
74
|
* @throws {@link FraudDetectorServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutEntityTypeCommand extends PutEntityTypeCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const PutEventTypeCommand_base: {
|
|
|
87
87
|
* @throws {@link FraudDetectorServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class PutEventTypeCommand extends PutEventTypeCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const PutExternalModelCommand_base: {
|
|
|
92
92
|
* @throws {@link FraudDetectorServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class PutExternalModelCommand extends PutExternalModelCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const PutKMSEncryptionKeyCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class PutKMSEncryptionKeyCommand extends PutKMSEncryptionKeyCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const PutLabelCommand_base: {
|
|
|
74
74
|
* @throws {@link FraudDetectorServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutLabelCommand extends PutLabelCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const PutOutcomeCommand_base: {
|
|
|
74
74
|
* @throws {@link FraudDetectorServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class PutOutcomeCommand extends PutOutcomeCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const SendEventCommand_base: {
|
|
|
83
83
|
* @throws {@link FraudDetectorServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class SendEventCommand extends SendEventCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link FraudDetectorServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const UpdateDetectorVersionCommand_base: {
|
|
|
91
91
|
* @throws {@link FraudDetectorServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateDetectorVersionCommand extends UpdateDetectorVersionCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UpdateDetectorVersionMetadataCommand_base: {
|
|
|
70
70
|
* @throws {@link FraudDetectorServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UpdateDetectorVersionMetadataCommand extends UpdateDetectorVersionMetadataCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateDetectorVersionStatusCommand_base: {
|
|
|
73
73
|
* @throws {@link FraudDetectorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateDetectorVersionStatusCommand extends UpdateDetectorVersionStatusCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateEventLabelCommand_base: {
|
|
|
73
73
|
* @throws {@link FraudDetectorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateEventLabelCommand extends UpdateEventLabelCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateListCommand_base: {
|
|
|
78
78
|
* @throws {@link FraudDetectorServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateListCommand extends UpdateListCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UpdateModelCommand_base: {
|
|
|
72
72
|
* @throws {@link FraudDetectorServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UpdateModelCommand extends UpdateModelCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateModelVersionCommand_base: {
|
|
|
93
93
|
* @throws {@link FraudDetectorServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateModelVersionCommand extends UpdateModelVersionCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const UpdateModelVersionStatusCommand_base: {
|
|
|
85
85
|
* @throws {@link FraudDetectorServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateModelVersionStatusCommand extends UpdateModelVersionStatusCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const UpdateRuleMetadataCommand_base: {
|
|
|
75
75
|
* @throws {@link FraudDetectorServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateRuleMetadataCommand extends UpdateRuleMetadataCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const UpdateRuleVersionCommand_base: {
|
|
|
92
92
|
* @throws {@link FraudDetectorServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateRuleVersionCommand extends UpdateRuleVersionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const UpdateVariableCommand_base: {
|
|
|
73
73
|
* @throws {@link FraudDetectorServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FraudDetector service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class UpdateVariableCommand extends UpdateVariableCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-frauddetector",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|