@aws-sdk/client-frauddetector 3.279.0 → 3.281.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 (75) hide show
  1. package/README.md +587 -0
  2. package/dist-types/commands/BatchCreateVariableCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetVariableCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelBatchImportJobCommand.d.ts +6 -0
  5. package/dist-types/commands/CancelBatchPredictionJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateBatchImportJobCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateBatchPredictionJobCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDetectorVersionCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateListCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateModelVersionCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRuleCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateVariableCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteBatchImportJobCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteBatchPredictionJobCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteDetectorCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteDetectorVersionCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteEntityTypeCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteEventCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteEventTypeCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteEventsByEventTypeCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteExternalModelCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteLabelCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteListCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteModelVersionCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteOutcomeCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteVariableCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeDetectorCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeModelVersionsCommand.d.ts +6 -0
  32. package/dist-types/commands/GetBatchImportJobsCommand.d.ts +6 -0
  33. package/dist-types/commands/GetBatchPredictionJobsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetDeleteEventsByEventTypeStatusCommand.d.ts +6 -0
  35. package/dist-types/commands/GetDetectorVersionCommand.d.ts +6 -0
  36. package/dist-types/commands/GetDetectorsCommand.d.ts +6 -0
  37. package/dist-types/commands/GetEntityTypesCommand.d.ts +6 -0
  38. package/dist-types/commands/GetEventCommand.d.ts +6 -0
  39. package/dist-types/commands/GetEventPredictionCommand.d.ts +6 -0
  40. package/dist-types/commands/GetEventPredictionMetadataCommand.d.ts +6 -0
  41. package/dist-types/commands/GetEventTypesCommand.d.ts +6 -0
  42. package/dist-types/commands/GetExternalModelsCommand.d.ts +6 -0
  43. package/dist-types/commands/GetKMSEncryptionKeyCommand.d.ts +6 -0
  44. package/dist-types/commands/GetLabelsCommand.d.ts +6 -0
  45. package/dist-types/commands/GetListElementsCommand.d.ts +6 -0
  46. package/dist-types/commands/GetListsMetadataCommand.d.ts +6 -0
  47. package/dist-types/commands/GetModelVersionCommand.d.ts +6 -0
  48. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  49. package/dist-types/commands/GetOutcomesCommand.d.ts +6 -0
  50. package/dist-types/commands/GetRulesCommand.d.ts +6 -0
  51. package/dist-types/commands/GetVariablesCommand.d.ts +6 -0
  52. package/dist-types/commands/ListEventPredictionsCommand.d.ts +6 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/PutDetectorCommand.d.ts +6 -0
  55. package/dist-types/commands/PutEntityTypeCommand.d.ts +6 -0
  56. package/dist-types/commands/PutEventTypeCommand.d.ts +6 -0
  57. package/dist-types/commands/PutExternalModelCommand.d.ts +6 -0
  58. package/dist-types/commands/PutKMSEncryptionKeyCommand.d.ts +6 -0
  59. package/dist-types/commands/PutLabelCommand.d.ts +6 -0
  60. package/dist-types/commands/PutOutcomeCommand.d.ts +6 -0
  61. package/dist-types/commands/SendEventCommand.d.ts +6 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  64. package/dist-types/commands/UpdateDetectorVersionCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateDetectorVersionMetadataCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateDetectorVersionStatusCommand.d.ts +6 -0
  67. package/dist-types/commands/UpdateEventLabelCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateListCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateModelVersionCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateModelVersionStatusCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRuleMetadataCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateRuleVersionCommand.d.ts +6 -0
  74. package/dist-types/commands/UpdateVariableCommand.d.ts +6 -0
  75. package/package.json +3 -3
package/README.md CHANGED
@@ -211,3 +211,590 @@ To contribute to client you can check our [generate clients scripts](https://git
211
211
  This SDK is distributed under the
212
212
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
213
213
  see LICENSE for more information.
214
+
215
+ ## Client Commands (Operations List)
216
+
217
+ <details>
218
+ <summary>
219
+ BatchCreateVariable
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/batchcreatevariablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/batchcreatevariablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/batchcreatevariablecommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ BatchGetVariable
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/batchgetvariablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/batchgetvariablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/batchgetvariablecommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CancelBatchImportJob
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/cancelbatchimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/cancelbatchimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/cancelbatchimportjobcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CancelBatchPredictionJob
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/cancelbatchpredictionjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/cancelbatchpredictionjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/cancelbatchpredictionjobcommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateBatchImportJob
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createbatchimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createbatchimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createbatchimportjobcommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ CreateBatchPredictionJob
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createbatchpredictionjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createbatchpredictionjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createbatchpredictionjobcommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ CreateDetectorVersion
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createdetectorversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createdetectorversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createdetectorversioncommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateList
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createlistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createlistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createlistcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ CreateModel
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createmodelcommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ CreateModelVersion
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createmodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createmodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createmodelversioncommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ CreateRule
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createrulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createrulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createrulecommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ CreateVariable
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/createvariablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createvariablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/createvariablecommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ DeleteBatchImportJob
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletebatchimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletebatchimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletebatchimportjobcommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ DeleteBatchPredictionJob
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletebatchpredictionjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletebatchpredictionjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletebatchpredictionjobcommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ DeleteDetector
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletedetectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletedetectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletedetectorcommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ DeleteDetectorVersion
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletedetectorversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletedetectorversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletedetectorversioncommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ DeleteEntityType
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteentitytypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteentitytypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteentitytypecommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DeleteEvent
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteeventcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventcommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ DeleteEventsByEventType
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteeventsbyeventtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventsbyeventtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventsbyeventtypecommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ DeleteEventType
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteeventtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteeventtypecommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ DeleteExternalModel
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteexternalmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteexternalmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteexternalmodelcommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ DeleteLabel
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletelabelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletelabelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletelabelcommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ DeleteList
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletelistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletelistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletelistcommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ DeleteModel
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletemodelcommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ DeleteModelVersion
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletemodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletemodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletemodelversioncommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ DeleteOutcome
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleteoutcomecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteoutcomecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleteoutcomecommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ DeleteRule
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deleterulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleterulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deleterulecommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ DeleteVariable
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/deletevariablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletevariablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/deletevariablecommandoutput.html)
439
+
440
+ </details>
441
+ <details>
442
+ <summary>
443
+ DescribeDetector
444
+ </summary>
445
+
446
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/describedetectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/describedetectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/describedetectorcommandoutput.html)
447
+
448
+ </details>
449
+ <details>
450
+ <summary>
451
+ DescribeModelVersions
452
+ </summary>
453
+
454
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/describemodelversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/describemodelversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/describemodelversionscommandoutput.html)
455
+
456
+ </details>
457
+ <details>
458
+ <summary>
459
+ GetBatchImportJobs
460
+ </summary>
461
+
462
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getbatchimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getbatchimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getbatchimportjobscommandoutput.html)
463
+
464
+ </details>
465
+ <details>
466
+ <summary>
467
+ GetBatchPredictionJobs
468
+ </summary>
469
+
470
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getbatchpredictionjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getbatchpredictionjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getbatchpredictionjobscommandoutput.html)
471
+
472
+ </details>
473
+ <details>
474
+ <summary>
475
+ GetDeleteEventsByEventTypeStatus
476
+ </summary>
477
+
478
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getdeleteeventsbyeventtypestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdeleteeventsbyeventtypestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdeleteeventsbyeventtypestatuscommandoutput.html)
479
+
480
+ </details>
481
+ <details>
482
+ <summary>
483
+ GetDetectors
484
+ </summary>
485
+
486
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getdetectorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdetectorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdetectorscommandoutput.html)
487
+
488
+ </details>
489
+ <details>
490
+ <summary>
491
+ GetDetectorVersion
492
+ </summary>
493
+
494
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getdetectorversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdetectorversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getdetectorversioncommandoutput.html)
495
+
496
+ </details>
497
+ <details>
498
+ <summary>
499
+ GetEntityTypes
500
+ </summary>
501
+
502
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getentitytypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getentitytypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getentitytypescommandoutput.html)
503
+
504
+ </details>
505
+ <details>
506
+ <summary>
507
+ GetEvent
508
+ </summary>
509
+
510
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/geteventcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventcommandoutput.html)
511
+
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ GetEventPrediction
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/geteventpredictioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventpredictioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventpredictioncommandoutput.html)
519
+
520
+ </details>
521
+ <details>
522
+ <summary>
523
+ GetEventPredictionMetadata
524
+ </summary>
525
+
526
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/geteventpredictionmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventpredictionmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventpredictionmetadatacommandoutput.html)
527
+
528
+ </details>
529
+ <details>
530
+ <summary>
531
+ GetEventTypes
532
+ </summary>
533
+
534
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/geteventtypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventtypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/geteventtypescommandoutput.html)
535
+
536
+ </details>
537
+ <details>
538
+ <summary>
539
+ GetExternalModels
540
+ </summary>
541
+
542
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getexternalmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getexternalmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getexternalmodelscommandoutput.html)
543
+
544
+ </details>
545
+ <details>
546
+ <summary>
547
+ GetKMSEncryptionKey
548
+ </summary>
549
+
550
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getkmsencryptionkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getkmsencryptionkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getkmsencryptionkeycommandoutput.html)
551
+
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ GetLabels
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getlabelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlabelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlabelscommandoutput.html)
559
+
560
+ </details>
561
+ <details>
562
+ <summary>
563
+ GetListElements
564
+ </summary>
565
+
566
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getlistelementscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlistelementscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlistelementscommandoutput.html)
567
+
568
+ </details>
569
+ <details>
570
+ <summary>
571
+ GetListsMetadata
572
+ </summary>
573
+
574
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getlistsmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlistsmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getlistsmetadatacommandoutput.html)
575
+
576
+ </details>
577
+ <details>
578
+ <summary>
579
+ GetModels
580
+ </summary>
581
+
582
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getmodelscommandoutput.html)
583
+
584
+ </details>
585
+ <details>
586
+ <summary>
587
+ GetModelVersion
588
+ </summary>
589
+
590
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getmodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getmodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getmodelversioncommandoutput.html)
591
+
592
+ </details>
593
+ <details>
594
+ <summary>
595
+ GetOutcomes
596
+ </summary>
597
+
598
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getoutcomescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getoutcomescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getoutcomescommandoutput.html)
599
+
600
+ </details>
601
+ <details>
602
+ <summary>
603
+ GetRules
604
+ </summary>
605
+
606
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getrulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getrulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getrulescommandoutput.html)
607
+
608
+ </details>
609
+ <details>
610
+ <summary>
611
+ GetVariables
612
+ </summary>
613
+
614
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/getvariablescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getvariablescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/getvariablescommandoutput.html)
615
+
616
+ </details>
617
+ <details>
618
+ <summary>
619
+ ListEventPredictions
620
+ </summary>
621
+
622
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/listeventpredictionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/listeventpredictionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/listeventpredictionscommandoutput.html)
623
+
624
+ </details>
625
+ <details>
626
+ <summary>
627
+ ListTagsForResource
628
+ </summary>
629
+
630
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/listtagsforresourcecommandoutput.html)
631
+
632
+ </details>
633
+ <details>
634
+ <summary>
635
+ PutDetector
636
+ </summary>
637
+
638
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putdetectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putdetectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putdetectorcommandoutput.html)
639
+
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ PutEntityType
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putentitytypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putentitytypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putentitytypecommandoutput.html)
647
+
648
+ </details>
649
+ <details>
650
+ <summary>
651
+ PutEventType
652
+ </summary>
653
+
654
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/puteventtypecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/puteventtypecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/puteventtypecommandoutput.html)
655
+
656
+ </details>
657
+ <details>
658
+ <summary>
659
+ PutExternalModel
660
+ </summary>
661
+
662
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putexternalmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putexternalmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putexternalmodelcommandoutput.html)
663
+
664
+ </details>
665
+ <details>
666
+ <summary>
667
+ PutKMSEncryptionKey
668
+ </summary>
669
+
670
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putkmsencryptionkeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putkmsencryptionkeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putkmsencryptionkeycommandoutput.html)
671
+
672
+ </details>
673
+ <details>
674
+ <summary>
675
+ PutLabel
676
+ </summary>
677
+
678
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putlabelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putlabelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putlabelcommandoutput.html)
679
+
680
+ </details>
681
+ <details>
682
+ <summary>
683
+ PutOutcome
684
+ </summary>
685
+
686
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/putoutcomecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putoutcomecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/putoutcomecommandoutput.html)
687
+
688
+ </details>
689
+ <details>
690
+ <summary>
691
+ SendEvent
692
+ </summary>
693
+
694
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/sendeventcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/sendeventcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/sendeventcommandoutput.html)
695
+
696
+ </details>
697
+ <details>
698
+ <summary>
699
+ TagResource
700
+ </summary>
701
+
702
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/tagresourcecommandoutput.html)
703
+
704
+ </details>
705
+ <details>
706
+ <summary>
707
+ UntagResource
708
+ </summary>
709
+
710
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/untagresourcecommandoutput.html)
711
+
712
+ </details>
713
+ <details>
714
+ <summary>
715
+ UpdateDetectorVersion
716
+ </summary>
717
+
718
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatedetectorversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversioncommandoutput.html)
719
+
720
+ </details>
721
+ <details>
722
+ <summary>
723
+ UpdateDetectorVersionMetadata
724
+ </summary>
725
+
726
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatedetectorversionmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversionmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversionmetadatacommandoutput.html)
727
+
728
+ </details>
729
+ <details>
730
+ <summary>
731
+ UpdateDetectorVersionStatus
732
+ </summary>
733
+
734
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatedetectorversionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatedetectorversionstatuscommandoutput.html)
735
+
736
+ </details>
737
+ <details>
738
+ <summary>
739
+ UpdateEventLabel
740
+ </summary>
741
+
742
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updateeventlabelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updateeventlabelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updateeventlabelcommandoutput.html)
743
+
744
+ </details>
745
+ <details>
746
+ <summary>
747
+ UpdateList
748
+ </summary>
749
+
750
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatelistcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatelistcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatelistcommandoutput.html)
751
+
752
+ </details>
753
+ <details>
754
+ <summary>
755
+ UpdateModel
756
+ </summary>
757
+
758
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatemodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelcommandoutput.html)
759
+
760
+ </details>
761
+ <details>
762
+ <summary>
763
+ UpdateModelVersion
764
+ </summary>
765
+
766
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatemodelversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelversioncommandoutput.html)
767
+
768
+ </details>
769
+ <details>
770
+ <summary>
771
+ UpdateModelVersionStatus
772
+ </summary>
773
+
774
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatemodelversionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelversionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatemodelversionstatuscommandoutput.html)
775
+
776
+ </details>
777
+ <details>
778
+ <summary>
779
+ UpdateRuleMetadata
780
+ </summary>
781
+
782
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updaterulemetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updaterulemetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updaterulemetadatacommandoutput.html)
783
+
784
+ </details>
785
+ <details>
786
+ <summary>
787
+ UpdateRuleVersion
788
+ </summary>
789
+
790
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updateruleversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updateruleversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updateruleversioncommandoutput.html)
791
+
792
+ </details>
793
+ <details>
794
+ <summary>
795
+ UpdateVariable
796
+ </summary>
797
+
798
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/classes/updatevariablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatevariablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-frauddetector/interfaces/updatevariablecommandoutput.html)
799
+
800
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchCreateVariableCommand}.
8
+ */
6
9
  export interface BatchCreateVariableCommandInput extends BatchCreateVariableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchCreateVariableCommand}.
13
+ */
8
14
  export interface BatchCreateVariableCommandOutput extends BatchCreateVariableResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FraudDetectorClient";
5
5
  import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetVariableCommand}.
8
+ */
6
9
  export interface BatchGetVariableCommandInput extends BatchGetVariableRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetVariableCommand}.
13
+ */
8
14
  export interface BatchGetVariableCommandOutput extends BatchGetVariableResult, __MetadataBearer {
9
15
  }
10
16
  /**