Package-level declarations
Types
Link copied to clipboard
data class DevicePoolRule(val attribute: DevicePoolRuleAttribute? = null, val operator: DevicePoolRuleOperator? = null, val value: String? = null)
Represents a condition for a device pool.
Link copied to clipboard
data class GetDevicePoolResult(val arn: String? = null, val description: String? = null, val maxDevices: Int? = null, val name: String? = null, val rules: List<DevicePoolRule>? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetNetworkProfileResult(val arn: String? = null, val description: String? = null, val downlinkBandwidthBits: Int? = null, val downlinkDelayMs: Int? = null, val downlinkJitterMs: Int? = null, val downlinkLossPercent: Int? = null, val name: String? = null, val tags: List<Tag>? = null, val uplinkBandwidthBits: Int? = null, val uplinkDelayMs: Int? = null, val uplinkJitterMs: Int? = null, val uplinkLossPercent: Int? = null)
Link copied to clipboard
data class GetProjectResult(val arn: String? = null, val defaultJobTimeoutMinutes: Int? = null, val name: String? = null, val tags: List<Tag>? = null, val vpcConfig: ProjectVpcConfig? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard