v4.1.6
##Fixed
getInventorySummaries
resulted in a400 InvalidInput
when passingtrue
for$details
. This is a bug in Amazon's OpenAPI models, but we can fix it on our end by changing$details
from aboolean
to astring
. This implements that fix. (Followup to #75, thanks @allen1706)
Full Changelog: v4.1.5...v4.1.6