We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e907a05 commit d0f6bceCopy full SHA for d0f6bce
Sources/AWSLambdaEvents/Cloudwatch.swift
@@ -19,7 +19,7 @@ import struct Foundation.Date
19
#endif
20
21
/// EventBridge has the same events/notification types as CloudWatch
22
-typealias EventBridgeEvent = CloudwatchEvent
+public typealias EventBridgeEvent = CloudwatchEvent
23
24
public protocol CloudwatchDetail: Decodable {
25
static var name: String { get }
0 commit comments