package sns
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sns
- Types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
Marshaller
[A] extends AnyRef
Type class for marshalling objects into a message body and subject suitable for passing to AWS SNS client.
Type class for marshalling objects into a message body and subject suitable for passing to AWS SNS client.
- A
The type of the object to marshall.
-
type
MessageId = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
- type SNSAction[A] = AwsAction[AmazonSNS, MetaData, A]
-
type
ToMessage[A] = (A) ⇒ String
- Definition Classes
- Types
-
type
ToSubject[A] = (A) ⇒ Option[String]
- Definition Classes
- Types
-
type
TopicARN = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
- trait Types extends AnyRef