1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package sesv2 provides the API client, operations, and parameter types for
// Amazon Simple Email Service.
//
// # Amazon SES API v2
//
// [Amazon SES]is an Amazon Web Services service that you can use to send email messages to
// your customers.
//
// If you're new to Amazon SES API v2, you might find it helpful to review the [Amazon Simple Email Service Developer Guide].
// The Amazon SES Developer Guide provides information and code samples that
// demonstrate how to use Amazon SES API v2 features programmatically.
//
// [Amazon Simple Email Service Developer Guide]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/
// [Amazon SES]: http://aws.amazon.com/ses
package sesv2
|