aws_elasticbeanstalk_api 0.1.0
aws_elasticbeanstalk_api: ^0.1.0 copied to clipboard
AWS API client for AWS Elastic Beanstalk (generated from SDK API specification).
example/README.md
import 'package:aws_elasticbeanstalk_api/elasticbeanstalk-2010-12-01.dart';
void main() {
final service = ElasticBeanstalk(region: 'eu-west-1');
// See documentation on how to use ElasticBeanstalk
}