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

commonMain.aws.sdk.kotlin.services.s3.serde.CopyPartResultPayloadDeserializer.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.CopyPartResult
import aws.smithy.kotlin.runtime.serde.xml.xmlTagReader

internal fun deserializeCopyPartResultPayload(payload: ByteArray): CopyPartResult {
    val root = xmlTagReader(payload)
    return deserializeCopyPartResultDocument(root)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy