await sendAnonymousMetric()

in source/workflow-import/import-users.js [304:314]


                await sendAnonymousMetric(SOLUTION_ID, SOLUTION_VERSION, METRICS_ANONYMOUS_UUID, {
                    EventType: 'user-import-job-ended',
                    EventDetails: {
                        JobStatus: response.UserImportJob.Status,
                        CreationDate: response.UserImportJob.CreationDate,
                        StartDate: response.UserImportJob.StartDate,
                        CompletionDate: response.UserImportJob.CompletionDate,
                        CompletionMessage: response.UserImportJob.CompletionMessage,
                        Region: AWS_REGION
                    }
                });