Alarm Model Sqs
data class AlarmModelSqs(val payload: AlarmModelPayload? = null, val queueUrl: String, val useBase64: Boolean? = null)
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.