Create a client for the Amazon RDS Service with AWSCredentials and an AmazonRDS Configuration object.

C# |
public static AmazonRDS CreateAmazonRDSClient( AWSCredentials credentials, AmazonRDSConfig config )

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

An Amazon RDS client
