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
only call SetAttributes() when attrMap not empty (#442)
For SQS's `CreateQueue` API, if you pass an empty map to the `CreateQueueInput.SetAttributes()` method, everything succeeds however the service will return the following cryptic error message:
`MalformedInput: End of list found where not expected`
This patch updates the generated code for attribute-based APIs to only call `SetAttributes()` on the input shape when there are attributes to set.
Issue aws-controllers-k8s/community#1695
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments