object SubscribeToShardEventStream extends Companion[SubscribeToShardEventStream] with Serializable
- Alphabetic
- By Inheritance
- SubscribeToShardEventStream
- Serializable
- Companion
- Has
- ShapeTag
- HasId
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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.
- final case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends SubscribeToShardEventStream with Product with Serializable
- final case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends SubscribeToShardEventStream with Product with Serializable
- final case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends SubscribeToShardEventStream with Product with Serializable
- final case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
- final case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends SubscribeToShardEventStream with Product with Serializable
- final case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends SubscribeToShardEventStream with Product with Serializable
- final case class ResourceInUseExceptionCase(resourceInUseException: ResourceInUseException) extends SubscribeToShardEventStream with Product with Serializable
- final case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
- 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.
- trait Visitor[A] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getTag: ShapeTag[SubscribeToShardEventStream]
- Definition Classes
- Companion → Has
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val hints: Hints
- val id: ShapeId
- Definition Classes
- SubscribeToShardEventStream → HasId
- def internalFailureException(internalFailureException: InternalFailureException): SubscribeToShardEventStream
The processing of the request failed because of an unknown error, exception, or failure.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kMSAccessDeniedException(kMSAccessDeniedException: KMSAccessDeniedException): SubscribeToShardEventStream
- def kMSDisabledException(kMSDisabledException: KMSDisabledException): SubscribeToShardEventStream
- def kMSInvalidStateException(kMSInvalidStateException: KMSInvalidStateException): SubscribeToShardEventStream
- def kMSNotFoundException(kMSNotFoundException: KMSNotFoundException): SubscribeToShardEventStream
- def kMSOptInRequired(kMSOptInRequired: KMSOptInRequired): SubscribeToShardEventStream
- def kMSThrottlingException(kMSThrottlingException: KMSThrottlingException): SubscribeToShardEventStream
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def resourceInUseException(resourceInUseException: ResourceInUseException): SubscribeToShardEventStream
- def resourceNotFoundException(resourceNotFoundException: ResourceNotFoundException): SubscribeToShardEventStream
- implicit val schema: Schema[SubscribeToShardEventStream]
- Definition Classes
- SubscribeToShardEventStream → ShapeTag
- 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.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit val tagInstance: ShapeTag[SubscribeToShardEventStream]
- Definition Classes
- Companion
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object InternalFailureExceptionCase extends Serializable
- object KMSAccessDeniedExceptionCase extends Serializable
- object KMSDisabledExceptionCase extends Serializable
- object KMSInvalidStateExceptionCase extends Serializable
- object KMSNotFoundExceptionCase extends Serializable
- object KMSOptInRequiredCase extends Serializable
- object KMSThrottlingExceptionCase extends Serializable
- object ResourceInUseExceptionCase extends Serializable
- object ResourceNotFoundExceptionCase extends Serializable
- object SubscribeToShardEventCase extends Serializable
- object Visitor