1 2 3 4 5 6 7 8 9 10 11 12 13
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package acm provides the API client, operations, and parameter types for AWS
// Certificate Manager.
//
// # Certificate Manager
//
// You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your
// Amazon Web Services-based websites and applications. For more information about
// using ACM, see the [Certificate Manager User Guide].
//
// [Certificate Manager User Guide]: https://docs.aws.amazon.com/acm/latest/userguide/
package acm
|