pub struct ApiGatewayV2Client<'a> { /* private fields */ }Implementations§
Source§impl ApiGatewayV2Client<'_>
impl ApiGatewayV2Client<'_>
Sourcepub async fn get_requests(&self) -> Result<ApiGatewayV2RequestsResponse, Error>
pub async fn get_requests(&self) -> Result<ApiGatewayV2RequestsResponse, Error>
List all HTTP API requests that were received and processed.
Sourcepub async fn connections(
&self,
) -> Result<ApiGatewayV2ConnectionsResponse, Error>
pub async fn connections( &self, ) -> Result<ApiGatewayV2ConnectionsResponse, Error>
List currently-active WebSocket connections across all WebSocket APIs the server has seen.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ApiGatewayV2Client<'a>
impl<'a> !UnwindSafe for ApiGatewayV2Client<'a>
impl<'a> Freeze for ApiGatewayV2Client<'a>
impl<'a> Send for ApiGatewayV2Client<'a>
impl<'a> Sync for ApiGatewayV2Client<'a>
impl<'a> Unpin for ApiGatewayV2Client<'a>
impl<'a> UnsafeUnpin for ApiGatewayV2Client<'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