Kevin Stich
Kevin Stich
This feature allows shapes to be directly bound to a service, meaning that the service closure can now contain shapes not bound through its resources or operations. This is useful...
Defers the `scrubTraitDefinitions` call inside JSON Schema deconflicting to happen only when the model is in a state that would have an avoidable conflict. Resolves #2429 --- By submitting this...
## Motivation and Context Smithy RPC v2 CBOR does not allow for custom URIs. This PR removes functionality that would utilize non-`/` paths if present in the service model. ##...
This commit adds protocol tests to both restJson1 and restXml that validate square brackets ('[' and ']') are not encoded when present in query parameter keys. --- By submitting this...