Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to an EC2 API that doesn't return unknown enum values
The EC2 spec in https://github.com/disneystreaming/aws-sdk-smithy-specs/releases/tag/v2023.02.10 doesn't contain some enum values that were retured in the describe instances response, and because at present smithy4s doesn't support open enums, decoding was failing. In time it should support open enums, but for now we can get a successful Sandbox run against the EC2 API by just using an endpoint that doesn't (at present) return unknown enum values.
- Loading branch information