Package-level declarations
Types
Link copied to clipboard
data class EnvironmentMaintenanceWindow(val applyTimeOf: EnvironmentMaintenanceWindowApplyTimeOf? = null, val daysOfTheWeek: List<EnvironmentDayOfWeek>? = null, val endTimeHour: Int? = null, val endTimeMinute: Int? = null, val startTimeHour: Int? = null, val startTimeMinute: Int? = null, val type: EnvironmentMaintenanceWindowType)
Link copied to clipboard
A key-value pair to associate with a resource.
Link copied to clipboard
data class GetEnvironmentResult(val activationCode: String? = null, val arn: String? = null, val createdAt: String? = null, val desiredSoftwareSetId: String? = null, val desktopEndpoint: String? = null, val desktopType: EnvironmentDesktopType? = null, val deviceCreationTags: List<EnvironmentTag>? = null, val id: String? = null, val maintenanceWindow: EnvironmentMaintenanceWindow? = null, val name: String? = null, val pendingSoftwareSetId: String? = null, val pendingSoftwareSetVersion: String? = null, val registeredDevicesCount: Int? = null, val softwareSetComplianceStatus: EnvironmentSoftwareSetComplianceStatus? = null, val softwareSetUpdateMode: EnvironmentSoftwareSetUpdateMode? = null, val softwareSetUpdateSchedule: EnvironmentSoftwareSetUpdateSchedule? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)