aws_logs_api 0.0.1
aws_logs_api: ^0.0.1 copied to clipboard
AWS API client for Amazon CloudWatch Logs (generated from SDK API specification).
example/README.md
import 'package:aws_logs_api/logs-2014-03-28.dart';
void main() {
final credentials = AwsClientCredentials(accessKey: '', secretKey: '');
final service = CloudWatchLogs(region: 'eu-west-1', credentials: credentials);
// See documentation on how to use CloudWatchLogs
}