The documentation describes two commands:
amplify env checkout <env-name> [--restore]
amplify env import --name <env-name> --config <provider-configs> [--awsInfo <aws-configs>]
But doesn't explain the difference between them in detail. checkout seems pretty straightforward with examples that make it analogous to git checkout, but import is a bit of a mystery. What are the various use cases?