ObjectCreatedNotification
Cloudwatch.swift:176struct ObjectCreatedNotification
struct ObjectCreatedNotification
s15AWSLambdaEvents17CloudwatchDetailsO2S3O25ObjectCreatedNotificationV
What are these?9DYTT
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
enum S3
enum CloudwatchDetails
struct ObjectACLUpdatedNotification
struct ObjectAccessTierChangedNotification
struct ObjectDeletedNotification
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 object: Object
let reason: Reason
let requestId: String
let requester: String
let sourceIpAddress: String
let version: String
struct Bucket
struct Object
enum Reason
var detailType: String { get }