Object
Cloudwatch.swift:423struct Object
struct Object
s15AWSLambdaEvents17CloudwatchDetailsO2S3O37ObjectStorageClassChangedNotificationV0F0V
What are these?1FCEL
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct ObjectStorageClassChangedNotification
enum CloudwatchDetails
enum S3
init(from decoder: any Decoder) throws
static let name: String
let bucket: Bucket
let destinationStorageClass: DestinationStorageClass
let object: Object
let requestId: String
let requester: String
let version: String
struct Bucket
enum DestinationStorageClass
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?