Create a client for the Amazon DynamoDB Service v2 with AWSCredentials and an AmazonDynamoDB Configuration object.

C# |
public static AmazonDynamoDB CreateAmazonDynamoDBv2Client( AWSCredentials credentials, AmazonDynamoDBConfig config )

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

An Amazon DynamoDB client
