Package-level declarations

Types

Link copied to clipboard
interface SES

Docs: https://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html

Link copied to clipboard
abstract class SESAction<R : Any>(clazz: KClass<R>, uri: Uri, autoMarshalling: AutoMarshalling = SESMoshi) : AwsJsonAction<R>
Link copied to clipboard
@KotshiJsonAdapterFactory
object SesJsonAdapterFactory : JsonAdapter.Factory
Link copied to clipboard

Functions

Link copied to clipboard
fun SES.Companion.Http(env: Map<String, String> = System.getenv(), http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): SES

Convenience function to create a SES from a System environment

fun SES.Companion.Http(env: Environment, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), credentialsProvider: CredentialsProvider = CredentialsProvider.Environment(env), overrideEndpoint: Uri? = null): SES

Convenience function to create a SES from an http4k Environment

fun SES.Companion.Http(region: Region, credentialsProvider: CredentialsProvider, http: HttpHandler = JavaHttpClient(), clock: Clock = Clock.systemUTC(), overrideEndpoint: Uri? = null): SES

Standard HTTP implementation of SES