Implemenation for accessing AmazonElasticMapReduce.

This is the Amazon Elastic MapReduce API Reference Guide. This guide is for programmers who need detailed information about the Amazon Elastic MapReduce APIs.

Наследование: AmazonWebServiceClient, AmazonElasticMapReduce
 protected virtual AmazonElasticMapReduce GetClient()
 {
     AmazonCredentials.KeyPair credentials = base.GetCredentials();
     AmazonElasticMapReduce client = new AmazonElasticMapReduceClient(credentials.AwsAccessKeyId, credentials.AwsSecretAccessKey);
     return client;
 }