aws_resource_groups_api 0.0.2
aws_resource_groups_api: ^0.0.2 copied to clipboard
AWS API client for AWS Resource Groups (generated from SDK API specification).
example/README.md
import 'package:aws_resource_groups_api/resource-groups-2017-11-27.dart';
void main() {
final service = ResourceGroups(region: 'eu-west-1');
// See documentation on how to use ResourceGroups
}