pub async fn dispatch_operation<H: LogsHandler>(
handler: &H,
op: LogsOperation,
body: Bytes,
) -> Result<Response<LogsResponseBody>, LogsError>Expand description
Dispatch a CloudWatch Logs operation to the handler.
pub async fn dispatch_operation<H: LogsHandler>(
handler: &H,
op: LogsOperation,
body: Bytes,
) -> Result<Response<LogsResponseBody>, LogsError>Dispatch a CloudWatch Logs operation to the handler.