pub struct EventsClient<'a> { /* private fields */ }Implementations§
Source§impl EventsClient<'_>
impl EventsClient<'_>
Sourcepub async fn get_history(&self) -> Result<EventHistoryResponse, Error>
pub async fn get_history(&self) -> Result<EventHistoryResponse, Error>
Get event history and delivery records.
Sourcepub async fn fire_rule(
&self,
req: &FireRuleRequest,
) -> Result<FireRuleResponse, Error>
pub async fn fire_rule( &self, req: &FireRuleRequest, ) -> Result<FireRuleResponse, Error>
Fire a specific EventBridge rule manually.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for EventsClient<'a>
impl<'a> !UnwindSafe for EventsClient<'a>
impl<'a> Freeze for EventsClient<'a>
impl<'a> Send for EventsClient<'a>
impl<'a> Sync for EventsClient<'a>
impl<'a> Unpin for EventsClient<'a>
impl<'a> UnsafeUnpin for EventsClient<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more