aws_acm_pca_api 0.0.1 aws_acm_pca_api: ^0.0.1 copied to clipboard
AWS API client for AWS Certificate Manager Private Certificate Authority (generated from SDK API specification).
import 'package:aws_acm_pca_api/acm-pca-2017-08-22.dart';
void main() {
final credentials = AwsClientCredentials(accessKey: '', secretKey: '');
final service = ACMPCA(region: 'eu-west-1', credentials: credentials);
// See documentation on how to use ACMPCA
}