Package-level declarations

Types

Link copied to clipboard
data class ApplicationRuntimeEnvironment(val type: String, val version: String)
Link copied to clipboard
data class GetApplicationResult(val applicationLogOutputUri: String? = null, val applicationLogPaths: List<String>? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val tags: Map<String, String>? = null)
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
data class StreamGroupDefaultApplication(val arn: String? = null, val id: String? = null)
Link copied to clipboard
data class StreamGroupLocationConfiguration(val alwaysOnCapacity: Int? = null, val locationName: String, val onDemandCapacity: Int? = null)