package
sqs
Type Members
-
class
FromStringSpec extends SpecificationWithJUnit with ScalaCheckSpec
-
type
Header[A] = Map[String, HeaderValue]
-
type
HeaderFieldTuple[A] = (String, HeaderValue)
-
type
HeaderSubType = AnyRef { ... /* 2 definitions in type refinement */ }
-
type
HeaderValue = Option[MessageAttributeValue]
-
type
KeyValue = Map[String, Value]
-
class
MessageAttributeDecoderSpec extends SpecificationWithJUnit with ScalaCheckSpec
-
-
type
MessageId = AnyRef { ... /* 2 definitions in type refinement */ }
-
type
QueueURL = AnyRef { ... /* 2 definitions in type refinement */ }
-
type
ReceiptHandle = AnyRef { ... /* 2 definitions in type refinement */ }
-
-
type
SQSAction[A] = Kleisli[Attempt, AmazonSQS, A]
-
class
SQSSpec extends SpecificationWithJUnit with ScalaCheckSpec
-
type
ToBody[A] = (A) ⇒ String
-
type
ToHeader[A] = (A) ⇒ Map[String, HeaderValue]
-
type
Value = Option[MessageAttributeValue]
Inherited from Types
Inherited from AnyRef
Inherited from Any