Method: Amazon::Coral::ElasticMapReduceClient.new_aws_query
- Defined in:
- lib/amazon/coral/elasticmapreduceclient.rb
.new_aws_query(args) ⇒ Object
Instantiates the client with an orchestrator configured for use with AWS/QUERY. Use of this constructor is deprecated in favor of using the AwsQuery class:
client = ElasticMapReduceClient.new(AwsQuery.new_orchestrator(args))
179 180 181 182 |
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 179 def ElasticMapReduceClient.new_aws_query(args) require 'amazon/coral/awsquery' ElasticMapReduceClient.new(AwsQuery.new_orchestrator(args)) end |