Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class GetStreamGroupResult(val arn: String? = null, val defaultApplication: StreamGroupDefaultApplication? = null, val description: String? = null, val id: String? = null, val locationConfigurations: List<StreamGroupLocationConfiguration>? = null, val tags: Map<String, String>? = null)
Link copied to clipboard
Link copied to clipboard
data class StreamGroupLocationConfiguration(val alwaysOnCapacity: Int? = null, val locationName: String, val onDemandCapacity: Int? = null)