Enumerationswift-aws-lambda-events 1.0.0AWSLambdaEvents
CodingKeys
DynamoDB.swift:25enum CodingKeys
enum CodingKeys
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct DynamoDBEvent
case records
init(from decoder: any Decoder) throws
let records: [EventRecord]
enum AttributeValue
struct Decoder
struct EventRecord
enum KeyType
enum OperationType
enum SharedIteratorType
struct StreamRecord
enum StreamStatus
enum StreamViewType
struct UserIdentity
protocol CodingKey : CustomDebugStringConvertible, CustomStringConvertible, Sendable
A type that can be used as a key for encoding and decoding.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init?(intValue: Int)
init?(rawValue: String)
init?(stringValue: String)
var debugDescription: String { get }
A textual representation of this key, suitable for debugging.
var description: String { get }
A textual representation of this key.
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)