@aws-sdk/client-frauddetector 3.295.0 → 3.297.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.
Files changed (95) hide show
  1. package/dist-types/FraudDetector.d.ts +78 -4
  2. package/dist-types/FraudDetectorClient.d.ts +24 -4
  3. package/dist-types/commands/BatchCreateVariableCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetVariableCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateListCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateModelVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateVariableCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEventCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEventTypeCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteExternalModelCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteLabelCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteListCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteModelVersionCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteOutcomeCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteVariableCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDetectorCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +16 -0
  35. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetDetectorVersionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetDetectorsCommand.d.ts +16 -0
  38. package/dist-types/commands/GetEntityTypesCommand.d.ts +16 -0
  39. package/dist-types/commands/GetEventCommand.d.ts +16 -0
  40. package/dist-types/commands/GetEventPredictionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +16 -0
  42. package/dist-types/commands/GetEventTypesCommand.d.ts +16 -0
  43. package/dist-types/commands/GetExternalModelsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +16 -0
  45. package/dist-types/commands/GetLabelsCommand.d.ts +16 -0
  46. package/dist-types/commands/GetListElementsCommand.d.ts +16 -0
  47. package/dist-types/commands/GetListsMetadataCommand.d.ts +16 -0
  48. package/dist-types/commands/GetModelVersionCommand.d.ts +16 -0
  49. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  50. package/dist-types/commands/GetOutcomesCommand.d.ts +16 -0
  51. package/dist-types/commands/GetRulesCommand.d.ts +16 -0
  52. package/dist-types/commands/GetVariablesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListEventPredictionsCommand.d.ts +20 -4
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/PutDetectorCommand.d.ts +16 -0
  56. package/dist-types/commands/PutEntityTypeCommand.d.ts +16 -0
  57. package/dist-types/commands/PutEventTypeCommand.d.ts +16 -0
  58. package/dist-types/commands/PutExternalModelCommand.d.ts +16 -0
  59. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +16 -0
  60. package/dist-types/commands/PutLabelCommand.d.ts +16 -0
  61. package/dist-types/commands/PutOutcomeCommand.d.ts +16 -0
  62. package/dist-types/commands/SendEventCommand.d.ts +16 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateEventLabelCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateListCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateModelVersionCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateVariableCommand.d.ts +16 -0
  76. package/dist-types/models/FraudDetectorServiceException.d.ts +2 -0
  77. package/dist-types/models/models_0.d.ts +560 -1
  78. package/dist-types/pagination/DescribeModelVersionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/GetBatchImportJobsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/GetBatchPredictionJobsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/GetDetectorsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/GetEntityTypesPaginator.d.ts +3 -0
  83. package/dist-types/pagination/GetEventTypesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/GetExternalModelsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/GetLabelsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/GetListElementsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/GetListsMetadataPaginator.d.ts +3 -0
  88. package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/GetOutcomesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/GetRulesPaginator.d.ts +3 -0
  91. package/dist-types/pagination/GetVariablesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/Interfaces.d.ts +3 -0
  93. package/dist-types/pagination/ListEventPredictionsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  95. package/package.json +29 -29
@@ -74,6 +74,7 @@ import { UpdateRuleVersionCommandInput, UpdateRuleVersionCommandOutput } from ".
74
74
  import { UpdateVariableCommandInput, UpdateVariableCommandOutput } from "./commands/UpdateVariableCommand";
75
75
  import { FraudDetectorClient } from "./FraudDetectorClient";
76
76
  /**
77
+ * @public
77
78
  * <p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need
78
79
  * detailed information about Amazon Fraud Detector API actions, data types, and errors. For
79
80
  * more information about Amazon Fraud Detector features, see the <a href="https://docs.aws.amazon.com/frauddetector/latest/ug/">Amazon Fraud Detector User Guide</a>.</p>
@@ -86,48 +87,56 @@ import { FraudDetectorClient } from "./FraudDetectorClient";
86
87
  */
87
88
  export declare class FraudDetector extends FraudDetectorClient {
88
89
  /**
90
+ * @public
89
91
  * <p>Creates a batch of variables.</p>
90
92
  */
91
93
  batchCreateVariable(args: BatchCreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateVariableCommandOutput>;
92
94
  batchCreateVariable(args: BatchCreateVariableCommandInput, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
93
95
  batchCreateVariable(args: BatchCreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVariableCommandOutput) => void): void;
94
96
  /**
97
+ * @public
95
98
  * <p>Gets a batch of variables.</p>
96
99
  */
97
100
  batchGetVariable(args: BatchGetVariableCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetVariableCommandOutput>;
98
101
  batchGetVariable(args: BatchGetVariableCommandInput, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
99
102
  batchGetVariable(args: BatchGetVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetVariableCommandOutput) => void): void;
100
103
  /**
104
+ * @public
101
105
  * <p> Cancels an in-progress batch import job.</p>
102
106
  */
103
107
  cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchImportJobCommandOutput>;
104
108
  cancelBatchImportJob(args: CancelBatchImportJobCommandInput, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
105
109
  cancelBatchImportJob(args: CancelBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchImportJobCommandOutput) => void): void;
106
110
  /**
111
+ * @public
107
112
  * <p>Cancels the specified batch prediction job.</p>
108
113
  */
109
114
  cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelBatchPredictionJobCommandOutput>;
110
115
  cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
111
116
  cancelBatchPredictionJob(args: CancelBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelBatchPredictionJobCommandOutput) => void): void;
112
117
  /**
118
+ * @public
113
119
  * <p>Creates a batch import job. </p>
114
120
  */
115
121
  createBatchImportJob(args: CreateBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchImportJobCommandOutput>;
116
122
  createBatchImportJob(args: CreateBatchImportJobCommandInput, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
117
123
  createBatchImportJob(args: CreateBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchImportJobCommandOutput) => void): void;
118
124
  /**
125
+ * @public
119
126
  * <p>Creates a batch prediction job.</p>
120
127
  */
121
128
  createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchPredictionJobCommandOutput>;
122
129
  createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
123
130
  createBatchPredictionJob(args: CreateBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchPredictionJobCommandOutput) => void): void;
124
131
  /**
132
+ * @public
125
133
  * <p>Creates a detector version. The detector version starts in a <code>DRAFT</code> status.</p>
126
134
  */
127
135
  createDetectorVersion(args: CreateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorVersionCommandOutput>;
128
136
  createDetectorVersion(args: CreateDetectorVersionCommandInput, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
129
137
  createDetectorVersion(args: CreateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorVersionCommandOutput) => void): void;
130
138
  /**
139
+ * @public
131
140
  * <p>
132
141
  * Creates a list.
133
142
  * </p>
@@ -138,12 +147,14 @@ export declare class FraudDetector extends FraudDetectorClient {
138
147
  createList(args: CreateListCommandInput, cb: (err: any, data?: CreateListCommandOutput) => void): void;
139
148
  createList(args: CreateListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListCommandOutput) => void): void;
140
149
  /**
150
+ * @public
141
151
  * <p>Creates a model using the specified model type.</p>
142
152
  */
143
153
  createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
144
154
  createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
145
155
  createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
146
156
  /**
157
+ * @public
147
158
  * <p>Creates a version of the model using the specified model type and model id.
148
159
  * </p>
149
160
  */
@@ -151,30 +162,35 @@ export declare class FraudDetector extends FraudDetectorClient {
151
162
  createModelVersion(args: CreateModelVersionCommandInput, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
152
163
  createModelVersion(args: CreateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelVersionCommandOutput) => void): void;
153
164
  /**
165
+ * @public
154
166
  * <p>Creates a rule for use with the specified detector. </p>
155
167
  */
156
168
  createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
157
169
  createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
158
170
  createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
159
171
  /**
172
+ * @public
160
173
  * <p>Creates a variable.</p>
161
174
  */
162
175
  createVariable(args: CreateVariableCommandInput, options?: __HttpHandlerOptions): Promise<CreateVariableCommandOutput>;
163
176
  createVariable(args: CreateVariableCommandInput, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
164
177
  createVariable(args: CreateVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVariableCommandOutput) => void): void;
165
178
  /**
179
+ * @public
166
180
  * <p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>
167
181
  */
168
182
  deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchImportJobCommandOutput>;
169
183
  deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
170
184
  deleteBatchImportJob(args: DeleteBatchImportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchImportJobCommandOutput) => void): void;
171
185
  /**
186
+ * @public
172
187
  * <p>Deletes a batch prediction job.</p>
173
188
  */
174
189
  deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchPredictionJobCommandOutput>;
175
190
  deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
176
191
  deleteBatchPredictionJob(args: DeleteBatchPredictionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchPredictionJobCommandOutput) => void): void;
177
192
  /**
193
+ * @public
178
194
  * <p>Deletes the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector.</p>
179
195
  * <p>When you delete a detector, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
180
196
  */
@@ -182,6 +198,7 @@ export declare class FraudDetector extends FraudDetectorClient {
182
198
  deleteDetector(args: DeleteDetectorCommandInput, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
183
199
  deleteDetector(args: DeleteDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorCommandOutput) => void): void;
184
200
  /**
201
+ * @public
185
202
  * <p>Deletes the detector version. You cannot delete detector versions that are in <code>ACTIVE</code> status.</p>
186
203
  * <p>When you delete a detector version, Amazon Fraud Detector permanently deletes the detector and the data is no longer stored in Amazon Fraud Detector.</p>
187
204
  */
@@ -189,6 +206,7 @@ export declare class FraudDetector extends FraudDetectorClient {
189
206
  deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
190
207
  deleteDetectorVersion(args: DeleteDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorVersionCommandOutput) => void): void;
191
208
  /**
209
+ * @public
192
210
  * <p>Deletes an entity type.</p>
193
211
  * <p>You cannot delete an entity type that is included in an event type.</p>
194
212
  * <p>When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -197,6 +215,7 @@ export declare class FraudDetector extends FraudDetectorClient {
197
215
  deleteEntityType(args: DeleteEntityTypeCommandInput, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
198
216
  deleteEntityType(args: DeleteEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityTypeCommandOutput) => void): void;
199
217
  /**
218
+ * @public
200
219
  * <p>Deletes the specified event.</p>
201
220
  * <p>When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector.</p>
202
221
  */
@@ -204,12 +223,14 @@ export declare class FraudDetector extends FraudDetectorClient {
204
223
  deleteEvent(args: DeleteEventCommandInput, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
205
224
  deleteEvent(args: DeleteEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventCommandOutput) => void): void;
206
225
  /**
226
+ * @public
207
227
  * <p>Deletes all events of a particular event type.</p>
208
228
  */
209
229
  deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventsByEventTypeCommandOutput>;
210
230
  deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
211
231
  deleteEventsByEventType(args: DeleteEventsByEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventsByEventTypeCommandOutput) => void): void;
212
232
  /**
233
+ * @public
213
234
  * <p>Deletes an event type.</p>
214
235
  * <p>You cannot delete an event type that is used in a detector or a model.</p>
215
236
  * <p>When you delete an event type, Amazon Fraud Detector permanently deletes that event type and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -218,6 +239,7 @@ export declare class FraudDetector extends FraudDetectorClient {
218
239
  deleteEventType(args: DeleteEventTypeCommandInput, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
219
240
  deleteEventType(args: DeleteEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventTypeCommandOutput) => void): void;
220
241
  /**
242
+ * @public
221
243
  * <p>Removes a SageMaker model from Amazon Fraud Detector.</p>
222
244
  * <p>You can remove an Amazon SageMaker model if it is not associated with a detector version. Removing a SageMaker model disconnects it from Amazon Fraud Detector, but the model remains available in SageMaker.</p>
223
245
  */
@@ -225,6 +247,7 @@ export declare class FraudDetector extends FraudDetectorClient {
225
247
  deleteExternalModel(args: DeleteExternalModelCommandInput, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
226
248
  deleteExternalModel(args: DeleteExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExternalModelCommandOutput) => void): void;
227
249
  /**
250
+ * @public
228
251
  * <p>Deletes a label.</p>
229
252
  * <p>You cannot delete labels that are included in an event type in Amazon Fraud Detector.</p>
230
253
  * <p>You cannot delete a label assigned to an event ID. You must first delete the relevant event ID.</p>
@@ -234,6 +257,7 @@ export declare class FraudDetector extends FraudDetectorClient {
234
257
  deleteLabel(args: DeleteLabelCommandInput, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
235
258
  deleteLabel(args: DeleteLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLabelCommandOutput) => void): void;
236
259
  /**
260
+ * @public
237
261
  * <p>
238
262
  * Deletes the list, provided it is not used in a rule.
239
263
  * </p>
@@ -243,6 +267,7 @@ export declare class FraudDetector extends FraudDetectorClient {
243
267
  deleteList(args: DeleteListCommandInput, cb: (err: any, data?: DeleteListCommandOutput) => void): void;
244
268
  deleteList(args: DeleteListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListCommandOutput) => void): void;
245
269
  /**
270
+ * @public
246
271
  * <p>Deletes a model.</p>
247
272
  * <p>You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.</p>
248
273
  * <p> When you delete a model, Amazon Fraud Detector permanently deletes that model and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -251,6 +276,7 @@ export declare class FraudDetector extends FraudDetectorClient {
251
276
  deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
252
277
  deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
253
278
  /**
279
+ * @public
254
280
  * <p>Deletes a model version.</p>
255
281
  * <p>You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version.</p>
256
282
  * <p> When you delete a model version, Amazon Fraud Detector permanently deletes that model version and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -259,6 +285,7 @@ export declare class FraudDetector extends FraudDetectorClient {
259
285
  deleteModelVersion(args: DeleteModelVersionCommandInput, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
260
286
  deleteModelVersion(args: DeleteModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelVersionCommandOutput) => void): void;
261
287
  /**
288
+ * @public
262
289
  * <p>Deletes an outcome.</p>
263
290
  * <p>You cannot delete an outcome that is used in a rule version.</p>
264
291
  * <p>When you delete an outcome, Amazon Fraud Detector permanently deletes that outcome and the data is no longer stored in Amazon Fraud Detector.</p>
@@ -267,6 +294,7 @@ export declare class FraudDetector extends FraudDetectorClient {
267
294
  deleteOutcome(args: DeleteOutcomeCommandInput, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
268
295
  deleteOutcome(args: DeleteOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOutcomeCommandOutput) => void): void;
269
296
  /**
297
+ * @public
270
298
  * <p>Deletes the rule. You cannot delete a rule if it is used by an <code>ACTIVE</code> or <code>INACTIVE</code> detector version.</p>
271
299
  * <p>When you delete a rule, Amazon Fraud Detector permanently deletes that rule and the data is no longer stored in Amazon Fraud Detector.</p>
272
300
  */
@@ -274,6 +302,7 @@ export declare class FraudDetector extends FraudDetectorClient {
274
302
  deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
275
303
  deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
276
304
  /**
305
+ * @public
277
306
  * <p>Deletes a variable.</p>
278
307
  * <p>You can't delete variables that are included in an event type in Amazon Fraud Detector.</p>
279
308
  * <p>Amazon Fraud Detector automatically deletes model output variables and SageMaker model output variables when you delete the model. You can't delete these variables manually.</p>
@@ -283,18 +312,21 @@ export declare class FraudDetector extends FraudDetectorClient {
283
312
  deleteVariable(args: DeleteVariableCommandInput, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
284
313
  deleteVariable(args: DeleteVariableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVariableCommandOutput) => void): void;
285
314
  /**
315
+ * @public
286
316
  * <p>Gets all versions for a specified detector.</p>
287
317
  */
288
318
  describeDetector(args: DescribeDetectorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDetectorCommandOutput>;
289
319
  describeDetector(args: DescribeDetectorCommandInput, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
290
320
  describeDetector(args: DescribeDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorCommandOutput) => void): void;
291
321
  /**
322
+ * @public
292
323
  * <p>Gets all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version. </p>
293
324
  */
294
325
  describeModelVersions(args: DescribeModelVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelVersionsCommandOutput>;
295
326
  describeModelVersions(args: DescribeModelVersionsCommandInput, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
296
327
  describeModelVersions(args: DescribeModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelVersionsCommandOutput) => void): void;
297
328
  /**
329
+ * @public
298
330
  * <p>Gets all batch import jobs or a specific job of the specified ID. This is a paginated API. If you provide a null <code>maxResults</code>,
299
331
  * this action retrieves a maximum of 50 records per page. If you provide a <code>maxResults</code>, the value must be between 1 and 50.
300
332
  * To get the next page results, provide the pagination token from the <code>GetBatchImportJobsResponse</code> as part of your request.
@@ -304,18 +336,21 @@ export declare class FraudDetector extends FraudDetectorClient {
304
336
  getBatchImportJobs(args: GetBatchImportJobsCommandInput, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
305
337
  getBatchImportJobs(args: GetBatchImportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchImportJobsCommandOutput) => void): void;
306
338
  /**
339
+ * @public
307
340
  * <p>Gets all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning.</p>
308
341
  */
309
342
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchPredictionJobsCommandOutput>;
310
343
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
311
344
  getBatchPredictionJobs(args: GetBatchPredictionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchPredictionJobsCommandOutput) => void): void;
312
345
  /**
346
+ * @public
313
347
  * <p>Retrieves the status of a <code>DeleteEventsByEventType</code> action.</p>
314
348
  */
315
349
  getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetDeleteEventsByEventTypeStatusCommandOutput>;
316
350
  getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
317
351
  getDeleteEventsByEventTypeStatus(args: GetDeleteEventsByEventTypeStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeleteEventsByEventTypeStatusCommandOutput) => void): void;
318
352
  /**
353
+ * @public
319
354
  * <p>Gets all detectors or a single detector if a <code>detectorId</code> is specified. This is a paginated API. If you
320
355
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
321
356
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -327,12 +362,14 @@ export declare class FraudDetector extends FraudDetectorClient {
327
362
  getDetectors(args: GetDetectorsCommandInput, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
328
363
  getDetectors(args: GetDetectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorsCommandOutput) => void): void;
329
364
  /**
365
+ * @public
330
366
  * <p>Gets a particular detector version. </p>
331
367
  */
332
368
  getDetectorVersion(args: GetDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDetectorVersionCommandOutput>;
333
369
  getDetectorVersion(args: GetDetectorVersionCommandInput, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
334
370
  getDetectorVersion(args: GetDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorVersionCommandOutput) => void): void;
335
371
  /**
372
+ * @public
336
373
  * <p>Gets all entity types or a specific entity type if a name is specified. This is a paginated API. If you
337
374
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
338
375
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -344,18 +381,21 @@ export declare class FraudDetector extends FraudDetectorClient {
344
381
  getEntityTypes(args: GetEntityTypesCommandInput, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
345
382
  getEntityTypes(args: GetEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityTypesCommandOutput) => void): void;
346
383
  /**
384
+ * @public
347
385
  * <p>Retrieves details of events stored with Amazon Fraud Detector. This action does not retrieve prediction results.</p>
348
386
  */
349
387
  getEvent(args: GetEventCommandInput, options?: __HttpHandlerOptions): Promise<GetEventCommandOutput>;
350
388
  getEvent(args: GetEventCommandInput, cb: (err: any, data?: GetEventCommandOutput) => void): void;
351
389
  getEvent(args: GetEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventCommandOutput) => void): void;
352
390
  /**
391
+ * @public
353
392
  * <p>Evaluates an event against a detector version. If a version ID is not provided, the detector’s (<code>ACTIVE</code>) version is used.</p>
354
393
  */
355
394
  getEventPrediction(args: GetEventPredictionCommandInput, options?: __HttpHandlerOptions): Promise<GetEventPredictionCommandOutput>;
356
395
  getEventPrediction(args: GetEventPredictionCommandInput, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
357
396
  getEventPrediction(args: GetEventPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventPredictionCommandOutput) => void): void;
358
397
  /**
398
+ * @public
359
399
  * <p>
360
400
  * Gets details of the past fraud predictions for the specified event ID, event type, detector ID, and detector version ID that was generated in the specified time period.
361
401
  * </p>
@@ -364,6 +404,7 @@ export declare class FraudDetector extends FraudDetectorClient {
364
404
  getEventPredictionMetadata(args: GetEventPredictionMetadataCommandInput, cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void): void;
365
405
  getEventPredictionMetadata(args: GetEventPredictionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventPredictionMetadataCommandOutput) => void): void;
366
406
  /**
407
+ * @public
367
408
  * <p>Gets all event types or a specific event type if name is provided. This is a paginated API. If you
368
409
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
369
410
  * per page. If you provide a <code>maxResults</code>, the value must be between 5 and 10.
@@ -375,6 +416,7 @@ export declare class FraudDetector extends FraudDetectorClient {
375
416
  getEventTypes(args: GetEventTypesCommandInput, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
376
417
  getEventTypes(args: GetEventTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventTypesCommandOutput) => void): void;
377
418
  /**
419
+ * @public
378
420
  * <p>Gets the details for one or more Amazon SageMaker models that have been imported into the
379
421
  * service. This is a paginated API. If you provide a null <code>maxResults</code>, this
380
422
  * actions retrieves a maximum of 10 records per page. If you provide a
@@ -386,12 +428,14 @@ export declare class FraudDetector extends FraudDetectorClient {
386
428
  getExternalModels(args: GetExternalModelsCommandInput, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
387
429
  getExternalModels(args: GetExternalModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExternalModelsCommandOutput) => void): void;
388
430
  /**
431
+ * @public
389
432
  * <p>Gets the encryption key if a KMS key has been specified to be used to encrypt content in Amazon Fraud Detector.</p>
390
433
  */
391
434
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetKMSEncryptionKeyCommandOutput>;
392
435
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
393
436
  getKMSEncryptionKey(args: GetKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKMSEncryptionKeyCommandOutput) => void): void;
394
437
  /**
438
+ * @public
395
439
  * <p>Gets all labels or a specific label if name is provided. This is a paginated API. If you
396
440
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 50 records
397
441
  * per page. If you provide a <code>maxResults</code>, the value must be between 10 and 50.
@@ -403,6 +447,7 @@ export declare class FraudDetector extends FraudDetectorClient {
403
447
  getLabels(args: GetLabelsCommandInput, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
404
448
  getLabels(args: GetLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLabelsCommandOutput) => void): void;
405
449
  /**
450
+ * @public
406
451
  * <p>
407
452
  * Gets all the elements in the specified list.
408
453
  * </p>
@@ -411,6 +456,7 @@ export declare class FraudDetector extends FraudDetectorClient {
411
456
  getListElements(args: GetListElementsCommandInput, cb: (err: any, data?: GetListElementsCommandOutput) => void): void;
412
457
  getListElements(args: GetListElementsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetListElementsCommandOutput) => void): void;
413
458
  /**
459
+ * @public
414
460
  * <p>
415
461
  * Gets the metadata of either all the lists under the account or the specified list.
416
462
  * </p>
@@ -419,6 +465,7 @@ export declare class FraudDetector extends FraudDetectorClient {
419
465
  getListsMetadata(args: GetListsMetadataCommandInput, cb: (err: any, data?: GetListsMetadataCommandOutput) => void): void;
420
466
  getListsMetadata(args: GetListsMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetListsMetadataCommandOutput) => void): void;
421
467
  /**
468
+ * @public
422
469
  * <p>Gets one or more models. Gets all models for the Amazon Web Services account if no model type and no model id provided. Gets all models for the Amazon Web Services account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified. </p>
423
470
  * <p>This is a paginated API. If you
424
471
  * provide a null <code>maxResults</code>, this action retrieves a maximum of 10 records
@@ -431,12 +478,14 @@ export declare class FraudDetector extends FraudDetectorClient {
431
478
  getModels(args: GetModelsCommandInput, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
432
479
  getModels(args: GetModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelsCommandOutput) => void): void;
433
480
  /**
481
+ * @public
434
482
  * <p>Gets the details of the specified model version.</p>
435
483
  */
436
484
  getModelVersion(args: GetModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetModelVersionCommandOutput>;
437
485
  getModelVersion(args: GetModelVersionCommandInput, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
438
486
  getModelVersion(args: GetModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelVersionCommandOutput) => void): void;
439
487
  /**
488
+ * @public
440
489
  * <p>Gets one or more outcomes. This is a paginated
441
490
  * API. If you provide a null <code>maxResults</code>, this actions retrieves a maximum of
442
491
  * 100 records per page. If you provide a <code>maxResults</code>, the value must be
@@ -448,6 +497,7 @@ export declare class FraudDetector extends FraudDetectorClient {
448
497
  getOutcomes(args: GetOutcomesCommandInput, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
449
498
  getOutcomes(args: GetOutcomesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOutcomesCommandOutput) => void): void;
450
499
  /**
500
+ * @public
451
501
  * <p>Get all rules for a detector (paginated) if <code>ruleId</code> and <code>ruleVersion</code> are not specified. Gets all rules for the detector and the <code>ruleId</code> if present (paginated). Gets a specific rule if both the <code>ruleId</code> and the <code>ruleVersion</code> are specified.</p>
452
502
  * <p>This is a paginated API. Providing null maxResults results in retrieving maximum of 100 records per page. If you provide maxResults the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetRulesResult as part of your request. Null pagination token fetches the records from the beginning.</p>
453
503
  */
@@ -455,6 +505,7 @@ export declare class FraudDetector extends FraudDetectorClient {
455
505
  getRules(args: GetRulesCommandInput, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
456
506
  getRules(args: GetRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRulesCommandOutput) => void): void;
457
507
  /**
508
+ * @public
458
509
  * <p>Gets all of the variables or the specific variable. This is a
459
510
  * paginated API. Providing null <code>maxSizePerPage</code> results in retrieving maximum of
460
511
  * 100 records per page. If you provide <code>maxSizePerPage</code> the value must be between
@@ -466,13 +517,14 @@ export declare class FraudDetector extends FraudDetectorClient {
466
517
  getVariables(args: GetVariablesCommandInput, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
467
518
  getVariables(args: GetVariablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVariablesCommandOutput) => void): void;
468
519
  /**
520
+ * @public
469
521
  * <p>Gets a list of past predictions. The list can be filtered by detector ID, detector version ID, event ID, event type, or by specifying a time period.
470
522
  * If filter is not specified, the most recent prediction is returned.</p>
471
523
  * <p>For example, the following filter lists all past predictions for <code>xyz</code> event type -
472
- * <code>{
473
- * "eventType":{
474
- * "value": "xyz" }”
475
- * } </code>
524
+ * <code>\{
525
+ * "eventType":\{
526
+ * "value": "xyz" \}”
527
+ * \} </code>
476
528
  * </p>
477
529
  * <p>This is a paginated API. If you provide a null <code>maxResults</code>, this action will retrieve a maximum of 10 records per page.
478
530
  * If you provide a <code>maxResults</code>, the value must be between 50 and 100. To get the next page results, provide
@@ -483,6 +535,7 @@ export declare class FraudDetector extends FraudDetectorClient {
483
535
  listEventPredictions(args: ListEventPredictionsCommandInput, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
484
536
  listEventPredictions(args: ListEventPredictionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventPredictionsCommandOutput) => void): void;
485
537
  /**
538
+ * @public
486
539
  * <p>Lists all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the
487
540
  * response as part of your request. A null pagination token
488
541
  * fetches the records from the beginning. </p>
@@ -491,72 +544,84 @@ export declare class FraudDetector extends FraudDetectorClient {
491
544
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
492
545
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
493
546
  /**
547
+ * @public
494
548
  * <p>Creates or updates a detector. </p>
495
549
  */
496
550
  putDetector(args: PutDetectorCommandInput, options?: __HttpHandlerOptions): Promise<PutDetectorCommandOutput>;
497
551
  putDetector(args: PutDetectorCommandInput, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
498
552
  putDetector(args: PutDetectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDetectorCommandOutput) => void): void;
499
553
  /**
554
+ * @public
500
555
  * <p>Creates or updates an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account.</p>
501
556
  */
502
557
  putEntityType(args: PutEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEntityTypeCommandOutput>;
503
558
  putEntityType(args: PutEntityTypeCommandInput, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
504
559
  putEntityType(args: PutEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEntityTypeCommandOutput) => void): void;
505
560
  /**
561
+ * @public
506
562
  * <p>Creates or updates an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications.</p>
507
563
  */
508
564
  putEventType(args: PutEventTypeCommandInput, options?: __HttpHandlerOptions): Promise<PutEventTypeCommandOutput>;
509
565
  putEventType(args: PutEventTypeCommandInput, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
510
566
  putEventType(args: PutEventTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventTypeCommandOutput) => void): void;
511
567
  /**
568
+ * @public
512
569
  * <p>Creates or updates an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables. </p>
513
570
  */
514
571
  putExternalModel(args: PutExternalModelCommandInput, options?: __HttpHandlerOptions): Promise<PutExternalModelCommandOutput>;
515
572
  putExternalModel(args: PutExternalModelCommandInput, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
516
573
  putExternalModel(args: PutExternalModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutExternalModelCommandOutput) => void): void;
517
574
  /**
575
+ * @public
518
576
  * <p>Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.</p>
519
577
  */
520
578
  putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options?: __HttpHandlerOptions): Promise<PutKMSEncryptionKeyCommandOutput>;
521
579
  putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
522
580
  putKMSEncryptionKey(args: PutKMSEncryptionKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutKMSEncryptionKeyCommandOutput) => void): void;
523
581
  /**
582
+ * @public
524
583
  * <p>Creates or updates label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector. </p>
525
584
  */
526
585
  putLabel(args: PutLabelCommandInput, options?: __HttpHandlerOptions): Promise<PutLabelCommandOutput>;
527
586
  putLabel(args: PutLabelCommandInput, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
528
587
  putLabel(args: PutLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLabelCommandOutput) => void): void;
529
588
  /**
589
+ * @public
530
590
  * <p>Creates or updates an outcome. </p>
531
591
  */
532
592
  putOutcome(args: PutOutcomeCommandInput, options?: __HttpHandlerOptions): Promise<PutOutcomeCommandOutput>;
533
593
  putOutcome(args: PutOutcomeCommandInput, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
534
594
  putOutcome(args: PutOutcomeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutOutcomeCommandOutput) => void): void;
535
595
  /**
596
+ * @public
536
597
  * <p>Stores events in Amazon Fraud Detector without generating fraud predictions for those events. For example, you can use <code>SendEvent</code> to upload a historical dataset, which you can then later use to train a model.</p>
537
598
  */
538
599
  sendEvent(args: SendEventCommandInput, options?: __HttpHandlerOptions): Promise<SendEventCommandOutput>;
539
600
  sendEvent(args: SendEventCommandInput, cb: (err: any, data?: SendEventCommandOutput) => void): void;
540
601
  sendEvent(args: SendEventCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendEventCommandOutput) => void): void;
541
602
  /**
603
+ * @public
542
604
  * <p>Assigns tags to a resource.</p>
543
605
  */
544
606
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
545
607
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
546
608
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
547
609
  /**
610
+ * @public
548
611
  * <p>Removes tags from a resource.</p>
549
612
  */
550
613
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
551
614
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
552
615
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
553
616
  /**
617
+ * @public
554
618
  * <p> Updates a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a <code>DRAFT</code> detector version.</p>
555
619
  */
556
620
  updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDetectorVersionCommandOutput>;
557
621
  updateDetectorVersion(args: UpdateDetectorVersionCommandInput, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
558
622
  updateDetectorVersion(args: UpdateDetectorVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionCommandOutput) => void): void;
559
623
  /**
624
+ * @public
560
625
  * <p>Updates the detector version's description. You can update the metadata for any detector version (<code>DRAFT, ACTIVE,</code> or
561
626
  * <code>INACTIVE</code>). </p>
562
627
  */
@@ -564,6 +629,7 @@ export declare class FraudDetector extends FraudDetectorClient {
564
629
  updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
565
630
  updateDetectorVersionMetadata(args: UpdateDetectorVersionMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionMetadataCommandOutput) => void): void;
566
631
  /**
632
+ * @public
567
633
  * <p>Updates the detector version’s status. You can perform the following promotions or
568
634
  * demotions using <code>UpdateDetectorVersionStatus</code>: <code>DRAFT</code> to <code>ACTIVE</code>, <code>ACTIVE</code> to <code>INACTIVE</code>, and <code>INACTIVE</code> to <code>ACTIVE</code>.</p>
569
635
  */
@@ -571,12 +637,14 @@ export declare class FraudDetector extends FraudDetectorClient {
571
637
  updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
572
638
  updateDetectorVersionStatus(args: UpdateDetectorVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorVersionStatusCommandOutput) => void): void;
573
639
  /**
640
+ * @public
574
641
  * <p>Updates the specified event with a new label.</p>
575
642
  */
576
643
  updateEventLabel(args: UpdateEventLabelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventLabelCommandOutput>;
577
644
  updateEventLabel(args: UpdateEventLabelCommandInput, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
578
645
  updateEventLabel(args: UpdateEventLabelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventLabelCommandOutput) => void): void;
579
646
  /**
647
+ * @public
580
648
  * <p>
581
649
  * Updates a list.
582
650
  * </p>
@@ -585,18 +653,21 @@ export declare class FraudDetector extends FraudDetectorClient {
585
653
  updateList(args: UpdateListCommandInput, cb: (err: any, data?: UpdateListCommandOutput) => void): void;
586
654
  updateList(args: UpdateListCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListCommandOutput) => void): void;
587
655
  /**
656
+ * @public
588
657
  * <p>Updates model description.</p>
589
658
  */
590
659
  updateModel(args: UpdateModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelCommandOutput>;
591
660
  updateModel(args: UpdateModelCommandInput, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
592
661
  updateModel(args: UpdateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelCommandOutput) => void): void;
593
662
  /**
663
+ * @public
594
664
  * <p>Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.</p>
595
665
  */
596
666
  updateModelVersion(args: UpdateModelVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateModelVersionCommandOutput>;
597
667
  updateModelVersion(args: UpdateModelVersionCommandInput, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
598
668
  updateModelVersion(args: UpdateModelVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionCommandOutput) => void): void;
599
669
  /**
670
+ * @public
600
671
  * <p>Updates the status of a model version.</p>
601
672
  * <p>You can perform the following status updates:</p>
602
673
  * <ol>
@@ -615,18 +686,21 @@ export declare class FraudDetector extends FraudDetectorClient {
615
686
  updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
616
687
  updateModelVersionStatus(args: UpdateModelVersionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelVersionStatusCommandOutput) => void): void;
617
688
  /**
689
+ * @public
618
690
  * <p>Updates a rule's metadata. The description attribute can be updated.</p>
619
691
  */
620
692
  updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleMetadataCommandOutput>;
621
693
  updateRuleMetadata(args: UpdateRuleMetadataCommandInput, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
622
694
  updateRuleMetadata(args: UpdateRuleMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleMetadataCommandOutput) => void): void;
623
695
  /**
696
+ * @public
624
697
  * <p>Updates a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...). </p>
625
698
  */
626
699
  updateRuleVersion(args: UpdateRuleVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleVersionCommandOutput>;
627
700
  updateRuleVersion(args: UpdateRuleVersionCommandInput, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
628
701
  updateRuleVersion(args: UpdateRuleVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleVersionCommandOutput) => void): void;
629
702
  /**
703
+ * @public
630
704
  * <p>Updates a variable.</p>
631
705
  */
632
706
  updateVariable(args: UpdateVariableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVariableCommandOutput>;