aws / aws-sdk-php

Official repository of the AWS SDK for PHP (@awsforphp)
http://aws.amazon.com/sdkforphp
Apache License 2.0
6.04k stars 1.23k forks source link

fix: EC2 empty list serialization #2928

Closed yenfryherrerafeliz closed 5 months ago

yenfryherrerafeliz commented 6 months ago

Issue #, if available:

Description of changes: Empty list parameters should not be serialized when doing EC2 requests, instead the parameters must be ignored. Otherwise, the service will return an InvalidRequest exception

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

stobrien89 commented 5 months ago

Were the smoke and integ tests ran against this change?