Packages

package models

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package instances

Type Members

  1. sealed abstract class AwsRegion extends AnyRef

    AWS Region enum.

    AWS Region enum. Can be used for both the v1 and v2 test kits

  2. final case class ConsumerArn(streamArn: StreamArn, consumerName: String, creationTime: Instant) extends Product with Serializable

    Represents an AWS ARN for Kinesis Consumers

    Represents an AWS ARN for Kinesis Consumers

    streamArn

    StreamArn

    consumerName

    Name of consumer

    creationTime

    Instant of when the consumer was created

  3. sealed abstract class EncryptionType extends Product with Serializable
  4. final case class HashKeyRange(endingHashKey: BigInt, startingHashKey: BigInt) extends Product with Serializable

    Helper class representing the hash key range for a shard

    Helper class representing the hash key range for a shard

    endingHashKey

    Max hash key for the shard

    startingHashKey

    Min hash key for the shard

  5. final case class ShardId(shardId: String) extends Product with Serializable

    Basic wrapper for Shard ID values

    Basic wrapper for Shard ID values

    shardId

    Underlying shardId string value

  6. final case class StreamArn(awsRegion: AwsRegion, streamName: String, awsAccountId: String) extends Product with Serializable

    Helper class for constructing and representing Kinesis stream ARN values

    Helper class for constructing and representing Kinesis stream ARN values

    awsRegion

    AwsRegion

    streamName

    Name of stream

    awsAccountId

    12 digit AWS account ID. For Localstack, this is all 0s

  7. sealed trait StreamNameOrArn extends AnyRef

    Trait representing either a Stream name or ARN

Value Members

  1. object AwsRegion
  2. object ConsumerArn extends Serializable
  3. object EncryptionType extends Serializable
  4. object ShardId extends Serializable
  5. object StreamArn extends Serializable
  6. object StreamNameOrArn

Ungrouped