commonMain.aws.sdk.kotlin.services.cloudwatchlogs.serde.SessionStreamingExceptionPayloadDeserializer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudwatchlogs-jvm Show documentation
Show all versions of cloudwatchlogs-jvm Show documentation
The AWS SDK for Kotlin client for CloudWatch Logs
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.cloudwatchlogs.serde
import aws.sdk.kotlin.services.cloudwatchlogs.model.SessionStreamingException
import aws.smithy.kotlin.runtime.serde.json.JsonDeserializer
internal fun deserializeSessionStreamingExceptionPayload(payload: ByteArray): SessionStreamingException {
val deserializer = JsonDeserializer(payload)
return deserializeSessionStreamingExceptionDocument(deserializer)
}