Instance Propertysoto-core 7.4.0SotoCore
additionalKeys
additional keys to include
var additionalKeys: [String : String]
additional keys to include
var additionalKeys: [String : String]
import SotoCore
struct QueryEncoder
The wrapper struct for encoding Codable classes to Query dictionary
@frozen struct String
A Unicode string value that is a collection of characters.
init()
var ec2: Bool
Are we encoding for EC2
var userInfo: [CodingUserInfoKey : Any]
Contextual user-provided information for use during encoding.
func encode(_ value: some Encodable) throws -> String?