-
Notifications
You must be signed in to change notification settings - Fork 652
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
service/ec2: ModifyNetworkInterfaceAttribute fails when Value: false but works when Value: true #1107
Comments
I also tried downgrading to 0.31.0 and got same result |
Thanks for reaching out @tylux . To help us better understand the issue, could you provide us with the request wire log? You can enable logging as follows:
|
Here it is
|
Thanks for reporting this issue. This is an issue with how the SDK is treating modeled modeled boolean members. I'm thinking this member should be decorated as |
Updates the Query Protocol serializer generation to always serialize unboxed member values to the querystring. This prevents issues with members values never being serialized to the request. Fixes aws#1107
|
Confirm by changing [ ] to [x] below:
Describe the question
Using v1.1.0 of the sdk, I am unable to disable SourceDestCheck on ENIs with the following code
This returns...
operation error EC2: ModifyNetworkInterfaceAttribute, https response error StatusCode: 400, RequestID: 947bd2b9-...-8e276816081c, api error InvalidParameterCombination: No attributes specified.
However when I change Value to true (enable SourceDestCheck) the code works just fine and will enable SourceDestCheck if it isn't already enabled on the ENI
I feel like this is a bug but I could be wrong.
The text was updated successfully, but these errors were encountered: