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. 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. case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends SubscribeToShardEventStream with Product with Serializable
  3. case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends SubscribeToShardEventStream with Product with Serializable
  4. case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends SubscribeToShardEventStream with Product with Serializable
  5. case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
  6. case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends SubscribeToShardEventStream with Product with Serializable
  7. case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends SubscribeToShardEventStream with Product with Serializable
  8. case class ResourceInUseExceptionCase(resourceInUseException: ResourceInUseException) extends SubscribeToShardEventStream with Product with Serializable
  9. case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
  10. 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.

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() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. final def getTag: ShapeTag[SubscribeToShardEventStream]
    Definition Classes
    Companion → Has
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. val hints: Hints
  12. val id: ShapeId
    Definition Classes
    SubscribeToShardEventStream → HasId
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. implicit val schema: Schema[SubscribeToShardEventStream]
    Definition Classes
    SubscribeToShardEventStream → ShapeTag
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. implicit val tagInstance: ShapeTag[SubscribeToShardEventStream]
    Definition Classes
    Companion
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object InternalFailureExceptionCase extends Serializable
  25. object KMSAccessDeniedExceptionCase extends Serializable
  26. object KMSDisabledExceptionCase extends Serializable
  27. object KMSInvalidStateExceptionCase extends Serializable
  28. object KMSNotFoundExceptionCase extends Serializable
  29. object KMSOptInRequiredCase extends Serializable
  30. object KMSThrottlingExceptionCase extends Serializable
  31. object ResourceInUseExceptionCase extends Serializable
  32. object ResourceNotFoundExceptionCase extends Serializable
  33. object SubscribeToShardEventCase extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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