aws_route53_api 1.1.0
aws_route53_api: ^1.1.0 copied to clipboard
AWS API client for Amazon Route 53 (generated from SDK API specification).
example/README.md
import 'package:aws_route53_api/route53-2013-04-01.dart';
void main() {
final service = Route53(region: 'eu-west-1');
// See documentation on how to use Route53
}