object SubscribeToShardEventStream extends Companion[SubscribeToShardEventStream] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubscribeToShardEventStream
- Serializable
- Companion
- Has
- ShapeTag
- HasId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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.
- case class KMSAccessDeniedExceptionCase(kMSAccessDeniedException: KMSAccessDeniedException) extends SubscribeToShardEventStream with Product with Serializable
- case class KMSDisabledExceptionCase(kMSDisabledException: KMSDisabledException) extends SubscribeToShardEventStream with Product with Serializable
- case class KMSInvalidStateExceptionCase(kMSInvalidStateException: KMSInvalidStateException) extends SubscribeToShardEventStream with Product with Serializable
- case class KMSNotFoundExceptionCase(kMSNotFoundException: KMSNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
- case class KMSOptInRequiredCase(kMSOptInRequired: KMSOptInRequired) extends SubscribeToShardEventStream with Product with Serializable
- case class KMSThrottlingExceptionCase(kMSThrottlingException: KMSThrottlingException) extends SubscribeToShardEventStream with Product with Serializable
- case class ResourceInUseExceptionCase(resourceInUseException: ResourceInUseException) extends SubscribeToShardEventStream with Product with Serializable
- case class ResourceNotFoundExceptionCase(resourceNotFoundException: ResourceNotFoundException) extends SubscribeToShardEventStream with Product with Serializable
- 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
- 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() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def getTag: ShapeTag[SubscribeToShardEventStream]
- Definition Classes
- Companion → Has
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val hints: Hints
- val id: ShapeId
- Definition Classes
- SubscribeToShardEventStream → HasId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit val schema: Schema[SubscribeToShardEventStream]
- Definition Classes
- SubscribeToShardEventStream → ShapeTag
- 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(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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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