Package-level declarations

Types

Link copied to clipboard
interface KMS

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

Link copied to clipboard
abstract class KMSAction<R : Any>(clazz: KClass<R>, autoMarshalling: AutoMarshalling = KMSMoshi) : AwsJsonAction<R>
Link copied to clipboard
@KotshiJsonAdapterFactory
object KMSJsonAdapterFactory : JsonAdapter.Factory
Link copied to clipboard

Functions

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

Convenience function to create a KMS from a System environment

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

Convenience function to create a KMS from an http4k Environment

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

Standard HTTP implementation of KMS