Provides feedback for an authentication event as to whether it was from a valid user. This feedback is used for improving the risk evaluation decision for the user pool as part of Amazon Cognito advanced security.
cognitoidentityprovider_admin_update_auth_event_feedback(UserPoolId,
Username, EventId, FeedbackValue)
[required] The user pool ID.
[required] The user pool username.
[required] The authentication event ID.
[required] The authentication event feedback value.
svc$admin_update_auth_event_feedback( UserPoolId = "string", Username = "string", EventId = "string", FeedbackValue = "Valid"|"Invalid" )