Instance Propertysoto-core 7.4.0SotoCore
buffer
EventPayload.swift:17let buffer: ByteBuffer
let buffer: ByteBuffer
s8SotoCore15AWSEventPayloadV6buffer7NIOCore10ByteBufferVvp
What are these?434I2
import SotoCore
struct AWSEventPayload
Event payload type. To aid encoding and decoding
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
init(from decoder: Decoder) throws
Codable decode
func encode(to encoder: Encoder) throws
Codable encode