awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

Generate SDK with non-optional output members when the `@required` trait is applied #1559

Open jbelkins opened 3 weeks ago

jbelkins commented 3 weeks ago

Describe the feature

Output models should be generated with non-optional Swift properties for members having the @required trait.

Use Case

To make best use of Swift language features by exposing required members as non-optional.

Proposed Solution

No response

Other Information

No response

Acknowledgements