FraudDetector / Client / put_detector
put_detector#
- FraudDetector.Client.put_detector(**kwargs)#
Creates or updates a detector.
See also: AWS API Documentation
Request Syntax
response = client.put_detector( detectorId='string', description='string', eventTypeName='string', tags=[ { 'key': 'string', 'value': 'string' }, ] )
- Parameters:
detectorId (string) –
[REQUIRED]
The detector ID.
description (string) – The description of the detector.
eventTypeName (string) –
[REQUIRED]
The name of the event type.
tags (list) –
A collection of key and value pairs.
(dict) –
A key and value pair.
key (string) – [REQUIRED]
A tag key.
value (string) – [REQUIRED]
A value assigned to a tag key.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException
FraudDetector.Client.exceptions.ConflictException