pub struct FirehoseClient<'a> { /* private fields */ }Implementations§
Source§impl FirehoseClient<'_>
impl FirehoseClient<'_>
Sourcepub async fn get_delivery_streams(
&self,
) -> Result<FirehoseDeliveryStreamsResponse, Error>
pub async fn get_delivery_streams( &self, ) -> Result<FirehoseDeliveryStreamsResponse, Error>
List every Firehose delivery stream across all accounts and regions, with stream type, lifecycle status, encryption summary, and destination count.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for FirehoseClient<'a>
impl<'a> !UnwindSafe for FirehoseClient<'a>
impl<'a> Freeze for FirehoseClient<'a>
impl<'a> Send for FirehoseClient<'a>
impl<'a> Sync for FirehoseClient<'a>
impl<'a> Unpin for FirehoseClient<'a>
impl<'a> UnsafeUnpin for FirehoseClient<'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