All Downloads are FREE. Search and download functionalities are using the official Maven repository.

smithy4s.com.amazonaws.kinesis.SubscribeToShardOutput.scala Maven / Gradle / Ivy

There is a newer version: 0.0.30
Show newest version
package com.amazonaws.kinesis

import smithy4s.Hints
import smithy4s.Schema
import smithy4s.ShapeId
import smithy4s.ShapeTag
import smithy4s.schema.Schema.constant

/** @param EventStream
  *   

The event stream that your consumer can use to read records from the shard.

*/ final case class SubscribeToShardOutput() object SubscribeToShardOutput extends ShapeTag.Companion[SubscribeToShardOutput] { val id: ShapeId = ShapeId("com.amazonaws.kinesis", "SubscribeToShardOutput") val hints: Hints = Hints( smithy.api.Output(), ).lazily implicit val schema: Schema[SubscribeToShardOutput] = constant(SubscribeToShardOutput()).withId(id).addHints(hints) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy