aws_rds_api 0.0.3
aws_rds_api: ^0.0.3 copied to clipboard
AWS API client for Amazon Relational Database Service (generated from SDK API specification).
example/README.md
import 'package:aws_rds_api/rds-2014-10-31.dart';
void main() {
final credentials = AwsClientCredentials(accessKey: '', secretKey: '');
final service = RDS(region: 'eu-west-1', credentials: credentials);
// See documentation on how to use RDS
}