All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.connect.amazon.systemsmanager.SystemsManagerAction.kt Maven / Gradle / Ivy

There is a newer version: 5.45.2.0
Show newest version
package org.http4k.connect.amazon.systemsmanager

import org.http4k.connect.amazon.AwsJsonAction
import org.http4k.connect.amazon.core.model.AwsService
import org.http4k.format.AutoMarshalling
import kotlin.reflect.KClass

abstract class SystemsManagerAction(clazz: KClass, autoMarshalling: AutoMarshalling = SystemsManagerMoshi) :
    AwsJsonAction(AwsService.of("AmazonSSM"), clazz, autoMarshalling)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy