Instance Methodsoto-core 7.4.0SotoCore
decoded
return blob as Data
func decoded() -> [UInt8]?
return blob as Data
func decoded() -> [UInt8]?
import SotoCore
struct AWSBase64Data
Holds request or response data that is encoded as base64 during transit
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(from decoder: Decoder) throws
Codable decode
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 encode(to encoder: Encoder) throws
Codable encode