pub type SharedRdsState = Arc<RwLock<MultiAccountState<RdsState>>>;
pub struct SharedRdsState { /* private fields */ }