Closed kuhe closed 6 days ago
If a member is optional?:, it should allow undefined. The generated clients do not consider absence vs value-undefined to have a meaningful distinction.
optional?:
undefined
sample diff: https://github.com/aws/aws-sdk-js-v3/pull/6653
completes https://github.com/aws/aws-sdk-js-v3/issues/4017
If a member is
optional?:
, it should allowundefined
. The generated clients do not consider absence vs value-undefined to have a meaningful distinction.sample diff: https://github.com/aws/aws-sdk-js-v3/pull/6653
completes https://github.com/aws/aws-sdk-js-v3/issues/4017