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