pub type RequestId = String;
Unique request identifier. Note that this does not identify individual HTTP requests that are part of a network request.
pub struct RequestId { /* private fields */ }