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