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
Validate value object required fields in the constructor (#1488)
* Refactor the code generating object properties
* Refactor the generation of array getters
Optional array fields still need to consider the property as nullable
even though the getter will return an empty array as AWS does not treat
absent lists the same than empty lists in input.
* Add validation of required parameters in value object constructors
* Remove checks for missing properties for value object request bodies
This is already validated in the constructor now.
0 commit comments