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

commonMain.aws.sdk.kotlin.services.appflow.serde.AmplitudeConnectorProfilePropertiesDocumentSerializer.kt Maven / Gradle / Ivy

The newest version!
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!

package aws.sdk.kotlin.services.appflow.serde

import aws.sdk.kotlin.services.appflow.model.AmplitudeConnectorProfileProperties
import aws.smithy.kotlin.runtime.serde.SdkObjectDescriptor
import aws.smithy.kotlin.runtime.serde.Serializer
import aws.smithy.kotlin.runtime.serde.serializeStruct

internal fun serializeAmplitudeConnectorProfilePropertiesDocument(serializer: Serializer, input: AmplitudeConnectorProfileProperties) {
    serializer.serializeStruct(SdkObjectDescriptor.build{}) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy