aws_route53_api 0.0.1 aws_route53_api: ^0.0.1 copied to clipboard
AWS API client for Amazon Route 53
import 'package:aws_route53_api/route53-2013-04-01.dart';
void main() {
final credentials = AwsClientCredentials(accessKey: '', secretKey: '');
final service = Route53(region: 'eu-west-1', credentials: credentials);
// See documentation on how to use Route53
}