From 689b53ac8ad301cf850e40a029de70b4933642a0 Mon Sep 17 00:00:00 2001 From: Alessio Buratti <9006089+Buratti@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:06:44 +0100 Subject: [PATCH] Update EventBridgeEvent visibility --- Sources/AWSLambdaEvents/Cloudwatch.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }