commonMain.aws.sdk.kotlin.services.cloudwatchlogs.serde.LiveTailSessionStartPayloadDeserializer.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.LiveTailSessionStart
import aws.smithy.kotlin.runtime.serde.json.JsonDeserializer
internal fun deserializeLiveTailSessionStartPayload(payload: ByteArray): LiveTailSessionStart {
val deserializer = JsonDeserializer(payload)
return deserializeLiveTailSessionStartDocument(deserializer)
}