Skip to content

Commit fb146c7

Browse files
author
AWS
committed
Amazon Fraud Detector Update: Documentation updates for Amazon Fraud Detector (AWSHawksNest)
1 parent 54176e2 commit fb146c7

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
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": "Documentation updates for Amazon Fraud Detector (AWSHawksNest)"
6+
}

services/frauddetector/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
{"shape":"ThrottlingException"},
209209
{"shape":"AccessDeniedException"}
210210
],
211-
"documentation":"<p>Deletes data that was batch imported to Amazon Fraud Detector. </p>"
211+
"documentation":"<p>Deletes the specified batch import job ID record. This action does not delete the data that was batch imported. </p>"
212212
},
213213
"DeleteBatchPredictionJob":{
214214
"name":"DeleteBatchPredictionJob",
@@ -1112,7 +1112,7 @@
11121112
{"shape":"AccessDeniedException"},
11131113
{"shape":"ConflictException"}
11141114
],
1115-
"documentation":"<p>Updates the status of a model version.</p> <p>You can perform the following status updates:</p> <ol> <li> <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p> </li> <li> <p>Change <code>ACTIVE</code> to <code>INACTIVE</code>.</p> </li> </ol>"
1115+
"documentation":"<p>Updates the status of a model version.</p> <p>You can perform the following status updates:</p> <ol> <li> <p>Change the <code>TRAINING_IN_PROGRESS</code> status to <code>TRAINING_CANCELLED</code>.</p> </li> <li> <p>Change the <code>TRAINING_COMPLETE</code> status to <code>ACTIVE</code>.</p> </li> <li> <p>Change <code>ACTIVE</code> to <code>INACTIVE</code>.</p> </li> </ol>"
11161116
},
11171117
"UpdateRuleMetadata":{
11181118
"name":"UpdateRuleMetadata",
@@ -2926,7 +2926,7 @@
29262926
},
29272927
"predictionTimestamp":{
29282928
"shape":"time",
2929-
"documentation":"<p> The timestamp that defines when the prediction was generated. </p>"
2929+
"documentation":"<p> The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.</p> <p>We recommend calling <a href=\"https://docs.aws.amazon.com/frauddetector/latest/api/API_ListEventPredictions.html\">ListEventPredictions</a> first, and using the <code>predictionTimestamp</code> value in the response to provide an accurate prediction timestamp value.</p>"
29302930
}
29312931
}
29322932
},
@@ -5206,5 +5206,5 @@
52065206
"pattern":"^([1-9][0-9]*)$"
52075207
}
52085208
},
5209-
"documentation":"<p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For 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>"
5209+
"documentation":"<p>This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For 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> <p>We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.</p> <p>The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter <code>Action</code>. AWS SDK provides libraries, sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see <a href=\"https://docs.aws.amazon.com/https:/aws.amazon.com/tools/\">Tools to build on AWS</a>. </p>"
52105210
}

0 commit comments

Comments
 (0)