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
Next version of smithy (1.15+) will have support for builtin input and output traits. We currently generate these as synthetic traits and should make use of the new functionality to be forwards compatible with Smithy 2.0 (rules around input and output structures will be different than other structures in 2.0 regarding @required or default value)
This also introduced a new Unit type which signifies an operation really truly doesn't have an input or output. It will be considered a breaking change to go from Unit to having an input or output which will allow us to generate operations targeting Unit without a synthetic input or output type.
The text was updated successfully, but these errors were encountered:
Next version of smithy (1.15+) will have support for builtin input and output traits. We currently generate these as synthetic traits and should make use of the new functionality to be forwards compatible with Smithy 2.0 (rules around
input
andoutput
structures will be different than other structures in 2.0 regarding@required
or default value)This also introduced a new
Unit
type which signifies an operation really truly doesn't have an input or output. It will be considered a breaking change to go fromUnit
to having an input or output which will allow us to generate operations targetingUnit
without a synthetic input or output type.The text was updated successfully, but these errors were encountered: