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

commonMain.aws.sdk.kotlin.services.codeguruprofiler.transform.ProfilingGroupDescriptionPayloadDeserializer.kt Maven / Gradle / Ivy

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

package aws.sdk.kotlin.services.codeguruprofiler.transform

import aws.sdk.kotlin.services.codeguruprofiler.model.ProfilingGroupDescription
import aws.smithy.kotlin.runtime.serde.json.JsonDeserializer

internal fun deserializeProfilingGroupDescriptionPayload(payload: ByteArray): ProfilingGroupDescription {
    val deserializer = JsonDeserializer(payload)
    return deserializeProfilingGroupDescriptionDocument(deserializer)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy