From e6b14ed35cd5537558bfdaf919655c3936316eed Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Sun, 10 May 2020 19:57:57 +0000 Subject: [PATCH] the api.ScalingEvent struct was missing the .Count field --- api/scaling.go | 1 + 1 file changed, 1 insertion(+) 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{}