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.
1 parent 28c6290 commit 38ab3dcCopy full SHA for 38ab3dc
1 file changed
lib/aws_codegen/spec.ex
@@ -33,6 +33,8 @@ defmodule AWS.CodeGen.Spec do
33
service_id -> service_id
34
end
35
|> String.replace("-sync", "Sync")
36
+ |> String.replace("Route 53", "Route53")
37
+ |> String.replace(~r/ Service$/, "")
38
|> String.replace("dynamodb", "DynamoDB")
39
|> String.replace("api.pricing", "API.Pricing")
40
|> String.replace("entitlement.marketplace", "Entitlement.Marketplace")
0 commit comments