diff --git a/api/scaling.go b/api/scaling.go index a854b43a5..1b3c3badf 100644 --- a/api/scaling.go +++ b/api/scaling.go @@ -92,6 +92,7 @@ type TaskGroupScaleStatus struct { } type ScalingEvent struct { + Count *int64 Error bool Message string Meta map[string]interface{}