Initializersoto-core 7.4.0SotoCore
init(integerLiteral:)
Document.swift:66init(integerLiteral value: IntegerLiteralType)
init(integerLiteral value: IntegerLiteralType)
import SotoCore
enum AWSDocument
Document value that can hold arbitrary data (See https://smithy.io/2.0/spec/simple-types.html#document)
typealias IntegerLiteralType = Int
The default type for an otherwise-unconstrained integer literal.
init(arrayLiteral values: AWSDocument...)
init(booleanLiteral value: BooleanLiteralType)
init(dictionaryLiteral values: (String, AWSDocument)...)
init(floatLiteral value: FloatLiteralType)
init(from decoder: any Decoder) throws
init(stringLiteral value: StringLiteralType)
func encode(to encoder: any Encoder) throws