Versions in this module Expand all Collapse all v1 v1.1.0 Jan 22, 2019 Changes in this version + type AggregatedMetricsResults struct + Metrics []*AppAggregatedMetric + Page uint16 + TotalPages uint16 + TotalResults uint32 + type AppAggregatedMetric struct + AppId string + Name string + Timestamp int64 + Unit string + Value string type RecurringSchedule + EndDate string + StartDate string v1.0.0 Apr 17, 2018 Changes in this version + type AppInstanceMetric struct + AppId string + CollectedAt int64 + InstanceIndex uint32 + Name string + Timestamp int64 + Unit string + Value string + type AppScalingHistory struct + AppId string + Error string + Message string + NewInstances int + OldInstances int + Reason string + ScalingType ScalingType + Status ScalingStatus + Timestamp int64 + type HistoryResults struct + Histories []*AppScalingHistory + Page uint16 + TotalPages uint16 + TotalResults uint32 + type MetricsResults struct + Metrics []*AppInstanceMetric + Page uint16 + TotalPages uint16 + TotalResults uint32 + type RecurringSchedule struct + DaysOfMonth []int + DaysOfWeek []int + EndTime string + ScheduledInstanceInit int + ScheduledInstanceMax int + ScheduledInstanceMin int + StartTime string + type ScalingPolicy struct + InstanceMax int + InstanceMin int + ScalingRules []*ScalingRule + Schedules *ScalingSchedules + type ScalingRule struct + Adjustment string + BreachDurationSeconds int + CoolDownSeconds int + MetricType string + Operator string + StatWindowSeconds int + Threshold int64 + type ScalingSchedules struct + RecurringSchedules []*RecurringSchedule + SpecificDateSchedules []*SpecificDateSchedule + Timezone string + type ScalingStatus int + type ScalingType int + type SpecificDateSchedule struct + EndDateTime string + ScheduledInstanceInit int + ScheduledInstanceMax int + ScheduledInstanceMin int + StartDateTime string Incompatible versions in this module v3.0.0+incompatible Nov 8, 2019