/**
* 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:
*
*
* @packageDocumentation
*/
export * from "./SESClient";
export * from "./SES";
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
export type { RuntimeExtension } from "./runtimeExtensions";
export type { SESExtensionConfiguration } from "./extensionConfiguration";
export * from "./commands";
export * from "./schemas/schemas_0";
export * from "./pagination";
export * from "./waiters";
export * from "./models/enums";
export * from "./models/errors";
export * from "./models/models_0";
export { SESServiceException } from "./models/SESServiceException";