namespace Amazon.Lambda.CloudWatchEvents.ScheduledEvents
{
///
/// AWS Scheduled event
/// http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html
/// http://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules_example-events.html
/// https://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-scheduled-event
///
public class ScheduledEvent : CloudWatchEvent
{
}
}