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