ObjectDeletedNotification
Cloudwatch.swift:225struct ObjectDeletedNotification
struct ObjectDeletedNotification
s15AWSLambdaEvents17CloudwatchDetailsO2S3O25ObjectDeletedNotificationV
What are these?6NW9M
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
enum S3
enum CloudwatchDetails
struct ObjectACLUpdatedNotification
struct ObjectAccessTierChangedNotification
struct ObjectCreatedNotification
struct ObjectRestoreCompletedNotification
struct ObjectRestoreExpiredNotification
struct ObjectRestoreInitiatedNotification
struct ObjectStorageClassChangedNotification
struct ObjectTagsAddedNotification
struct ObjectTagsDeletedNotification
protocol CloudwatchDetail : Decodable, Sendable
protocol Decodable
A type that can decode itself from an external representation.
protocol Sendable
init(from decoder: any Decoder) throws
static let name: String
let bucket: Bucket
let deletionType: DeletionType
let object: Object
let reason: Reason
let requestId: String
let requester: String
let sourceIpAddress: String
let version: String
struct Bucket
enum DeletionType
struct Object
enum Reason
var detailType: String { get }