We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
listConflictingAliasesMaxItemsInteger
1 parent f8dc9a4 commit 4bd249eCopy full SHA for 4bd249e
build_tools/customizations.rb
@@ -67,7 +67,7 @@ def dynamodb_example_deep_transform(subsegment, keys)
67
api('CloudFront') do |api|
68
69
api['shapes'].each do |_, shape|
70
- if shape['members'] && shape['members']['MaxItems']
+ if shape['members'] && shape['members']['MaxItems'] && shape['members']['MaxItems']['shape'] == 'string'
71
shape['members']['MaxItems']['shape'] = 'integer'
72
end
73
0 commit comments