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