Packages

object SubscribeToShardEventStream extends Companion[SubscribeToShardEventStream] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubscribeToShardEventStream
  2. Serializable
  3. Companion
  4. Has
  5. ShapeTag
  6. HasId
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class InternalFailureExceptionCase(internalFailureException: InternalFailureException) extends SubscribeToShardEventStream with Product with Serializable

    The processing of the request failed because of an unknown error, exception, or failure.

  2. final case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends SubscribeToShardEventStream with Product with Serializable
  3. final case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends SubscribeToShardEventStream with Product with Serializable
  4. final case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends SubscribeToShardEventStream with Product with Serializable
  5. final case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
  6. final case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends SubscribeToShardEventStream with Product with Serializable
  7. final case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends SubscribeToShardEventStream with Product with Serializable
  8. final case class ResourceInUseExceptionCase(resourceInUseException: ResourceInUseException) extends SubscribeToShardEventStream with Product with Serializable
  9. final case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
  10. final case class SubscribeToShardEventCase(subscribeToShardEvent: SubscribeToShardEvent) extends SubscribeToShardEventStream with Product with Serializable

    After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer.

    After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

  11. trait Visitor[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def getTag: ShapeTag[SubscribeToShardEventStream]
    Definition Classes
    Companion → Has
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val hints: Hints
  13. val id: ShapeId
    Definition Classes
    SubscribeToShardEventStream → HasId
  14. def internalFailureException(internalFailureException: InternalFailureException): SubscribeToShardEventStream

    The processing of the request failed because of an unknown error, exception, or failure.

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def kMSAccessDeniedException(kMSAccessDeniedException: KMSAccessDeniedException): SubscribeToShardEventStream
  17. def kMSDisabledException(kMSDisabledException: KMSDisabledException): SubscribeToShardEventStream
  18. def kMSInvalidStateException(kMSInvalidStateException: KMSInvalidStateException): SubscribeToShardEventStream
  19. def kMSNotFoundException(kMSNotFoundException: KMSNotFoundException): SubscribeToShardEventStream
  20. def kMSOptInRequired(kMSOptInRequired: KMSOptInRequired): SubscribeToShardEventStream
  21. def kMSThrottlingException(kMSThrottlingException: KMSThrottlingException): SubscribeToShardEventStream
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def resourceInUseException(resourceInUseException: ResourceInUseException): SubscribeToShardEventStream
  26. def resourceNotFoundException(resourceNotFoundException: ResourceNotFoundException): SubscribeToShardEventStream
  27. implicit val schema: Schema[SubscribeToShardEventStream]
    Definition Classes
    SubscribeToShardEventStream → ShapeTag
  28. def subscribeToShardEvent(subscribeToShardEvent: SubscribeToShardEvent): SubscribeToShardEventStream

    After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer.

    After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. implicit val tagInstance: ShapeTag[SubscribeToShardEventStream]
    Definition Classes
    Companion
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object InternalFailureExceptionCase extends Serializable
  36. object KMSAccessDeniedExceptionCase extends Serializable
  37. object KMSDisabledExceptionCase extends Serializable
  38. object KMSInvalidStateExceptionCase extends Serializable
  39. object KMSNotFoundExceptionCase extends Serializable
  40. object KMSOptInRequiredCase extends Serializable
  41. object KMSThrottlingExceptionCase extends Serializable
  42. object ResourceInUseExceptionCase extends Serializable
  43. object ResourceNotFoundExceptionCase extends Serializable
  44. object SubscribeToShardEventCase extends Serializable
  45. object Visitor

Inherited from Serializable

Inherited from Companion[SubscribeToShardEventStream]

Inherited from Has[SubscribeToShardEventStream]

Inherited from ShapeTag[SubscribeToShardEventStream]

Inherited from HasId

Inherited from AnyRef

Inherited from Any

Ungrouped