Object
Cloudwatch.swift:473struct Object
struct Object
s15AWSLambdaEvents17CloudwatchDetailsO2S3O35ObjectAccessTierChangedNotificationV0F0V
What are these?30GNB
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct ObjectAccessTierChangedNotification
enum CloudwatchDetails
enum S3
init(from decoder: any Decoder) throws
static let name: String
let bucket: Bucket
let destinationAccessTier: DestinationAccessTier
let object: Object
let requestId: String
let requester: String
let version: String
struct Bucket
enum DestinationAccessTier
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
let etag: String
let key: String
let size: UInt64
let versionId: String?