diff --git a/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/client_api_module.rb b/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/client_api_module.rb index 816b5d19d7d..7743992f176 100644 --- a/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/client_api_module.rb +++ b/build_tools/aws-sdk-code-generator/lib/aws-sdk-code-generator/views/client_api_module.rb @@ -83,7 +83,9 @@ class ClientApiModule < View 'checksumFormat' => true, 'globalEndpoint' => true, 'serviceAbbreviation' => true, - 'uid' => true + 'uid' => true, + # ignore + 'ripServiceName' => true } # @option options [required, Service] :service