aws_ssm_api 1.0.0
aws_ssm_api: ^1.0.0 copied to clipboard
AWS API client for Amazon Simple Systems Manager (SSM) (generated from SDK API specification).
example/README.md
import 'package:aws_ssm_api/ssm-2014-11-06.dart';
void main() {
final service = SSM(region: 'eu-west-1');
// See documentation on how to use SSM
}