Package-level declarations

Types

Link copied to clipboard
data class GetSignalingChannelResult(val arn: String? = null, val messageTtlSeconds: Int? = null, val tags: List<SignalingChannelTag>? = null, val type: SignalingChannelType? = null)
Link copied to clipboard
data class GetStreamResult(val arn: String? = null, val dataRetentionInHours: Int? = null, val deviceName: String? = null, val kmsKeyId: String? = null, val mediaType: String? = null, val tags: List<StreamTag>? = null)
Link copied to clipboard
data class SignalingChannelTag(val key: String, val value: String)

A key-value pair to associate with a resource.

Link copied to clipboard
data class StreamTag(val key: String, val value: String)

A key-value pair to associated with the Kinesis Video Stream.