EC2 InstanceTypeDef.Platform Literal incorrectly capitalized #245
Labels
🐞 bug
Something isn't working
🎉 released
Changes were included to the latest release
👋 response needed
Awaiting response from a reporter
Describe the bug
EC2
InstanceTypeDef
- the Platform field is typedNotRequired[Literal["Windows"]]
, which is so close to being correct it hurts that it's not 😂windows
, notWindows
. This matches what we're receiving in practice (the lowercased version).To Reproduce
Steps to reproduce the behavior:
boto3-stubs[...]
mypy
/pyright
on the following code sampleActual output
Additional context
Your OS,
boto3-stubs
installation method,boto3
version, etc.boto3-stubs 1.34.38
The text was updated successfully, but these errors were encountered: