This is used by SaaS partners to write events to a customer\'s partner event bus. AWS customers do not use this operation.
cloudwatchevents_put_partner_events(Entries)
[required] The list of events to write to the event bus.
svc$put_partner_events( Entries = list( list( Time = as.POSIXct( "2015-01-01" ), Source = "string", Resources = list( "string" ), DetailType = "string", Detail = "string" ) ) )