diff --git a/Sources/AWSLambdaEvents/Cloudwatch.swift b/Sources/AWSLambdaEvents/Cloudwatch.swift index e27af01..e2160c2 100644 --- a/Sources/AWSLambdaEvents/Cloudwatch.swift +++ b/Sources/AWSLambdaEvents/Cloudwatch.swift @@ -19,7 +19,7 @@ import struct Foundation.Date #endif /// EventBridge has the same events/notification types as CloudWatch -typealias EventBridgeEvent = CloudwatchEvent +public typealias EventBridgeEvent = CloudwatchEvent public protocol CloudwatchDetail: Decodable { static var name: String { get }