From a683732e806c65ee6d402991d8fac313f2b21257 Mon Sep 17 00:00:00 2001 From: nvnyale Date: Mon, 16 May 2022 16:22:22 -0400 Subject: [PATCH] updated PUT SSM --- api/handlers_instances.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/handlers_instances.go b/api/handlers_instances.go index 5746a4b..af74e83 100644 --- a/api/handlers_instances.go +++ b/api/handlers_instances.go @@ -498,7 +498,7 @@ func (s *server) InstanceSSMAssociationHandler(w http.ResponseWriter, r *http.Re return } - handleResponseOk(w, struct{ AssociationId string }{AssociationId: *out.AssociationDescription.AssociationId}) + handleResponseOk(w, aws.StringValue(out.AssociationDescription.AssociationId)) } func (s *server) InstanceUpdateHandler(w http.ResponseWriter, r *http.Request) {