Versions in this module Expand all Collapse all v1 v1.1.2 Jan 31, 2025 v1.1.1 Jan 30, 2025 Changes in this version + type MaintenanceResourceId = string + type MaintenanceResourcesParam = []MaintenanceResourceId + type MaintenanceRun struct + Id MaintenanceRunId + PendingMaintenanceBy *time.Time + ScheduledAt time.Time + State MaintenanceState + Type string + type MaintenanceRunId = string + type MaintenanceRunPATCH struct + ScheduledAt *time.Time + type MaintenanceRunParam = MaintenanceRunId + type MaintenanceRunWithResource struct + Id MaintenanceRunId + PendingMaintenanceBy *time.Time + ResourceId MaintenanceResourceId + ScheduledAt time.Time + State MaintenanceState + Type string + type MaintenanceState string + const Cancelled + const Failed + const InProgress + const Scheduled + const Succeeded + const UserFixRequired + type MaintenanceStateParam = []MaintenanceState