commonMain.aws.sdk.kotlin.services.qldbsession.serde.StartTransactionRequestDocumentSerializer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qldbsession-jvm Show documentation
Show all versions of qldbsession-jvm Show documentation
The AWS SDK for Kotlin client for QLDB Session
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.qldbsession.serde
import aws.sdk.kotlin.services.qldbsession.model.StartTransactionRequest
import aws.smithy.kotlin.runtime.serde.SdkObjectDescriptor
import aws.smithy.kotlin.runtime.serde.Serializer
import aws.smithy.kotlin.runtime.serde.serializeStruct
internal fun serializeStartTransactionRequestDocument(serializer: Serializer, input: StartTransactionRequest) {
serializer.serializeStruct(SdkObjectDescriptor.build{}) {
}
}