lib/jets/camelizer.rb in jets-1.3.7 vs lib/jets/camelizer.rb in jets-1.3.8
- old
+ new
@@ -56,9 +56,11 @@
# Some keys have special mappings
def special_map
{
"TemplateUrl" => "TemplateURL",
"Ttl" => "TTL",
+ "MaxReceiveCount" => "maxReceiveCount",
+ "DeadLetterQueueArn" => "deadLetterQueueArn",
}
end
end
end
end
\ No newline at end of file