Michael Dowling
Michael Dowling
I could see this as fitting nicely as a smithy-build.json configuration setting. Putting it in model metadata alongside `validators` and `suppressions` seems like the wrong approach because other teams building...
Would it be possible to instead not fail the whole build if one plugin fails, and defer the failure until the end?
We do have an equals method but it just compares the exact string representation of numbers. Comparing across numeric types is going to be... fun.
Thanks for the suggestion! We really need to write up a doc on how clients should handle retries... We have some design documents floating internally within AWS describing different approaches...
Would the mixins proposal address this in a different way? For example, you could define that same `clientToken` member once and then reuse it, along with the exclusion. Not to...
Yeah they could. I was being more prescriptive on the client and less so on the service because clients really shouldn’t rely on always getting a Content-Length because it’s not...
You can't right now, but this is a reasonable feature request.
That's how I'd imagine this best being described per/operation. There are some things to consider like: * Should we allow members to bind to the same headers that have constant...
> 1. What's the behaviour if someone tries to bind multiple members to the same header / query parameter / payload member with the existing HTTP / JSON bindings? What...
Awesome! I think the map is fine and will be a bit more concise. Should we name this `requestHeaders` since we only expect these headers in requests and not responses?...