aws_elasticache_api 1.1.0
aws_elasticache_api: ^1.1.0 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 service = ElastiCache(region: 'eu-west-1');
// See documentation on how to use ElastiCache
}