All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aws4cats.sqs.ReceiveMessageResponse.scala Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package aws4cats.sqs

import org.http4s.DecodeFailure
import software.amazon.awssdk.services.sqs.model.MessageSystemAttributeName

case class ReceiveMessageResponse[M](
  receiptHandle: ReceiptHandle,
  attributes: Map[MessageSystemAttributeName, String],
  body: Either[DecodeFailure, M]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy