Initializersoto-core 7.4.0SotoCore
init(from:)
Codable decode
init(from decoder: Decoder) throws
Codable decode
init(from decoder: Decoder) throws
import SotoCore
struct AWSBase64Data
Holds request or response data that is encoded as base64 during transit
protocol Decoder
A type that can decode values from a native format into in-memory representations.
static func base64(_ base64String: String) -> AWSBase64Data
construct AWSBase64Data
from base64 encoded data
static func data(_ data: some Collection<UInt8>) -> AWSBase64Data
construct AWSBase64Data
from raw data
var base64count: Int { get }
size of base64 data
func decoded() -> [UInt8]?
return blob as Data
func encode(to encoder: Encoder) throws
Codable encode