v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473344266.2 KB

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.

post/#X-Amz-Target=AWSHawksNestServiceFacade.SendEvent

Headers

X-Amz-Target'AWSHawksNestServiceFacade.SendEvent' required

Request body

eventIdstring required

The event ID to upload.

eventTypeNamestring required

The event type name of the event.

eventTimestampstring required

The timestamp that defines when the event under evaluation occurred. The timestamp must be specified using ISO 8601 standard in UTC.

eventVariablesobject required

Names of the event type's variables you defined in Amazon Fraud Detector to represent data elements and their corresponding values for the event you are sending for evaluation.

assignedLabelstring

The label to associate with the event. Required if specifying <code>labelTimestamp</code>.

labelTimestampstring

The timestamp associated with the label. Required if specifying <code>assignedLabel</code>.

Response

Success

SendEventResult required