Package

io.atlassian.aws

sns

Permalink

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

    Permalink

    Type class for marshalling objects into a message body and subject suitable for passing to AWS SQS client.

    Type class for marshalling objects into a message body and subject suitable for passing to AWS SQS client.

    A

    The type of the object to marshall.

  2. type MessageId = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Types
  3. type SNSAction[A] = Kleisli[[γ]EitherT[[β]WriterT[Future, MetaData, β], Invalid, γ], AmazonSNS, A]

    Permalink
  4. type ToMessage[A] = (A) ⇒ String

    Permalink
    Definition Classes
    Types
  5. type ToSubject[A] = (A) ⇒ Option[String]

    Permalink
    Definition Classes
    Types
  6. type TopicARN = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Types
  7. trait Types extends AnyRef

    Permalink

Value Members

  1. object Marshaller

    Permalink
  2. object MessageId extends aws.Tagger[String]

    Permalink
    Definition Classes
    Types
  3. object SNS

    Permalink
  4. object SNSAction extends Functions[AmazonSNS, MetaData]

    Permalink
  5. object SNSClient extends AmazonClientBase[AmazonSNSClient]

    Permalink
  6. object TopicARN extends aws.Tagger[String]

    Permalink
    Definition Classes
    Types

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped