Create a client for the Amazon SQS Service with AWSCredentials and an AmazonSQS Configuration object.

C# |
public static AmazonSQS CreateAmazonSQSClient( AWSCredentials credentials, AmazonSQSConfig config )

- credentials (AWSCredentials)
- AWS Credentials
- config (AmazonSQSConfig)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon SQS client
