Packages

package sns

Linear Supertypes
Types, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sns
  2. Types
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. type MessageId = AnyRef { ... /* 2 definitions in type refinement */ }
    Definition Classes
    Types
  3. type SNSAction[A] = AwsAction[AmazonSNS, MetaData, A]
  4. type ToMessage[A] = (A) ⇒ String
    Definition Classes
    Types
  5. type ToSubject[A] = (A) ⇒ Option[String]
    Definition Classes
    Types
  6. type TopicARN = AnyRef { ... /* 2 definitions in type refinement */ }
    Definition Classes
    Types
  7. trait Types extends AnyRef

Value Members

  1. object Marshaller
  2. object SNS
  3. object SNSAction extends Functions[AmazonSNS, MetaData]
  4. object SNSClient extends AmazonClientBase[AmazonSNSClient]
  5. object MessageId extends aws.Tagger[String]
    Definition Classes
    Types
  6. object TopicARN extends aws.Tagger[String]
    Definition Classes
    Types

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped