Skip to content

Commit 0b2448f

Browse files
author
AWS
committed
Amazon Fraud Detector Update: New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage
1 parent 0bdff0e commit 0b2448f

File tree

3 files changed

+684
-30
lines changed

3 files changed

+684
-30
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Fraud Detector",
4+
"contributor": "",
5+
"description": "New model type: Transaction Fraud Insights, which is optimized for online transaction fraud. Stored Events, which allows customers to send and store data directly within Amazon Fraud Detector. Batch Import, which allows customers to upload a CSV file of historic event data for processing and storage"
6+
}

services/frauddetector/src/main/resources/codegen-resources/paginators-1.json

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "nextToken",
66
"limit_key": "maxResults"
77
},
8+
"GetBatchImportJobs": {
9+
"input_token": "nextToken",
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults"
12+
},
813
"GetBatchPredictionJobs": {
914
"input_token": "nextToken",
1015
"output_token": "nextToken",

0 commit comments

Comments
 (0)