
commonMain.aws.sdk.kotlin.services.s3.serde.InventoryConfigurationPayloadDeserializer.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.s3.serde
import aws.sdk.kotlin.services.s3.model.InventoryConfiguration
import aws.smithy.kotlin.runtime.serde.xml.xmlTagReader
internal fun deserializeInventoryConfigurationPayload(payload: ByteArray): InventoryConfiguration {
val root = xmlTagReader(payload)
return deserializeInventoryConfigurationDocument(root)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy