Create a client for the Amazon DataPipeline Service with the specified configuration

C# |
public static AmazonDataPipeline CreateAmazonDataPipelineClient( string awsAccessKey, string awsSecretAccessKey, AmazonDataPipelineConfig config )

- awsAccessKey (String)
- The AWS Access Key associated with the account
- awsSecretAccessKey (String)
- The AWS Secret Access Key associated with the account
- config (AmazonDataPipelineConfig)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon DataPipeline client
