Initializersoto-core 7.4.0SotoCore
init(from:)
Document.swift:25init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
import SotoCore
enum AWSDocument
Document value that can hold arbitrary data (See https://smithy.io/2.0/spec/simple-types.html#document)
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(arrayLiteral values: AWSDocument...)
init(booleanLiteral value: BooleanLiteralType)
init(dictionaryLiteral values: (String, AWSDocument)...)
init(floatLiteral value: FloatLiteralType)
init(integerLiteral value: IntegerLiteralType)
init(stringLiteral value: StringLiteralType)
func encode(to encoder: any Encoder) throws