Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EC2] PlatformValues enum is incorrect in botocore shapes #3128

Open
vemel opened this issue Feb 27, 2024 · 0 comments
Open

[EC2] PlatformValues enum is incorrect in botocore shapes #3128

vemel opened this issue Feb 27, 2024 · 0 comments
Assignees
Labels
bug This issue is a confirmed bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 This is a standard priority issue

Comments

@vemel
Copy link

vemel commented Feb 27, 2024

Describe the bug

In botocore shape PlatformValues enum has value Windows, while the actual return value is windows.

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 with windows in PlatformValues

Additional Information/Context

No response

SDK version used

1.34.50

Environment details (OS name and version, etc.)

OS-independent

@vemel vemel added bug This issue is a confirmed bug. needs-triage This issue or PR still needs to be triaged. labels Feb 27, 2024
@vemel vemel changed the title EC2: PlatformValuesType enum is incorrect [EC2] PlatformValues enum is incorrect Feb 27, 2024
@vemel vemel changed the title [EC2] PlatformValues enum is incorrect [EC2] PlatformValues enum is incorrect in botocore shapes Feb 27, 2024
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this May 7, 2024
@RyanFitzSimmonsAK 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug. investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants