1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package ses provides the API client, operations, and parameter types for Amazon
// Simple Email Service.
//
// # Amazon Simple Email Service
//
// This document contains reference information for the [Amazon Simple Email Service] (Amazon SES) API, version
// 2010-12-01. This document is best used in conjunction with the [Amazon SES Developer Guide].
//
// For a list of Amazon SES endpoints to use in service requests, see [Regions and Amazon SES] in the [Amazon SES Developer Guide].
//
// This documentation contains reference information related to the following:
//
// [Amazon SES API Actions]
//
// [Amazon SES API Data Types]
//
// [Common Parameters]
//
// [Common Errors]
//
// [Regions and Amazon SES]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html
// [Common Errors]: https://docs.aws.amazon.com/ses/latest/APIReference/CommonErrors.html
// [Amazon SES API Data Types]: https://docs.aws.amazon.com/ses/latest/APIReference/API_Types.html
// [Amazon Simple Email Service]: https://aws.amazon.com/ses/
// [Amazon SES API Actions]: https://docs.aws.amazon.com/ses/latest/APIReference/API_Operations.html
// [Common Parameters]: https://docs.aws.amazon.com/ses/latest/APIReference/CommonParameters.html
// [Amazon SES Developer Guide]: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html
package ses
|