pub async fn dispatch_operation<H: StsHandler>(
handler: &H,
op: StsOperation,
body: Bytes,
caller_access_key: Option<String>,
request_id: &str,
) -> Result<Response<StsResponseBody>, StsError>Expand description
Dispatch an STS operation to the handler.