You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RyanFitzSimmonsAK
added
p2
This is a standard priority issue
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
May 7, 2024
Hi @vemel, thanks for reaching out and for your patience. I was able to reproduce this issue using CreateFleet. You are correct that there is a mismatch between what is documented (CreateFleetInstance structure and botocore enum both are uppercase) and what is returned. I've reached out to the service team to clarify what the intended behavior is here. In the meantime, as this is a service team issue, I've created a tracking issue (aws/aws-cli#9043) in our cross-SDK repository that you can refer to for future updates. Thanks!
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the bug
In botocore shape
PlatformValues
enum has valueWindows
, while the actual return value iswindows
.Expected Behavior
PlatformValues
enum has [windows
] value.Current Behavior
PlatformValues
enum has [Windows
] value.Reproduction Steps
Run any related method, e.g. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/create_fleet.html#
and check the response.
Possible Solution
Replace
Windows
withwindows
inPlatformValues
Additional Information/Context
No response
SDK version used
1.34.50
Environment details (OS name and version, etc.)
OS-independent
The text was updated successfully, but these errors were encountered: