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 52cde4f commit 543d814Copy full SHA for 543d814
lambda-events/src/event/cloudwatch_alarms/mod.rs
@@ -36,7 +36,8 @@ where
36
}
37
38
/// `CloudWatchMetricAlarm` is the structure of an event triggered by CloudWatch metric alarms.
39
-pub type CloudWatchMetricAlarm<R = CloudWatchAlarmStateReasonData> = CloudWatchAlarm<CloudWatchMetricAlarmConfiguration, R>;
+pub type CloudWatchMetricAlarm<R = CloudWatchAlarmStateReasonData> =
40
+ CloudWatchAlarm<CloudWatchMetricAlarmConfiguration, R>;
41
42
/// `CloudWatchCompositeAlarm` is the structure of an event triggered by CloudWatch composite alarms.
43
pub type CloudWatchCompositeAlarm<R = CloudWatchAlarmStateReasonData> =
0 commit comments