aws_elasticache_api 0.0.1
aws_elasticache_api: ^0.0.1 copied to clipboard
AWS API client for Amazon ElastiCache (generated from SDK API specification).
example/README.md
import 'package:aws_elasticache_api/elasticache-2015-02-02.dart';
void main() {
final credentials = AwsClientCredentials(accessKey: '', secretKey: '');
final service = ElastiCache(region: 'eu-west-1', credentials: credentials);
// See documentation on how to use ElastiCache
}