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
Added transforms to remove deprecated shapes (#2452)
Relaxed the pattern on the @defineConditionKeys trait's keys to enable inferring the service to be the service's arnNamespace (#2450)
Added the useInlineMaps JSONSchema setting to allow users to configure JSON Schema conversion to inline converted map shapes instead of creating references (#2449)
Updated the CFN resource schema generation to fill in the permissions field of the tagging configuration for resources (#2446)
Added resourceDelimiter and reusable properties to the arn trait (#2440)
Added a validator for the xmlFlattened trait that checks if the member's target is a list that has a member with xmlName, and that xmlName doesn't match the name of the xmlFlattened member (#2439)
Bug Fixes
Updated CloudFormation resource schema conversion to be round-trippable (#2445)
Fixed for tagsProperty in CFN schema creation (#2444)
Deferred the scrubTraitDefinitions call inside JSON Schema deconflicting to happen only when the model is in a state that would have an avoidable conflict (#2435)
Updated the ChangedMemberTarget diff evaluator to properly check changes to map keys and values the same way it checks changes to list members (#2434)
Documentation
Fixed a typo in event stream content-type documentation (#2458)