in transcodelauncher/main.go [25:27]
func isCompleted(jobStatus *string) bool { return *jobStatus == "Complete" || *jobStatus == "Canceled" || *jobStatus == "Error" }