ObjectStorageClassChangedNotification
Cloudwatch.swift:416struct ObjectStorageClassChangedNotification
struct ObjectStorageClassChangedNotification
s15AWSLambdaEvents17CloudwatchDetailsO2S3O37ObjectStorageClassChangedNotificationV
What are these?8AZ2V
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
enum S3
enum CloudwatchDetails
struct ObjectACLUpdatedNotification
struct ObjectAccessTierChangedNotification
struct ObjectCreatedNotification
struct ObjectDeletedNotification
struct ObjectRestoreCompletedNotification
struct ObjectRestoreExpiredNotification
struct ObjectRestoreInitiatedNotification
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 destinationStorageClass: DestinationStorageClass
let object: Object
let requestId: String
let requester: String
let version: String
struct Bucket
enum DestinationStorageClass
struct Object
var detailType: String { get }