/**
*
* 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.
* * @packageDocumentation */ export * from "./SESv2Client"; export * from "./SESv2"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { SESv2ExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export * from "./models/models_1"; export { SESv2ServiceException } from "./models/SESv2ServiceException";