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

org.http4k.connect.amazon.firehose.FirehoseAction.kt Maven / Gradle / Ivy

package org.http4k.connect.amazon.firehose

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 FirehoseAction(clazz: KClass, autoMarshalling: AutoMarshalling = FirehoseMoshi) :
    AwsJsonAction(AwsService.of("Firehose_20150804"), clazz, autoMarshalling)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy