如何还原终止的Elastic Beanstalk环境

Using Go it is possible to terminate an elasticbeanstalk environment using the AWS API .TerminateEnvironment()

It's also possible to .Rebuild() an environment (Deletes and recreates all of the AWS resources)

But it appears there is no corresponding "Restore terminated environment" as seen as an option in the Elastic Beanstalk AWS Console.

I was looking for .RestoreEnvironment() API call, but either it goes by a different name or is not supported in the SDK?

Is there a way I can emulate the behavior of "Restore terminated environment" using the Go AWS SDK?